* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

body {
  background-color: #1e1e1e;
}

@media (max-width: 556px) {
  main {
    overflow-x: hidden;
  }
}
.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before, .shine:focus::before {
  animation: shine 0.85s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.sticky-section {
  position: sticky;
  top: 100px;
}

.image-box {
  border-radius: 0 100px 0 100px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.image-box img {
  border-radius: 0 100px 0 100px;
  transition: all 0.5s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image-box:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.image-box:hover img {
  scale: 1.1;
}

.link-title-box .link-title {
  color: #31EC56;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
.link-title-box .link-title:hover {
  color: #EE72F8;
}

.topbar-section {
  color: #fff;
}
.topbar-section p {
  margin: 0;
  padding: 0;
}

.carousel-section {
  background: url(https://img.freepik.com/free-photo/empty-home-production-studio-with-professional-podcasting-tools-recording-sound-streaming-sites-entertainment-show-live-broadcasting-from-cozy-location-living-room-decorated-with-purple-lights_482257-68837.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-content: center;
  overflow: hidden;
}
.carousel-section .gallery {
  --s: 150px;
  /* the image size */
  display: grid;
  transform-style: preserve-3d;
  animation: r 15s linear infinite;
  position: relative;
}
@keyframes r {
  0% {
    transform: perspective(450px) rotateX(-100deg) rotate(0deg);
  }
  to {
    transform: perspective(450px) rotateX(-100deg) rotate(-360deg);
  }
}
.carousel-section .gallery > img {
  grid-area: 1/1;
  width: var(--s);
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #fff;
  border-radius: 10px 10px 0 0;
  transform: rotate(var(--_a)) translateY(120%) rotateX(90deg)  scaleX(-1);
}
.carousel-section .gallery > img:nth-child(1) {
  --_a: 0deg ;
}
.carousel-section .gallery > img:nth-child(2) {
  --_a: 60deg ;
}
.carousel-section .gallery > img:nth-child(3) {
  --_a: 120deg ;
}
.carousel-section .gallery > img:nth-child(4) {
  --_a: 180deg ;
}
.carousel-section .gallery > img:nth-child(5) {
  --_a: 240deg ;
}
.carousel-section .gallery > img:nth-child(6) {
  --_a: 300deg ;
}
.carousel-section .gallery::before {
  content: "";
  position: absolute;
  inset: -100%;
  -webkit-clip-path: polygon(50% 0, 93.3% 25%, 93.3% 75%, 50% 100%, 6.7% 75%, 6.7% 25%);
          clip-path: polygon(50% 0, 93.3% 25%, 93.3% 75%, 50% 100%, 6.7% 75%, 6.7% 25%);
  background: rgb(131, 58, 180);
  background: linear-gradient(90deg, rgb(131, 58, 180) 0%, rgb(253, 29, 29) 50%, rgb(252, 176, 69) 100%);
  transform: translateZ(calc(var(--s) / 2)) rotate(90deg);
}

.navigation-section .navbar {
  background-color: #EF036C !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.navigation-section .navbar .navbar-brand {
  font-size: 1.8rem;
}
.navigation-section .navbar .navbar-brand img {
  background-color: #fff;
  width: 388px;
  border-radius: 0px 30px 0 30px;
}
.navigation-section .navbar .nav-link,
.navigation-section .navbar .dropdown-item {
  font-size: 1.2rem;
  color: #fff;
  font-size: 500;
  transition: all 0.5s ease-in-out;
  border: 1px transparent solid;
  margin: 0 3px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(9.5px);
  -webkit-backdrop-filter: blur(9.5px);
  border-radius: 0px 20px 0px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.navigation-section .navbar .nav-link:hover,
.navigation-section .navbar .dropdown-item:hover {
  border-radius: 20px 0px 20px 0px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.navigation-section .navbar .active {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(9.5px);
  -webkit-backdrop-filter: blur(9.5px);
  border-radius: 0px 20px 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.navigation-section .navbar .dropdown-menu {
  background-color: #EE72F8;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.navigation-section .navbar .dropdown-menu .dropdown-item {
  margin-top: 0.5rem;
}

.hero-section .content {
  background-image: url(../img/1.svg), url(../img/2.png);
  background-position: center center, center center;
  /* Adjust the position as needed */
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  /* Adjust the size as needed */
  animation: heartbeat 2s linear;
}
.hero-section .content .title {
  margin: 5rem 0 3rem 0;
  padding: 5px;
  max-width: 500px;
  background-color: #fff;
  box-shadow: 10px 10px 1px #000;
}
.hero-section .content .title .title-text {
  color: #1e1e1e;
  text-align: center;
  font-size: 3.3rem;
}
.hero-section .content .schedule-box {
  position: relative;
  z-index: 1;
  /* Ensure the .schedule element is above the ::before pseudo-element */
  color: #1e1e1e;
}
.hero-section .content .schedule-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #1e1e1e;
  top: 8px;
  left: 10px;
  z-index: -5;
  transition: all 0.5s ease-in-out;
  /* Position the ::before pseudo-element behind the .schedule element */
}
.hero-section .content .schedule-box .schedule {
  background-color: #fff;
}
.hero-section .content .schedule-box .schedule .text {
  font-size: 1.5rem;
  font-style: italic;
}
.hero-section .content .schedule-box .schedule .icon i {
  font-size: 1.5rem;
}
.hero-section .content .schedule-box:hover::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #EF036C;
  top: 5px;
  left: 5px;
  z-index: -5;
  transition: all 0.5s ease-in-out;
  /* Position the ::before pseudo-element behind the .schedule element */
}
.hero-section .content .schedule-box:hover .icon i {
  color: #EF036C;
  transition: all 0.5s ease-in-out;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.podcast-section {
  background-color: #EF036C;
  /* Start  styling the page */
}
.podcast-section h2 {
  text-shadow: 1px 1px 1px #fff;
  color: #31EC56;
  text-align: center;
  font-size: 3rem;
  font-style: italic;
}
.podcast-section .container-audio {
  width: 66%;
  height: auto;
  padding: 20px;
  border-radius: 5px;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.21);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #444;
  margin: 20px auto;
  overflow: hidden;
}
.podcast-section .container-audio1 {
  width: 76%;
  height: 15rem;
  border-radius: 5px;
  background-color: #eee;
  color: #444;
  margin: 20px auto;
  overflow: hidden;
  background: url(../img/4736010.jpg);
  background-size: cover;
  background-position: top;
  display: flex;
  justify-content: center;
  align-items: center;
}
.podcast-section audio {
  width: 90%;
  color: #EF036C;
}
.podcast-section audio:nth-child(2),
.podcast-section audio:nth-child(4),
.podcast-section audio:nth-child(6) {
  margin: 0;
}
.podcast-section .container-audio .colum1 {
  width: 7px;
  height: 5em;
  border-radius: 5px;
  margin: 0 1.4rem 0 0;
  display: inline-block;
  position: relative;
  left: 3%;
}
.podcast-section .container-audio .colum1:last-child {
  margin: 0;
}
.podcast-section .container-audio .colum1 .row {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to up, #7700aa, #8800ff);
  position: absolute;
  animation: Rofa 10s infinite ease-in-out;
  bottom: 0;
}
.podcast-section .wave-playing {
  display: block;
}
.podcast-section .wave-playing .colum1 .row {
  animation-play-state: running;
}
.podcast-section .wave-static {
  display: none;
}
.podcast-section .wave-static .colum1 .row {
  animation-play-state: paused;
}
.podcast-section .container-audio .colum1:nth-of-type(1) .row {
  animation-delay: 3.99s;
}
.podcast-section .container-audio .colum1:nth-of-type(2) .row {
  animation-delay: 3.8s;
}
.podcast-section .container-audio .colum1:nth-of-type(3) .row {
  animation-delay: 3.7s;
}
.podcast-section .container-audio .colum1:nth-of-type(4) .row {
  animation-delay: 3.6s;
}
.podcast-section .container-audio .colum1:nth-of-type(5) .row {
  animation-delay: 3.5s;
}
.podcast-section .container-audio .colum1:nth-of-type(6) .row {
  animation-delay: 3.4s;
}
.podcast-section .container-audio .colum1:nth-of-type(7) .row {
  animation-delay: 3.3s;
}
.podcast-section .container-audio .colum1:nth-of-type(8) .row {
  animation-delay: 3.2s;
}
.podcast-section .container-audio .colum1:nth-of-type(9) .row {
  animation-delay: 3.1s;
}
.podcast-section .container-audio .colum1:nth-of-type(10) .row {
  animation-delay: 2.1s;
}
.podcast-section .container-audio .colum1:nth-of-type(11) .row {
  animation-delay: 2.1s;
}
.podcast-section .container-audio .colum1:nth-of-type(12) .row {
  animation-delay: 2.1s;
}
.podcast-section .container-audio .colum1:nth-of-type(13) .row {
  animation-delay: 2.2s;
}
.podcast-section .container-audio .colum1:nth-of-type(14) .row {
  animation-delay: 1.3s;
}
.podcast-section .container-audio .colum1:nth-of-type(15) .row {
  animation-delay: 1.4s;
}
.podcast-section .container-audio .colum1:nth-of-type(16) .row {
  animation-delay: 1.5s;
}
.podcast-section .container-audio .colum1:nth-of-type(17) .row {
  animation-delay: 1.6s;
}
.podcast-section .container-audio .colum1:nth-of-type(18) .row {
  animation-delay: 1.7s;
}
.podcast-section .container-audio .colum1:nth-of-type(19) .row {
  animation-delay: 1.8s;
}
.podcast-section .container-audio .colum1:nth-of-type(20) .row {
  animation-delay: 2s;
}
@media (max-width: 768px) {
  .podcast-section .container-audio .colum1 {
    width: 10px;
    height: 5em;
    border-radius: 5px;
    margin: 0 5px 0 0;
    display: inline-block;
    position: relative;
    left: 10%;
  }
}
@media (max-width: 556px) {
  .podcast-section .container-audio .colum1 {
    width: 1px;
    height: 5em;
    border-radius: 5px;
    margin: 0 5px 0 0;
    display: inline-block;
    position: relative;
    left: 10%;
  }
}

.about1-section {
  background-color: #EF036C;
}
.about1-section .container {
  border-radius: 20px;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.4px);
  -webkit-backdrop-filter: blur(2.4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.about1-section .image-box {
  height: 25rem;
}
.about1-section .image-box img {
  height: 25rem;
}
.about1-section .box2 .about-title {
  text-shadow: 1px 1px 1px #fff;
  color: #31EC56;
  text-align: center;
  font-size: 2rem;
  font-style: italic;
}
.about1-section .box2 .title-text {
  color: #fff;
  text-align: center;
  font-size: 3rem;
}
.about1-section .box2 .about-text {
  color: #fff;
}
.about1-section .box2 .about-btn {
  padding: 5px 10px;
  border-radius: 20px;
  color: #fff;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.playlist-section {
  background-color: #EF036C;
  position: relative;
  height: 100%;
}
.playlist-section .title-section .playlist-title {
  text-shadow: 1px 1px 1px #fff;
  color: #31EC56;
  text-align: start;
  font-size: 2rem;
  font-style: italic;
}
.playlist-section .title-section .playlist-text {
  color: #fff;
  text-align: start;
  font-size: 3rem;
}
.playlist-section .swiper {
  width: 100%;
  height: 100%;
}
.playlist-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.6px);
  -webkit-backdrop-filter: blur(4.6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.playlist-section .swiper-slide .ep-title {
  color: #fff;
  font-size: 1.5rem;
}
.playlist-section .swiper-slide .ep-text {
  color: #fff;
  font-style: italic;
}
.playlist-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.playlist-section .swiper-pagination-bullet {
  background-color: #31EC56;
}

.testimonial-section .testimonial-slider {
  background-color: #EF036C;
  padding: 2em 2em 3em;
}
.testimonial-section .container-fluid {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.8px);
  -webkit-backdrop-filter: blur(2.8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.testimonial-section .container-fluid i {
  color: #31EC56;
  text-shadow: 1px 1px 1px #fff;
  text-align: start;
  font-size: 4rem;
  font-style: italic;
}
.testimonial-section .container-fluid img {
  border-radius: 10px;
}
.testimonial-section .testimonial-title {
  color: #fff;
}
.testimonial-section .testimonial-title h2 {
  padding-left: 0.2em;
}
.testimonial-section .card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  height: 100%;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.21);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.testimonial-section .carousel-control-prev,
.testimonial-section .carousel-control-next {
  background-color: #fff;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%);
}
@media (min-width: 576px) {
  .testimonial-section .carousel-item {
    margin-right: 0;
    flex: 0 0 50%;
    display: block;
  }
  .testimonial-section .carousel-inner {
    display: flex;
  }
}
@media (min-width: 768px) {
  .testimonial-section .carousel-inner {
    padding: 1em;
  }
  .testimonial-section .carousel-control-prev,
  .testimonial-section .carousel-control-next {
    opacity: 1;
    position: absolute;
    left: 1em;
    top: 90%;
    transform: translateY(-50%);
  }
  .testimonial-section .carousel-control-next {
    left: 5em;
  }
}

.news-section {
  background-color: #EF036C;
}
.news-section .title-section .playlist-title {
  text-shadow: 1px 1px 1px #fff;
  color: #31EC56;
  text-align: start;
  font-size: 2rem;
  font-style: italic;
}
.news-section .title-section .playlist-text {
  color: #fff;
  text-align: start;
  font-size: 3rem;
}
.news-section .about-btn {
  padding: 5px 10px;
  border-radius: 20px;
  color: #fff;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #EE72F8;
}
.news-section .box {
  height: 100%;
  cursor: pointer;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.6px);
  -webkit-backdrop-filter: blur(4.6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.news-section .box .title .ep-title {
  color: #fff;
  font-size: 1.5rem;
}
.news-section .box .title .ep-text {
  color: #fff;
  font-style: italic;
}
.news-section .box img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  background-image: radial-gradient(at 40% 20%, rgba(49, 236, 86, 0.8) 0px, transparent 50%), radial-gradient(at 80% 0%, rgba(239, 3, 108, 0.8) 0px, transparent 50%), radial-gradient(at 0% 50%, rgba(238, 114, 248, 0.8) 0px, transparent 50%), radial-gradient(at 80% 50%, rgba(252, 191, 73, 0.8) 0px, transparent 50%), radial-gradient(at 0% 100%, rgba(234, 226, 183, 0.8) 0px, transparent 50%), radial-gradient(at 80% 100%, rgba(234, 226, 183, 0.8) 0px, transparent 50%), radial-gradient(at 0% 0%, rgba(107, 102, 255, 0.8) 0px, transparent 50%);
  background-color: #1f1f1f;
  /* Darker background color */
  background-repeat: no-repeat;
}
footer .footer-section .box-1 .image-box {
  border-radius: 0 50px 0 50px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  box-shadow: none;
  display: flex;
  justify-content: center;
}
footer .footer-section .box-1 .image-box img {
  border-radius: 0 50px 0 50px;
  transition: all 0.5s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 50%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  background-color: #fff;
}
footer .footer-section .box-1 .image-box:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
footer .footer-section .box-1 .image-box:hover img {
  scale: 1.1;
}
footer .footer-section .box-1 .text {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3);
}
footer .footer-section .box-1 .text h6 {
  font-size: 1.1rem;
}
footer .footer-section .box-2 .footer-title {
  text-shadow: 1px 1px 1px #fff;
  color: #31EC56;
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
}
footer .footer-section .box-2 .lists {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3);
}
footer .footer-section .box-3 .footer-title {
  text-shadow: 1px 1px 1px #fff;
  color: #31EC56;
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
}
footer .copyright-section {
  background-color: #EF036C;
}
footer .copyright-section p,
footer .copyright-section h6 {
  color: #fff;
  text-align: center;
  margin: 0;
}
footer .copyright-section img {
  width: 100px;
  margin-left: 10px;
  background-color: #fff;
  border-radius: 0 20px 0 20px;
}

.programs-section {
  background-color: #EF036C;
}
.programs-section .programs .about-title {
  text-shadow: 1px 1px 1px #fff;
  color: #31EC56;
  text-align: center;
  font-size: 2rem;
  font-style: italic;
}
.programs-section .programs .about-text {
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  font-style: italic;
}
.programs-section .programs .box {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.programs-section .programs .box .image-box img {
  height: 15rem;
}
.programs-section .programs .box .text-box .text {
  font-size: 1.7rem;
  text-align: center;
  font-style: italic;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.programs-section .programs .box .text-box .text:hover {
  letter-spacing: 2px;
  color: #31EC56;
}

.program-info-section {
  background-color: #EF036C;
}
.program-info-section .program-info .box-1 .image-box .image {
  height: 25rem;
}
.program-info-section .program-info .box-2 .about-title {
  text-shadow: 1px 1px 1px #fff;
  color: #31EC56;
  text-align: center;
  font-size: 2rem;
  font-style: italic;
}
.program-info-section .program-info .box-2 .about-text {
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  font-style: italic;
}
.program-info-section .program-info .box-2 .table-box .schedule-title {
  text-align: center;
  font-size: 2rem;
  color: #EE72F8;
}
.program-info-section .program-info .box-2 .table-box .program-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.program-info-section .program-info .box-2 .table-box .program-table th,
.program-info-section .program-info .box-2 .table-box .program-table td {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 12px;
  text-align: center;
  cursor: pointer;
}
.program-info-section .program-info .box-2 .table-box .program-table thead th {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #fff;
  background-color: #31EC56;
}
.program-info-section .program-info .box-2 .table-box .program-table tbody tr {
  transition: all 0.5s ease-in-out;
}
.program-info-section .program-info .box-2 .table-box .program-table tbody tr td {
  color: #fff;
}
.program-info-section .program-info .box-2 .table-box .program-table tbody tr:hover {
  background-color: #f8f9fa;
  color: #1e1e1e;
}
.program-info-section .program-info .box-2 .table-box .program-table tbody tr:hover td {
  color: #EF036C;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .program-info-section .program-info .box-2 .table-box .program-table th,
  .program-info-section .program-info .box-2 .table-box .program-table td {
    font-size: 14px;
    padding: 8px;
  }
}

.tab-layout {
  background-color: #EF036C;
}
.tab-layout .title h4 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
  color: #EE72F8;
}
.tab-layout .tab-container {
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid lightgrey;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.tab-layout .tab-container .tabs {
  display: flex;
  flex-wrap: wrap;
}
.tab-layout .tab-container .tab {
  flex: 1;
  padding: 10px;
  background-color: #EE72F8;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s ease-in-out;
  border: 0.2px solid grey;
}
.tab-layout .tab-container .tab:hover {
  background-color: #31EC56;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.tab-layout .tab-container .tab.active {
  background-color: #fcbf49;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.tab-layout .tab-container .content {
  margin-top: 20px;
}
.tab-layout .tab-container .tab-content {
  display: none;
}
.tab-layout .tab-container .tab-content .news {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.tab-layout .tab-container .tab-content .news .title {
  border-radius: 0px 20px 0 20px;
  border-style: outset;
  padding: 10px 5px;
}
.tab-layout .tab-container .tab-content .news .title .news-card {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  font-weight: 500;
  font-style: italic;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
.tab-layout .tab-container .tab-content .news .title:hover {
  border-style: inset;
  background: #EF036C;
}
.tab-layout .tab-container .tab-content .news .title:hover .news-card {
  color: #fff;
}
.tab-layout .tab-container .tab-content .news .see-all a button {
  font-style: italic;
}
.tab-layout .tab-container .tab-content.active {
  display: block;
}

.teams-section {
  background-color: #EF036C;
}
.teams-section .about-title {
  text-shadow: 1px 1px 1px #fff;
  color: #31EC56;
  text-align: center;
  font-size: 2rem;
  font-style: italic;
}
.teams-section .about-text {
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  font-style: italic;
}
.teams-section .teams .team {
  position: relative;
  cursor: pointer;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0px 50px 0 50px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgb(255, 255, 255);
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.teams-section .teams .team .image-box {
  height: 18rem;
  -o-object-position: center;
     object-position: center;
  border-radius: 0px 50px 0 50px;
}
.teams-section .teams .team .image-box .image {
  border-radius: 0px 50px 0 50px;
  width: 100%;
  height: 18rem;
  -o-object-position: center;
     object-position: center;
}
.teams-section .teams .team .info-box {
  position: absolute;
  z-index: 3;
  bottom: -40%;
  left: 5%;
  opacity: 0;
  width: 90%;
}
.teams-section .teams .team .info-box .name {
  font-size: 1.5rem;
  font-weight: 300;
  background-color: #EF036C;
  text-align: center;
  color: #fff;
  padding: 5px;
  border-radius: 0 20px 0 20px;
}
.teams-section .teams .team .info-box .post {
  text-align: center;
  color: #fcbf49;
  font-size: 1.3rem;
  font-style: italic;
}
.teams-section .teams .team:hover {
  border-radius: 0;
  height: 100%;
}
.teams-section .teams .team:hover .image-box {
  border-radius: 0;
}
.teams-section .teams .team:hover .image-box .image {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  border-radius: 0;
}
.teams-section .teams .team:hover .info-box {
  bottom: 25%;
  transition: all 0.5s ease-in-out;
  opacity: 100%;
}

@keyframes rot {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.about-section {
  background-color: #EF036C;
}
.about-section .about .head-title {
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 3.5rem;
  color: #fff;
}
.about-section .about .box .box-1 {
  animation: rot 10s linear infinite;
}
.about-section .about .box .box-1:hover {
  animation-play-state: paused;
  /* Pause the rotation animation on hover */
  transform: rotate(0deg) !important;
  /* Set the rotation back to 0deg on hover */
}
.about-section .about .box .gallery {
  --g: 8px;
  /* the gap */
  --s: 400px;
  /* the size */
  display: grid;
  border-radius: 50%;
}
.about-section .about .box .gallery > img {
  grid-area: 1/1;
  width: 400px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transform: translate(var(--_x, 0), var(--_y, 0));
  cursor: pointer;
  z-index: 0;
  transition: 0.3s, z-index 0s 0.3s;
}
.about-section .about .box .gallery img:hover {
  --_i: 1;
  z-index: 1;
  transition: transform 0.2s, z-index 0s, -webkit-clip-path 0.3s 0.2s;
  transition: transform 0.2s, clip-path 0.3s 0.2s, z-index 0s;
  transition: transform 0.2s, clip-path 0.3s 0.2s, z-index 0s, -webkit-clip-path 0.3s 0.2s;
}
.about-section .about .box .gallery:hover img {
  transform: translate(0, 0);
}
.about-section .about .box .gallery > img:nth-child(1) {
  -webkit-clip-path: polygon(50% 50%, calc(50% * var(--_i, 0)) calc(120% * var(--_i, 0)), 0 calc(100% * var(--_i, 0)), 0 0, 100% 0, 100% calc(100% * var(--_i, 0)), calc(100% - 50% * var(--_i, 0)) calc(120% * var(--_i, 0)));
          clip-path: polygon(50% 50%, calc(50% * var(--_i, 0)) calc(120% * var(--_i, 0)), 0 calc(100% * var(--_i, 0)), 0 0, 100% 0, 100% calc(100% * var(--_i, 0)), calc(100% - 50% * var(--_i, 0)) calc(120% * var(--_i, 0)));
  --_y: calc(-1*var(--g)) ;
}
.about-section .about .box .gallery > img:nth-child(2) {
  -webkit-clip-path: polygon(50% 50%, calc(100% - 120% * var(--_i, 0)) calc(50% * var(--_i, 0)), calc(100% - 100% * var(--_i, 0)) 0, 100% 0, 100% 100%, calc(100% - 100% * var(--_i, 0)) 100%, calc(100% - 120% * var(--_i, 0)) calc(100% - 50% * var(--_i, 0)));
          clip-path: polygon(50% 50%, calc(100% - 120% * var(--_i, 0)) calc(50% * var(--_i, 0)), calc(100% - 100% * var(--_i, 0)) 0, 100% 0, 100% 100%, calc(100% - 100% * var(--_i, 0)) 100%, calc(100% - 120% * var(--_i, 0)) calc(100% - 50% * var(--_i, 0)));
  --_x: var(--g) ;
}
.about-section .about .box .gallery > img:nth-child(3) {
  -webkit-clip-path: polygon(50% 50%, calc(100% - 50% * var(--_i, 0)) calc(100% - 120% * var(--_i, 0)), 100% calc(100% - 120% * var(--_i, 0)), 100% 100%, 0 100%, 0 calc(100% - 100% * var(--_i, 0)), calc(50% * var(--_i, 0)) calc(100% - 120% * var(--_i, 0)));
          clip-path: polygon(50% 50%, calc(100% - 50% * var(--_i, 0)) calc(100% - 120% * var(--_i, 0)), 100% calc(100% - 120% * var(--_i, 0)), 100% 100%, 0 100%, 0 calc(100% - 100% * var(--_i, 0)), calc(50% * var(--_i, 0)) calc(100% - 120% * var(--_i, 0)));
  --_y: var(--g) ;
}
.about-section .about .box .gallery > img:nth-child(4) {
  -webkit-clip-path: polygon(50% 50%, calc(120% * var(--_i, 0)) calc(50% * var(--_i, 0)), calc(100% * var(--_i, 0)) 0, 0 0, 0 100%, calc(100% * var(--_i, 0)) 100%, calc(120% * var(--_i, 0)) calc(100% - 50% * var(--_i, 0)));
          clip-path: polygon(50% 50%, calc(120% * var(--_i, 0)) calc(50% * var(--_i, 0)), calc(100% * var(--_i, 0)) 0, 0 0, 0 100%, calc(100% * var(--_i, 0)) 100%, calc(120% * var(--_i, 0)) calc(100% - 50% * var(--_i, 0)));
  --_x: calc(-1*var(--g)) ;
}
@media (max-width: 556px) {
  .about-section .about .box .gallery > img {
    width: 300px;
  }
}
.about-section .about .info-box .info {
  font-size: 1.1rem;
  color: #fff;
  padding: 5px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
    /* Start and end position (no vertical movement) */
  }
  50% {
    transform: translateY(-20px);
    /* Float up by 20px at midpoint */
  }
}
.contact-section {
  background-color: #EF036C;
}
.contact-section .contact-image {
  height: 50vh;
}
.contact-section .contact-image .container1 {
  display: flex;
  animation: float 2s ease-in-out infinite;
  transition: animation-play-state 0.3s ease;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.contact-section .contact-image .container1:hover {
  animation-play-state: paused;
}
.contact-section .contact-image .container1 .container__image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-image: url("../img/contact.png");
  background-size: cover;
  transition: ease-in-out 0.3s;
  background-position: right;
  z-index: 2;
}
.contact-section .contact-image .container1 .container__image:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: inherit;
  background-position: bottom;
  filter: blur(40px) saturate(0%);
  transform: scaleX(0.4);
  transition: ease-in-out 0.4s;
  border-radius: 120px;
  transform-origin: right;
  opacity: 0;
  z-index: -1;
}
.contact-section .contact-image .container1 .container__image .container__info {
  position: relative;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.8;
  transition: ease-in-out 0.3s;
  opacity: 0;
}
.contact-section .contact-image .container1 .container__image .container__location {
  transition-delay: 0.15s;
}
.contact-section .contact-image .container1 .container__image:hover {
  border-radius: 0;
  width: 450px;
  height: 310px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(9, 55, 53, 0.08), 0px 16px 24px rgba(9, 55, 53, 0.1), 0px 24px 32px rgba(9, 55, 53, 0.14);
}
.contact-section .contact-image .container1 .container__image:hover:before {
  width: 100%;
  opacity: 0.18;
  filter: blur(10px) saturate(100%);
  transform: scale(2.8) translate3d(-18%, 0px, 0px);
}
.contact-section .contact-image .container1 .container__image:hover .container__info {
  transform: translate3d(-60%, 0px, 0px);
  opacity: 1;
}
@media (max-width: 769px) {
  .contact-section .contact-image .container1 .container__image:hover {
    border-radius: 0;
    width: 350px;
    height: 210px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(9, 55, 53, 0.08), 0px 16px 24px rgba(9, 55, 53, 0.1), 0px 24px 32px rgba(9, 55, 53, 0.14);
  }
  .contact-section .contact-image .container1 .container__image:hover:before {
    width: 100%;
    opacity: 0.18;
    filter: blur(10px) saturate(100%);
    transform: scale(2.8) translate3d(-18%, 0px, 0px);
  }
  .contact-section .contact-image .container1 .container__image:hover .container__info {
    transform: translate3d(0, 150px, 50px);
    opacity: 1;
  }
}
.contact-section .contact-image .link {
  border-bottom: 1px solid transparent;
  color: #06C0A8;
  text-decoration: none;
  transition: ease-in 0.13s;
}
.contact-section .contact-image .link:hover {
  background-color: #06C0A8;
  color: #ffffff;
}
.contact-section .title {
  text-shadow: 1px 1px 1px #fff;
  color: #31EC56;
  text-align: center;
  font-size: 2rem;
  font-style: italic;
}
.contact-section .title i {
  animation: float 2s ease-in-out infinite;
}
.contact-section .box {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgb(255, 255, 255);
}
.contact-section .box .lists .list .detail {
  color: #fff;
  font-size: 1.1rem;
  margin: 0;
}
.contact-section .box .lists .list .detail i {
  color: #fcbf49;
}

.contact1 {
  background-color: #EF036C;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact1 .contact-form {
  width: 100% !important;
  flex: 1;
  padding: 1rem;
  background-color: #fff;
  border-radius: 8px;
}
.contact1 .contact-form h2 {
  margin-bottom: 1rem;
  color: #EE72F8;
}
.contact1 .contact-form form {
  display: flex;
  flex-direction: column;
}
.contact1 .contact-form form label {
  margin-bottom: 0.5rem;
  color: #fcbf49;
  font-weight: 600;
  font-size: 1.1rem;
}
.contact1 .contact-form form input,
.contact1 .contact-form form textarea {
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.contact1 .contact-form form button {
  background: rgb(131, 58, 180);
  background: linear-gradient(90deg, rgb(131, 58, 180) 0%, rgb(253, 29, 29) 50%, rgb(252, 176, 69) 100%);
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.contact1 .contact-form form button:hover {
  background-color: #555;
}
@media screen and (max-width: 768px) {
  .contact1 .contact-form {
    flex: none;
    width: 100%;
    margin-bottom: 2rem;
  }
}/*# sourceMappingURL=style.css.map */