/* @import url('https://fonts.googleapis.com/css2?family=Signika&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300&display=swap');
* {
    padding: 0;
    box-sizing: border-box;
}

.x-rounded {
    border-radius: 15px;
}

.x-shadow {
  box-shadow: 0 0.30rem .8rem rgba(0, 213, 255, 0.514); /* Lighter color and less blur */
}

#tips img {
    /* border-radius: 150px;
    width: 18rem;
    height: 18rem; */
}

body {
    font-family: 'Signika', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 0.03em;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    /* background-color: rgb(83, 28, 0); */
    /* background-color: rgb(0, 98, 225);  */
    background: linear-gradient(55deg, rgba(2,0,36,1) 0%, rgb(0, 122, 252) 80%, rgb(0, 176, 245) 100%);
}


.carousel-item img {
    opacity: 0.7;
    min-height: 300px;
    /* max-height: 800px; */
}

.carousel-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

#heading > div {
    text-shadow: 0px 2px 2px #0a007d;
}

#heading .heading-title {
    font-size: 2.5rem;
}

#heading .heading-body {
    font-size: 4rem;
}

#heading .heading-footer {
    font-size: 1.5rem;
}

.heading-button {
     /* background-color: ; */
}

.heading-button a {
    padding: 8px;
    border-radius: 10px;
    font-size: 1.1em;
    background-color: rgb(23, 131, 255);
    /* box-shadow: 0px 2px 6px #000000; */
    text-shadow: 0px 1px 2px #000000;
    color: #ffffff;
    text-decoration: none;
}

.overlay-phone {
    background-color: rgb(32, 194, 0);
    bottom: 0;
    left: 0;
    text-shadow: 0px 1px 2px #000000 !important;
    padding: 4px;
}

#mobil .card {
    box-shadow: 0px 2px 6px #91e2ff;
    /* border: 2px solid green !important; */
    border-radius: 15px !important;
}

.card-content {
    /* background: linear-gradient(40deg, rgb(255, 106, 0) 0%, rgb(255, 140, 0) 40%, rgb(225, 255, 0) 100%); */
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 3px #ffffff;
    border-radius: 2%;
    text-shadow: 1px 1px #000;
    padding: 2px;
    text-align: center;
    font-size: 1em;
    overflow: hidden;
    color: #fff;
}

.card-content .hero-image p {
    background-color: rgba(0, 47, 150, 0.884);
    width: 100%;
    font-weight: bold;
    left:0;
    padding: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 0.1em;
}

.hero-image {
    border-radius: 4px;
    padding: 2px;
}

.card-content .hero-image img {
    min-width: 200px;
    min-height: 200px;
}

.card-body .btn-wa {
    background-color: #008b07;
    color: #ffffff;
}

.card-content:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

#content .card {
    max-width:300px;
    /* background-color: #00c40a; */
    /* min-width: 200px; */
    /* min-height: 300px; */
    font-size: .9em;
    text-align: center;
    background-color: #e5e5e5;
}


.wa-bubble {
    display: flex;
    right: 0;
    bottom: 0;
    margin: 0px 5px 50px 0px;
    /* border: 2px solid #ffffff; */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 4px #ffffff;
    animation: 2s swing infinite alternate
}

.wa-bubble img {
    width: 100%;
    height: 100%;
}


@keyframes swing {
    0% {
        transform: scale(0.95);
        filter: brightness(1.1);
    }
    /* 40% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.95);
    } */
    50% {
    transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* .hero-image label {
    padding: 2px;
    color: #fff;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7)
} */

@media only screen and (max-width: 960px) {

    #heading .heading-title {
        font-size: 2.5rem;
    }

    #heading .heading-body {
        font-size: 3rem;
    }

    #heading .heading-footer {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 720px) {
    #heading .heading-title {
        font-size: 1.7em;
    }

    #heading .heading-body {
        font-size: 2em;
    }

    #heading .heading-footer {
        font-size: 1.2em;
    }
}


@media only screen and (min-width: 590px) {
    .rtp-nav-items {
        transform: translateX(0px);
    }


}

@media only screen and (max-width: 590px) {
    body {
        /* background: rgb(2,0,36);
        background: linear-gradient(120deg, rgb(118, 37, 0) 0%, rgb(155, 31, 0) 50%, rgb(235, 141, 0) 100%); */
    }
    /* .carousel-item img {
        height: 300px
    } */
     
    #heading .heading-title {
        font-size: 1.5em;
    }

    #heading .heading-body {
        font-size: 1.8em;
    }

    #heading .heading-footer {
        font-size: 1em;
    }

    .nav-link a{
        font-size: 0.8rem;
    }
    
    .heading-button a {
        padding: 6px;
        /* padding:6px 10px 6px 10px; */
        font-size: 0.9em;
    }

    .overlay-phone {
        font-size: .7em;
    }
    .wa-bubble {
        width: 50px;
        height: 50px;
        right: 5px;
        bottom: 40px;
        box-shadow: 0px 0px 2px #ffffff;
    }
}

@media screen and (max-width: 490px) {
    /* .carousel-item img {
        height: 200px
    } */
    body {
        background: linear-gradient(80deg, rgba(2,0,36,1) 0%, rgb(0, 135, 189) 60%,  rgb(0, 122, 252) 100%);
    }

    section#navigation {
        /* position: static; */
        /* left: 0;
        right:0;
        bottom:0;
        top:0; */
        position: sticky;
        top: 0;
        overflow: hidden;
        z-index: 2;
    }
    
    #heading .heading-title {
        font-size: 1.2em;
    }

    #heading .heading-body {
        font-size: 1.5em;
    }

    #heading .heading-footer {
        font-size: 1em;
    }

    .nav-link a{
        font-size: 0.8rem;
    }
}