@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap');

:root {
    --warna-bg: rgba(0, 0, 0, .75);
    --warna-teks: white;
    --warna-bingkai: rgba(255, 255, 255, .8);
    --bingkai: 10px;
    --gaya-font: 'Nunito Sans', sans-serif;
}

@keyframes fanim {
    0% {
        background-position: 0% 0%;
    }

    25% {
        background-position: 100% 100%;
    }

    50% {
        background-position: 0% 100%;
    }

    75% {
        background-position: 50% 50%;
    }

    100% {
        background-position: 0% 0%;
    }
}

body {
    background-color: #101010;
    font-family: var(--gaya-font);
    padding: 25px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    text-decoration: none;
}

body::before {
    content: "\00A9  Script HTML Bucin";
    color: white;
    opacity: 0;
    font-size: 2vw;
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 2
}

@keyframes jj {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

#bodyblur {
    animation: jj 7s infinite;
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    transition: all 1s ease;
}

#wallpaper {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1.7s ease;
}

@keyframes kont {
    0% {
        left: -1px;
        top: -3px;
    }

    50% {
        left: 1px;
        top: 3px;
    }

    100% {
        left: -1px;
        top: -3px;
    }
}

blockquote {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: relative;
    margin-top: 120px;
    margin-left: 0;
    margin-right: 0;
}

blockquote {
    width: 400px;
    background: var(--warna-bg);
    color: var(--warna-teks);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .8);
    text-align: center;
    line-height: 1.3em;
    padding: 25px;
    border: 1px solid var(--warna-bingkai);
    border-radius: var(--bingkai);
}

p {
    color: var(--warna-teks);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .8);
    transition: all .3s ease;
}

#kalimat {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

#katajawab {
    font-weight: 400;
    margin: 0;
    display: none;
}

@keyframes rto {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

@keyframes aniopa {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(.75);
    }

    100% {
        transform: scale(1);
    }
}

#katabawah {
    transform: scale(.1);
    font-size: 30px;
    font-weight: 400
}

#katatiga {
    font-size: 18px;
}

#kataempat {
    font-size: 13px;
    font-weight: 400;
    text-align: right;
}

@keyframes rtf {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rt {
    from {
        transform: scale(.9);
        /* transform: rotate(-5deg); */
    }

    to {
        transform: scale(1);
        /* transform: rotate(5deg); */
    }
}

#bq img {
    display: none;
    padding: 10px;
    width: 130px;
    height: 130px;
    margin: 20px 0 0 0;
}

#bq img:first-child {
    display: inline-flex
}

#akhiran {
    display: none;
    color: #FFC700;
    font-size: 14px;
    text-align: center;
    background: rgba(0, 0, 0, .55);
    text-shadow: 0px;
    padding: 10px;
    border-radius: var(--bingkai);
    line-height: 10px;
    transition: all .2s ease;
}

#akhiran:hover {
    transform: scale(.9);
    opacity: .5;
}

#pergeseran {
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    max-width: 500px;
    padding: 0 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch
}

#pergeseran p {
    background: #003A76;
    color: white;
    border: 1px dashed #fff;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 90%;
    min-height: 130px;
    margin: 0 15px 0 0;
    scroll-snap-align: center
}

#pergeseran>*:last-child {
    margin-right: 0
}

#pergeseran:after {
    content: '';
    display: block;
    flex-shrink: 0;
    align-self: stretch;
    padding-left: 20px
}

#pergeseran p b {
    display: block;
}

#pergeseran p b img {
    width: 80px;
    height: 80px;
    margin: 20px 0;
}

/*#pergeseran p b span{display:flex;}*/
#tm {
    color: #FFB400;
    transition: all .5s ease;
}

#tm:hover {
    transform: scale(.7);
}

#idgeser {
    position: relative;
    top: 30vh;
    font-size: 17px;
    color: white
}

#Tombol {
    opacity: 0;
    margin: 0;
    display: flex;
    align-items: left;
    list-style: none;
    transform: scale(.1);
    transition: all 1s ease;
}

#Tombol a {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    margin: 0;
    margin: 12px 0 12px 0;
    transition: all .2s ease;
    padding: 10px;
    outline: 0;
    border: 1px solid var(--warna-bingkai);
    border-radius: var(--bingkai);
    line-height: 15px;
    background: var(--warna-bg);
    color: var(--warna-teks);
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1
}

#Tombol a:hover {
    transform: scale(.90);
    opacity: .98;
}

#buttonv2 {
    position: absolute;
    font-size: 15px;
    color: white;
    background: var(--warna-bg);
    padding: 10px;
    border-radius: 8px;
    line-height: 10px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .8);
    opacity: 0
}

.lovein {
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.lovein svg {
    width: 80px;
    height: 80px;
    fill: #fefefe
}

.content2 {
    display: block;
    text-align: center;
    width: 100%;
    height: 180px;
    margin-top: 50px;
}

.content2>* {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    font-size: 17px;
    color: white
}

.image img {
    border-radius: 10%;
    transform: scale(.1);
    transition: all .8s ease;
}

#k2 .image>* {
    margin-bottom: 40px;
}

#k2 {
    font-weight: 700;
    font-size: 17px;
    color: white;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .8);
}

#final1 {
    transition: all 3s ease;
}

#idkirim {
    font-size: 13px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .8);
    color: white;
    transition: all .5s ease;
}

#idkirim {
    opacity: 0;
    visibility: hidden;
    margin-top: 100px
}

#idkirim:hover {
    transform: scale(.8);
}

.content2 {
    display: none;
}

#Content {
    animation-name: none;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    position: relative;
    opacity: 0;
    margin-top: 50px;
    width: 100%;
    height: 180px;
    transition: all 1.3s ease;
}

#Content>* {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
}

#Content img {
    display: none;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    padding: 10px;
    width: 110px;
    height: 110px;
    margin: 20px 0 0 0;
}

#fotolove img {
    transition: all .5s ease;
    width: 75px;
    height: 75px;
    padding: 0;
    background: none
}

#suratin img {
    display: inline-flex;
    background: rgba(255, 255, 255, 1);
    border-radius: 10%;
    padding: 10px;
    width: 140px;
    height: 110px;
    transition: all .3s ease;
}

#suratin img:hover {
    transform: scale(.9);
}

.fa-heart {
    opacity: .3;
    color: white;
    font-size: 30px;
    position: absolute;
    animation: heartMove linear 1;
    top: -10vh;
    z-index: 0;
}

@keyframes heartMove {
    0% {
        transform: translateY(-10vh);
    }

    100% {
        transform: translateY(100vh);
    }
}

.kumpulanstiker>img {
    display: none;
}

.swal2-modal>* {
    font-size: 16px;
    color: white
}

.swal2-title {
    line-height: 1.3em;
    font-size: 17px;
    text-align: center;
    padding: 15px 30px 0 30px;
}

//.swal2-container.swal2-backdrop-show{background:none;}
.swal2-timer-progress-bar-container>* {
    opacity: .7;
    background: #00B6FF;
    margin: 0 14px
}

.swal2-modal {
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    max-width: 325px;
    top: -60px;
}

.swal2-image {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 10px;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
    position: relative;
    background-color: #4839eb;
    color: #fff;
    border-radius: 18px;
    z-index: 1;
    transition: all 0.2s;
}

.adB,
.adB a {
    color: #fff
}

.sticky-ad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    position: fixed;
    text-align: center;
    bottom: -130px;
    left: 0;
    width: 100%;
    z-index: 1000;
    max-height: 120px;
    background-image: none;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    margin-bottom: 0;
    padding-top: 4px;
    transition: .8s ease-in-out
}

.sticky-ad-close-button {
    position: absolute;
    width: 28px;
    height: 28px;
    top: -28px;
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg width='13' height='13' viewBox='341 8 13 13' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:%23FFFFFF' d='M354 9.31L352.69 8l-5.19 5.19L342.31 8 341 9.31l5.19 5.19-5.19 5.19 1.31 1.31 5.19-5.19 5.19 5.19 1.31-1.31-5.19-5.19z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
    background-size: 13px 13px;
    background-position: 9px;
    background-color: rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .2);
    border: none;
    border-radius: 12px 0 0;
    cursor: pointer
}

.sticky-ad-close-button:before {
    position: absolute;
    content: "";
    top: -20px;
    right: 0;
    left: -20px;
    bottom: 0
}

:active,
:focus {
    outline: 0
}

.adB {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700
}

.adB::before {
    content: attr(data-text)
}

a {
    text-decoration: none
}