/* ===================================================================
 * # font
 *
 * ------------------------------------------------------------------- */


 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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: mortendBold;
    src: url(../fonts/mortend-mortend-bold-700.otf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: mortendRegular;
    src: url(../fonts/mortend-mortend-regular-400.otf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: mortendOutline;
    src: url(../fonts/mortend-mortend-outline-800.otf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: mortendExtraBold;
    src: url(../fonts/mortend-mortend-extra-bold-800.otf);
    font-weight: 800;
    font-style: normal;
}

a:hover{
    text-decoration: none !important;
}

/* ===================================================================
 * # main
 *
 * ------------------------------------------------------------------- */

html {
    scroll-behavior: smooth;
}

main{
    background: #f6f6e4;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    position: relative;
}

.navbar-nav{
    width: 100%;
    padding: 5px 0px;
    gap: clamp(0rem, -0.4401rem + 1.8779vw, 1.25rem);
}

.navbar-dark .navbar-nav .nav-link{
    font-size: 16px;
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
}

.strim-live{
    font-size: 14px;
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
}


.strim-live.active{
    color:#00325c;
}

.strim-live:hover{
    color:#3fd5ff;
}
.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
    color:#3fd5ff;
    
}
.navbar-brand img {
    height: 40px;
  }

.bg-ajl{
    background-color: #042373;
    z-index: 9999;
}
.mb-80{
    margin-bottom: 80px;
}

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

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

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

.close-btn{
    cursor: pointer; 
    position: absolute;
    right: -5px;
    top: -5px;
    font-weight: bold;
}
 /* ===================================================================
 * # content
 *
 * ------------------------------------------------------------------- */

 .content{
    background: linear-gradient(168.87deg, rgb(12, 49, 144) 8.71%, rgb(30, 149, 213) 49.59%, rgb(12, 49, 144) 93.87%);
    padding: 60px 0;
    text-align: center;
    background-size: cover;
    background-position: bottom;
    font-weight: 500;
    position: relative;
 }

 .content .left{
   position: absolute;
   bottom: 0;
   left: 0;
   width: clamp(8.4375rem, 5.2465rem + 13.615vw, 17.5rem);
 }
 .content .right{
    position: absolute;
    bottom: 0;
    right: 0;
    width: clamp(8.4375rem, 5.2465rem + 13.615vw, 17.5rem);
  }
    h2,h3{
        line-height: 1.3;
        font-family: "Poppins", serif;
        font-weight: bold;
    }

    h2.heading{
    display: flex;
    flex: 1;
    width: 100%;
    line-height: 1.3;
    font-family: "Poppins", serif;
    font-weight: bold;
    gap:15px;
    text-transform: uppercase;
  }
 
  .heading:before, .heading:after,
  .heading-ie span.after, .heading-ie span.before{
    content: '';
    flex-grow: 1;
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
    background-size: 100% 2px;
    background-position: 0% 50%;
    background-repeat: repeat-x;
  }
  
  .ajl-border {
    border-top: 10px solid;
    border-image: linear-gradient(to right, rgba(240,90,76,1) 17%, rgba(244,192,236,1) 17%, rgba(244,192,236,1) 34%, rgba(23,57,92,1) 34%, rgba(23,57,92,1) 51%, rgba(152,218,165,1) 51%, rgba(152,218,165,1) 68%, rgba(243,197,115,1) 68%, rgba(243,197,115,1) 85%, rgba(96,171,200,1) 85%) 5;
    z-index: 99999;
    position: relative;
 
  }

  .vote-btn{
    border: 5px solid #000;
    box-shadow: 0px 4px 3px 0px #00000073;
    -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    mask-image: linear-gradient(45deg,#000 25%,rgba(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,.2) 50%,#000 75%);
    mask-image: linear-gradient(45deg,#000 25%,rgba(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;
  }

  .news-list{
    position: relative;
    cursor: pointer;
  }

  
  .news-list.n-top img{
    height: 280px;
  }

  .news-list img{
    height: auto;
    width: 200px;
    object-fit: cover;
    border-radius: 5px;
 }
  
  .news-details{
    text-align: left;
  }

  .news-details a{
    text-decoration: none;
    color:#000 !important;
    font-weight: 600;
    font-size: 14px;
  }

  .news-details p{
    font-size: 12px;
  }
 
  .news-details h5{
    height: 85px;
  }

  .news-list.home img{
    object-fit: cover;
    object-position: top;
  }

  .news-list.home .news-details{
    color: #fff;
  }

  .news-list.home .news-details h5{
    height: auto;
    font-size: 16px;
  }

  .video-details{
    background: #50C0E8;
    color: #292680;
    padding: 10px;
    font-weight: bold;
    margin-top: 2px;
  }
  .video-details h6{
    font-weight: bold;
    margin-bottom: 0;
  }

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

.vote-content{
    position: absolute;
    bottom:-70px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 15px;
}

.vote-content h4{
    font-family: mortendBold;
    text-transform: uppercase;
    text-shadow: 2px 1px 1px #d0d0d0;
}

.vote-content a{
    background-color: #7435BA;
    color: #fff !important;
    border: 2px solid #7435BA;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    box-shadow: 4px 3px #50C0E8;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: bold;
    opacity: 1;
    padding: 5px 25px;
}

.vote-content a:hover{
    background-color: #fff;
    border: 2px solid #fff;
    color: #7435BA !important;
}

.vote-content img{
   opacity: 1;
   height: 80px;
}

.tonton_txt{
    color: #24c6ff !important;
}


.langganan_ul_li li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    color: #ffffff;
}

.langganan .location .fa {
    margin-right: 8px;
}

.langganan .job-info {
    position: absolute;
    left: -265px;
    top: 12px;
}

.langganan .job-info .title {
    color: #009688;
}

@media (max-width: 767px) {
    .langganan .job-info {
        position: static;
        margin-bottom: 1rem;
    }

    .langgananbubble {
        height: 160px;
    }
}

.langkah-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.langkah-wrapper-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 550px;
    margin: auto;
}

.langkah-no-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: -10px;
}

.langkah-no-wrapper h6 {
    position: absolute;
    bottom: 15px;
    left: 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    font-size: 19px;
    line-height: 1.2;
    color: #ffffff;
}

.langkah-no-wrapper .numbering-wrapper {
    width: 90px;
    height: 90px;
    background: #EC388E;
    border: 5px solid #7435BA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.numbering-wrapper h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
}

.langkah-content-wrapper {
    background: #84D7EC;
    border: 3px solid #292680;
    border-radius: 10px;
    padding: 29px 2rem;
    color: #004A9F;
}

.langkah-content-wrapper.two{
    background: #004A9F;
    border: 3px solid #50C0E8;
    border-radius: 10px;
    padding: 29px 2rem;
    color: #FFFFFF;
}

.langkah-content-wrapper.three{
    background: #042373;
    border: 3px solid #292680;
    border-radius: 10px;
    padding: 29px 2rem;
    color: #FFFFFF;
}

.langkah-content-wrapper p {
    width: 100%;
    margin: auto;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}

.connector-wrapper {
    width: 100%;
    max-width: 7.9px;
    margin: auto;
    height: 30px;
    background: #ffffff00;
}

.fa-brands {
    font-size: 14px;
    text-align: center;
    height: 25px;
    width: 25px;
    line-height: 1.8;
    border-radius: 50%;
    margin: 0 3px;
    background-color: #fff;
    color: #042373;
  }
  .fa-brands:hover {
    opacity: 0.7;
  }

  .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(1 18 62 / 79%);
    clip-path: polygon(6% 0, 100% 0, 95% 100%, 0 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.9243rem + 0.9174vw, 1.75rem);
    font-style: italic;
    line-height: 1.2;
  }

  figure.effect-steve {
	z-index: auto;
	overflow: visible;
	background: #00000000;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
    border-radius: 5px;
}

.grid figure.clip{
    clip-path: polygon(6% 0, 100% 0, 95% 100%, 0 100%);
    border-radius: 0;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 10px 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure.clip figcaption{
	top: -12%;
}

.grid figure.fclip figcaption{
	top: 20%;
}


.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: clamp(0.5625rem, 0.4822rem + 0.367vw, 0.8125rem);
}


.grid figure p span {
	font-size: 8px;
}

.grid .fa-brands {
    font-size: 12px;
    text-align: center;
    height: 22px;
    width: 22px;
    line-height: 1.8;
    border-radius: 50%;
    background-color: #fff;
    color: #042373;
}

.terminate{
    filter: grayscale(100%);
    opacity: 0.6;
}

figure.effect-steve:before{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-steve:before {
	box-shadow: 0 3px 30px rgba(0,0,0,0.8);
	opacity: 0;
}

figure.effect-steve figcaption {
	z-index: 1;
}

figure.effect-steve img {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);
}

figure.effect-steve p {
    background: #463c7ace;
    color: #ffffff;
    border-radius: 6px;
    box-shadow: 2px 2px 2px #78fafd9e;
}

figure.effect-steve.clip p {
    background: #44203ede;
    box-shadow: none;
}

figure.effect-steve h2 {
	position: relative;
	margin-top: 2em;
	padding: 0.25em;
}

figure.effect-steve p:before {
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

figure.effect-steve p {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}

figure.effect-steve:hover:before {
	opacity: 1;
}

figure.effect-steve:hover img {
	-webkit-transform: perspective(1000px) translate3d(0,0,21px);
	transform: perspective(1000px) translate3d(0,0,21px);
}

figure.effect-steve:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

@media (max-width: 680px) {
    .dropdown-item {
        white-space: normal;
    }
}


/* ===================================================================
 * # footer
 *
 * ------------------------------------------------------------------- */

footer {
    font-size: 18px;
    line-height: 2;
    color: #000000;
    background: #f4f4f4;
}

footer a {
    color: #000000;
    text-decoration: none;
}

footer a:hover {
    color: #000000;
    text-decoration: none;
}

footer h4 {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1.4rem;
    line-height: 1.286;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    padding-bottom: 4.2rem;
    color: #000;
    margin-top: 0;
    position: relative;
}

footer h4::after {
    content: "";
    display: block;
    height: 1px;
    width: 120px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer_text span {
    color: #000000;
    font-size: 30px;
    font-family: 'Advent Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

.s-footer__main {
    position: relative;
    background-image: linear-gradient(to right, #1c1423, #4b3b4b, #1f152f);
}

.s-footer__main::before {
    content: "";
    height: 4px;
    background: -moz-linear-gradient(left, #2e1d28, #d48576, #503948, #735cac, #f7f1f6, #8f689d, #cfa1d5, #2e1d28);
    background: -webkit-linear-gradient(left, #2e1d28, #d48576, #503948, #735cac, #f7f1f6, #8f689d, #cfa1d5, #2e1d28);
    background: linear-gradient(left, #2e1d28, #d48576, #503948, #735cac, #f7f1f6, #8f689d, #cfa1d5, #2e1d28);
    width: 100%;
    display: block;
}

.copyright-wrapper a:hover>p {
    color: #4a355c;
    text-decoration: none;
    transition: 0.3s;
}

.copyright-wrapper span,
.copyright-wrapper p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

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

@media (min-width:992px) {
    .footer-row-wrapper {
        margin: 0 7rem;
    }
}

/* -------------------------------------------------------------------
 * ## footer link list
 * ------------------------------------------------------------------- */
.footer-text-style{
    font-size: 13px;
}
.s-content__linklist {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.s-content__linklist a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
}

.s-content__linklist a:hover {
    color: #cf3755;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

.s-content__linklist li {
    padding-left: 4px 0;
    border-bottom: 0.5px dashed #cecece;
}

.s-content__linklist .active a {
    color: #f28780;
    font-weight: bold;
}

/* -------------------------------------------------------------------
 * ## 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;
}
