@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

.card{
    border: none !important;
}

.card-body{
    background-color: white;
    border: 0.7px solid #726b6b !important;
    border: none;
}
.card-body p{
    font-size: 1rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    margin: 0;
    text-transform: lowercase;
    font-family: 'Roboto';
}
/* header section start  */

.contact-nav {
    background-color: #C70081;
    color: white;
    padding: 3px;
}

.contact a {
    font-size: 14px;
    text-decoration: none;
    color: white;
}

.contact a:hover, .social-media-contact .fa-brands:hover  {
    color: white;
    font-weight: bold;
}

.social-media-contact .fa-brands {
    text-decoration: none;
    color: white;
    margin-left: 10px;
}

/* navbar  */

.navbar {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.navbar .nav-link {
    color: #0A1912 !important;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.5s;
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 0.2px;
    font-family: 'Roboto' !important;
}

nav .nav-item a:hover {
    color: #C70081 !important;
}


nav .dropdown-menu  a {
    padding: 10px 5px;
}
nav .dropdown-menu a:hover {
    color: #C70081;
}

.search-btn .fa-solid:hover {
    color: #C70081;
    font-weight: bold;
}

.form-control:focus {
    box-shadow: none;
}



/* owl carousel  popular products section*/

.owl-carousel .item {
    transition: 0.5s;
    margin: 0 5px;
    /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
}

.owl-carousel .item:hover{
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.owl-carousel .item a {
    text-decoration: none;
}

.heading h2 {
    color: #181618 !important;
    font-size: 1.3rem;
    font-weight: 700;
}
.owl-carousel img {
    height: 250px;
    object-fit: cover;

}

.owl-carousel h6 {
    padding: 10px;
    text-align: center;
}

.owl-carousel .prod-name h6 {
    border-top: 1px dotted #C70081;
    padding: 15px;
    color: #444;
    text-transform: capitalize;
}


/* all product section  */

.product .card {
    position: relative;
    border: none;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    cursor: pointer;
    transition: 0.5s;
}

.card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.product .card:hover .card-overlay {
    display: block;
}

.card .inner {
    display: flex;
    justify-content: space-between;
    margin: 10px;
    margin-top: 90%;
    height: 100px;

}

.card .inner a {
    text-decoration: none;
    background-color: #C70081;
    padding: 8px 10px;
    color: #ddd;
    border-radius: 5px;
}

.product .all-product a {
    text-decoration: none;
    border: none;
    outline: none;
    padding: 8px 10px;
    color: #C70081;
    border-radius: 5px;
    transition: 0.5s;
}

.product .all-product a:hover {
    background-color:#C70081;
    color: white;
}



/* Footer section start  */

.address span, .email span, .contact span, .social-media-links span a {
    color: #000;
}

.social-media-links span a{
    margin-right: 10px;
    font-size: 1.2rem;
    text-decoration: none;
}

.social-media-links span a:hover {
    color: #C70081;
}


footer .footer-head h3{
    color: #000;
    font-size: 1.3rem;
}
footer  ul li{
    list-style-type: none;
    padding: 5px;
}

footer  ul li a {
    text-decoration: none;
    color: #000;
}

footer  ul li a:hover {
    font-weight: bold;
    color: #C70081;
}

.footer-note span {
    font-size: 12px;
    color: #fff;
}

.footer-note span a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

/* =================================== */

/* product page section start  */

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "" !important;
}

.breadcrumb-item a{
    text-decoration: none;
    color: #C70081;
}

.breadcrumb-item a:hover {
    color: #C70081;
    font-weight: bold;
}


/* ====================================== */

/* certificate page  */

.certificate .img-wrapper {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;

    overflow: hidden;
    border-bottom: 15px;
}

.certificate .title h6 {
    text-decoration: none;
    text-align: center;
    margin-top: 5px;
    color: #444;
    padding: 5px 0 10px 0;

    
}



/* ============================ */

/* contact page  */

.contact-box {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);            
    height: 120px;
    /* width: 100%; */
    overflow: hidden;
    padding: 0;
    border-radius: 5px;
    margin: 15px 0px;
    line-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.contact-box:hover {
    background-color: #C70081;
}

.contact-box h2 {
    text-align: center;
    /* padding: 0.4rem 0; */
    margin: 0;
    font-size: 1.4rem;
    color: #163e61;
    margin-top: 0.5rem;

}

.contact-box:hover h2, .contact-box:hover .contact-details {
    color: #ddd;
}

.contact-details {
    text-align: center;
    font-size: 0.8rem;
    padding: 0 auto 0.5rem;
    color: #163e61;     
}

.contact-details span {
    padding: 0px 5px;
}
.contact-details span  i {
    padding: 0.2rem;
    
}

.contact-section button, .product-details button {
    padding: 5px 8px;
    border: none;
    outline: none;
    background-color: #c70081;
    color: white;
    border-radius: 5px;
    transition: 0.5s;
}

.contact-section button:hover, 
.product-details button:hover {
    background-color: #C70081;
}


/* ============================================ */
/* product details page start  */

.product-details .img-wrapper {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
}
.product-details .img-grid img {
    padding: 5px;
    margin: 0 4px;
} 

.product-details table,.product-details tr,
.product-details td {
    border: 1px solid #ddd;
    padding: 8px;
} 

.product-details table {
    width: 100%;
}
.product-details th {
    width: 50%;
    padding: 8px;
}
.product-details td {
    width: 50%;
}


/* table specification  */

.product-details .prod-specification th, 
.product-details .prod-specification td {
    width: 25%;
} 
