@font-face {
	font-family: 'berkshire-swash';
	src: url('.././assets/font/BerkshireSwash-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'futurabt-bold';
	src: url('.././assets/font/FuturaBT-Bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'futurabt-medium';
	src: url('.././assets/font/FuturaBT-Medium.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'futurabt-Bolditalic';
	src: url('.././assets/font/FuturaBT-BoldItalic.otf') format('opentype');
	font-weight: bold;
	font-style: italic;
}

html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* scroll-behavior: smooth; */
    /* font-smoothing: antialiased; */
    /* scroll-padding-top: var(--scroll-padding, 160px); */
}

body {
    height: 100% !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    font-size: 2rem !important;
    -webkit-font-feature-settings: "palt" 1 !important;
    font-feature-settings: "palt" 1 !important;
    color: #313131 !important;
    background: #eceeed  !important;
    line-height: 1.75 !important;
    letter-spacing: 0.1rem !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;

    min-height: 100vh;
}

body {
    /* scroll-behavior: smooth; */
    /* text-rendering: optimizeSpeed; */
    min-height: 100vh;
    line-height: 1.5;
}

body header, body .wrapper {
    opacity: 1;
    -webkit-transition: opacity 240ms;
    transition: opacity 240ms;
}

@media screen and (max-width: 768px) {

    body {
        font-size: 1.4rem !important;
    }

}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 999;
    color: #00a0e9;
}

.back-to-top:hover {
    color: #0074aa;
}

img {
    opacity: 1;
    -webkit-transition: all 480ms;
    transition: all 480ms;
    display: block;
}

img {
    max-width: 100%;
    vertical-align: bottom !important;
}

img[src$=".svg"] {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a {
    color: #333;
    text-decoration: none !important;
}

body, h1, h2, h3, h4, h5, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
}

#facebox .close{
	top: -15px;
	right: -15px;
}

#facebox .btn-goHome{
	position: absolute;
	left: 35%;
    bottom: 5%;
}

.close{
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: unset; 
	filter: unset;
	opacity: unset; 
}

.close:focus, .close:hover{
	filter: unset;
	opacity: unset;
}

@media(max-width: 768px){

	#facebox .content{
		width: auto;
	}

	#facebox img{
		width: 100%;
	}

	#facebox .close{
		top: 15vh;
		right: 0px;
		width: 12%;
	}

	#facebox .btn-goHome{
		position: absolute;
		left: 12%;
	    top: 90vh;
	}

	#facebox .btn-goHome img{
		max-width: 80%;
	}
}

/* -------------------------------------------------- MODAL ------------------------------------------------- */

.modal-pop {
    max-width: 60vw !important;
}

.modal-pop img {
    display: inline;
}

.POP {
    height: 35.6vw;
    border: none !important;
    background: transparent !important;
    display: block !important;
}

.POPMOBILE {
    display: none;
}

.modal-btn-close {
    max-width: 100%;
    width: 4.7%;
    position: absolute;
    right: 5%;
    top: 10%;
    cursor: pointer;
    transition: transform 2s ease-in-out;
}

.modal-btn-close:hover {
    filter: saturate(2);
}

.logo {
    width: 100%;
}

.clickme {
    position: relative;
    width: 7vw;
    cursor: pointer;
    transition: 0.9s ease;
}

.clickme:hover {
    transform: scale(1.5);
    filter: saturate(2);
}

.pop-up {
    width: 100%;
}

.game {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: absolute;
    margin-top: -27%;
    margin-left: 0;
    padding: 0 10rem;
    width: 100%;
    box-sizing: border-box;
    z-index: 110;
}

.game .rofl,
.game .roc,
.game .dro {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
    z-index: 110;
}

.content-milestone {
    position: absolute;
    max-width: 80%;
    width: 100%;
    height: 25vw;
    padding: 0 3rem;
    top: 10%;
    right: 10%;
    overflow-y: auto;
    font-family: 'futurabt-medium' !important;
    color: #2878a3 !important;
}

@media screen and (max-width: 768px) {

    .modal-pop {
        max-width: 100% !important;
        margin: 0 !important;
    }

    .POP {
        display: none;
    }

    .POPMOBILE {
        border: none !important;
        background: transparent !important;
        display: block;
    }

    .POPMOBILE .modal-body {
        padding: 0 !important;
    }

    .modal-btn-close {
        width: 10%;
        right: 8%;
        top: 4%;
    }

    .clickme {
        width: 80%;
        left: 10%;
    }

    .game {
        flex-wrap: wrap;
        margin-top: 0;
        padding: 0 2rem;
        gap: 40px;
        top: 50%;
    }

    .game .rofl, 
    .game .roc, 
    .game .dro {
        gap: 5px;
        padding: 0;
        width: 40%;
    }

    .content-milestone {
        height: 150vw;
        padding: 0;
    }

}

/* ------------------------------------------------ REGISTER ------------------------------------------------ */

#POPLOGIN .prize {
    position: absolute;
    width: 55%;
    bottom: 5%;
    right: 13%;
    z-index: 2;
    pointer-events: none;
}

#LOGIN {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 570px;
    width: 100%;
    top: 39.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#LOGIN #LOGINBOX {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#LOGIN #LOGINBOX .form-box {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

#LOGIN #LOGINBOX .signin-ramadhan {
    margin-top: 1%;
}

#LOGIN #LOGINBOX .signin-ramadhan .sign-btn {
    font-size: 2rem;
    color: #39241d;
    text-align: center;
}

input#uname, 
input#password {
    height: calc(2.25rem + 12px);
    padding: 1.375rem 1.75rem;
    font-size: 2rem;
}

#LOGIN #LOGINBOX .form-box .row .row-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

#LOGIN #LOGINBOX .form-box .row .buttons-login {
    width: 100%;
    margin-bottom: 1%;
}

@media screen and (min-width: 1921px) {

    #LOGIN {
        top: 40%;
    }

    #LOGIN #LOGINBOX .signin-ramadhan {
        margin-top: 3%;
    }

    #LOGIN #LOGINBOX .signin-ramadhan .sign-btn {
        font-size: 2rem;
    }
    
    input#uname, input#password {
        height: calc(2.25rem + 30px);
        font-size: 2rem;
    }

}

@media screen and (max-width: 1440px) {

    #LOGIN {
        top: 41.5%;
    }

}

@media screen and (max-width: 1366px) {

    #LOGIN {
        top: 42%;
    }

}

@media screen and (max-width: 1050px) {

    #LOGIN {
        top: 44%;
    }

    #LOGIN #LOGINBOX .form-box .row {
        width: 45vw;
    }

    #LOGIN #LOGINBOX .signin-ramadhan .sign-btn {
        font-size: 4vw;
    }

    input#uname, input#password {
        height: calc(2.25rem + 8px);
        font-size: 1.4rem;
    }

}

@media screen and (max-width: 768px) {

    #LOGIN {
        top: 45%;
    }
    
    #LOGIN #LOGINBOX .form-box .btn-group-mobile {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 1px;
    }
    
    #LOGIN #LOGINBOX .form-box .btn-group-mobile .row-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70vw;
    }

    #POPLOGINMOBILE .prize {
        position: absolute;
        width: 90%;
        bottom: 3%;
        right: 2%;
        z-index: 2;
        pointer-events: none;
    }

}

/* ------------------------------------------------ WRAPPER ------------------------------------------------- */

.wrapper {
    padding-top: 0px;
    overflow: hidden;
}

@media screen and (max-width: 1050px) {

    .wrapper {
        padding-top: 0px;
    }

}

/* -------------------------------------------------- HOME --------------------------------------------------- */

#Home {
    position: relative;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;

    background: url(../img/teaser/ramadhan2026/sc1/bg.png) !important;
    background-size: 100% 100% !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;

    min-height: 1221px !important;
    z-index: 1;
}

#Home .inner {
    position: fixed;
	top: 0;
	z-index: 110;
	width: 100%;
    padding-top: 0;
}

#Home .inner:last-of-type {
    margin-bottom: 0px;
}

#Home .inner .innerContent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
    z-index: 110;
}

#Home .inner .innerContent .groupChar {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: -2%;
}

#Home .inner .innerContent .charM {
    display: none;
}

#Home .inner .innerContent .groupChar .char1 {
    position: relative;
    height: auto;
    margin: auto;
    width: 45%;
    left: 16%;
    margin-top: 1.4%;
    z-index: 1;
}

#Home .inner .innerContent .groupChar .char2 {
    position: relative;
    height: auto;
    margin: auto;
    width: 20%;
    right: 6%;
    margin-top: 7.5%;
    z-index: 3;
}

#Home .inner .innerContent .groupChar .char3 {
    position: relative;
    height: auto;
    margin: auto;
    width: 28%;
    right: 25.5%;
    margin-top: 0%;
    z-index: 2;
}

#Home .inner .innerContent .title {
    position: absolute;
    height: auto;
    margin: auto;
    z-index: 4;
    width: 51%;
    top: 50%;
}

@media screen and (min-width: 1921px) {

    #Home .inner .innerContent .groupChar .char1 {
        width: 100%;
        left: 8%;
        margin-top: 4%;
    }

    #Home .inner .innerContent .groupChar .char2 {
        width: 100%;
        right: 7%;
        margin-top: 10%;
    }

    #Home .inner .innerContent .groupChar .char3 {
        width: 100%;
        right: 23%;
    }
    
}

@media screen and (max-width: 1551px) {

    #Home .inner .innerContent .groupChar .char1 {
        left: 15%;
        margin-top: 3%;
    }

    #Home .inner .innerContent .groupChar .char2 {
        margin-top: 12%;
    }

    #Home .inner .innerContent .title {
        top: 59%;
    }
    
}

@media screen and (max-width: 1366px) {

    #Home .inner .innerContent .groupChar .char1 {
        margin-top: 1%;
        width: 41%;
    }

    #Home .inner .innerContent .groupChar .char2 {
        margin-top: 7%;
    }

    #Home .inner .innerContent .groupChar .char3 {
        width: 26%;
    }

    #Home .inner .innerContent .title {
        top: 50%;
    }
    
}

@media screen and (max-width: 768px) {

    #Home {
        background: url(../img/teaser/ramadhan2026/sc1/bgM.png) !important;
        background-size: 100% 100%!important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
        background-attachment: fixed !important;
    }

    #Home .inner .innerContent {
        padding: 0;
    }

    #Home .inner .innerContent .groupChar {
        display: none;
    }
    
    #Home .inner .innerContent .charM {
        position: relative;
        display: flex;
        width: 100%;
        top: -9vw;
    }

    #Home .inner .innerContent .title {
        top: 55%;
        width: 90%;
    }
    
}

@media screen and (max-width: 480px) {

    #Home {
        background-size: contain !important;
    }

    #Home .inner .innerContent .charM {
        top: 45vw;
    }

    #Home .inner .innerContent .title {
        top: 115%;
        width: 90%;
    }
    
}

/* -------------------------------------------------- Purify --------------------------------------------------- */

#Purify {
    position: relative;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;

    background: url(../img/teaser/ramadhan2026/sc2/bg.png) !important;
    background-size: 100% 100% !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;

    margin-top: -28%;
    z-index: 2;
}

#Purify .inner {
    position: relative;
	top: 0;
	z-index: 110;
	width: 100%;
    padding-top: 310px;
}

#Purify .inner:last-of-type {
    margin-bottom: 50px;
}

#Purify .inner .innerContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
    z-index: 110;
}

#Purify .inner .innerContentMobile {
    display: none;
}

#Purify .inner .innerContent .char {
    position: relative;
    height: auto;
    margin: auto;
    width: 70%;
    right: 6%;
    z-index: 1;
}

#Purify .inner .innerContent .text {
    position: relative;
    height: auto;
    margin: auto;
    margin-top: -10%;
    margin-bottom: 3%;
    width: 90%;
    z-index: 2;
}

@media screen and (min-width: 1921px) {

    #Purify {
        margin-top: -13%;
    }

    #Purify .inner {
        padding-top: 400px;
    }
    
}

@media screen and (max-width: 768px) {
    
    #Purify {
        background: url(../img/teaser/ramadhan2026/sc2/bgM.png) !important;
        background-size: 100% 100% !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
        
        margin-top: -60%;
    }

    #Purify .inner {
        padding-top: 30vw;
    }

    #Purify .inner .innerContent {
        display: none;
    }

    #Purify .inner .innerContentMobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        position: relative;
        margin-top: 0;
        margin-left: 0;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 110;
    }

    #Purify .inner .innerContentMobile .titleM {
        position: relative;
        height: auto;
        margin: auto;
        width: 90%;
        z-index: 1;
    }

    #Purify .inner .innerContentMobile .charM {
        position: relative;
        height: auto;
        margin: auto;
        width: 100%;
        z-index: 1;
    }

    #Purify .inner .innerContentMobile .textM {
        position: relative;
        height: auto;
        margin: auto;
        margin-top: -5%;
        width: 90%;
        z-index: 1; 
    }

}

/* -------------------------------------------------- Daily --------------------------------------------------- */

#Daily {
    position: relative;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;

    background: url(../img/teaser/ramadhan2026/sc3/bg.png) !important;
    background-size: 100% 100% !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;

    z-index: 2;
}

#Daily .inner {
    position: relative;
	top: 0;
	z-index: 110;
	width: 100%;
    padding-top: 100px;
}

#Daily .inner:last-of-type {
    margin-bottom: 50px;
}

#Daily .inner .innerContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
    z-index: 110;
}

#Daily .inner .innerContentMobile {
    display: none;
}

#Daily .inner .innerContent .title {
    position: relative;
    height: auto;
    width: 60%;
    z-index: 2;
}

#Daily .inner .innerContent .cards {
    position: relative;
    height: auto;
    width: 65%;
    z-index: 2;
}

#Daily .inner .innerContent .btn-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
    z-index: 110;
}

#Daily .inner .innerContent .btn-group img {
    position: relative;
    height: auto;
    width: 20%;
    z-index: 2;
    cursor: pointer;
}

#Daily .inner .innerContent .btn-group img:hover {
    transform: scale(0.9);
    filter: saturate(2);
}

@media screen and (max-width: 768px) {

    #Daily {
        background: url(../img/teaser/ramadhan2026/sc3/bgM.png) !important;
        background-size: 100% 100% !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }

    #Daily .inner {
        padding-top: 10vw;
    }

    #Daily .inner .innerContent {
        display: none;
    }

    #Daily .inner .innerContentMobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        position: relative;
        margin-top: 0;
        margin-left: 0;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 110;
    }

    #Daily .inner .innerContentMobile .titleM {
        position: relative;
        height: auto;
        width: 90%;
        z-index: 2;
    }

    #Daily .inner .innerContentMobile .cardsM {
        position: relative;
        height: auto;
        width: 100%;
        z-index: 2;
    }

    #Daily .inner .innerContentMobile .dateM {
        position: relative;
        height: auto;
        width: 60%;
        z-index: 2;
    }

    #Daily .inner .innerContentMobile .btn-group {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 20px;
        position: relative;
        margin-top: 4%;
        margin-left: 0;
        padding: 0 1rem;
        width: 100%;
        box-sizing: border-box;
        z-index: 110;
    }

    #Daily .inner .innerContentMobile .btn-group img {
        position: relative;
        height: auto;
        width: 40%;
        z-index: 2;
        cursor: pointer;
    }

    #Daily .inner .innerContentMobile .btn-group img:hover {
        transform: scale(0.9);
        filter: saturate(2);
    }

}

/* -------------------------------------------------- Milestone --------------------------------------------------- */

#Milestone {
    position: relative;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;

    background: url(../img/teaser/ramadhan2026/sc4/bg.png) !important;
    background-size: 100% 100% !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;

    z-index: 2;
}

#Milestone .inner {
    position: relative;
	top: 0;
	z-index: 110;
	width: 100%;
    padding-top: 100px;
}

#Milestone .inner:last-of-type {
    margin-bottom: 50px;
}

#Milestone .inner .innerContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    padding: 0 5rem;
    width: 100%;
    box-sizing: border-box;
    z-index: 110;
}

#Milestone .inner .innerContentMobile {
    display: none;
}

#Milestone .inner .innerContent .topside,
#Milestone .inner .innerContent .midside,
#Milestone .inner .innerContent .botside   {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
    z-index: 110;
}

#Milestone .inner .innerContent .midside {
    justify-content: center !important;
}

#Milestone .inner .innerContent .topside .title {
    position: relative;
    height: auto;
    width: 50%;
    z-index: 1;
}

#Milestone .inner .innerContent .topside .counter {
    position: relative;
    height: auto;
    width: 50%;
    z-index: 1;
}

#Milestone .inner .innerContent .topside .total {
    position: absolute;
    font-size: 2.5vw;
    font-family: 'futurabt-medium' !important;
    color: #00a0e9;
    height: auto;
    width: auto;
    right: 5.5%;
    top: 10%;
    z-index: 2;
}

#Milestone .inner .innerContent .midside .milestone {
    position: relative;
    height: auto;
    width: 95%;
    z-index: 1;
    pointer-events: none;
}

#Milestone .inner .innerContent .botside .text {
    position: relative;
    height: auto;
    width: 40%;
    z-index: 1;
}

#Milestone .inner .innerContent .botside .info {
    position: relative;
    height: auto;
    width: 20%;
    z-index: 1;
    cursor: pointer;
}

#Milestone .inner .innerContent .botside .info:hover {
    transform: scale(0.9);
    filter: saturate(2);
}

@media screen and (max-width: 768px) {

    #Milestone {
        background: url(../img/teaser/ramadhan2026/sc4/bgM.png) !important;
        background-size: 100% 100% !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }

    #Milestone .inner {
        padding-top: 30vw;
    }

    #Milestone .inner .innerContent {
        display: none;
    }

    #Milestone .inner .innerContentMobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        position: relative;
        margin-top: 0;
        margin-left: 0;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 110;
    }

    #Milestone .inner .innerContentMobile .topside,
    #Milestone .inner .innerContentMobile .midside,
    #Milestone .inner .innerContentMobile .botside   {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        position: relative;
        margin-top: 0;
        margin-left: 0;
        padding: 0 1rem;
        width: 100%;
        box-sizing: border-box;
        z-index: 110;
    }

    #Milestone .inner .innerContentMobile .topside .titleM {
        position: relative;
        height: auto;
        width: 80%;
        z-index: 1;
    }

    #Milestone .inner .innerContentMobile .topside .counter {
        position: relative;
        height: auto;
        width: 80%;
        z-index: 1;
    }

    #Milestone .inner .innerContentMobile .topside .total {
        position: absolute;
        font-size: 6vw;
        font-family: 'futurabt-medium' !important;
        color: #00a0e9;
        height: auto;
        width: auto;
        right: 16%;
        top: 77.5%;
        z-index: 2;
    }

    #Milestone .inner .innerContentMobile .midside .milestone {
        position: relative;
        height: auto;
        width: 50%;
        z-index: 1;
        pointer-events: none;
    }
    
    #Milestone .inner .innerContentMobile .midside .milestone-slider {
        width: 100%;
    }

    #Milestone .inner .innerContentMobile .midside .milestone-slider .slick-prev {
        left: 3%;
        top: 50%;
        z-index: 2;
    }

    #Milestone .inner .innerContentMobile .midside .milestone-slider .slick-prev::before {
        content: "";
        background: url(../img/teaser/ramadhan2026/sc4/left.png) no-repeat left top;
        background-size: 100%;
        width: 84px;
        height: 93px;
        float: left;
        position: relative;
        z-index: 2;
    }

    #Milestone .inner .innerContentMobile .midside .milestone-slider .slick-next {
        right: 3%;
        top: 50%;
        z-index: 2;
    }

    #Milestone .inner .innerContentMobile .midside .milestone-slider .slick-next::before {
        content: "";
        background: url(../img/teaser/ramadhan2026/sc4/right.png) no-repeat right top;
        background-size: 100%;
        width: 84px;
        height: 93px;
        float: left;
        position: relative;
        z-index: 2;
    }
    
    #Milestone .inner .innerContentMobile .botside .textM {
        position: relative;
        height: auto;
        width: 90%;
        z-index: 1;
    }

    #Milestone .inner .innerContentMobile .botside .info {
        position: relative;
        height: auto;
        width: 60%;
        z-index: 1;
        cursor: pointer;
    }

    #Milestone .inner .innerContentMobile .botside .info:hover {
        transform: scale(0.9);
        filter: saturate(2);
    }

}

@media screen and (max-width: 480px) {
    
    #Milestone .inner .innerContentMobile .topside .total {
        top: 79%;
    }

    #Milestone .inner .innerContentMobile .midside .milestone-slider .slick-prev::before {
        width: 55px;
        height: 62px;
    }

    #Milestone .inner .innerContentMobile .midside .milestone-slider .slick-next::before {
        width: 55px;
        height: 62px;
    }

}

@media screen and (max-width: 320px) {
    
    #Milestone .inner .innerContentMobile .topside .total {
        top: 80.5%;
    }

}

/* ------------------------------------------------- FOOTER --------------------------------------------------- */

footer {
    background: #000000;
    background-size: cover;
    border-top: 3px solid #00ccff;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.row-logo {
    padding-top: 1%;
    margin-bottom: 0.5%;
}

.sosmed {
    font-size: 1.7vw;
}

.sosmed a {
    color: #ffffff;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0.5%;
    margin-left: 0.5%;
}

.sosmed a:hover {
    color: #00ccff;
}

.logo-footer {
    width: 10%;
    margin-bottom: 1%;
}

.text-footer {
    color: #ffffff;
    font-size: 1vw;
    margin-bottom: 1%;
}

.text-footer a {
    color: #ffffff;
}

.text-footer a:hover {
    color: #00ccff;
}

@media screen and (max-width: 768px) {

    .sosmed {
        font-size: 4vw;
    }

    .logo-footer {
        width: 20%;
    }
    
    .text-footer {
        font-size: 2vw;
    }

}