*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #0a0a1a;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

.main-bg {
  background-image: url("../assets/images/bg-desktop.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .main-bg {
    background-image: url("../assets/images/bg-mobile.png");
  }
}

.site-header {
  height: 88px;
  background: linear-gradient(89.79deg, #000000 0%, #44448F 100%);
}
.site-header__logo {
  height: 30px;
  width: auto;
  object-fit: contain;
}

.hero-banner {
  padding: 60px 0 0;
}
@media (max-width: 768px) {
  .hero-banner {
    padding: 50px 0 0;
  }
}
@media (max-width: 768px) {
  .hero-banner__text {
    margin-top: -20%;
  }
}
.hero-banner__img {
  width: 600px;
  max-width: 100%;
  display: block;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .hero-banner__img {
    width: 580px;
  }
}
@media (min-width: 1400px) {
  .hero-banner__img {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .hero-banner__img {
    width: 361px;
    max-width: 90%;
    margin: 0 auto 20px;
  }
}
.hero-banner__title {
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 90px;
  display: inline-block;
  background-color: transparent;
  background-image: linear-gradient(180deg, #EBECFA 0%, #85DCFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .hero-banner__title {
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;
    display: block;
    width: 100%;
  }
}
.hero-banner__desc {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #FFFFFF;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0 5px;
}
@media (max-width: 767.98px) {
  .hero-banner__desc {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    max-width: 100%;
  }
}

.berita-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.berita-card-wrapper {
  background: linear-gradient(180deg, #42428C 0%, #25254C 100%);
  border-radius: 150px;
  overflow: visible;
}
@media (max-width: 767.98px) {
  .berita-card-wrapper {
    border-radius: 70px;
  }
}
.berita-card-wrapper__football {
  position: absolute;
  top: 87%;
  right: -73px;
  width: 16%;
  height: 27%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 1400px) {
  .berita-card-wrapper__football {
    right: -4%;
    width: 14%;
  }
}
@media (max-width: 768px) {
  .berita-card-wrapper__football {
    width: 30%;
    height: 8%;
    top: 97%;
    right: -4%;
  }
}
.berita-card-wrapper__inner {
  position: relative;
  z-index: 1;
  padding: 100px 60px;
}
@media (max-width: 768px) {
  .berita-card-wrapper__inner {
    padding: 60px 10px;
  }
}

.berita-header__title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .berita-header__title {
    text-align: center;
  }
}
.berita-header__subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .berita-header__subtitle {
    text-align: center;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}
.news-card__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 2px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  color: #ffffff;
}
.news-card__badge--save {
  background-color: #e53935;
}
.news-card__badge--news {
  background-color: #1565c0;
}
.news-card__body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-card__title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #111111;
  line-height: 1.4;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card__excerpt {
  font-size: 0.8rem;
  color: #444444;
  line-height: 1.5;
  margin-bottom: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.news-card__author {
  font-size: 0.75rem;
  font-weight: 600;
  color: #888888;
}
.news-card__time {
  font-size: 0.7rem;
  color: #888888;
}

.berita-pagination .pagination {
  gap: 6px;
}
.berita-pagination .page-link {
  background: #F1F2F5;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #98A1B0;
  border-radius: 6px !important;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  padding: 0;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.berita-pagination .page-link:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.berita-pagination .page-link--arrow {
  font-size: 1.2rem;
}
.berita-pagination .page-item.active .page-link {
  background: #00A6E8;
  border-color: #00A6E8;
  color: #ffffff;
}
.berita-pagination .page-item.disabled .page-link {
  opacity: 0.4;
  pointer-events: none;
}

.video-section {
  padding: 60px 0;
}

.video-card-wrapper {
  background: linear-gradient(180deg, #010314 0%, #002B4A 100%);
  border: 8px solid rgba(213, 213, 251, 0.5);
  border-radius: 150px;
  padding: 60px 80px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .video-card-wrapper {
    border-radius: 60px;
    padding: 40px 30px;
  }
}

.video-header__title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .video-header__title {
    text-align: center;
  }
}

.video-header__subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .video-header__subtitle {
    text-align: center;
  }
}

.loader {
  width: 36px;
  height: 36px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.tt-video-wrapper {
  border-radius: 12px;
  overflow: hidden;
}
.tt-video-wrapper a {
  display: block;
  text-decoration: none;
}

.tt-thumb-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}

.tt-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.tt-video-wrapper:hover .tt-thumbnail {
  transform: scale(1.04);
}

.tt-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.2s ease;
  pointer-events: none;
}

.tt-video-wrapper:hover .tt-play-btn {
  background: rgba(0, 0, 0, 0.55);
}

.video-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #0e4b98;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.video-nav:hover {
  background: rgba(255, 255, 255, 0.35);
}
.video-nav.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.video-prev {
  left: 1%;
}

.video-next {
  right: 1%;
}

/*=============== POPUP TIKTOK VIDEOS ===============*/
#video-main-modal {
  background: rgba(0, 0, 0, 0.75) !important;
  margin: 0 auto;
}
#video-main-modal .modal-body {
  margin: 0 auto;
}
#video-main-modal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  padding: 12px;
  z-index: 100;
  border: 2px solid #000 !important;
  opacity: 1;
  transition: 0.2s;
}
#video-main-modal .btn-close:hover {
  opacity: 0.5;
}
#video-main-modal .modal-close-div {
  background: #000;
}
#video-main-modal .modal-close-div span {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  top: -3px;
}
#video-main-modal .close {
  opacity: unset !important;
  margin: 0;
}
#video-main-modal .closebtn {
  font-size: 16px;
  color: #ffffff;
}
#video-main-modal .vids {
  cursor: pointer;
}
#video-main-modal .modal-content {
  background-color: transparent;
  border: none;
}

.main-vid-modal {
  width: 100%;
  height: 100%;
}

.tiktok-embed {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  padding: 1rem;
  background-color: #fff;
}

.site-footer {
  background: linear-gradient(89.79deg, #000000 0%, #44448F 100%);
  padding: 20px 0;
  text-align: center;
}
.site-footer__text {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

/*# sourceMappingURL=main.css.map */
