nav
{
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,.2);
}

.checked {
    color: orange;
}

p
{
    font-family: 'Titillium Web';
}

.card-search-promo
{
    margin-top: 5rem;
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.9);
}

.center
{
    margin: 0 auto;
}

hr{
    border:1px solid;
}
.text-model-cars
{
    font-weight: bold;
}
.img-sales
{
    margin-left: 1rem;
    width: 80px;
    height: 80px;
    shape-outside: circle();
    clip-path: circle();
}
.img-car
{
    width:75%;
}

.button-wa-sales
{
    border:none;
    border-radius: 10px;
    background-color: #25D366;
    padding: 8px;
    color: white;
}

.text-credit
{
    margin-left: 2.5rem;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.text-credit-dp
{
    margin-right: 3rem;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.text-credit-rupiah
{
    margin-left: 2.5rem;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.text-credit-cashback
{
    margin-left: 1rem;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.text-credit-tenor
{
    margin-left: 1rem;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.text-credit-tenor-number{
    margin-left: 1rem;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.button-wa-sales i
{
    margin-left: 0.5rem;
}
.promo-cash h2 {
    width: 100%; 
    text-align: center; 
    border-bottom: 1px solid #000; 
    line-height: 0.1em;
    margin-top: 2rem;
 } 

 .promo-cash .card
 {
    border-radius: 18px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.9);
 }
 .text-promo h5
 {
    padding: 0.5rem;
 }

 .promo-cash img
 {
    border-radius: 10px;
 }
 
 .promo-cash h2 span 
 { 
     background:#fff; 
     padding:0 10px; 
 }

.promo-credit h2 {
    width: 100%; 
    text-align: center; 
    border-bottom: 1px solid #000; 
    line-height: 0.1em;
    margin-top: 2rem;
 } 

 
 .promo-credit h2 span { 
     background:#fff; 
     padding:0 10px; 
 }

 .promo-credit .card
 {
    border-radius: 18px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.9);
 }

 .promo-credit img
 {
    border-radius: 10px;
 }
 

.sales-card
{
    margin-top: 2rem;
}

.sales-card .card img
{
    position: absolute;
    width: 50%;
    margin-top: 0;
    transform: translate(-50%,-50%);
    z-index: 100;
}

footer .text-center
{
    font-size: 18px;
    padding: 1.5rem;
}

.list-card .card
{
    margin-top: 0rem;
    border-radius: 8px;
    box-shadow: 5px 5px 10px;
    height: 100px;
}

a
{
    color: black;
}

.btn-close
{
    border-radius: 8px;
    background-color: #d30010;
}

.form-card img
{
    width: 40%;
    margin-top: 0.5rem;
}

.tokopedia-card .img-tokped
{
    width:40%;
    margin-top: 0.5rem;
}
.braapps-card img
{
    width: 80%;
}
.text-tokped
{
    text-align: center;
    margin-top: 2rem;
}
.text-bra-app
{
    text-align: center;
    margin-top: 2rem;

}

.text-form
{
    text-align: center;
    margin-top: 2rem;
}

.card .tokopedia-card
{
    border: 5px solid;
    border-radius: 8px;
    border-color:  #003b57;
    height: 100px;
}

.card .form-card 
{
    border: 5px solid;
    border-radius: 8px;
    border-color:  #003b57;
    height: 100px;
}

.card .braapps-card
{
    
    border: 5px solid;
    border-radius: 8px;
    border-color: #003b57;
    height: 100px;
}

.btn-review 
{
   margin-left: 1rem;
   border-radius: 8px;
   padding: 6px;
   border: 0;
   background-color: #293462;
   color: white;
}

.img-customer-review
{
    width: 100%;
    border-radius: 50px;
}
.card-review-customer .card
{
    box-shadow: 5px 5px 15px rgba(0,0,0,0.9);
}

@media (min-width:1000px)
{
    .list-card
    {
        margin-top:3rem;
    }
    .braapps-card h2
    {
        margin-top: 2rem;
        margin-left:-2rem;
    }

    .form-card h2
    {
        margin-top: 3rem;
        margin-left:-5rem;
    }
    .tokopedia-card img, .tokopedia-card h2
    {
        margin-top:2rem;
    }

    footer
    {
        background: #293462; 
        color:white;
        width: 100%;
        margin-top: 26rem;
        bottom: 0;
    }
    
}
@media only screen and (max-width:990px) and (min-width:500px)
{
    .form-card img
    {
        margin-top:1.5rem;
        width: 60%;
    }
    .form-card h2
    {
        margin-top: 2.5rem;
        margin-left: -2rem;
    }
    .tokopedia-card img
    {
        margin-top: 5rem;
        width: 100%;
    }

    .text-tokped
    {
        margin-top: 1rem;
    }
    
    .braapps-card img
    {
        margin-top: 1rem;
        width: 80%;
    }

    .text-bra-app
    {
        margin-top: 1rem;
    }

    footer
    {
    background: #293462; 
    color:white;
    width: 100%;
    height: 100%;
    bottom: 0;
    margin-top: 26rem;
    }
    .btn-review 
    {
        margin-top:1rem;
        margin-left: 0;
    }
}

@media only screen and (max-device-width:500px)
{

    .form-card h2
    {
        margin-top: 3rem;
        margin-right: 1rem; 
    }

    .tokopedia-card .img-tokped
    {
        width: 80%;
        margin-top: 0.5rem;
    }
    .braapps-card img
    {
        width: 100%;
    }
    .form-card img
    {
        width: 80%;
        margin-top: 0.5rem;
    }
    
    .braapps-card h2
    {
        margin-top: 2rem;
        margin-left: -1rem;
    }
    footer
    {
        margin-top: 15rem;
        background: #293462; 
        color:white;
        width: 100%;
        height: 100%;
        bottom: 0;
        position: static;
    }

    footer .text-center
    {
        font-size: 15px;
        padding: 0.5rem;
    }

    .tokopedia-card h2
    {
        margin-top:2rem;
        margin-left: -1rem;
    }
    .list-card
    {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .img-car
    {
        width:200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .text-credit
    {
        margin-left: 0rem;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
    }
    .text-credit-rupiah
    {
        margin-left: 0rem;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    .text-credit-cashback
    {
        margin-left: 0rem;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .text-credit-tenor
{
    margin-left: 0rem;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.text-credit-tenor-number{
    margin-left: 0rem;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.text-credit-dp
{
    margin-right: 2rem;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.text-credit-dp-rp
{
    margin-right: 2rem;
    font-size: 15px;
    text-align: center;
}

.space-card-mobile
{
    margin-top:1rem;
}

    
}