/* HIDING FOOTER FEATURE */
.home-v1-da-block{
    display: none;
}



/* Start : Services*/
.flex-container {
    display: flex;
    justify-content:center;
    align-items: center;
    flex-wrap: wrap;
}

.flex-container>card-items {
    background-color: #f1f1f1;
    color: white;
    width: 30px;
    height: 100px;
}

.card-items {
    border:0px solid #e2dcdc;
    /* border: 1px solid rgba(0,0,0,.125); */
    width: 300px;
    margin: 10px;   
    border-radius:20px;
    transition: transform .5s;
    /* For desciption, title, price */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services{
    width: 100%;
}

.card-items:hover {
    box-shadow: 2px -3px 13px #dbdada;
    /* transform: scale(1.02);
    border: none; */
}

.card-item-description {
    padding:10px;
    font-weight: 600;   
}

/* .card-item-description:hover{
    transform: scale(4.02);
    border: none;
} */

.card-item-title {
    /* font-size: 20px; */
    font-size: 18px;
    font-weight : 600;
}

.card-item-order-now-button {
    border: 1px solid grey;
    border-radius : 10px;
    background-color: #362d86;
    padding: 14px;
    font-size: large;
    color: white;
    text-align: center;
    font-weight: 900;
    cursor: pointer;
    width : 100%;
}

/* .card-item-order-now-button:hover { */
    /* text-decoration : none; */
    /* color: white; */
/* } */

.text-data {
    color: grey;
}

.card-item-image {
    width: 100%;
    margin-bottom: 10px;
    background-size: cover;
}

.card-item-image>img {
    border-radius : 20px;
    width: 100%;
}

.service-image {
    border-radius:20px;
    width:100%
   }

.center-text{
    text-align: center;
}

.image-padding{
    padding : 10px;
}
.card-margin{
    margin : 5px 10px;
}


/* End : Services */

/* Start: Youtube */
.product-card-flex {
    display: flex;
    flex-wrap: wrap;   
    justify-content: space-between;
    align-items: center;

}


    /* Watch Now */
.card-item-watch-now-button {
    border: 1px solid grey;
    background-color: red;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: 600;
}

.card-item-watch-now-button:hover {
    color: white;
}


.view-count {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.robu-fa-icons {
    margin: 0px 10px;
}

.play-icon{
    background-color: blue;
}
/* End : Youtube */



.myflex{
display: flex;
flex-wrap: wrap;
}



/* Media Query for Home Categories */
@media only screen and (max-width: 768px) and (min-width: 400px)  {
    .card-items{
        width: 95%;
    }
    .flex-container{
        display: grid;
        grid-template-columns: auto auto ;
    }
    .card-img-top{
        align-self: center;
    }
    .service-image{
        width: 60%;
    }

    /* Category */
       
    /* Services */
    
    
}
