/* Variabel */

:root {
    --redsdi: rgba(207, 46, 46);
    --merah: rgba(255, 0, 0);
    --maroon: rgba(139, 0, 0);
    --footer: rgba(36, 36, 36);
    --footer-text: rgb(139, 139, 139);
}


/*  Global */

body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.hr-sdi {
    color: var(--redsdi) !important;
    background-color: var(--redsdi) !important;
    opacity: 0.7;
    height: 2px !important;
    display: block !important;
    size: 30px !important;
    margin-top: 35px !important;
    margin-bottom: 35px !important;

}


section {
    padding: 100px 0px 100px;
    box-sizing: border-box;
}

section#card {
    padding: 0px 0px 20px;
    box-sizing: border-box;
}

section#about {
    padding: 100px 0px 50px;
    box-sizing: border-box;
}

section#cta {
    padding: 10px 0px 100px;
    box-sizing: border-box;
}

section#cta1 {
    padding: 70px 0px 0px;
    box-sizing: border-box;
}

section#values-produk {
    padding: 50px 0px 100px;
    box-sizing: border-box;
}

section#mitra {
    padding: 50px 0px 50px;
    box-sizing: border-box;
}

section#kata {
    padding: 100px 10px 50px;
    box-sizing: border-box;
}

section#cuntdown {
    padding: 10px 10px 50px;
    box-sizing: border-box;
}

/* Costume CSS */

.bg-redsdi {
    background: var(--redsdi) !important;
}

.bg-footer {
    background: var(--footer) !important;
}

.star-sdi {
    color: var(--redsdi) !important;
}

.footer-text {
    color: var(--footer-text) !important;
}

.border-sdi {
    border: 1px solid var(--redsdi) !important;
}

.text-card {
    text-align: left !important;
}

.text-bg-sdi {
    background: var(--redsdi) !important;
    color: white !important;
}

.btn-sdi {
    background: var(--redsdi) !important;
    color: white !important;
}

.btn-sdi:hover {
    border: 1px solid var(--redsdi) !important;
    background: white !important;
    color: var(--redsdi) !important;
    transform: scale(1.1) !important;
    transition: all 0.3s ease !important;
    box-shadow: 0px 1px 10px rgba(207, 46, 46, 1);
}

.btn-sdi2 {
    border: 1px solid var(--redsdi) !important;
    background: white !important;
    color: var(--redsdi) !important;
    
}

.btn-sdi2:hover {
    background: var(--redsdi) !important;
    color: white !important;
    
}

.bg-merah {
    background: var(--merah) !important;
}

.bg-putih {
    margin-top: 10px !important;
    background: white !important;
    color: var(--merah) !important;
}

.border-merah {
    border: 2px solid var(--merah) !important;
}

a.bg-merah:hover {
    background: var(--maroon) !important;
}

a.bg-putih:hover {
    transform: scale(1.1) !important;
    transition: all 0.3s ease !important;

}

a.border-merah:hover {
    border: 2px solid var(--maroon) !important;
}

/* Navigasi */
.navbar-nav a {
    font-size: 16px;
    text-decoration: none;
    color: #4a4a4a !important;

}

.navbar-nav a:hover {
    
    text-decoration: none;
    color: var(--redsdi) !important;

}

.nav-link:hover {
    color: var(--redsdi);
}

.nav-item {
    display: inline-block;
    position: relative;
    padding: 10px;
}

.nav-link {
    text-decoration: none;
    color: red;
    
}

.nav-link::after {
    content: '';
    position: absolute;
    background-color: var(--redsdi);
    height: 3px;
    width: 0;
    left: 0;
    bottom: 10px;
    transition: 0.3s;
    
}


.nav-link:hover::after {
    width: 100%;
}

nav.scrolled {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    opacity: 0.96;
    transition: all 80ms ease-out;
}

.text-redsdi {
    color: rgba(207, 46, 46) !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28207, 46, 46, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-light .navbar-toggler{
    border: 2px solid var(--redsdi);
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--redsdi) !important;
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    box-shadow: 0px 1px 3px rgba(207, 46, 46, 0.4), 0px -1px 3px rgba(207, 46, 46, 0.4) !important;
}

.navbar-brand img{
    transition: 0.6s ease;
    width: 120px;
}

/* Hero Section */

#hero-section {
    /* background: url(../image/banner_produ.jpg); */
    background-position: 0 -10px;
    background-size: cover;
    position: center;
    height: 550px;
    padding: 0px;
    position: relative;
    background-attachment: fixed;
}

#hero-section::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 0, 0, 0.5);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#hero-section .row {
    position: absolute;
    margin: 0px;
    padding: 0px;
    z-index: 1;
}

#hero-section h2 {
    margin-top: 170px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}

#hero-section p {
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}

.slides1{
    width: 100%;
    position: relative;
}


.slides1 .slide1{
display: none;
}


.dekstop img{
    width: 100%;
    animation-name: fade;
    animation-duration: 1.5s;
}

.mobile img{
    width: 100%;
    animation-name: fade;
    animation-duration: 1.5s;
}

.slides1 .button-banner{
    position: absolute;
    top: 80%;
    left: 29%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    width: 50%;

}

.slides1 .button-banner .prev{
    cursor: pointer;
    padding: 16px;
    font-weight: bold;
    font-size: 20px;
    background: var(--redsdi) !important;
    color: white !important;
    user-select: none;
    transition: 0.6s ease;
}

.slides1 .button-banner .prev:hover{
    border: 1px solid var(--redsdi) !important;
    background: white !important;
    color: var(--redsdi) !important;
    transform: scale(1.1) !important;
    transition: all 0.3s ease !important;
    box-shadow: 0px 1px 10px rgba(207, 46, 46, 1);
}

@keyframes fade {
    from{opacity: 0.3;}
    to{opacity: 1;}
}



@media (max-width: 450px) {
    
    .dekstop{
        display: none;
    }


    .slides1 .button-banner{
        top: 45%;
        left: 62%;
    
}

}


@media ( min-width: 450px){
    .mobile{
        display: none;
    }

    .slides1 .button-banner{
        top: 80%;
        left: 29%;
    }
}

@media ( max-width: 992px){
    .slides1 .button-banner .prev{
        font-size: 18px;
        padding: 13px;
    }
    .slide1-mobile{
        display: none;
    }
}

@media ( max-width: 768){
    .slides1 .button-banner .prev{
        font-size: 13px;
        padding: 8px;
    }
}


@media ( max-width: 576px){
    .slides1 .button-banner .prev{
        font-size: 11px;
        padding: 7px;
    }
    .navbar-brand img{
        width: 100px;
    }
    .footer-image{
        width: 100px !important;
    }
}

@media ( max-width: 420px){
    .slides1 .button-banner .prev{
        margin-top: 10px;
        font-size: 10px;
        padding: 6px;
    }
}

@media ( max-width: 360px){
    .slides1 .button-banner .prev{
        font-size: 8px;
        padding: 5px;
    }
}

/* Brand Produk */

#brand-produk .row {
    row-gap: 3rem;
}

/* CUNTDOWN */

#timer{
    width: 50%;
}
#timer p{
    color: var(--redsdi);
}

.box{
    background-color: white;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 70px;
    border-radius: 5px;
    transition: 0.6s ease;
    
}



.box span{
    font-size: 30px;
    color: black;
    transition: 0.6s ease;
}

.box p{
    margin: 0;
    color: var(--redsdi);
}

.name{
    display: flex;
    gap: 40px;
}

/* Kata */

#kata .row {
    min-height: 250px;
}

/* Values Produk */

#values-produk .row {
    row-gap: 3rem;
}

/* Testimoni */
#testimoni {
    background-color: rgba(207, 46, 46) !important;
    transition: all 80ms ease-out !important;
}

/* About */

#about iframe {
    width: 100%;
    max-width: 500px;
    height: 230px;
}

/* Skala */

#cta iframe {
    width: 100%;
    max-width: 500px;
    height: 230px;
    transition: all 0.3s ease !important;
}

/* cta */

#cta .tengah {
    text-align: left !important;
}


/* Awards */
#awards img {
    height: 150px;
}

/* Buy */
#buy .links {
    column-gap: 2rem;
}

/* Card */

#card .row {
    row-gap: 3rem;
}

/* .card:hover{
    text-shadow: none !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1.1) !important;
    z-index: 2;
} */




/* FAQ */
.flex-center {
    align-items: center;
}

.circle-icon {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -20px;
    margin-right: 10px;
    transform: scale(1.2);
}

.accordion{
    --bs-accordion-border-color: none !important;
}

.accordion-body {
    margin-top: 15px;
    padding: 25px;
    border-radius: 5px;
    /* box-shadow: 0px 1px 8px rgba(207, 46, 46, 0.9), 0px -1px 8px rgba(207, 46, 46, 0.9) !important; */
    margin-bottom: 10px;
}

.accordion-item {
    border: 0px !important;
}

.accordion-button:not(.collapsed) {
    border-radius: 5px;
    border: 0px !important;
    color: var(--redsdi) !important;
    background-color: white !important;
    box-shadow: 0px 1px 8px rgba(207, 46, 46, 0.9), 0px -1px 8px rgba(207, 46, 46, 0.9) !important;

}

.accordion-button:not(.collapsed)::after {
    background-image: url(../image/arrow.png) !important;
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:focus {
    border-radius: 5px;
    z-index: 3;
    color: var(--redsdi) !important;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: 0px 1px 8px rgba(207, 46, 46, 0.9), 0px -1px 8px rgba(207, 46, 46, 0.9) !important;
}


/* Whatsapp */
.btn-floating {
    position: fixed;
    left: 25px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    padding: 0px;
    border-radius: 100px;
    border: 0;
    z-index: 998;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    height: 60px;
    padding: 0 30px;
    cursor: pointer;

}

.btn-floating span {
    text-align: left;
    font-size: 18px;
    padding-top: 15px;
    margin-left: 5px;
    transition: .2s;
    line-height: 5px;
    display: none;
}

.btn-floating.whatsapp {
    bottom: 75px;
    background-color: #38a329;
    border: 2px solid white;
}

.btn-floating:hover span {
    display: inline-block;
}

.btn-floating:hover img {
    display: none;
}

/*FAKE ORDER */
.livesales .item{
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    overflow: hidden;
    z-index: 997;
    max-width: 300px;
    font-size: 16px;
    background: rgba(255,255,255,.95);
    padding: 15px 20px;
    box-shadow: 0px 1px 10px rgba(0 0 0 /50%);
    color: #222;
    transition: all .4s ease;
    border-radius: 4px;
    line-height: 1.4;
    opacity: 0;
    visibility: hidden;
}
.livesales .item.active{
    right: 20px;
    bottom: 50px;
    opacity: 1;
    visibility: visible;
}
.livesales .item .image{
    display: flex;
    padding-right: 20px;

}

.livesales .item .img{
    background: #eeeeee;
    background-size: cover;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 80%;
    box-shadow: 0 0 0 4px rgba(0 0 0 2%);

}



.livesales .item .content{
    position: relative;
    padding-right: 20px;
}

.livesales .item button{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 100%;
    margin: -15px -15px 10px 20px;
    border: none;
    background: transparent;
    color: var(--redsdi);
    cursor: pointer;
    font-weight: 500;
    position: absolute;
    right: 0;
}

.livesales .item button:before{
    content: 'x';

}

.livesales .item .info b{
    color:#222;

}

.livesales .item info a{
    color:green;
    text-decoration: none;
}

.livesales .item .info a:hover{
    text-decoration: underline;
}

.livesales .item small{
    font-size: 75%;
    opacity: .8;
    display: block;
    border-top: 1px solid rgba(0,0,0,.06);
    margin-top: 8px;
    padding-top: 8px;
}
.livesales .item small:after{
    content:'';
    display: block;
    clear: both;

}

/* Footer  */

.footer-image {
    transition: 0.6s ease;
    width: 120px;
}

#footer-info1 {
    height: 90px;
}

#footer-info1 a {
    text-decoration: none;
    color: white;
    border-bottom: 2px solid white !important;
}

#footer-info1 p {
    font-size: 0.8em;
}


#footer-info {
    /* background-color: rgba(255,0,0,0.5); */
}

#footer-info .sosmed-icon {
    height: 30px;
    width: 30px;
}

#footer-info a {
    color: black !important;
}

#footer-info a:hover,
nav .links a:hover {
    color: rgba(207, 46, 46) !important;
}

#backtotop {
    z-index: 99;
    bottom: 150px;
    right: 30px;
}

#messanger {
    z-index: 99;
    bottom: 100px;
    right: 30px;
}

/* Portfolio */
.mitra .mitra-item {
    margin-bottom: 30px;
}

.mitra .mitra-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

.mitra .mitra-wrap::before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.mitra .mitra-wrap .mitra-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mitra .mitra-wrap .mitra-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.mitra .mitra-wrap .mitra-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.mitra .mitra-wrap .mitra-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.mitra .mitra-wrap .mitra-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.mitra .mitra-wrap .mitra-links {
    text-align: center;
    z-index: 4;
}

.mitra .mitra-wrap .mitra-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.mitra .mitra-wrap .mitra-links a:hover {
    color: #969696;
}

.mitra .mitra-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.mitra .mitra-wrap:hover .mitra-info {
    opacity: 1;
}

.mitra .mitra-wrap:hover .mitra-info::before {
    top: 15px;
    left: 15px;
}

.mitra .mitra-wrap:hover .mitra-info::after {
    bottom: 15px;
    right: 15px;
}


/* Skala Mitra */


.containerskala { 
    width: 600px;
    background-color: white;
    padding: 30px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.tab_box{
    width: 100%;
    border-bottom: 2px solid var(--redsdi);
    position: relative;
}

.tab_box .tab_btn{
    color: darkgray;
    background: none;
    padding: 18px;
    border: none;
    cursor: pointer;
    font-size: 18px;
}

.tab_box .tab_btn.active{
    color: var(--redsdi);
}    

.content_box{
    padding: 20px;

}

.content_box .content {
    display: none;
    animation: moving .5s ease;
}

@keyframes moving{
    from{transform: translateX(50px);opacity: 0;}
    to{transform: translateX(0px);opacity: 1;}
}

.content_box .content.active {
    display: block;
}




/* Mobile */
@media (max-width: 768px) {
    #buy .links {
        row-gap: 1rem;
    }

    #buy .links a {
        width: 200px;
    }

    #values-produk img {
        height: 70px;
        width: 70px;
        margin-top: 20px;

    }

    #cta .tengah {
        text-align: center !important;
    }

    .tab_box .tab_btn{
        color: darkgray;
        background: none;
        padding: 14px;
        border: none;
        cursor: pointer;
        font-size: 14px;
    }
}

@media (max-width: 500px){
    .tab_box .tab_btn{
        color: darkgray;
        background: none;
        padding: 8px;
        border: none;
        cursor: pointer;
        font-size: 15px;
    }
}


/* Dekstop */

@media (min-width: 992px) {

    /* Values Produk */
    #values-produk img {
        height: 90px;
        width: 90px;
        margin-bottom: 10px;

    }

    #brand-produk img {
        height: auto;
        width: 100%;

    }

    #values-produk .detail {
        width: 100%;
    }

    #about iframe {
        width: 100%;
        height: 330px;
    }

    #cta iframe {
        width: 100%;
        max-width: 560px;
        height: 315px;
        transition: all 0.3s ease !important;
    }
    



}

@media (min-width: 768px) and (max-width: 992px) {

    #about iframe {
        width: 100%;
        height: 230px;
    }

    #values-produk img {
        height: 100px;
        width: 100px;

    }

    #cta iframe {
        width: 100%;
        max-width: 560px;
        height: 315px;
        transition: all 0.3s ease !important;
    }
    


}