*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.active{
    color: red;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

/*** Navbar Start ***/
.navbar_btn {
  /* width: auto; */
  background: transparent;
  position: relative;
  padding: 1px 25px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgb(255,0,0);
  border-radius: 6rem;
  outline: none;
  overflow: hidden;
  /* color: rgb(255,0,0); */
  color: white;
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
  margin-bottom: 10px;
  }
  
.navbar_btn span {
    margin: 10px;
  }
  
  .navbar_btn::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 20em;
    height: 20em;
    left: -5em;
    text-align: center;
    transition: box-shadow 0.5s ease-out;
    z-index: -1;
}
  
.navbar_btn:hover {
    color: #fff;
    border: 1px solid rgb(255,0,0);
}
  
.navbar_btn:hover::before {
    box-shadow: inset 0 0 0 10em rgb(255, 0, 0);
}


.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.nav-item .nav-link {
    color: white !important;
    font-weight: bold;
    padding: 20px;
}

.nav-item .nav-link:hover{
    color: red !important;
}

#navbar-button{
    padding: 10px 30px;
    background-color: transparent;
    color: white;
    border-radius: 6rem;
    border: 2px solid red ;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-custom {
    /* background-color: rgba(0, 0, 0, 0.5) !important; */
    border-bottom: 2px solid red;
    position: absolute;
    top: 0;
    width: 89%;
    z-index: 2;
    color: white;
}

.navbar-nav-center {
    margin: 0 auto;
}

.navbar-nav-right {
    margin-left: auto;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    /* font-size: 3vw; */
    z-index: 1;
}

.centered-text h1{
    font-size: 4rem;
    color:  white;
    margin-top: 2rem;
}

.centered-text p{
    margin-top: 2rem;
}

.centered-text button{
    padding: 10px 30px;
    background-color: transparent;
    color: white;
    border-radius: 6rem;
    border: 2px solid red ;
    margin-top: 2rem;

}
/*** Navbar End ***/


/*** About Start ***/
.about .tab-class .nav .nav-item a.active {
    background-color: transparent;
    border: 2px solid red !important;
}

.tab-class{
    background-color: #d2d3d3;
    border-radius: 10px;
}


.about_title{
    color: red;
    font-weight: bold;
}

.about_btn {
    background: transparent;
    position: relative;
    padding: 10px 30px;
    display: flex;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgb(255,0,0);
    border-radius: 6rem;
    outline: none;
    overflow: hidden;
    color: black;
    transition: color 0.3s 0.1s ease-out;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  
.about_btn a{
  color: black !important;
  transition: color 0.3s 0.1s ease-out;
}
.about_btn:hover a{
  color: white !important;
}
  
.about_btn::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 20em;
    height: 20em;
    left: -5em;
    text-align: center;
    transition: box-shadow 0.5s ease-out;
    z-index: -1;
}

.about_btn i{
    color: black;
    font-size: 15px;
    margin-left: 5px;
    transition: box-shadow 0.5s ease-out;
}
.about_btn:hover i{
    color: white;
}
  
.about_btn:hover {
    color: #fff !important;
    border: 1px solid rgb(255,0,0);
}
  
.about_btn:hover::before {
    box-shadow: inset 0 0 0 10em rgb(255, 0, 0);
}

/*** About End ***/

/*** Schdule Start ***/

.table_section{
  overflow-y: scroll;
  height: 55vh;
}

.modal-body p {
  word-wrap: break-word;
}

.schdule_btn {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  position: relative;
  padding: 0 20px;
  font-size: 18px;
  text-transform: uppercase;
  border: 0;
  box-shadow: hsl(210deg 87% 36%) 0px 7px 0px 0px;
  background-color: hsl(210deg 100% 44%);
  border-radius: 12px;
  overflow: hidden;
  transition: 31ms cubic-bezier(.5, .7, .4, 1);
 }
 
 .schdule_btn:before {
  content: attr(alt);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  font-size: 15px;
  font-weight: bold;
  color: white;
  letter-spacing: 4px;
  opacity: 1;
 }
 
 .schdule_btn:active {
  box-shadow: none;
  transform: translateY(7px);
  transition: 35ms cubic-bezier(.5, .7, .4, 1);
 }
 
 .schdule_btn:hover:before {
  transition: all .0s;
  transform: translateY(100%);
  opacity: 0;
 }
 
 .schdule_btn i {
  color: white;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4px;
  font-style: normal;
  transition: all 2s ease;
  transform: translateY(-20px);
  opacity: 0;
 }
 
 .schdule_btn:hover i {
  transition: all .2s ease;
  transform: translateY(0px);
  opacity: 1;
 }
 
 .schdule_btn:hover i:nth-child(1) {
  transition-delay: 0.045s;
 }
 
 .schdule_btn:hover i:nth-child(2) {
  transition-delay: calc(0.045s * 3);
 }
 
 .schdule_btn:hover i:nth-child(3) {
  transition-delay: calc(0.045s * 4);
 }
 
 .schdule_btn:hover i:nth-child(4) {
  transition-delay: calc(0.045s * 5);
 }
 
 .schdule_btn:hover i:nth-child(6) {
  transition-delay: calc(0.045s * 6);
 }
 
 .schdule_btn:hover i:nth-child(7) {
  transition-delay: calc(0.045s * 7);
 }
 
 .schdule_btn:hover i:nth-child(8) {
  transition-delay: calc(0.045s * 8);
 }
 
 .schdule_btn:hover i:nth-child(9) {
  transition-delay: calc(0.045s * 9);
 }
 
 .schdule_btn:hover i:nth-child(10) {
  transition-delay: calc(0.045s * 10);
 }
/*** Schdule End ***/



/*** Achivement Start ***/

@keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  
  .slide{
    margin-right: 10px;
  }
  .slider {
    height: 50vh;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  .slider::before,
  .slider::after {
    /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  
  .slider::before {
    left: 0;
    top: 0;
  }
  
  .slider .slide-track {
    animation: scroll 35s linear infinite;
    display: flex;
    width: calc(250px * 14);
  }
  
  .slider .slide {
    height: 100px;
    width: 250px;
  }

  /*** Achivement End ***/


  /*** Gallery Start ***/
  
.gallery-container h1 {
  text-align: center;
  margin-top: 70px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
  color: red;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 30px auto;
  font-size: 18px;
  color: #85878c;
}

.tz-gallery {
  padding: 40px;
}

.tz-gallery .thumbnail {
  padding: 0;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  transition: 0.15s ease-in-out;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.tz-gallery .thumbnail:hover {
  transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
  border-radius: 4px 4px 0 0;
  /* border-radius: 38% 37% 57% 27% / 39% 34% 62% 45%; */
  padding: 20px;
  transition: 0.15s ease-in-out;
  /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06); */
  width: 400px;
  height: 300px;
}

.tz-gallery .lightbox img:hover{
  transform: translateY(-10px) scale(1.02);
}

.tz-gallery .caption{
  padding: 26px 30px;
  text-align: center;
}

.tz-gallery .caption h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
}

.tz-gallery .caption p {
  font-size: 12px;
  color: #7b7d7d;
  margin: 0;
}

.baguetteBox-button {
  background-color: transparent !important;
}

/* .gallery_btn{
  padding: 10px 30px;
  border-radius: 6rem;
  background: transparent;
  border: 2px solid red !important;
}

.gallery_btn a{
  color: black;
} */


.gallery_btn {
  background: transparent;
  position: relative;
  padding: 5px 30px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgb(255,0,0);
  border-radius: 6rem;
  outline: none;
  overflow: hidden;
  color: white;
  transition: color 0.3s 0.1s ease-out;
}

.gallery_btn a{
  color: black;
  transition: color 0.3s 0.1s ease-out;

}

.gallery_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
}

.gallery_btn:hover {
  color: #fff !important;
  border: 1px solid rgb(255,0,0);
}

.gallery_btn:hover a{
  color: white;
}

.gallery_btn:hover::before {
  box-shadow: inset 0 0 0 10em rgb(255, 0, 0);
}
  /*** Gallery End ***/


/*** Footer Start ***/
.footer {
  border-top: 3px;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-style: dotted;
  border-color: var(--bs-light);
}
.footer .footer-item a,
.footer .footer-item p {
  line-height: 35px;
  color: var(--bs-body);
  transition: 0.5s;
  color: white;
  text-decoration: none;
}

.footer .footer-item a:hover {
  color: red;
  letter-spacing: 1px;
}

.footer .footer-item .footer-gallery {
  position: relative;
  overflow: hidden;
}

.footer .footer-item .footer-gallery img {
  width: 300px;
  height: 120px;
  transition: 0.5s;
}

.footer .footer-item .footer-gallery:hover img {
  transform: scale(1.2);
}

.footer .footer-item .footer-gallery .footer-search-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  opacity: 0;
}

.footer .footer-item .footer-gallery:hover .footer-search-icon {
  opacity: 1;
  background: rgba(0, 0, 0, .6);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark) !important;
}
/*** copyright end ***/


/* Mobile devices (portrait and landscape) */
@media (max-width: 576px) {
  /* Styles for mobile devices */
  .navbar-custom{
    background-color: black;
    width: 89%;
    margin-left: 10px;
  }

  .navbar_btn{
    width: 48%;
    margin-left: 8px;
  }
  
  .nav-item{
    position: relative;
    left: 80px;
  }

  .table_section{
    display: none;
  }

  .schdule_btn{
    display: block;
  }
  .Table_schdule_2{
    display: none;
  }

  .Table_schdule .large_table_title{
    display: none;
  }

  .Table_schdule .small_schdule_btn_1{
    display: block;
  }
  .Table_schdule .small_schdule_btn_2{
    display: block;
  }

  .gba_btn{
    display: none;
  }

  .bai_img{
    margin-top: 10px;
  }
}

/* Tablets and small desktops */
@media (min-width: 577px) and (max-width: 768px) {
  /* Styles for tablets and small desktops */
}

/* Medium devices (laptops/desktops) */
@media (min-width: 769px) and (max-width: 992px) {
  /* Styles for laptops/desktops */
  .navbar-custom{
    background-color: black !important;
    width: 89%;
  }
  
}

/* Large devices (large desktops) */
@media (min-width: 993px) and (max-width: 1200px) {
  /* Styles for large desktops */
  .navbar-custom{
    /* background-color: black !important; */
    width: 99%;
  }

  
}

/* Extra large devices (extra large desktops, TVs) */
@media (min-width: 1201px) and (max-width: 1800px) {
  /* Styles for extra large desktops */
  .navbar-custom{
    width: 79% !important;
  }

  
  .nav-item{
    position: relative;
    left: 15px;
  }
}

/* Ultra large devices (ultra large desktops, large TVs) */
@media (min-width: 1401px) {
  /* Styles for ultra large desktops and large TVs */
  .navbar-custom{
    width: 59%;
  }
  
  .nav-item{
    position: relative;
    right: 15px;
  }
}


.schedule_btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: red;
  min-width: 200px;
  border: 0;
  /* border-radius: 6rem; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  padding: 16px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}

.schedule_btn:hover {
  opacity: .95;
}

.schedule_btn .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}

.small_schdule_btn_1{
  display: none;
}
.small_schdule_btn_2{
  display: none;
}






/* New table code  */


.table-container {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

th, td {
  padding: 12px;
  text-align: left;
}

th {
  background-color: #333;
  color: white;
}

tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

tbody tr:nth-child(even) {
  background-color: #e0e0e0;
}

td, th {
  border: 1px solid #ddd;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination button {
  background-color: #333;
  color: white;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  margin: 0 5px;
}

.pagination button:hover {
  background-color: #555;
}

.pagination #pageInfo {
  margin: 0 10px;
  font-size: 14px;
}

.search-bar {
  margin-bottom: 10px;
  width: 30%;
  padding: 8px;
  border: 2px solid black;
  font-size: 14px;
  border-radius: 10px;
  float: right;
}

/* About more animation button  */

.knowmore_btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: red;
  min-width: 200px;
  border: 0;
  /* border-radius: 6rem; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  padding: 16px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}

.knowmore_btn a{
  text-decoration: none;
  color: white;
}

.knowmore_btn:hover {
  opacity: .95;
}

.knowmore_btn .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    border-radius: 6rem;
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    border-radius: 6rem;
  }
}


/* explor button animation  */

.explor_btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: red;
  min-width: 200px;
  border: 0;
  /* border-radius: 6rem; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  padding: 16px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}

.explor_btn a{
  text-decoration: none;
  color: white;
}

.explor_btn:hover {
  opacity: .95;
}

.explor_btn .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    border-radius: 6rem;
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    border-radius: 6rem;
  }
}


/* Button styles */
.important-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  padding: 10px 20px;
  background-color: #dc3545;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  animation: blink 1s infinite;
}

/* Blinking animation */
@keyframes blink {
  0%, 100% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
}

.important-btn:hover {
  animation: none;
}

/* Icon styling */
.important-btn i {
  margin-right: 8px;
}






/* styles.css */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
    overflow: hidden; /* Prevent scrolling */
}

/* Modal Content */
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the modal */
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Adjust the width */
    height: 80%; /* Adjust the height */
    overflow: hidden; /* Prevent content overflow */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

iframe {
    width: 100%;
    height: 100%;
    border: none; /* Remove iframe border */
}


.bai_img{
  position: relative;
  top: 5px;
}
