body{
    font-family: 'Rubik',sans-serif;
}

.section-main-product{
    margin-bottom: 40px;
    padding:0px 0px;
}

.main-first-title h2{
    font-size: 4rem;
    font-weight: 700;
    font-family: 'Rubik';
    color: #b28e33;
    text-decoration: underline;
}

.main-first-para p{
    font-size: 2rem;
    font-weight: 100;
    font-family: 'Rubik';
    color: #000;
    /* text-decoration: underline; */

}

.inner-product-card2 a:hover{
    text-decoration: none;
}

.product-card{
    background-color: #09b;
    clip-path: polygon(0 0, 39% 0, 48% 100%, 0% 100%);
}

.main-product-card{
    /* border: 1px solid #09b; */
    display: flex;
}

.product-card-title{
    width: 50%;
    background: #09b;
    /* border-radius: 20px; */
    /* text-align: center; */
    /* font-size: 40px; */
    font-family: 'Rubik';
    border-radius: 5px 0px 0px 5px;
}
.product-card-title h2{
    font-size: 40px;
    color: #000;
    padding-left: 16px;
}

.product-card-image{
    width: 50%;
    background: #000;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
}

/* New Design */

.inner-product-card2{
    width: 100%;
    /* height: 80vh; */
    /* text-align: center; */
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s; 
    
}
.inner-product-card2-title{
    background:#b28e33;   
    border-top: 3px solid #fff;
    padding: 5px 0px;
    font-family: 'Rubik',serif;
    color: #fff;
    border-radius: 10px;
}

.inner-product-card2-image{
    border: 1px solid #b28e33;
    /* border: none; */
    border-radius: 10px;
    padding: 40px 0px;
    /* width: 100%; */
    border-bottom: 1px solid #fff;
    /* margin: auto; */
}
.inner-product-card2:hover{
    /* border:1px solid #b28e33; */
    border-radius: 10px ;
    transition: all 0.8s ease-in-out; 
    /* transform: rotateY(180deg); */
}