body{
font-family:Arial,sans-serif;
overflow-x:hidden;
}

.topbar{
/* background:#0aa4d9; */
background:#003811;
color:#fff;
padding:8px;
font-size:14px;
}
.menu_main{
	padding-top:25px;
	text-align:right;
}

.navbar-nav .nav-link{
font-weight:600;
text-transform:uppercase;
color:#282828;
}
.navbar-nav li{
	padding:0 10px;
}

.logo img{
	width:100%;
}
.hero-img{
/* height:600px; */
object-fit:cover;
}

.section-title{
text-align:center;
margin-bottom:40px;
font-size:40px;
color:#0aa4d9;
font-weight:700;
}

.category-box{
text-align:center;
padding:0px;
border:1px solid #eee;
transition:.3s;
background:#fff;
}

.category-box:hover{
transform:translateY(-5px);
}

.category-box img{
width:100%;
}
.category-box h6{
	padding:20px 0 10px;
	text-transform:uppercase;
	font-weight:600;
	color:#282828;
}

.products-section{
	background:#fffceb;
	padding:50px 0;
}
.product-card{
border:1px solid #ddd;
background:#fffceb;
transition:.3s;
}

.product-card:hover{
box-shadow:0 10px 25px rgba(0,0,0,.1);
}

.product-card img{
width:100%;
/* height:300px; */
object-fit:cover;
}

.product-content{
padding:15px;
}

.price span{
font-size:25px;
font-weight:700;
color:#04607a;
}

.promise{
background:#d7f3ff;
padding:80px 0;
}

footer{
background:#f6f6f6;
padding:60px 0;
}

@media(max-width:768px){

.hero-img{
height:250px;
}

.section-title{
font-size:28px;
}

}

.price{
	font-family:var(--font-alt-heading-family)!important;
	font-weight:500!important;
	font-style:normal!important;
}

.product-card .product-featured-image {
    margin-bottom: 0px;
    border: 1px solid #019FCC;
    padding: 15px;
	position: relative;
    overflow: hidden;
    z-index: 0;
}
.product-card .badge {
    position: absolute;
    z-index: 30;
}
@media only screen and (min-width: 768px) {
    .product-card .badge.top {
        top: 16px;
    }
}
.product-card .product-featured-image-link {
    display: block;
    position: relative;
    /* height: 0; */
    overflow: hidden;
    /* padding-bottom: 100.0%; */
}
.product-card .product-card-info {
    padding: 0px 15px;
    border: 1px solid #019FCC;
    border-top-width: 1px;
    border-top-width: 0px;
	width: 100%;
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 2fr 1fr;
	line-height: 1;
}
.product-card .product-card-title {
    text-transform: uppercase;
	    font-size: 22px !important;
    margin-bottom: 0 !important;
    line-height: normal !important;
	font-weight: 500;
    display: block;
	color:#04607a;
	text-decoration:none;
}
.product-card .product-card-title .product-card-subtitle {
    display: block;
    font-family: Cormorant, serif;
    font-style: italic;
    font-size: 18px;
	color:#04607a;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 5px;
}
.product-card .price {
    font-size: 28px !important;
    font-weight: 700;
    font-style: italic;
    border-left: 1px solid #019FCC;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: normal !important;
    color: var(--color-accent);
}
.product-card .price del .amount {
    font-size: 24px;
    display: block;
}
.price del .amount {
    opacity: .4;
}
.price del+ins {
    margin-left: 0;
}
.badge {
    display: inline-flex;
    align-items: center;
    background: #ee3a45;
    color: #ffffff;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .05em;
    font-weight: 600;
    height: 23px;
    padding: 0 10px;
    line-height: 0;
}
.btn-group {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.btn-group .product-card--add-to-cart-button, .btn-group a.button.outline {
    margin-top: 0 !important;
    padding: 7px 5px;
    font-size: 20px !important;
	    border: 1px solid #019fcc;
    color: #019fcc;
    background: transparent;
	    text-transform: uppercase;
		font-weight: 400;
        border-radius: 0px;
        box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.10);
        /* height: 45px; */
		width:100%;
}


/***************************************************
About Us
***************************************************/

.about-dairy-section{
    background:
    linear-gradient(rgba(248,252,245,.95),
    rgba(248,252,245,.95)),
    url('../images/farm-bg.jpg');
    background-size:cover;
    position:relative;
}

.section-heading .sub-title{
    color:#5aa117;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.section-heading h2{
    font-size:48px;
    font-weight:800;
    color:#205d15;
}

.section-heading p{
    color:#777;
    font-size:18px;
}

.about-img{
    overflow:hidden;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.about-img img{
    width:100%;
    border-radius:25px;
    transition:.5s;
}

.about-img:hover img{
    transform:scale(1.05);
}

.about-content h3{
    color:#205d15;
    font-size:36px;
    margin-bottom:20px;
    font-weight:700;
}

.about-content p{
    color:#555;
    line-height:1.9;
    font-size:17px;
}

.feature-box{
    background:#fff;
    padding:15px;
    border-radius:12px;
    font-weight:600;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.mission-card{
    background:
    linear-gradient(135deg,
    #3f8b1d,
    #2b6b11);
    color:#fff;
    padding:45px;
    border-radius:25px;
    height:100%;
    text-align:center;
    position:relative;
    overflow:hidden;
}

.mission-card::before{
    content:"🥛";
    position:absolute;
    font-size:120px;
    opacity:.08;
    right:15px;
    bottom:0;
}

.icon-box{
    width:90px;
    height:90px;
    background:#fff;
    color:#3f8b1d;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    margin-bottom:20px;
}

.mission-card h3{
    font-size:34px;
    margin-bottom:20px;
    font-weight:700;
}

.mission-card p{
    font-size:18px;
    line-height:1.9;
}

.counter-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    margin-top:20px;
}

.counter-box h3{
    color:#3f8b1d;
    font-size:42px;
    font-weight:800;
}

.counter-box p{
    margin:0;
    color:#666;
}

@media(max-width:991px){

.section-heading h2{
    font-size:36px;
}

.about-content h3{
    font-size:30px;
}

.mission-card{
    padding:30px;
}

.mission-card h3{
    font-size:28px;
}

}

@media(max-width:576px){

.section-heading h2{
    font-size:28px;
}

.about-content h3{
    font-size:24px;
}

.about-content p{
    font-size:15px;
}

.mission-card p{
    font-size:16px;
}

.counter-box h3{
    font-size:30px;
}

}








.footer {
    /* background: #0b0b0b; */
    background: #0b2854;
    color: #ccc;
    padding: 80px 0 30px;
}

.footer-title {
    color: #d4af37;
    font-family: 'Cinzel', serif;
}
.footer-title {
    color: #d4af37;
    font-family: 'Cinzel', serif;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    text-decoration: none;
    color: #ccc;
    transition: 0.3s;
}
.footer-title {
    color: #d4af37;
    font-family: 'Cinzel', serif;
}
