*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.product-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
}
.inside-product-banner img{
    width: 100%;
}
.inside-product-banner img{
    width: 100%;
    height: 100%;
}
.about-product-section{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.inside-about-product{
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: row-reverse; */
    width: 100%;
}

.about-lef {
    width: 30%;
    height: 30%;
}

.about-lef img{
    width: 90%;
    object-fit: cover;
    margin-top: 10rem;
}

.about-right{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 4rem;
    width: 50%;
}
.about-left img {
    width: 80%;
    height: 80%;
}
.points{
    list-style-type:none;
    /* display: flex; */
    font-size: 0.9rem;
    line-height: 1.5rem;
    /* color: #535759;
    font-weight: 500; */

}
.points li::before{
    content: '\2714';
    color: #fbca0e;
    margin-right: 10px;
}
.about-right p{
    font-size: 1.1rem;
    line-height: 25px;
}
.about-right ul li{
    font-size: 1.1rem;
    line-height: 25px;
}
/* .about-right p:nth-child(1){
    font-size: 1.4rem;
    font-weight: bold;
    color: #fbca0e;
    line-height: 25px;
} */
/* .about-right p:nth-child(1){
    font-size: 1.5rem;
    font-weight: bold;
    color: #535759;
}
.about-right p:nth-child(3){
    font-size: 1rem;
    line-height: 1.4rem;
} */


/* Category */
.product-categories-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin-top: 6rem;
}
.product-categories-container .heading{
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem;
    text-align: center;
    border-bottom: 3px solid #fbca0e
}
.product-categories-container .para{
    color: #fbca0e;
    font-size: 0.8rem;
}
.product-categories{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    row-gap:50px;
    column-gap: 20px;
    /* flex-direction: column; */
    /* margin-bottom: 6rem; */
    perspective: 1000px;
    padding: 1rem;
}
.product-category-card{
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    align-items: center;
    width: 18%;
    /* flex: 1 1 calc(15% -20px); */
    /* row-gap: 20px; */
    background-color: #fff;
    /* padding: 0.5rem; */
    position: relative;
    padding: 1rem;
    cursor: pointer;
    /* box-shadow: 0 4px 10px rgba(0, 0,0,0.2); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 310px;
    color: rgb(49, 49, 49);
}
.product-category-card img{
    width: 200px;
    /* padding: 2rem 0; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-name{
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    padding: 0.8rem 0;
    border-top: 1px solid #fbca0e;
    width: 100%;
    font-size: 1.2rem;
}
.product-name .category{
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    row-gap: 4px;
    font-size: 0.6rem;
}
.product-name .category p{
    font-size: 0.8rem;
}

.product-name p{
    font-size: 1rem;
    font-weight: bold;
}


.product-detail{
    border: none;
    padding: 0.8rem;
    /* padding-top: 0; */
    font-size: 0.8rem;
    position: absolute;
    z-index: -1;
    top: 90%;
    left: 0;
    right: 0;
    background-color: #fff;
    /* display: none; */
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    background-color: #eef0f1;    
}
.product-detail .para{
    font-size: 0.9rem;
    color: #535759;
    font-weight: normal;
}
.product-category-card:hover .product-detail{
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); */
    display: block;
    z-index: 10;
    opacity: 1;
    pointer-events: auto;
    /* margin-bottom: 2rem; */
}
.product-category-card:hover{
    transform: translateY(-20px) rotateY(3deg);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4);
    z-index: 1;
    background-color: #eef0f1;
    display: block;
    margin: 40px 0;
}
.product-detail button{
    padding: 5px 20px;
    margin: 15px 0px;
    cursor: pointer;
    background:none;
    border: 1px solid #fbca0e;
    transition: background-color 0.3s ease;
    border-radius: 4px;
}
.product-detail button:hover{
    background-color: #fbca0e;
}

/* category table css */

.category-info-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6rem 0;
    flex-direction: column;
}
.category-info-container .heading{
    font-size: 2rem;
    padding: 2rem;
    background-color: white;
    width: 100%;
    text-align: center;
}
.category-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2rem;
    background-color: #fff;
    /* flex-direction: row-reverse; */
}
.category-info .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.category-info .left img{
    width: 60%;
    /* height: 100px; */
}
.category-info .right{
    width: 50%;
}
.category-info .left p{
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    TEXT-TRANSFORM: UPPERCASE;
}
.category-info-container div:nth-child(even){
    flex-direction: row-reverse;
    background-color: #e6e6e6;
}
table{
    background-color: white;
}
/* .category-info table:nth-child(even){
    background-color: #fff;
} */
table{
    width: 100%;
    border-collapse: collapse;
}
table, th, td{
    border: 2px solid #535759;
}
th, td{
    text-align: center;
}
td{
    font-size: 0.9rem;
    padding: 4px;
}
th{
    background-color: #fbca0e;
    padding: 8px 15px;
    font-size: 1rem;
}


@media screen and (max-width:1024px) {
    .about-right {
        row-gap: 15px;
        padding: 2rem;
    }
    .product-category-card {
        width: 25%;
    }
    
}

@media screen and (max-width:900px) {
    .about-right {
        padding: 1rem;
    }
    .category-info .left p {
        font-size: 1rem;
    }
    .inside-about-product {
        flex-direction: column;
    }
    .about-right {
        width: 90%;
    }
    
}
@media screen and (max-width:765px) {
    .about-right {
        padding: 2rem;
        width: 100%;
    }
    .about-left img {
        width: 18rem;
        height: 8rem;
    }
    .inside-about-product {
        flex-direction: column;
    }
    .product-category-card {
        width: 40%;
    }
    .category-info .right {
        width: 100%;
    }
    .category-info .left img {
        width: 100%;
        /* height: 100px; */
    }.category-info {
        flex-direction: column!important;
    }
    /* .category-info .left {
        width: 40%;
    } */
    .inside-fourth-section-product {
        width: 95% !important;
    }
}
@media (max-width:465px){
    .product-category-card {
        width: 80%;
    }
    th {
        font-size: 0.9rem;
    }
    td{
        font-size: 0.8rem;
    }
    .category-info .left p {
        font-size: 0.8rem;
    }
    .about-right {
        padding: 1rem;
    }
    .about-right p {
        font-size: 1rem;
        line-height: 25px;
        text-align: justify;
    }
    th {
        padding: 1px 1px;
    }
    td {
        font-size: 0.9rem;
        padding: 2px;
    }
    .about-left img {
        width: 12rem;
        height: 8rem;
    }
}

@media (max-width : 320px) {
    .category-info {
        padding: 1rem 0;
    }
}