


/* productpage1 */

.productmiketelpage{
    margin-top: 150px;


}

.productpageinfo{
    text-align: justify;
}
.productheropage{
    display: flex;
    width: 100%;
    gap: 30px;
}

.productpageimg{
    width: 50%;
}
.productpageimg img{
    width: 100%;
    height: 400px; 
}
.productpageinfo{
    width: 50%;
    margin-top: 50px;
}
.productdetailpoint{
    display: flex;
    gap: 10px;
    /* justify-content: space-evenly; */
}
.productdetailmiketelinfo{
    width: 50%;
}

.galleryinfo h3{
    font-family: "Varela Round", sans-serif;
}




@media(max-width:800px){
    .productheropage{
        display: inline;
        width: 100%;
    }
    
    .productpageimg{
        width: 100%;
    }
    .productpageimg img{
        width: 100%;
        height: 400px;
    }
    .productpageinfo{
        width: 100%;
        margin-top: 50px;
    }
    .productdetailpoint{
        display: inline;
        gap: 10px;
        /* justify-content: space-evenly; */
    }
    .productdetailmiketelinfo{
        width: 100%;
    }

}





















/* productpage 3 */

