/* ===================================================================
 * # font
 *
 * ------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&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;
}
@font-face {
  font-family: Bokis;
  src: local("Bokis Regular"), local("Bokis-Regular"), url("../fonts/Bokis-Regular.woff") format("woff"), url("../fonts/Bokis-Regular.ttf") format("truetype");
  font-style: normal;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none !important;
}
a p {
  text-decoration: none;
}
a p:hover {
  text-decoration: none;
}

/* ===================================================================
 * # main
 *
 * ------------------------------------------------------------------- */
main {
  background: #080202;
  color: #fff;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  position: relative;
  padding-top: 70px;
}
main#utama a.nav-link[href*=index]:not([href*="#"]) {
  color: #fff;
  pointer-events: none;
  background-color: #d47016;
  padding: 12px 10px;
  margin: 0 0.5rem;
}
main#galeri a.nav-link[href*=galeri] {
  color: #fff;
  pointer-events: none;
  background-color: #f0be46;
  padding: 12px 10px;
  margin: 0 0.5rem;
}
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;
  background-color: #f0be46;
  padding: 12px 10px;
  margin: 0 0.5rem;
}
@media (max-width: 575px) {
  main#berita .element-top-left {
    top: 800px;
  }
}
main#finalis a.nav-link[href*=finalis] {
  color: #fff;
  pointer-events: none;
  background-color: #f0be46;
  padding: 12px 10px;
  margin: 0 0.5rem;
}
main#backstage a.nav-link[href*=backstage] {
  color: #fff;
  pointer-events: none;
}
main#backstage .title {
  color: #292929;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 700;
}
main .header {
  background-image: linear-gradient(-30deg, #6d6859 10.71%, #c5c4bb 33.71%, #cac9c1 44.71%, #838774 70.71%, #838774 105.71%);
  overflow: hidden;
  position: relative;
}
main .header .sponsoredLogo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding-left: 0;
  margin: 16px 0 0;
}
main .header .sponsoredLogo li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
main .header .sponsoredLogo li img {
  max-width: 120px;
}
main .header .sponsoredLogo li:first-child img {
  max-width: 60px;
}
main .header .sponsoredLogo li:last-child img {
  width: 60px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  main .header .sponsoredLogo li:nth-child(3) p {
    margin-bottom: 10px;
  }
}
main .header .sponsoredLogo p {
  background: #fd8010;
  color: #fff;
  font-weight: 500;
  font-size: 9px;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 1px 6px 0;
  width: fit-content;
  margin: 0 auto 6px;
}
@media (max-width: 1247px) {
  main .header .sponsoredLogo li img {
    max-width: 90px;
  }
}
@media (max-width: 1134px) {
  main .header .sponsoredLogo li {
    margin: 0;
  }
  main .header .sponsoredLogo li img {
    max-width: 80px;
  }
}
@media (max-width: 918px) {
  main .header .sponsoredLogo p {
    font-size: 7px;
  }
  main .header .sponsoredLogo li:last-child img {
    width: 50px;
  }
}
@media (max-width: 782px) {
  main .header .sponsoredLogo li img {
    max-width: 70px;
  }
}
@media (max-width: 767px) {
  main .header .sponsoredLogo {
    margin-top: 0;
  }
  main .header .sponsoredLogo p {
    font-size: 9px;
  }
  main .header .sponsoredLogo li {
    margin: 10px;
  }
  main .header .sponsoredLogo li img {
    max-width: 120px;
  }
  main .header .sponsoredLogo li:last-child img {
    width: 70px;
  }
}
@media (max-width: 520px) {
  main .header .sponsoredLogo p {
    font-size: 7px;
  }
  main .header .sponsoredLogo li {
    margin: 16px 6px;
  }
  main .header .sponsoredLogo li img {
    max-width: 70px;
  }
  main .header .sponsoredLogo li:nth-child(2) img {
    max-width: 82px;
  }
  main .header .sponsoredLogo li:last-child img {
    width: 60px;
  }
}

.navbar {
  background: #fd8010;
  font-family: "Space Mono", monospace;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
}
@media (max-width: 790px) {
  .navbar {
    padding: 10px 0;
  }
}
.navbar .navbar-nav {
  width: 100%;
}
.navbar .nav-link {
  padding: 12px 10px !important;
  margin: 0 5px;
  color: #ffda11;
}
.navbar.navbar-dark .navbar-nav .nav-item.active .nav-link {
  color: #fff;
  pointer-events: none;
}
.navbar .strim-live {
  color: rgb(255, 255, 255);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  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: 10px;
  bottom: 10%;
  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;
  color: #fff;
}

/* ===================================================================
 * # content
 *
 * ------------------------------------------------------------------- */
.content {
  background: #00a0df;
  background-repeat: repeat-y;
  background-size: cover;
  position: relative;
}
.content a {
  color: #fff;
}
.content a:hover {
  color: #ffda11;
}
.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: "Bokis", sans-serif;
  justify-content: center;
}
h2.heading {
  font-size: 50px;
  text-transform: uppercase;
  color: #ffda11;
}
h2.heading span {
  background: #f73acc;
  padding: 10px 5px 0;
}

.heading:before {
  content: url("../img/eh1.png");
  margin-right: -12px;
  margin-top: 6px;
}

.heading-s {
  font-family: "Bokis", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #ffda10;
}

.content-g {
  background: #f73acb;
  background-repeat: repeat-y;
  background-size: cover;
  position: relative;
  padding-bottom: 10%;
}
.content-g h2.heading {
  font-size: 50px;
  text-transform: uppercase;
  color: #ffda10;
}
.content-g a {
  color: #292929;
}
.content-g a:hover {
  color: #fd8010;
}
.content-g p {
  color: #fff;
  text-decoration: none;
}
.content-g p span {
  color: #f0be46;
}
.content-g p i {
  font-size: 26px;
  top: 5px;
  position: relative;
  margin-left: 2px;
}
.content-g .left,
.content-g .right {
  position: absolute;
  bottom: 0;
  width: clamp(8.4375rem, 5.2465rem + 13.615vw, 17.5rem);
}
.content-g .left {
  left: 0;
}
.content-g .right {
  right: 0;
}
.content-g.scrolled {
  margin-top: 52px;
}
@media (min-width: 992px) {
  .content-g.scrolled {
    margin-top: 68px;
  }
}

.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;
}

.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,
.xtraVideo {
  font-family: "Montserrat", sans-serif;
}
.xtraArticle .news-list img,
.xtraVideo .news-list img {
  height: 175px;
  object-fit: cover;
  object-position: top;
}
.xtraArticle .news-list.n-top img,
.xtraVideo .news-list.n-top img {
  height: 175px;
}
.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: #292929 !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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.xtraVideo p {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}
.xtraVideo > div {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.xtraVideo > div:not(.loader-wrapper) {
  cursor: pointer;
}
.xtraVideo > div:hover {
  color: #2a2a2a;
}
.xtraVideo > div:hover i:after {
  background: #292929;
}

@media (min-width: 576px) {
  .xtraArticle > div:nth-child(2) {
    width: 100%;
  }
  .xtraArticle > div:nth-child(2) .news-list {
    display: flex !important;
  }
  .xtraArticle > div:nth-child(2) .news-list img {
    height: 260px;
  }
  .xtraArticle > div:nth-child(2) .news-list div {
    margin: 0 0 0 1rem !important;
  }
}

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

.vote-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(76, 34, 5, 0.5) 0%, rgba(76, 34, 5, 0.5) 100%), url("../img/AJL39 _FINALIST.png") lightgray 50%/cover no-repeat;
}

.vote-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 15px;
}
.vote-content h4 {
  color: #fff;
  font-family: "Matroska", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 898px) and (min-width: 768px) {
  .vote-content h4 {
    font-size: 16px;
    line-height: 16px;
  }
}
.vote-content a {
  background-color: #bd7c33;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 600;
  opacity: 1;
  padding: 5px 25px;
  line-height: 16px;
}
.vote-content a:hover {
  background: #fd8010;
}
.vote-content img {
  opacity: 1;
  height: 80px;
}

.loadMore {
  background-color: #ffda11;
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 600;
  opacity: 1;
  padding: 5px 25px;
}
.loadMore:hover {
  background: #fd8010;
}

/* ===================================================================
 * # footer
 *
 * ------------------------------------------------------------------- */
footer {
  background: #00a0df;
  /* -------------------------------------------------------------------
    * ## footer link list
    * ------------------------------------------------------------------- */
}
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: #2a2a2a;
}
footer .footer_text span {
  color: #524334;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
}
footer .footer-text-style {
  color: #fff;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
footer .s-content__linklist {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
footer .s-content__linklist a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}
footer .s-content__linklist a:hover {
  color: #cf3755;
  font-family: "Montserrat", sans-serif;
  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 span,
.copyright-wrapper p {
  font-weight: 700;
  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;
  width: 30%;
  z-index: 0;
  overflow: hidden;
  height: 100%;
}
div[class^=element-] img {
  position: absolute;
  z-index: -1;
}

.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: 0;
  right: 0;
  width: 115px !important;
}
.element-top-right img {
  top: 0;
  right: 0;
}
@media (max-width: 851px) {
  .element-top-right img {
    height: 150px;
  }
}

.element-bottom-left {
  bottom: 0;
  left: 0;
}
.element-bottom-left img {
  bottom: 27%;
  left: 0;
  width: 60%;
}

.element-bottom-right {
  bottom: 0;
  right: 0;
}
.element-bottom-right img {
  bottom: 0;
  right: 0;
}

/* ===================================== */
/*                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-pagination {
  bottom: -10px !important;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #292929;
}

.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%;
}

.swiper-button-next,
.swiper-button-prev {
  background: #e22128;
  color: #f0be45;
  padding: 10px 15px;
  border-radius: 50px;
  width: auto;
  height: auto;
  top: 60%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}

.instagram-media {
  min-width: auto !important;
  box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.6705882353);
}

.tt-video .tt-wrapper {
  overflow: hidden;
  box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.6705882353);
}
.tt-video .tt-img {
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
@media (max-width: 790px) {
  .tt-video .tt-img {
    max-width: 240px;
  }
}
.tt-video .avatar {
  height: 31px;
}
.tt-video .play-btn {
  max-width: 30%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
  box-shadow: none;
}
.tt-video .play-btn:hover {
  box-shadow: 1px 1px 15px #ffffff;
  transition: all 0.75s ease;
}

/* Video Card with Touch Zones */
.video-card {
  position: relative;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 0px;
  overflow: hidden;
  aspect-ratio: 9/16;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  pointer-events: auto;
  isolation: isolate;
  z-index: 7;
  max-width: 240px;
}

/* Instagram Embed Container */
.instagram-embed-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  pointer-events: auto;
  z-index: 8;
}

.instagram-embed-container .instagram-media {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  border: none !important;
  border-radius: 0px !important;
  background: transparent !important;
  margin: 0 !important;
  pointer-events: auto;
  z-index: 9;
}

.instagram-embed-container iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  border-radius: 20px !important;
  pointer-events: auto;
  z-index: 10;
}