/*
Theme Name: Doon Packaging House
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: 
This theme, like WordPress, is licensed under the GPL.
*/


.header-meta {
	display: none;
}

.home-cat .entry-post {
    position: relative;
    overflow: hidden;
    display: block;
}

.home-cat .entry-post .entry-img {
    overflow: hidden;
}

.home-cat .entry-post .entry-img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: block;
    margin-bottom: 20px;
}

.home-cat .entry-post .entry-img:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.home-cat .entry-post .entry-txt {
    text-align: center;
}

.home-cat .section-title-04, .home-product .section-title-04 {
    padding-bottom: 30px;
}

.home-product .entry-txt {
    text-align: center;
}

.home-product .entry-txt h4 {
    margin-bottom: 10px;
}


.home-product .entry-txt p {
    margin-bottom: 15px;
}


.home-product .entry-img {
    margin-bottom: 20px;
    position: relative;
}

.home-product .entry-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.home-product .entry-img:hover:before {
    visibility: visible;
    opacity: 0.1;
}





.home-product .entry-img img {
    width: 100%;
    max-width: 100%;
    display: block;
}

 
.home-product .entry-txt .price {
    display: block;
    margin-bottom: 15px;
}

.home-product .product-item__btn {
    background: #f15a55;
    padding: 8px 25px;
    transition: all .3s ease;
    border-radius: 0;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: "Jost", serif;
    font-weight: 400;
    height: auto;
    text-transform: capitalize;
}

.home-product .product-item__btn:hover {
    background-color: #292929;
}

.home-abt .section-title-10 {
    padding-top: 0;
}

.home-abt h3 {
    font-family: "Jost", serif;
    font-size: 32px;
    margin-bottom:20px;
}


.home-abt p {
    font-family: "Jost", serif;
    font-size: 15px;
    color: #000;
}


.banner-bar .entry-post {
    display: flex;
    align-items: center;
    gap: 17px;
    height: 100%;
    border-right: 1px solid #e1e1e1;
    padding: 2rem 0;
    text-align: center;
    justify-content: center;
}

.banner-bar .col-12:last-child .entry-post {
    border-right: 0px;
}

.banner-bar {
    background: #f5f5f5;
}

.banner-bar .entry-post .fa {
    font-size: 25px;
   color: #f15a55;
}

.banner-bar .entry-post h3 {
    font-size: 20px;
    font-family: "Jost", serif;
    color: #f15a55;
    font-weight: 500;
}

.home-cat .entry-post .entry-txt h4 {
    font-family: "Jost", serif;
}

.home-cat .entry-post .entry-txt h4 a:hover {
     color: #f15a55;
}




.footer-section {
    background: #f6f6f6;
}

.footer-widget p {
    margin-bottom: 10px;
}

.footer-widget p a {
	color: #3d240d;
}