.profile {
    position: relative;
    display: block;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.dropdown-button {
    background-color: #219EBC;
    color: white;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid transparent;
    border-radius: 10px;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    font-size: 13px;
    position: absolute;
    right: 0;
    z-index: 1;
    min-width: 200px;
    background-color: #ffffff;
    border: 2px solid #219EBC;
    border-radius: 15px 0px 15px 15px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
    color: black !important;
    padding: 8px 10px;
    display: block;
    transition: 0.1s !important;
}

.dropdown-content a:hover {
    background-color: #219EBC;
    color: white !important;
}

.dropdown-content a:focus {
    background-color: #ffffff;
    color: #219EBC !important;
}

.dropdown-content #top:hover {
    border-radius: 13px 0px 0px 0px;
}

.dropdown-content #bottom:hover {
    border-radius: 0px 0px 13px 13px;
}

.profile:hover button {
    border-radius: 10px 10px 0px 0px;
}

.profile:hover .dropdown-content {
    display: block;
}





.cart-btn-2:hover {
    background-color: #42bddc !important;
    transform: translateY(-2px);
}

.cart-btn-2:active {
    transform: scale(0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

/* Owl-Carousel Iklan */
.owl-carousel-iklan .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    right: -7px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 2%;
    font-size: 25px !important;
}

.owl-carousel-iklan .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    left: -10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 2%;
    font-size: 25px !important;
}

.owl-carousel-iklan .owl-nav [class*=owl-] {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    transition: all 0.3s;
}

.owl-carousel-iklan .owl-nav [class*=owl-]:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
}

/* Owl-Carousel Iklan */
.owl-carousel-iklan-video .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    right: -7px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 2%;
    font-size: 25px !important;
}

.owl-carousel-iklan-video .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    left: -15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 2%;
    font-size: 25px !important;
}

.owl-carousel-iklan-video .owl-nav [class*=owl-] {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    transition: all 0.3s;
}

.owl-carousel-iklan-video .owl-nav [class*=owl-]:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
}

/* Owl-Carousel Category */
.owl-carousel-category .owl-nav>div {
    opacity: 1 !important;
}

.owl-carousel-category .owl-nav .owl-next {
    right: -40px;
    width: 40px;
    height: 60px;
    font-size: 15px !important;
    position: absolute;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 0 20px 20px 0px !important;
}

.owl-carousel-category .owl-nav .owl-prev {
    left: -40px;
    width: 40px;
    height: 60px;
    font-size: 15px !important;
    position: absolute;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0 0px 20px !important;
}

.owl-carousel-category .owl-nav [class*=owl-] {
    color: black;
    border-radius: 3px;
    transition: all 0.3s;
}

.owl-carousel-category .owl-nav [class*=owl-]:hover {
    color: white;
    background-color: #FF7600;
    border-radius: 3px;
}

/* Owl-Carousel Flashdeal */
.owl-carousel-flashdeal .owl-nav .owl-next {
    right: -10px;
    width: 40px;
    height: 60px;
    font-size: 25px !important;
    position: absolute;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    border-radius: 0 20px 20px 0px !important;
}

.owl-carousel-flashdeal .owl-nav .owl-prev {
    left: -10px;
    width: 40px;
    height: 60px;
    font-size: 25px !important;
    position: absolute;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    border-radius: 20px 0 0px 20px !important;
}

.owl-carousel-flashdeal .owl-nav [class*=owl-] {
    color: black;
    border-radius: 3px;
    transition: all 0.3s;
}

.owl-carousel-flashdeal .owl-nav [class*=owl-]:hover {
    color: white;
    background-color: #42bddc;
    border-radius: 3px;
}

/* Owl Carousel Best */
.owl-carousel-best .owl-nav .owl-next {
    right: -17px;
    width: 40px;
    height: 60px;
    font-size: 25px !important;
    position: absolute;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    border-radius: 0 20px 20px 0px !important;
}

.owl-carousel-best .owl-nav .owl-prev {
    left: -17px;
    width: 40px;
    height: 60px;
    font-size: 25px !important;
    position: absolute;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    border-radius: 20px 0 0px 20px !important;
}

.owl-carousel-best .owl-nav [class*=owl-] {
    color: black;
    border-radius: 3px;
    transition: all 0.3s;
}

.owl-carousel-best .owl-nav [class*=owl-]:hover {
    color: white;
    background-color: #FF7600;
    border-radius: 3px;
}


/* Parallax */
.parallax-container {
    position: relative;
}

.parallax-logo {
    display: flex;
    position: fixed;
    z-index: 1;
    left: -80px;
    bottom: 0px;
    width: 12%;
    height: auto;
    transition: transform 0.5s ease;
}

.parallax-logo img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}



.talent-card-custom {
    transition: all 0.3s;
}

.talent-card-custom:hover {
    transform: translateY(-5px);
}

.cc-title {
    color: #219EBC;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.cc-title:hover {
    color: #1D4E89;
}

.category_custom {
    height: 366px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
}

.category-card {
    transition: all 0.3s;
}

.category-card:hover {
    transform: translateY(-7px);
}

.best_talent_custom {
    background: linear-gradient(180deg, #219EBC 28%, rgba(33, 158, 188, 0.78) 100%);
    height: 335px;
    border-radius: 10px;
}

.cp-wilayah {
    color: #7D7D7D;
    font-size: 14px;
    margin-top: -5px;
}

.cp-title {
    font-size: 15px;
    font-weight: 550;
    color: #1D4E89;
    margin-bottom: 2px;
}

.cp-dc-harga {
    font-size: 15px;
    font-weight: 550;
    color: #101010;
    margin: 0;
}

.cp-harga {
    font-size: 14px;
    color: #7D7D7D;
    margin-top: -5px;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.cp-review {
    font-size: 12px;
    color: #7D7D7D;
    display: inline-block;
}

.timer p {
    line-height: 1.2;
    color: white;
    font-size: 15px;
    margin: 0;
}

.rating-custom img {
    width: 16px !important;
    height: 16px !important;
}

.status-container {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0px 10px 0px 0px;
    background: #28A745;
    color: white;
    font-size: 15px;
    padding: 0 10px;
    font-weight: 550;
}

.timer-container {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-bottom: 10px;
}

.timer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 44px;
    width: 52px;
    background-color: #FF7600;
}

.promo-title {
    z-index: 5;
    position: absolute;
    display: flex;
    align-items: center;
    background-color: #1D4E89;
    width: fit-content;
    height: 30px;
    color: white;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0 0 10px 0;
}







.iklan {
    display: block;
    position: relative;
    margin-top: 15vh;
    transition: all 0.3s;
    overflow: hidden;
}


.iklan:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 50%;
    background-color: #42bddc;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.35s ease-out;
}

.iklan:hover:before {
    transform: scale(40);
}






.promo {
    margin-top: 15vh;
}

.title {
    font-size: 30px;
    font-weight: bold;
    color: #101010;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #FFA500;
}

.navbar-custom.scrolled {
    background-color: white;
}

.navbar-custom.scrolled .nav-item a {
    color: #1D4E89;
}

.navbar-custom.scrolled .nav-item:last-child a:last-child {
    color: white;
}

.collapse.show .navbar-nav .button {
    padding: 0;
}

.collapse.show {
    margin-bottom: 1rem;
}

.navbar-custom {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #1D4E89;
    transition: all 0.5s;
    z-index: 10;
}

.navbar-custom a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    transition: all 0.3s;
}

.button {
    padding: 0 50px;
    display: flex;
    gap: 10px;
}

.login {
    border-radius: 10px;
    border: 1px solid white;
    width: 121px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.sign {
    border-radius: 10px;
    background-color: #219EBC;
    width: 121px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    font-weight: bold;
}

.sign:hover {
    background-color: #42bddc;
}

.logo-custom {
    margin-left: 50px;
    width: 70px;
    height: 70px;
    z-index: 10px;
}

.carousel {
    margin-top: 65px;
    background-color: #1D4E89;
}

.slide {
    height: 100%;
    width: 100%;
    margin: 20px 0;
    border-radius: 30px;
}

img {
    object-fit: cover;
}

.search {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5% 0;
}

.search-button:hover {
    background-color: #42bddc;
}


/* CSS Media */
@media (min-width: 860px) {
    .desktop.carousel {
        display: block;
    }

    .mobile.carousel {
        display: none;
    }
}

@media (max-width: 860px) {
    .mobile.carousel {
        display: block;
    }

    .desktop.carousel {
        display: none;
    }

    #search-row {
        margin-top: 100px !important;
    }

    .title {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }
}

@media (max-width: 425px) {
    .navbar-brand {
        width: 50px;
        height: auto;
        margin: 0;
    }

    .navbar-toggler {
        margin: 0 !important;
    }

    ul.navbar-nav {
        margin: 0 !important;
    }
}