   *{
    margin: 0;
    padding: 0;
   }
   h1{
    color: #fff;
    font-size: 30px;
   }
   h2{
    color: #fff;
    font-size: 30px;
   }
   h3{
    color: #fff;
    font-size: 30px;
   }
   h4{
    color: #fff;
    font-size: 30px;
   }
   p{
    color: #fff;
   }
   li{
    list-style: none;
    color: #fff;
   }
   .btn-primary{
    background-color: #2D67CF;
    font-size: 15px;
    gap: 2px;
    border: none;
    color: white;
    border-radius: 8px;
    padding: 5px 10px;
    font-weight: 600;
    }
    .btn-secondary{
    background-color: #42954F;
    font-size: 15px;
    gap: 2px;
    border: none;
    color: white;
    border-radius: 8px;
    padding: 5px 10px;
    font-weight: 600;
    }
/* width */
.new::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.new::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.new::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.new::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.box {
      margin-bottom: 5px;
      padding: 2px;
      border-radius: 6px;
    }
       .swiper {
      width: 100%;
      padding: 10px 0;
    }
    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .swiper-slide img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 10px;
    }
    .view{
        border-radius: 5px;
    border: 1px solid #00A0FF;
    background: #0C1632;
    color: #fff;
    padding: 5px 20px;
    }

    /* Bottom fixed section */
    .bottom-fixed {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 31%;
      background: #111827;
      padding: 15px;
      display: flex;
      justify-content: space-between;
      gap: 15px;
      box-shadow: 0 -2px 10px rgba(0,0,0,0.5);
        z-index: 1000;   
    }
    .bottom-fixed a{
        text-align: center;
        color: #fff;
    }
    .gel{
        background-color: #00A0FF;
        border-radius: 10px;
        padding: 5px;
    }
.stay li{
    font-size: 12px;
}
.set{
       background-color: #041323;
}
.image-fixed{
    object-fit: cover;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  
  .registration-scroll {
    overflow-y: auto;
  }
  .good{
    background-color: #0A0F1D;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
  }
  .ban{
    height: 600px;
  }
  .see{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }
  .see i{
    color: #00A0FF;
  }
  .hit{
    background-color: #000;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
   table {
    width: 100%;
    border-collapse: collapse; 
    margin-top: 40px;
    margin-bottom: 40px;
  }
  table, th, td {
    border: 1px solid #00A0FF;
    padding: 10px;
    text-align: start;
  }
  th {
    background: #555;
  }
  .hero{
    background: linear-gradient(rgba(0, 0, 0, 0.744), rgba(0, 0, 0, 0.817)), 
                url('img/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
  }
  .were{
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgb(255 255 255 / .5);
    text-align: center;
    max-width: 400px;
    margin: 10px;
  }
  .start{
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    border: 1px solid #fff;
  }
    .great {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px;
  }

  .image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 8px;
  }
 .text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .text-block .top-text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff;
  }

  .text-block .bottom-text {
    font-size: 14px;
    color: #fff;
  }

   .track img {
    height: 50%;
    object-fit: cover;
    width: 100%;
    position: sticky;
    top: 0;
  }
  
  .tube {
    width: 50%;
    padding: 30px;
    overflow-y: auto;
    background: #000;
  }
  .text-muted{
    color: blue !important;
    font-size: 20px;
    font-weight: 600;
  }
  .faq-section {
    width: 100%;
    min-height: 100vh;
    padding: 40px;
    background: #000;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
  }

  .faq-section h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #fff;
  }

  .faq-item {
    background: blue;
    margin: 15px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .faq-question {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    border: 2px solid #fff;
    background: blue;
    color: white;
  }

  .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 18px;
  }

  .faq-question.active::after {
    content: '-';
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #000;
    padding: 0 0px;
  }

  .faq-answer p {
    padding: 10px 0;
    margin: 0;
    color: #fff;
        border: 2px solid #fff;
        margin-top: 10px;
    
  }
.hike{
    background-color: #0A0F1D;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}
.slim i{
    font-size: 30px;
}

   /*whatsaap*/
 .float {
    position: fixed;
    width: 50px;
    height: 50px;
    /* bottom: 20px; */
    right: 35px;
    background: linear-gradient(
      90deg,
      rgb(55, 223, 97) 0%,
      rgb(9, 187, 3) 100%
    );    
    color: #fff !important;
    bottom: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
  }
  .bb{
    color: #fff;
  }
  .my-float {
    margin-bottom: 8px;
    margin-top: 1px;
    margin-left: 1px;
    font-size: 30px;
  }
  /*whatsaap end*/ 


   @media only screen and (max-width: 476px) {
    .stick{
        display: none;
    }
    .were{
        width: 98%;
    }
    .faq-section{
        padding: 5px;
    }
    p{
        text-align: justify;
    }
    .track img {
     height: 100%
    }
    .btn-primary{
        font-size: 12px;
    }
    .btn-secondary{
        font-size: 12px;
    }
    }