/* Your Custom CSS Goes here */

.carousel .item {
    height: 300px !important;
}

::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
    background-color: #34B1E8 !important;
    color: #ffffff !important;
}

#navbar,
#topBtn,
#cobagratis {
    transition: all 1s;
}

.btn-outline-white {
    border: 1px solid white;
    background: transparent;
    color: white;
    border-radius: 30px;
}

.btn-success {
    background-color: #2ecc6d !important;
    border: 1px solid #2ecc6d !important;
}

.btn-success:hover,
.btn-success:active {
    background-color: #27a85a !important;
    border: 1px solid #27a85a !important;
}

.text-success {
    color: #2ecc6d !important;
}

.nav-link:hover {
    border-bottom: 1px solid #fff;
}

.nav-link:active {
    color: #34B1E8 !important;
    border-bottom: 1px solid #34B1E8;
}

.btn-warning {
    background-color: #ffa629 !important;
    border: 1px solid #ffa629 !important;
}

.btn-warning:hover,
.btn-warning:active {
    background-color: #e18e18 !important;
    border: 1px solid #e18e18 !important;
}

.text-warning {
    color: #ffa629 !important;
}

.btn-primary {
    background-color: #34B1E8 !important;
    color: #fff !important;
    border-radius: 30px !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #0b5ed7 !important;
    border-color: #0a58ca !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff !important;
    background-color: #0b5ed7 !important;
    border-color: #0a58ca !important;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5) !important;
}

main-color {
    background-color: #34B1E8;
}

.border-home {
    border: 1px solid #34B1E8;
    border-radius: 30px;
    padding: 4rem;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80vh;
}

video {
    pointer-events: none;
}

.carousel-indicators {
    width: 70% !important;
}

.carousel-indicators li {
    background-color: #9E9E9E !important;
    border: transparent !important;
}

.carousel-indicators .active {
    background-color: #34B1E8 !important;
    border: transparent !important;
    height: 12px !important;
    width: 12px !important;
}


/* PHONE HERE */

@media (max-width: 780px) {
    html,
    body {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;
    }
    .app-auth-container {
        margin: 0px;
        padding: 0px;
    }
    #navbar {
        background-color: black !important;
    }
    .tagline {
        width: 100% !important;
    }
    .img-why {
        height: 100px !important;
        width: 100% !important;
        position: absolute !important;
        object-fit: cover !important;
        object-position: 15% 20% !important;
    }
    .tagline-title {
        padding-top: 2rem !important;
    }
    .homedevicesalign {
        bottom: 550px;
        right: 50px;
    }
    .homedevices {
        width: 100px !important;
        height: auto !important;
    }
    .pf-w100 {
        width: 100% !important;
    }
    .why-icon {
        top: 15% !important;
        left: 70% !important;
    }
    .why-py {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .why-txt {
        height: 90vh !important;
        width: 100% !important;
    }
    .why-content {
        margin: 0 !important;
    }
    .diskon {
        top: 0 !important;
        left: 75% !important;
    }
    .fitur-content {
        height: auto !important;
    }
    .img-help {
        width: 50% !important;
    }
    .img-marketing {
        height: 200px !important;
        width: 100%;
    }
    .border-home {
        border: transparent;
        padding: 0;
        overflow-y: auto;
    }
}

@media (min-width: 780px) {
    .divider {
        display: none;
    }
}

.diskon {
    position: absolute;
    top: -11%;
    left: 72%;
    z-index: 9;
    width: 120%;
}

.discount {
    background-color: #FF433A;
    height: 130px;
    right: -90px;
    position: absolute;
    top: -60px;
    width: 150px;
    -webkit-transform: rotate(45deg);
}

.discount span {
    color: #fff;
    font-family: sans-serif;
    font-size: 1.2em;
    left: 22px;
    top: 92px;
    position: absolute;
    width: 80px;
}


/* 
.discountspan {
    border-right: .05em solid;
    animation: caret 1s steps(1) infinite;
} */

@keyframes caret {
    50% {
        border-color: transparent;
    }
}