﻿.product-container {
    background-color: #192853;
    color: white;
    border-radius: 10px;
    margin-top: 50px;
}

.product-header {
    background-color: #F7FBFF; /*rgb(25,40,83)*/
}

.h3-product {
    font-size: 18px;
    color: #CB8769;
    font-weight:300;
}

.prd-recipe{
    padding-top:30px;
}

.p-prod {
    font-weight: 300;
}

.svg-bgk {
    background-color: rgb(25,40,83);
}

/**==> slider*/
.slides-basic {
    display: none;
}

.animate-fading {
    animation: fading 5s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    50% {
        opacity: 1
    }


    85% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}



/*RESPONSIVE*/
@media (max-width: 640px) {
    .h1-product {
        color: white;
        font-size: 35px;
        padding-top: 25px;
    }
    .product-top {
        color: white;
    }
    .h2-product {
        font-size: 25px;
        line-height: 0px;
        margin-top: 30px;
    }
    .product-container-image {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
    }
    .product-image {
        width: 90%;
        border-radius: 10px;
    }
    .product-container-text-sub {
        padding: 20px;
        padding-top: 50px;
    }

}

@media (min-width: 641px) {
    .h1-product {
        color: white;
        font-size: 35px;
        padding-top: 25px;
    }
    .product-container-image {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
    }
    .h2-product {
        font-size: 25px;
        line-height: 0px;
        margin-top: 30px;
    }
    .product-image {
        max-width: 500px;
        width:100%;
        border-radius: 10px;
    }
    .product-container-text-sub {
        padding: 20px;
        padding-top: 50px;
    }
    .p-product{
        color:white;
    }
}

@media (min-width: 960px) {

}

@media (min-width: 1100px) {
    .h1-product {
        color: white;
        font-size: 50px;
        padding-top: 35px;
    }
    .product-top {
        height: 350px;
        color: white;
    }
    .over-product {
        overflow: hidden;
    }
    .product-container-text {
        width: 60%;
        padding-top:30px;
    }
    .h2-product {
        font-size: 35px;
        line-height: 0px;
        margin-top: 30px;
    }
    .product-container-image {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 600px;
    }
    .pfleft {
        float: left;
    }
    .pfright {
        float: right;
    }
    .product-image {
        max-width: 400px;
        border-radius: 10px;
    }
    .product-container-text-sub {
        padding: 50px;
        padding-top: 75px;
    }

}