.container-fluid{
    width: 100%;
    height: 75vh;
    display: flex;
    align-items: center;
}
.card img{
    height: 250;
}
.text-product{
    margin-top: 50px;
    font-size: 25px;
    font-weight: 600;
}
.owl-stage{
    margin-top: 100px;
}
.owl-nav button{
    visibility: hidden;
}
.shadow{
    box-shadow: 0 .5rem 1rem var(--main-white)
}
.owl-dots{
    margin-top: -45px;
    visibility: hidden;
}
.card{
    border: none;
    transition: all 0.5s;
}
.card:hover{
    transform: scale(1.05);
}
.card-text, .card-title{
    color: var(--main-brown);
    text-transform: capitalize;
    margin-bottom: 0;
}
.card-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    width: 50%;
}
.card{
    background-color: white;
}
.cont-card{
    display: flex;
}
.card-body-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
}
.card-body-right .harga{
    text-decoration: line-through;
    text-align: right;
}
.card-body-right .harga-diskon{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: right;
}
.card-title{
    font-weight: 600;
}
.diskon-icon{
    text-align: right;
    font-size: 30px;
    color: red;
    font-weight: 700;
}
.owl-stage-outer{
    height: 92vh;
}
.gambar-promo{
    height: 200px;
    overflow: hidden;
}
.foto-produk{
    display: flex;
}
.foto-produk img{
    margin: auto;
}
.card-bottom{
    margin-top: 10px;
}
@media screen and (max-width:1200px){
    #Section-1{
        height: 50vh;
        overflow: hidden;
    }
    .container-fluid{
        width: 100%;
        height: 50vh;
        overflow: hidden;
        align-items: baseline;
    }
}
@media screen and (max-width:476px){
    .owl-stage-outer{
        margin-top: -95px;
    }
    .diskon-icon{
        font-size: 25px;
    }
    .card-body-right .harga-diskon{
        font-size: 10px;
    }
    .card-body-right .harga{
        font-size: 10px;
    }
    .owl-stage-outer {
        height: 100%;
    }
    .card img{
        height: 200;
    }
    .container-fluid{
        height: 110%;
    }
    .card-title{
        font-size: 15px;
    }
    .card-text{
        font-size: 12px;
    }
}