/* ===================================================================
 * # font
 *
 * ------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: Orkney Regular;
  src: local("Orkney Regular"), local("Orkney-Regular"), url("../fonts/Orkney-Regular.woff2") format("woff2"), url("../fonts/Orkney-Regular.woff") format("woff"), url("../fonts/Orkney-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Matroska;
  src: local("Matroska"), local("Matroska"), url("../fonts/Matroska.woff2") format("woff2"), url("../fonts/Matroska.woff") format("woff"), url("../fonts/Matroska.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none !important;
}
a p {
  text-decoration: none;
}
a p:hover {
  text-decoration: none;
}

body {
  font-family: "Poppins", sans-serif;
}

/* ===================================================================
 * # main
 *
 * ------------------------------------------------------------------- */
main {
  background: #061016;
  color: #CFA493;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-top: 70px;
}
main#utama a.nav-link[href*=index] {
  color: #FFF;
  pointer-events: none;
}
main#utama .custom-navbar .nav-links a[href*=index],
main#utama .mobile-menu .mobile-nav-links a[href*=index] {
  color: #CFA493;
  pointer-events: none;
}
main#galeri a.nav-link[href*=galeri] {
  color: #FFF;
  pointer-events: none;
}
main#galeri .custom-navbar .nav-links a[href*=galeri],
main#galeri .mobile-menu .mobile-nav-links a[href*=galeri] {
  color: #CFA493;
  pointer-events: none;
}
main#galeri .xtraVideo p {
  font-size: 16px;
}
main#galeri .xtraVideo .news-list {
  cursor: pointer;
}
@media (max-width: 575px) {
  main#galeri .element-top-left {
    top: 800px;
  }
}
main#berita a.nav-link[href*=berita] {
  color: #FFF;
  pointer-events: none;
}
main#berita .custom-navbar .nav-links a[href*=berita],
main#berita .mobile-menu .mobile-nav-links a[href*=berita] {
  color: #CFA493;
  pointer-events: none;
}
@media (max-width: 575px) {
  main#berita .element-top-left {
    top: 800px;
  }
}
main#finalis a.nav-link[href*=finalis] {
  color: #FFF;
  pointer-events: none;
}
main#finalis .custom-navbar .nav-links a[href*=finalis],
main#finalis .mobile-menu .mobile-nav-links a[href*=finalis] {
  color: #CFA493;
  pointer-events: none;
}
main#backstage a.nav-link[href*=backstage] {
  color: #FFF;
  pointer-events: none;
}
main#backstage .title {
  color: #CFA493;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin: 20px auto;
}
main .header {
  background: url("../img/ajl_40_poster.png") center center/cover no-repeat;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 58vh;
}
@media (max-width: 576px) {
  main .header {
    background: url("../img/ajl_40_poster_mobile.png") center center/cover no-repeat;
    height: 24rem;
  }
}
@media (min-width: 375px) and (max-width: 380px) {
  main .header {
    height: 21rem;
  }
}
@media (max-width: 360px) {
  main .header {
    height: 20rem;
  }
}
main .header .header-logo {
  width: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  main .header .header-logo {
    width: 230px;
  }
}
main .header .trophy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
main .header .trophy.trophy-1 {
  left: 0;
  height: 100%;
}
main .header .trophy.trophy-2 {
  right: 0;
  height: 100%;
}
@media (max-width: 576px) {
  main .header .trophy.trophy-1 {
    left: -30px;
    top: 0;
    transform: unset;
    height: 60%;
  }
  main .header .trophy.trophy-2 {
    right: -120px;
  }
}
main .header .sponsoredLogo {
  position: relative;
  z-index: 1;
  padding-left: 0;
  display: flex;
  gap: 10px;
}
main .header .sponsoredLogo .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: top;
}
main .header .sponsoredLogo .logo img {
  transition: 0.1s;
}
main .header .sponsoredLogo .logo:first-child img {
  max-width: 60px;
}
main .header .sponsoredLogo .logo:last-child img {
  width: 90px;
}
main .header .sponsoredLogo .logo a:hover img {
  filter: brightness(1.2);
}
main .header .sponsoredLogo p {
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 1px 6px 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6px;
  text-shadow: 1px 1px #000;
}

.navbar {
  background: #194552;
  font-family: "Matroska", sans-serif;
  border-top: 8px solid #CFA493;
}
.navbar .navbar-nav {
  width: 100%;
  padding: 5px 0px;
  gap: clamp(0rem, -0.4401rem + 1.8779vw, 1.25rem);
}
.navbar.navbar-dark .navbar-nav .nav-item.active .nav-link {
  color: #FFF;
  pointer-events: none;
}
.navbar .strim-live {
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.navbar .strim-live:hover {
  color: #FFF;
}
.navbar .navbar-brand img {
  height: 40px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .container {
  background: #84613A;
}

.p-top {
  z-index: 99;
  position: relative;
}

.widget {
  position: fixed;
  right: 5px;
  top: 50%;
  z-index: 999999;
}

.widget img {
  height: clamp(5rem, 4.1197rem + 3.7559vw, 7.5rem);
}

.close-btn {
  cursor: pointer;
  position: absolute;
  left: 2px;
  font-weight: bold;
}

.custom-navbar {
  position: sticky;
  top: 0;
  background-color: #194552;
  border-top: 8px solid #CFA493;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 100;
  padding: 1.2rem 2rem;
  transition: all 0.3s ease;
}
.custom-navbar .nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.custom-navbar .nav-links {
  display: flex;
  gap: 3rem;
  list-style: none;
  margin-bottom: 0 !important;
}
.custom-navbar .nav-links a {
  text-decoration: none;
  color: #fff;
  font-family: "Matroska", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.3s ease;
  position: relative;
  padding: 0.5rem 0;
}
.custom-navbar .nav-links a:hover {
  color: #CFA493;
}
.custom-navbar .navbar-trophy {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  transition: 0.3s;
}
.custom-navbar .navbar-trophy.shrink {
  width: 18px;
  left: 5px;
}
.custom-navbar .mobile-strim {
  display: none;
  margin-left: 35px;
}
.custom-navbar .hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  margin-left: auto;
}
.custom-navbar .hamburger .hamburger-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.custom-navbar .hamburger .line {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #CFA493;
  border-radius: 10px;
}
.custom-navbar .hamburger .line.line-2 {
  width: 85%;
}
.custom-navbar .hamburger .line.line-3 {
  width: 65%;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/menu-bg.png");
  background-size: cover;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  padding-top: 100px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s ease;
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu.active .mobile-nav-links {
  transform: translateY(0);
}
.mobile-menu .close-menu {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: #CFA493;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #0D242A;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
}
.mobile-menu .close-menu:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transform: scale(1.05);
}
.mobile-menu .close-menu:hover svg {
  transform: rotate(90deg);
}
.mobile-menu .close-menu svg {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}
.mobile-menu .close-menu span {
  font-family: "Matroska", sans-serif;
  font-size: 25px;
  margin-bottom: -4px;
}
.mobile-menu .menu-logo {
  width: 200px;
}
.mobile-menu .mobile-nav-links {
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transform: translateY(20px);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  padding-left: 0;
}
.mobile-menu .mobile-nav-links a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Matroska", sans-serif;
  letter-spacing: -0.02em;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}
.mobile-menu .mobile-nav-links a:hover {
  color: #CFA493;
}
.mobile-menu .mobile-socials {
  display: flex;
  gap: 5px;
}
.mobile-menu .mobile-socials .social-item {
  padding: 5px;
}
.mobile-menu .mobile-socials .social-item i {
  color: #fff;
  font-size: 25px;
}
.mobile-menu .menu-trophy {
  width: 50px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  pointer-events: none;
}

@media (max-width: 576px) {
  .custom-navbar {
    padding: 1rem 1.5rem;
  }
  .custom-navbar .nav-links {
    display: none;
  }
  .custom-navbar .hamburger {
    display: block;
  }
  .custom-navbar .mobile-strim {
    display: block;
  }
  .custom-navbar .navbar-trophy {
    display: block;
  }
}
/* ===================================================================
* # content
*
* ------------------------------------------------------------------- */
.content {
  background: url("../img/content-bg.png");
  background-position: center top;
  background-size: cover;
  padding-bottom: 5%;
}
.content a {
  color: #CFA493;
}
.content a:hover {
  filter: brightness(0.8);
}
.content p {
  text-decoration: none;
}
.content p i {
  font-size: 26px;
  top: 5px;
  position: relative;
  margin-left: 2px;
}
.content .left,
.content .right {
  position: absolute;
  bottom: 0;
  width: clamp(8.4375rem, 5.2465rem + 13.615vw, 17.5rem);
}
.content .left {
  left: 0;
}
.content .right {
  right: 0;
}
.content.scrolled {
  margin-top: 52px;
}
@media (min-width: 992px) {
  .content.scrolled {
    margin-top: 68px;
  }
}

h2 {
  display: flex;
  flex: 1;
  width: 100%;
  line-height: 1em;
  font-family: "Matroska", sans-serif;
  gap: 15px;
}
h2.heading {
  font-size: clamp(1.25rem, 1.118rem + 0.5634vw, 1.725rem);
  font-weight: 900;
  text-transform: uppercase;
}

.heading:before,
.heading:after,
.heading-ie span.after,
.heading-ie span.before {
  content: "";
  flex-grow: 1;
  background: linear-gradient(to right, #CFA493, #CFA493);
  background-size: 100% 2px;
  background-position: 0% 50%;
  background-repeat: repeat-x;
}

.vote-btn {
  border: 5px solid #000;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.4509803922);
  -webkit-mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.2) 50%, #000 75%);
  mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.2) 50%, #000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.vote-btn:hover {
  border: 5px solid #00325c;
  transition: mask-position 2s ease, -webkit-mask-position 2s ease;
  -webkit-mask-position: 120%;
  mask-position: 120%;
  opacity: 1;
}

.host-box {
  border-radius: 10px;
  overflow: hidden;
}
.host-box .host-content {
  background-color: #CFA493;
  color: #0D242A;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 10px;
}
.host-box .host-content h6 {
  font-family: "Matroska", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 898px) and (min-width: 768px) {
  .host-box .host-content h6 {
    font-size: 16px;
    line-height: 16px;
  }
}
.host-box .host-content p {
  margin-bottom: 0 !important;
  color: #0D242A;
  font-weight: 600;
  letter-spacing: 2.5px;
}

.vote-list {
  -webkit-mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.2) 50%, #000 75%);
  mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.2) 50%, #000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.vote-list:hover {
  transition: mask-position 2s ease, -webkit-mask-position 2s ease;
  -webkit-mask-position: 120%;
  mask-position: 120%;
  opacity: 1;
}

.xtraArticle .news-list img,
.xtraVideo .news-list img {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.xtraArticle .news-list.n-top img,
.xtraVideo .news-list.n-top img {
  height: 190px;
}
.xtraArticle .news-list.home .news-details,
.xtraVideo .news-list.home .news-details {
  background: rgba(0, 0, 0, 0.6117647059);
  position: absolute;
  bottom: 0;
  color: #FFF;
}
.xtraArticle .news-list.home .news-details h5,
.xtraVideo .news-list.home .news-details h5 {
  height: auto;
}
.xtraArticle .news-details,
.xtraVideo .news-details {
  text-align: left;
  padding: 10px 15px;
}
.xtraArticle .news-details a,
.xtraVideo .news-details a {
  text-decoration: none;
  color: #CFA493 !important;
  font-weight: 600;
  font-size: 14px;
}
.xtraArticle .news-details a i,
.xtraVideo .news-details a i {
  font-size: 26px;
  top: 5px;
  position: relative;
  margin-left: 2px;
}
.xtraArticle .news-details p,
.xtraVideo .news-details p {
  font-size: 12px !important;
}
.xtraArticle .news-details h5,
.xtraVideo .news-details h5 {
  font-size: 16px;
}

.xtraVideo .news-list {
  position: relative;
}
.xtraVideo .news-list img {
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}
.xtraVideo .news-list i {
  color: #FF0000;
  position: absolute;
  font-size: 35px;
  right: 5%;
  bottom: 20%;
}
.xtraVideo .news-list i:before {
  position: relative;
  z-index: 1;
}
.xtraVideo .news-list i:after {
  content: "";
  background: #FFF;
  width: 10px;
  height: 10px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 12px;
  transition: all 0.3s ease-in-out;
}
.xtraVideo p {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
.xtraVideo > div:not(.loader-wrapper) {
  cursor: pointer;
}
.xtraVideo > div {
  transition: all 0.3s ease-in-out;
}
.xtraVideo > div:hover {
  color: #747462;
}
.xtraVideo > div:hover i:after {
  background: #CFA493;
}

.xtraArticle a {
  color: #fff;
}
@media (min-width: 576px) {
  .xtraArticle > div:nth-child(2), .xtraArticle > div:nth-child(3) {
    width: 50%;
  }
  .xtraArticle > div:nth-child(2) .news-list.n-top img, .xtraArticle > div:nth-child(3) .news-list.n-top img {
    height: 280px;
  }
}

.galeri-active-title {
  color: #fff;
  font-size: 25px;
}

.strim-logo {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 7px;
}

.strim-live {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.strim-live:hover {
  color: #FFF;
}

.vote-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(115.86deg, rgba(87, 56, 27, 0.2) 0%, rgba(176, 139, 102, 0.2) 153.31%);
  border-radius: 10px;
}

.vote-content h4 {
  color: #FFF;
  font-family: "Matroska", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 21px;
}
@media (max-width: 898px) and (min-width: 768px) {
  .vote-content h4 {
    font-size: 16px;
    line-height: 16px;
  }
}
.vote-content a {
  background-color: #CFA493;
  color: #0D242A;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 2px;
  opacity: 1;
  padding: 10px;
  line-height: 16px;
  width: 100%;
}
.vote-content a:hover {
  background: #194552;
  color: #fff;
}
.vote-content img {
  opacity: 1;
  height: 80px;
}

.loadMoreWrapper {
  display: flex;
  flex: 1;
}
.loadMoreWrapper:after, .loadMoreWrapper:before {
  content: "";
  flex-grow: 1;
  background: linear-gradient(to right, #CFA493, #CFA493);
  background-size: 100% 2px;
  background-position: 0% 50%;
  background-repeat: repeat-x;
}

.loadMore {
  background-color: #CFA493;
  color: #0D242A !important;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 700;
  opacity: 1;
  padding: 5px 25px;
  margin: 0 10px;
}
.loadMore:hover {
  background-color: #CFA493;
}

/* ===================================================================
 * # footer
 *
 * ------------------------------------------------------------------- */
footer {
  background: #f4f4f4;
}
footer a {
  color: #FFF;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.55);
}
footer p {
  margin-bottom: 0;
}
footer > div:has(.copyright-wrapper) {
  background: #194552;
}
footer .footer_text span {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
footer .footer-logo {
  min-height: 50px;
}
footer .footer-logo a:hover {
  filter: brightness(1.1);
}
footer {
  /* -------------------------------------------------------------------
  * ## footer link list
  * ------------------------------------------------------------------- */
}
footer .footer-text-style {
  color: #000;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
footer {
  /* Tighten footer col spacing so all items fit in one row */
}
footer .row.py-5.justify-content-center > [class*=col] {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}
footer .s-content__linklist {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
footer .s-content__linklist a {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}
footer .s-content__linklist a:hover {
  color: #cf3755;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
footer .s-content__linklist li {
  padding-left: 4px 0;
  border-bottom: 0.5px dashed #cecece;
}
footer .s-content__linklist .active a {
  color: #f28780;
  font-weight: bold;
}

.copyright-wrapper p {
  font-weight: 700;
  font-size: 12px;
}
.copyright-wrapper span {
  font-weight: 500;
  font-size: 12px;
}
@media (max-width: 991px) {
  .copyright-wrapper {
    text-align: center;
  }
  .copyright-wrapper span {
    display: block;
    margin-bottom: 10px;
  }
  .copyright-wrapper .dpts {
    justify-content: center;
  }
}

/* -------------------------------------------------------------------
 * ## copyright
 * ------------------------------------------------------------------- */
.s-footer__bottom .s-footer__copyright span {
  display: inline-block;
}

.s-footer__bottom .s-footer__copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: rgba(255, 255, 255, 0.1);
}

.s-footer__bottom .s-footer__copyright span:last-child::after {
  display: none;
}

div[class^=element-] {
  position: absolute;
  z-index: 0;
  overflow: hidden;
}

.element-top-left {
  top: 720px;
  left: 0;
  width: 300px !important;
  height: 280px !important;
}
@media (max-width: 814px) {
  .element-top-left {
    top: 540px;
  }
}
@media (max-width: 575px) {
  .element-top-left {
    top: 1160px;
  }
}
.element-top-left img {
  top: 0;
  left: 0;
}
@media (max-width: 851px) {
  .element-top-left img {
    height: 150px;
  }
}

.element-top-right {
  top: 1300px;
  right: 0;
  height: 360px !important;
  width: 630px !important;
}
.element-top-right img {
  top: 0;
  right: -40%;
  transform: scaleX(-1);
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
@media (max-width: 851px) {
  .element-top-right img {
    height: 150px;
    right: -20%;
  }
}

.element-bottom-left {
  bottom: 0;
  left: 0;
}
.element-bottom-left img {
  width: 250px;
}
@media (max-width: 992px) {
  .element-bottom-left img {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .element-bottom-left img {
    width: 150px;
  }
}

.element-bottom-right {
  bottom: 0;
  right: 0;
}
.element-bottom-right img {
  width: 230px;
}
@media (max-width: 992px) {
  .element-bottom-right img {
    width: 140px;
  }
}
@media (max-width: 576px) {
  .element-bottom-right img {
    width: 90px;
  }
}

/* ===================================== */
/*                Loader                 */
/* ===================================== */
.loader--ripple {
  display: inline-block;
  position: relative;
  height: 64px;
  width: 64px;
}

.loader--ripple div {
  position: absolute;
  animation: loader--ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  border: 4px solid;
  border-radius: 50%;
  opacity: 1;
}

.loader--ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes loader--ripple {
  0% {
    top: 28px;
    left: 28px;
    opacity: 1;
    height: 0;
    width: 0;
  }
  100% {
    top: -1px;
    left: -1px;
    opacity: 0;
    height: 58px;
    width: 58px;
  }
}
.swiper-slide {
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  background-color: #CFA493;
  display: flex;
  flex-direction: column;
}

.swiper--content {
  color: #0D242A;
  height: 100%;
  text-align: center;
  padding: 15px 10px;
}
.swiper--content p {
  margin-bottom: 0;
}
.swiper--content p:nth-of-type(1) {
  font-family: "Matroska", sans-serif;
  font-size: 16px;
}
.swiper--content span {
  font-weight: 700;
}

.swiper-pagination {
  bottom: -10px !important;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: unset;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #CFA493;
}

.swiper-button-prev, .swiper-button-next {
  background-color: #CFA493;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.swiper-button-prev:after, .swiper-button-next:after {
  color: #0D242A;
  font-size: 16px;
  font-weight: 800;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: #0D242A;
}
.swiper-button-prev:hover:after, .swiper-button-next:hover:after {
  color: #fff;
}

.swiper-button-prev {
  left: -20px;
}

.swiper-button-next {
  right: -20px;
}

.menu-bar .toolbar-item.settings {
  display: none;
}

.fixed-top {
  transition: 0.5s;
  position: inherit;
}

.fixed-top.scrolled {
  transition: all 300ms linear;
  top: 0;
  position: fixed;
}

@media (min-width: 992px) {
  .fixed-top.scrolled > .container > a {
    display: none;
  }
}
.fixed-top.scrolled .navbar-brand {
  display: inherit;
}

.fixed-top.scrolled .navbar-brand img {
  width: 100px;
  height: auto;
  margin: 0;
}

.search-form {
  margin-bottom: 0;
}

.search-menu-item input {
  padding-left: 35px;
}

.search-inner .search-icon {
  display: inline-block;
  cursor: pointer;
  line-height: 0;
  top: 22px;
  position: absolute;
  left: -15px;
}

.search-inner .search-icon:hover .selected-image {
  display: block;
}

.search-inner .search-icon:hover .default-image {
  display: none;
}

.search-menu-item .search-inner {
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 40px;
  position: relative;
}

.search-menu-item .search-inner .clear-icon {
  display: inline-block;
  width: 28px;
  opacity: 0;
  line-height: 0;
  transition: -1.5s;
  position: absolute;
  right: 0;
  top: 15px;
}

.search-menu-item .search-inner .clear-icon .color1-stroke {
  stroke: #7397a9;
}

.search-menu-item .search-inner .clear-icon.show {
  opacity: 1;
  cursor: pointer;
}

.search-menu-item .search-inner .clear-icon:hover .color1-stroke {
  stroke: #fff;
}

.search-menu-item.open {
  padding-top: 13px;
}

.search-menu-item.open .search-inner {
  border-bottom: 1px solid #fff;
  height: initial;
}

.search-menu-item.open input {
  display: inline-block;
}

.search-menu-item.open .clear-icon {
  display: inline-block;
}

.search-menu-item.open .search-icon {
  top: 10px;
  left: 0;
}

.search-menu-item .search-inner .show {
  visibility: visible;
}

.ad-unit div[id^=div-gpt-ad-] > div {
  margin-bottom: 3rem;
}
@media (min-width: 891px) {
  .ad-unit div[id^=div-gpt-ad-]:last-child {
    display: none;
  }
}
@media (max-width: 890px) {
  .ad-unit div[id^=div-gpt-ad-]:first-child {
    display: none;
  }
}

.menu-item.active.EVENTS {
  pointer-events: none;
  cursor: pointer;
}

.animated-icon {
  width: 20px;
  height: 18px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon span {
  background: rgba(255, 255, 255, 0.55);
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.animated-icon span:nth-child(1) {
  top: 0px;
}

.animated-icon span:nth-child(2), .animated-icon span:nth-child(3) {
  top: 7px;
}

.animated-icon span:nth-child(3) {
  opacity: 0;
}

.animated-icon span:nth-child(4) {
  top: 14px;
}

.animated-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}

.animated-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  opacity: 1;
}

.animated-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* ===================================================================
 * # Floating Live Stream Widget
 *
 * ------------------------------------------------------------------- */
.floating-live-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 90px;
  z-index: 9999;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.floating-live-widget:hover {
  transform: translateY(-5px) scale(1.02);
  filter: brightness(1.05);
}
.floating-live-widget .widget-link {
  display: block;
  width: 100%;
  text-decoration: none;
}
.floating-live-widget .widget-link:focus {
  outline: none;
}
.floating-live-widget .widget-image {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 576px) {
  .floating-live-widget {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */