.home{
    background: #f7f0f7;
}

.home img#header{
    position: absolute;
    width: 100%;
    height: 100%px;
    left: 0px;
    top: 0px;
}

.home .icon img{
    width: 15%;
    height: 5%;
    top: 10%;
    left: 8%;
    margin: auto;
    margin-top: 5%;
    position: relative;
}

.home h1{
    height: 3.5vw;
    font-family: 'Telkomsel Batik Sans Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 3.5vw;
    line-height: 48px;
    color: #001A41;
}

.home h2{
    font-family: "Telkomsel Batik Sans Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 3.5vw;
    line-height: 40px;
    background: linear-gradient(87.99deg, #BB093E -0.1%, #EF1B4B 30%, #F4823A 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home h3{
    width: 45%;
    height: 72px;
    font-family: 'Poppins', sans-serif;
    font-style: bold;
    font-weight: 600;
    font-size: 1vw;
    line-height: 1.5vw;
    letter-spacing: 0.35px;
    color: #4E5764;  
    margin-top: 3%;
}

a.hero-button{
    display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 12px 16px;
gap: 10px;
width: 214.5px;
height: 46px;
border-radius: 4px;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
line-height:22px;
}

.card{
    padding: 40px 24px;
    gap: 10px;
    width: 100%;
    height: 150px;

    background: #FFFFFF;
    /* Card */

    box-shadow: 0px 0px 16px rgba(78, 87, 100, 0.1);
    border-radius: 12px;
}

h4{
    font-family: 'Telkomsel Batik Sans Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #001A41;
}

h5{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 100%;
    line-height: 22px;  
    color: #001A41;
}

.how-to{
    background-color: white;
}

h6{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #5C5E61;

}

.multimedia-container{
    background-color: #FEF3F6;
}

.video{
    border-radius: 6px;
}
p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    /* or 150% */
    
    letter-spacing: 0.35px;
    
    /* UI Color / Grey / 200 */
    
    color: #4E5764;
}
p span{
    font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
/* identical to box height, or 150% */

letter-spacing: 0.35px;

/* Brand Color/Black */

color: #001A41;
}
hr{
    width: 80%;
    height: 1px;
    background: #E9ECF1;

}

a.feature-button{
    text-decoration: none;
}

.playpause {
    background: url('../../img/home/play-button.svg');
    background-repeat:no-repeat;
    width:20%;
    height:20%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}

.title{
    font-family: 'Telkomsel Batik Sans Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
}

.sub-title{
    width: 328px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}

a#access-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    width: 100%;
    height: 38px;
    background: #FFFFFF;
    border: 2px solid #FF0025;
    border-radius: 4px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: red;
}

a#explore-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    width: 100%;
    height: 38px;
    background: #FFFFFF;
    border: 2px solid #A7ABB2;
    border-radius: 4px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}
/* .card{
    padding: 16px;
    gap: 8px;
    width: 250px;
    height: 184px;
    background: #FFFFFF;
    border-left: 2px solid #ED1846;
    box-shadow: 0px 0px 2px rgba(0, 26, 65, 0.1), 0px 2px 10px rgba(0, 26, 65, 0.05);
    border-radius: 0px 0px 16px 0px;
} */