html {
    scroll-behavior: smooth
}

body {
    color: #999 !important;
    background-color: #f5bccb;
    overflow: hidden
}

.top {
    margin-top: -100px
}

.text-black {
    color: #000 !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500 !important
}

.nav-link {
    margin: auto
}

.aksen {
    top: 0;
    position: absolute;
    width: 200px
}

@media (min-width:992px) {
    .aksen {
        width: 300px
    }
}

.kanan-atas {
    right: 0
}

.kiri-atas {
    left: 0
}

main {
    background-color: #fff
}

@media (min-width:450px) {
    body {
        display: flex;
        justify-content: center
    }

    main {
        width: 400px
    }
}

.bg-light {
    background-color: #FFF0F4 !important
}

.bg-gradient {
    background: linear-gradient(to bottom, rgba(255, 240, 244, 0.5),rgba(247, 215, 224, 0.7)) !important;
}

.text-primary {
    color: #F487CB !important
}

.text-white {
    color: #fff !important
}

.bg {
    background-color: #fff
}

.hero-1 img {
    position: absolute;
    z-index: 1;
    width: 150px
}

.hover:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transition: .4s
}

.hover {
    transition: .4s
}

.form-control {
    border-radius: 5px !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .07) !important
}

.card {
    border-radius: 5px !important;
    color: #999 !important
}

.btn {
    border-radius: 90px !important;
    font-weight: 700
}

.btn-bulat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0 !important
}

.btn-bulat2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    background-color: #fff !important;
    border: 1px solid #f7ead2 !important
}

@media (min-width:420px) {
    .btn-bulat2 {
        width: 45px !important;
        height: 45px !important
    }
}

.btn-light {
    background-color: #ff8820 !important;
    border: 4px solid #fff !important;
    color: #fff !important
}

.btn-primary {
    height: 40px;
    font-size: 1.1em;
    cursor: pointer;
    color: #fff;
    border: none;
    background-color: #F487CB;
    border-radius: 5px;
    transition: all .4s;
    border-radius: 5px
}

.btn-primary:hover {
    background-color: #ef6dbd !important
}

.btn-primary:focus {
    background-color: #ef6dbd !important
}

.mute {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px
}

.fonts {
    color: #fff !important;
    text-shadow: -3px -3px 0 #F487CB, 0 -3px 0 #F487CB, 3px -3px 0 #F487CB, 3px 0 0 #F487CB, 3px 3px 0 #F487CB, 0 3px 0 #F487CB, -3px 3px 0 #F487CB, -3px 0 0 #F487CB;
    font-size: 35px !important
}

.kotak {
    aspect-ratio: 1/1;
    object-fit: cover
}

.owl-carousel button.owl-dot span {
    border-radius: 2px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    background: #bebebe !important;
    opacity: 1 !important
}

.owl-carousel button.owl-dot.active span {
    width: 30px !important;
    background: #000 !important;
    opacity: 1 !important
}

.coverimg {
    width: 180px !important
}

.bg-cover {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f7e5e3
}

.bg-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 1
}

.bg-cover #cover {
    position: relative;
    z-index: 9
}

.bg-cover #cover .container {
    position: relative;
    z-index: 90
}

.bg-cover .bgcov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 2s ease-in-out
}

.bg-cover .bgcov.active {
    opacity: 1
}

.bg-cover .text-white {
    color: #fff !important
}

.form-control:focus {
    border-color: #414141;
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .11)
}

.musik {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99;
    display: none
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #F487CB;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.menu {
    display: none
}

.card .text-dark {
    color: #171717 !important
}

label {
    margin-bottom: 10px;
    color: #171717 !important
}

.set div:nth-child(1) {
    width: 10px;
    height: 10px
}

.set div:nth-child(2) {
    width: 13px;
    height: 13px
}

.set div:nth-child(3) {
    width: 16px;
    height: 16px
}

.set div:nth-child(4) {
    width: 19px;
    height: 19px
}

.set div:nth-child(5) {
    width: 23px;
    height: 23px
}

.set div:nth-child(6) {
    width: 25px;
    height: 25px
}

.flow {
    position: absolute;
    width: 400px;
    height: 120%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
    margin-top: -50px
}

@media (max-width:398px) {
    .flow {
        width: 100% !important
    }
}

.flow .set {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none
}

.flow .set div {
    position: absolute;
    display: block
}

.flow .set img {
    width: 40px
}

.flow .set div:nth-child(1) {
    left: 20%;
    animation: animate 15s linear infinite;
    animation-delay: -7s
}

.flow .set div:nth-child(2) {
    left: 50%;
    animation: animate 20s linear infinite;
    animation-delay: -5s
}

.flow .set div:nth-child(3) {
    left: 70%;
    animation: animate 20s linear infinite;
    animation-delay: 0s
}

.flow .set div:nth-child(4) {
    left: 0;
    animation: animate 15s linear infinite;
    animation-delay: -5s
}

.flow .set div:nth-child(5) {
    left: 85%;
    animation: animate 18s linear infinite;
    animation-delay: -10s
}

.flow .set div:nth-child(6) {
    right: 0;
    animation: animate 12s linear infinite
}

@keyframes animate {
    0% {
        opacity: 0;
        top: -10%;
        transform: translateX(20px) rotate(0)
    }

    10% {
        opacity: 1
    }

    20% {
        transform: translateX(-20px) rotate(45deg)
    }

    40% {
        transform: translateX(-20px) rotate(90deg)
    }

    60% {
        transform: translateX(20px) rotate(180deg)
    }

    80% {
        transform: translateX(-20px) rotate(180deg)
    }

    100% {
        top: 110%;
        transform: translateX(-20px) rotate(225deg)
    }
}
