body {
    margin: 0;
    padding: 0;
    -webkit-user-select:none;
    -webkit-touch-callout:none;
}

/* .body {
    overflow: hidden !important;
} */

.body-container {
    width: 100vw;
    height: 100%;
}

/* Background Effects*/
.divlayerbg {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg, rgba(39, 2, 90, 1) 0%, rgba(50, 22, 107, 1) 10%, rgba(124, 98, 209, 1) 70%, rgba(149, 60, 192, 1) 90%);
}

.ibgoverlay {
    mix-blend-mode: overlay;
    width: 100%;
    height: 100%;
}

.divlayerwaves {
    z-index: 0;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.divwaveLbig {
    position: absolute;
    left: 0;
    bottom: 0;
    align-self: flex-start;
    width: 30vw;
}

.divwaveRbig {
    position: absolute;
    right: 0;
    bottom: 0;
    align-self: flex-end;
    width: 34vw;
}

.iwave {
    width: 100%;
}

/* Background Landscape */

.divoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.divlayerlandscape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    background-color: #DEF4F6;
    display: flex;
}

.divlandscape {
    position: absolute;
    bottom: 0;
    right: 0;
    mix-blend-mode: multiply;
    opacity: 0.7;
}

.divlandscape7 {
}

.divlandscape6 {
}

.divlandscape5 {
}

.divlandscape4 {
}

.divlandscape3 {
}

.divlandscape2 {
}

.divlandscape1 {
}

/* Home UI */
.divhomeui {
    padding: 2vw;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.divtoparea {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.divbuttoncala {
    background: linear-gradient(180deg, rgba(183, 92, 255, 1) 0%, rgba(103, 26, 228, 1) 100%);
    width: fit-content;
    height: fit-content;
    border-radius: 20vw;
    color: white;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}

.divbuttonkembali {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
}

.divbuttonkembali {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
}

.divbuttonkembali:hover {
    scale: 0.9;
    transition: 200ms;
}

.pkembali {
    margin-left: 1vw;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Trirong';
    font-weight: 500;
    font-size: 12pt;
    line-height: 38px;
    margin-top: -0.04rem;
}

.divcenterarea {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
}

.divcenterinside {
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: center;
}

.divilogokartala {
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-self: center;
    animation-duration: 1.5s;
    animation-name: glowing;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    margin-top: -3.5rem;
}

@keyframes glowing {
    from {
        -webkit-filter: drop-shadow(0px 0px 20px rgba(239, 192, 237, 0.5));
        filter: drop-shadow(0px 0px 20px rgba(173, 197, 244, 0.8));
    }

    to {
        -webkit-filter: drop-shadow(0px 0px 0px rgba(239, 192, 237, 0.5));
        filter: drop-shadow(0px 0px 0px rgba(173, 197, 244, 0.5));
    }
}

.divilogorow1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.divilogotopsun {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.ilogotopsun {
    width: 70%;
    align-self: center;
}

.divilogorow2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -1vw;
}

.divistar {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ilogostar {
    width: 100%;
}

.ilogotype {
    width: 100%;
}

.divtketkartala {
    padding-bottom: 1rem;
}

.tketkartala {
    color: white;
    text-align: center;
    font-family: 'Trirong', serif;
    letter-spacing: 0.7px;
    font-size: 11pt;
    padding-left: 2vw;
    padding-right: 2vw;
}

.divbuttoncenter {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.divbuttonrasakan {
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 25526, 255, 0) 100%);
    width: fit-content;
    padding-left: 2em;
    padding-right: 2rem;
    border-radius: 20vw;
    border: 3px solid rgba(255, 255, 255, 0.5);
    color: white;
    text-align: center;
    font-family: 'Trirong', serif;
    font-size: 11pt;
    font-weight: 500;
    letter-spacing: 0.7px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.abuttonrasakan {
    text-decoration: none;
    transition: 200ms;
}

.abuttonrasakan:hover {
    background: rgba(75, 12, 177, 0.7);
    transition: 200ms;
    border-radius: 20vw;
    text-decoration: none;
    scale: 0.95;
    box-shadow: 0 4px 30px rgba(235, 185, 255, 0.755);
}

@media (max-width: 604px) {
    .divhomeui {
        padding: 4vw;
    }
    .divcenterinside {
        padding-top: 4rem;
    }
    .divilogokartala {
        width: 100%;
    }
    .divwaveLbig {
        width: 55vw;
    }
    .divwaveRbig {
        width: 60vw;
    }
    .pkembali {
        margin-left: 2vw;
        font-size: 11pt;
        margin-top: 0rem;
    }
    .divlogodocumn svg {
        height: 50;
    }
    .divtketkartala {
        padding-top: 1.5rem;
        line-height: 1.9;
        padding-bottom: 2rem;
    }
    .tketkartala {
        font-size: 9pt;
    }
    .divbuttoncenter {
        margin: auto;
        width: 90%;
    }
    .divbuttonrasakan {
        background: linear-gradient(110deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 25526, 255, 0) 100%);
        width: fit-content;
        padding-left: 2rem;
        padding-right: 2rem;
        border-radius: 20vw;
        border-width: 3px;
        border: 3px solid white;
        color: white;
        text-align: center;
        font-family: 'Trirong', serif;
        font-size: 0.9rem;
        font-weight: 500;
        letter-spacing: 0.7px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(5px);
    }
}