﻿@import url('https://fonts.googleapis.com/css2?family=Genos:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@600&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.g-3, .gx-3 {
    --bs-gutter-x: -44rem;
}

.py-5 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 1% !important;
    padding-right: 1% !important;
}


body {
    font-family: "Genos", sans-serif;
    /*font-family: 'Inter', sans-serif;*/
    font-optical-sizing: auto;
    font-style: normal;
}


.product-card {
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
}

    .product-card:hover {
        transform: translateY(-5px);
    }

.imge {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

    .imge:hover {
        transform: scale(1.05);
    }

.text-center {
    text-align: center !important;
    font-size: 50px;
}

.bg {
    background-image: url('../assets/images/banner/14073.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_Img {
    background-image: url('../assets/images/banner/Product_Banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.headname {
    float: inline-end;
    font-size: 32px;
    margin-left: -19%;
}

.imge {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 576px) {
    .imge {
        max-height: 325px;
    }
}