/*
Theme Name: FoodMart
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: FoodMart is specially designed product packaged for eCommerce store websites.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------

CSS STRUCTURE:

1. VARIABLES

2. GENERAL TYPOGRAPHY
  2.1 General Styles
  2.2 Floating & Alignment
  2.3 Forms
  2.4 Lists
  2.5 Code
  2.6 Tables
  2.7 Spacing
  2.8 Utilities
  2.9 Misc
    - Row Border
    - Zoom Effect
  2.10 Buttons
    - Button Sizes
    - Button Shapes
    - Button Color Scheme
    - Button Aligns
  2.11 Section
    - Hero Section
    - Section Title
    - Section Paddings
    - Section Margins
    - Section Bg Colors
    - Content Colors
    - Content Borders

3. EXTENDED TYPOGRAPHY
  3.1 Blockquote / Pullquote
  3.2 Text Highlights

4. CONTENT ELEMENTS
  4.1 Tabs
  4.2 Accordions
  4.3 Brand Carousel
  4.4 Category Carousel

5. BLOG STYLES
  5.1 Blog Single Post
  5.2 About Author
  5.3 Comments List
  5.4 Comments Form3

6. SITE STRUCTURE
  6.1 Header
    - Header Menu
    - Nav Sidebar
  6.2 Billboard
  6.3 About Us Section
  6.4 Video Section
  6.5 Selling Products Section
  6.6 Quotation Section
  6.7 Latest Blogs Section
  6.8 Newsletter Section
  6.9 Instagram Section
  6.10 Footer
    - Footer Top
    - Footer Bottom

7. OTHER PAGES
  7.1 Product detail
  7.2 Shop page

    
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?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');





/* Theme Colors */
:root {
    --accent-color       : #FFC43F;
    --dark-color         : #222222;
    --light-dark-color   : #727272;
    --light-color        : #fff;
    --grey-color         : #dbdbdb;
    --light-grey-color   : #fafafa;
    --primary-color      : #6995B1;
    --light-primary-color   : #eef1f3;
}

/* Fonts */
:root {
    /*--body-font           : "Open Sans", sans-serif;*/
    /*--heading-font        : "Nunito", sans-serif;*/
    --heading-font        : "Playfair Display", sans-serif;
    --body-font           : "Poppins", sans-serif;
    
}

body {
  --bs-link-color: #333;
  --bs-link-hover-color:#333;

  --bs-link-color-rgb: 40,40,40;
  --bs-link-hover-color-rgb: 0,0,0;

  /* --bs-link-color: #FFC43F;
  --bs-link-hover-color: #FFC43F; */

  --bs-light-rgb: 248, 248, 248;

  --bs-font-sans-serif: "Open Sans", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 2;
  --bs-body-color: #747474;

  --bs-primary: #FFC43F;
  --bs-primary-rgb: 255, 196, 63;

  --bs-success: #a3be4c;
  --bs-success-rgb: 163, 190, 76;
  
  --bs-primary-bg-subtle: #FFF9EB;
  --bs-success-bg-subtle: #eef5e5;
  
  --bs-border-color: #F7F7F7;

  --bs-secondary-rgb: 230, 243, 251;
  /* --bs-success-rgb: 238, 245, 228; */
  --bs-danger-rgb: 249, 235, 231;
  --bs-warning-rgb: 255, 249, 235;
  --bs-info-rgb: 230, 243, 250;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ffc43f;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f7a422;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffc43f;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d3d7dd;
  --bs-btn-disabled-border-color: transparent;
}
.btn-outline-primary {
  --bs-btn-color: #ffc43f;
  --bs-btn-border-color: #ffc43f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff3cd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff3cd;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #747474;
  --bs-btn-border-color: #EFEFEF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EFEFEF;
  --bs-btn-hover-border-color: #EFEFEF;
  --bs-btn-focus-shadow-rgb: 248,249,250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EFEFEF;
  --bs-btn-active-border-color: #EFEFEF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EFEFEF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EFEFEF;
  --bs-gradient: none;
}
.btn-warning {
  --bs-btn-color: #747474;
  --bs-btn-bg: #FCF7EB;
  --bs-btn-border-color: #FCF7EB;
  --bs-btn-hover-color: #747474;
  --bs-btn-hover-bg: #FFECBE;
  --bs-btn-hover-border-color: #FFECBE;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFECBE;
  --bs-btn-active-border-color: #FFECBE;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FCF7EB;
  --bs-btn-disabled-border-color: #FCF7EB;
}
.btn-success {
  --bs-btn-color: #222;
  --bs-btn-bg: #EEF5E4;
  --bs-btn-border-color: #EEF5E4;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #9de3c2;
  --bs-btn-hover-border-color: #9de3c2;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #9de3c2;
  --bs-btn-active-border-color: #9de3c2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #EEF5E4;
  --bs-btn-disabled-border-color: #EEF5E4;
}
.btn-danger {
  --bs-btn-color: #222;
  --bs-btn-bg: #FFEADA;
  --bs-btn-border-color: #FFEADA;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #ecc9af;
  --bs-btn-hover-border-color: #ecc9af;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #ecc9af;
  --bs-btn-active-border-color: #ecc9af;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #FFEADA;
  --bs-btn-disabled-border-color: #FFEADA;
}
body {
  letter-spacing: 0.03em;
}
h1,h2,h3,h4,h5,h6 {
  font-family: var(--heading-font);
  color: var(--dark-color);
  font-weight: 700;
}
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-weight: 700;
}
.breadcrumb.text-white {
  --bs-breadcrumb-divider-color: #fff;
  --bs-breadcrumb-item-active-color: var(--bs-primary);
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-primary);
}
.nav-pills .nav-link {
  --bs-nav-pills-link-active-color: #111;
  --bs-nav-pills-link-active-bg: #f1f1f1;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 3rem;
}

.top-nav-category a h6{
    font-family: var(--body-font);
}
/*----------------------------------------------*/
/* 6. SITE STRUCTURE */
/*----------------------------------------------*/
/* 6.1 Header
--------------------------------------------------------------*/
/* Preloader */
/*.preloader-wrapper {*/
/*  width: 100%;*/
/*  height: 100vh;*/
/*  margin: 0 auto;*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  z-index: 111;*/
/*  background: #fff;*/
/*}*/

/*.preloader-wrapper .preloader {*/
/*  margin: 20% auto 0;*/
/*  transform: translateZ(0);*/
/*}*/

/*.preloader:before,*/
/*.preloader:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*}*/

/*.preloader:before,*/
/*.preloader:after,*/
/*.preloader {*/
/*  border-radius: 50%;*/
/*  width: 2em;*/
/*  height: 2em;*/
/*  animation: animation 1.2s infinite ease-in-out;*/
/*}*/

/*.preloader {*/
/*  animation-delay: -0.16s;*/
/*}*/

/*.preloader:before {*/
/*  left: -3.5em;*/
/*  animation-delay: -0.32s;*/
/*}*/

/*.preloader:after {*/
/*  left: 3.5em;*/
/*}*/

/*@keyframes animation {*/
/*  0%,*/
/*  80%,*/
/*  100% {*/
/*    box-shadow: 0 2em 0 -1em var(--accent-color);*/
/*  }*/
/*  40% {*/
/*    box-shadow: 0 2em 0 0 var(--accent-color);*/
/*  }*/
/*}*/


/* *** Start editing below this line *** */
p{
    line-height: 1.6 ;
    font-family: var(--body-font);
}
a {
    text-decoration: none;
    font-family: var(--body-font);
}

ol, ul, li{
    
    font-family: var(--body-font);  
}

/* From Uiverse.io by Creatlydev */ 
.button {
    
    --clr: #8a6440;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: var(--clr);
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.button__icon-wrapper {
    
    
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover {
  background-color: #4a6741;
}

.button:hover .button__icon-wrapper {
  color: #4a6741;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

button{
    
    font-family: var(--body-font);
}

.box-shadow-box{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
}

.container-fluid {
  max-width: 1600px;
}

@media(max-width: 769){
    
    .container-fluid {
  padding: 0 10px;
}
}

@media (min-width: 576px) {
header .main-logo img{
    
    margin: 0 40px;
}

}
/*navigation menu bar*/
/* =========================
   TOPBAR STYLES
========================= */


.topbar {
  width: 100%;
  background: #4a6741;
  overflow: hidden;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.topbar__slider {
  width: 100%;
  overflow: hidden;
}

.topbar__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: topbar-scroll 22s linear infinite;
}


/* STOP ANIMATION ON HOVER */
.topbar:hover .topbar__track {
  animation-play-state: paused;
}
 

.topbar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 420px;
  padding: 10px 40px;
  white-space: nowrap;
  font-family: var(--body-font);
}

.topbar__icon {
  color: #ffffff;
  font-size: 14px;
  opacity: 0.9;
  flex-shrink: 0;
}

.topbar__text {
  color: #ffc43f;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: opacity 0.3s ease;
  font-family: Arial, sans-serif;
}

.topbar__text:hover {
  opacity: 0.8;
}

/* =========================
   ANIMATION
========================= */

@keyframes topbar-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* =========================
   TABLET RESPONSIVE
========================= */

@media (max-width: 991px) {

  .topbar__item {
    min-width: 340px;
    padding: 11px 24px;
    gap: 10px;
  }

  .topbar__text {
    font-size: 14px;
  }
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width: 767px) {

  .topbar {
    height: 42px;
    display: flex;
    align-items: center;
  }

  .topbar__item {
    min-width: 290px;
    padding: 8px 18px;
    gap: 8px;
  }

  .topbar__icon {
    font-size: 11px;
  }

  .topbar__text {
    font-size: 12px;
    font-weight: 500;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

  .topbar__item {
    min-width: 250px;
    padding: 8px 14px;
  }

  .topbar__text {
    font-size: 11px;
  }
}
/*navigation menu bar*/
    .main-nav{
        
        background: #dde5be; max-width: 100%;
        padding-block: 14px;
    }
    /* Fixed navbar style */
.main-nav--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
padding-block: 10px !important;
  animation: navbarSlideDown 0.35s ease;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

/* Smooth top animation */
@keyframes navbarSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


.category-img-wrapper{
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 8px;
}

.banner-blocks {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 2rem;
}
.block-1 { grid-area: 1 / 1 / 3 / 8; }
.block-2 { grid-area: 1 / 8 / 2 / 13; }
.block-3 { grid-area: 2 / 8 / 3 / 13; }

@media screen and (max-width:1140px) {
  .banner-blocks {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .block-1 { grid-area: 1 / 1 / 3 / 2; }
  .block-2 { grid-area: 3 / 1 / 4 / 2; }
  .block-3 { grid-area: 4 / 1 / 5 / 2; }
  
}




/* banner ad */
.banner-ad {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.banner-ad.blue {
  background: #e6f3fb;
}

.banner-ad .banner-content {
  padding: 30px 40px;
}

.banner-ad .top-banner-float-img{
    position: absolute;
}
.banner-ad .top-banner-float-img img{
   filter:    blur(1.8px) 
   drop-shadow(4px 6px 8px rgba(0, 0, 0, 0.35));
}
.banner-ad .top-banner-float-img.top{
    top: -35px;
    left: -10%;
    width: 300px;
}



.banner-ad .top-banner-float-img.bottom{
    bottom: -15%;
    right: -9%;
width: 300px;
}

.banner-ad .content-wrapper{
    padding-top: 20px;
}

.banner-ad .content-wrapper .eyebrow-text{
    background: var(--accent-color);
        color: #fff;
    border-radius: 42px;
    text-align: center;
    width: max-content;
    padding: 5px 18px;
    font-size: 19px;
    font-weight: 600;
     margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-family: var(--body-font);
}

@media (max-width: 768px) {
    .hero-banners-section .container-fluid {
  padding: 0;
}
.hero-banners-section .block-1 .banner-content {
  padding: 15px 20px;
}

  .banner-ad .content-wrapper .eyebrow-text{
      font-size: 16px;
  }
}



.banner-ad .content-wrapper .banner-ad1-heading{
    /*font-size: 3rem;*/
     font-size: clamp(2.1rem, 5vw, 3rem);
    margin-bottom: 20px;
}
.banner-ad .content-wrapper p{
    font-size: 16px;
    margin-bottom: 8px;
    font-family: var(--body-font);
}


.banner-ad .banner-ad1-img-wrapper{
    display: flex;
    align-items: center;
}

.banner-ad .swiper-pagination {
  bottom: 40px;
  left: 0;
  right: 0;
}
.banner-ad .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 4px;
  background: #FFF;
  opacity: 1;
  transition: background 0.3s ease-out;
}
.banner-ad .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #FFC43F;
}
.banner-ad .swiper-slide {
  min-height: 630px;
  display: flex;
}
/* .banner-ad .banner-content {
  padding: 52px;
}
.banner-ad.large .banner-content {
  padding: 90px;
} */
.banner-ad .banner-content .categories {
  /*font-family: 'Garamond';*/
  /*font-size: 37px;*/
  /*text-transform: capitalize;*/
  /*color: var(--dark-color);*/
}
.banner-ad .banner-content .sale {
  position: relative;
  display: inline-block;
}
.banner-ad .banner-content .sale:before {
  content: '';
  width: 80px;
  border-bottom: 1px solid #111;
  position: absolute;
  bottom: 6px;
}
.banner-ad .banner-content .sale:after {
  content: 'SALE';
  font-family: var(--body-font);
  position: absolute;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #252525;
  bottom: 0;
  right: 0;
}
.banner-ad .banner-content .banner-title {
  letter-spacing: 0.02em;
  font-size: 33px;
}
.banner-ad.large .banner-content .categories {
  /*color: var(--accent-color);*/
}
.banner-ad.large .banner-content .banner-title {
  font-size: 54px;
}

.banner-blocks .hero-right-banner .banner-content{
   padding: 20px 40px;
    
}

.banner-blocks .hero-right-banner .banner-content .banner-title{
  margin-bottom: 20px;
    font-size: 27px;
}


.banner-blocks .hero-right-banner .banner-content a{
     border: 1px solid #000;
    padding: 5px 15px;
    border-radius: 24px;
    width: max-content;
}





/* Swiper carousel */
.swiper-prev,
.swiper-next {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #F1F1F1;
  color: #222222;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  --bs-btn-border-color: transparent;
  --bs-btn-active-bg: #ec9b22;
  --bs-btn-active-border-color: transparent;
  --bs-btn-hover-bg: #FFC43F;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-disabled-color: #ccc;
  --bs-btn-disabled-bg: #eaeaea;
  --bs-btn-disabled-border-color: #eaeaea
}
.swiper-prev:hover,
.swiper-next:hover {
  background: #FFC43F;
}
.btn-link {
  margin-right: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  text-transform: capitalize;
  color: #787878;
}
/* category carousel */
.category-carousel .category-item {
  /*background: #e6f3fa;*/
  /*border: 1px solid #FBFBFB;*/
  /*box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);*/
  /*border-radius: 16px;*/
  text-align: center;
  /*padding: 60px 20px;*/
  /*padding: 20px;*/
  margin: 20px 0;
  /*transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;*/
  transition:  transform 0.3s ease-out;
}
.category-carousel .category-item .img-wrapper{
    border-radius: 50%;
    overflow: hidden;
    
}
.category-carousel .category-item:hover {
  transform: translate3d(0,-10px,0);
  /*box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);*/
}
/*.category-carousel .category-item:hover img{*/
/* scale: 1.2;*/
/*}*/
.category-carousel .category-item .category-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #222222;
  margin-top: 20px;
}

/* brand carousel */
.brand-carousel .brand-item {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 16px;
}
.brand-carousel .brand-item img {
  width: 100%;
  border-radius: 12px;
}
.brand-carousel .brand-item .brand-details {
  margin-left: 15px;
}
.brand-carousel .brand-item .brand-title {
  margin: 0;
}

/* product tabs */
.product-tabs .nav-tabs {
  justify-content: flex-end;
  border: none;
  
  --bs-nav-link-hover-color: #111;
  --bs-nav-link-color: #555;
  --bs-nav-tabs-link-border-color: #fff;
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-active-border-color: #fff;
}
.product-tabs .nav-tabs .nav-link.active, 
.product-tabs .nav-tabs .nav-item.show .nav-link {
  /* border: none; */
  border-bottom: 3px solid var(--accent-color);
}

/* product-grid */
/* .product-grid {
  gap: 25px;
} */
.product-item {
    /*min-height: 465px;*/
  position: relative;
  padding: 16px;
  background: #EBF0E5;
  /*background: #e6f6e4;*/
  border: 1px solid #C8D8BC;
  /*box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);*/
  border-radius: 16px;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease-out;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/*.product-item:hover {*/
/*  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);*/
/*}*/


.product-item h6 {
  display: block;
  width: 100%;
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 19px;
  line-height: 18px;
  text-transform: capitalize;
  color: #333333;
  margin: 10px 0 5px;
  
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;

    /*min-height: calc(1.4em * 2);*/
    
    
    /* Keeps all cards same height */
  
}
.product-item figure {
  /*background: #F9F9F9;*/
  background-color: #3baa34;
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
}
.product-item img {
  max-height: 210px;
  height: auto;
  width: 100% ;
  border-radius: 12px;
}
.product-item figure img {
  max-height: 300px;
  height: auto;
  width: 100%;
}
.product-item .badge {
    font-size: 16px;
    padding: 0 20px;
    border-radius: 50px;
    /*background-color: #4A6741;*/
    color: #fff;
    font-family: var(--body-font);
    
}
.product-item .price-range {
     font-size: 25px;
font-family: var(--body-font);
    text-align: center;
    
    /*color: #D4A85A !important;*/
    color: #4D2D18 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-item .view-btn {
     font-size: 17px;
    font-weight: 600;
    text-align: center;
    background: #fff;
    color: #4A6741;
    border-radius: 50px;
}
.product-item .addCartBtn {
    font-size: 18px;
     font-family: var(--body-font);
     font-weight: 600;
    text-align: center;
    background: #4A6741;
    color: #fff;
     border-radius: 50px;
}
.product-item .btn-wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  transition: all 0.3s ease-out;
}
.product-item .btn-wishlist:hover {
  background: rgb(240, 56, 56);
  color: #fff;
}
.product-item .qty {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #9D9D9D;
}
.product-item .rating {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: capitalize;
  color: #222222;
}
.product-item .rating iconify-icon {
  color: #FFC43F;
}
.product-item .price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  color: #222222;
}
.product-item .product-qty {
  width: 85px;
}
.product-item .btn-link {
  text-decoration: none;
}
.product-item #quantity {
  height: auto;
  width: 28px;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}
.product-item .btn-number {
  width: 26px;
  height: 26px;
  line-height: 1;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  color: #222;
  padding: 0;
}

/* cart */
.cart .product-qty {
  min-width: 130px;
}

/* floating image */
.image-float {
  margin-top: -140px;
  margin-bottom: -140px;
}
@media screen and (max-width:991px) {
  .image-float {
    margin: 0;
  }
}
 /* post item */
.post-item .post-meta {
  font-size: 0.8rem;
  line-height: 1;
}
.post-item .post-meta svg {
  margin-right: 5px;
}


.kv-features {
    padding: 20px 0;
    background: #f9f8f3;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.kv-features__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.kv-features__item {
    flex: 1;
    text-align: center;
    transition: all 0.35s ease;
}

.kv-features__icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #355e3b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease;
}

.kv-features__icon i {
    font-size: 30px;
    color: #ffffff;
    line-height: 1;
}
.kv-features__title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: #1d1d1d;
    margin: 0;
    max-width: 180px;
    margin-inline: auto;
}

.kv-features__divider {
    width: 1px;
    height: 90px;
    background: rgba(53, 94, 59, 0.18);
}

.kv-features__item:hover .kv-features__icon {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(53, 94, 59, 0.20);
}

.kv-features__item:hover .kv-features__title {
    color: #355e3b;
}

/* Tablet */

@media (max-width: 991px) {

    .kv-features__wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 35px 20px;
    }

    .kv-features__divider {
        display: none;
    }

    .kv-features__icon {
        width: 72px;
        height: 72px;
    }

    .kv-features__title {
        font-size: 18px;
    }
}

/* Mobile */

@media (max-width: 767px) {

    .kv-features {
        padding: 35px 0;
    }

    .kv-features__wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 16px;
    }

    .kv-features__icon {
        width: 65px;
        height: 65px;
        margin-bottom: 14px;
    }

    .kv-features__icon i {
        font-size: 28px;
    }

    .kv-features__title {
        font-size: 16px;
        line-height: 1.4;
        max-width: 130px;
    }
}

@media (max-width: 480px) {

    .kv-features__wrapper {
        grid-template-columns: 1fr;
    }

    .kv-features__item {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(53, 94, 59, 0.12);
    }

    .kv-features__item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
  /* offcanvas menu */
  .offcanvas-body .nav-item {
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
  }
  .offcanvas-body .filter-categories {
    width: 100%;
    margin-bottom: 20px !important;
    border: 1px solid #d1d1d1 !important;
    padding: 14px;
    border-radius: 8px;
  }
  /* dropdown-menu */
  .dropdown-menu {
    padding: 0;
    border: none;
    line-height: 1.4;
    font-size: 0.9em;
  }
  .dropdown-menu a {
    padding-left: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 21px;
  }
}

/* single product */
/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 740px;
}
@media screen and (max-width:992px) {
  .product-thumbnail-slider {
    margin-top: 20px;
    height: auto;
  }
}
@media screen and (min-width:992px) {
  .product-thumbnail-slider {
    height: 520px;
  }
}
@media screen and (min-width:1200px) {
  .product-thumbnail-slider {
    height: 740px;
  }
}

.discount-banner .banner-content{
    
    padding: 20px 30px 30px ;
    width: 70%;
}

.discount-banner .banner-content .categories{
    font-size: 14px;
    font-weight: 700;
    font-family: var(--body-font);
    /*background: #8a6440;*/

 background: #ffc43f;
 color: #fff;
    border-radius: 30px;
    text-align: center;
    width: fit-content;
    padding: 4px 20px;
    margin-bottom: 5px;
}

.discount-banner .banner-content .banner-title{
    
   font-size: 26px;
   margin-bottom: 10px;
}

.discount-banner .banner-content p{
    
   padding-right: 45px ;
   margin-bottom: 16px;
}

.discount-banner .banner-content a{
    
  font-family: var(--body-font);
}

@media (max-width: 768px) {
 .discount-banner .banner-content{ 
    
    padding-bottom: 250px;
    width: 100%;
}


.product-item .price-range {
     font-size: 22px;
    
   
}
}




.promo-banner {
    width: 100%;
        padding: 30px 0;
}

.promo-banner__wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 320px;
    border-radius: 28px;
    background: #0f5d63;
}

/* ================================
   LEFT MEDIA
================================ */
.promo-banner__media {
    position: relative;
    width: 48%;
    min-height: 320px;
    background: #d7efcf;
    border-top-right-radius: 180px;
    border-bottom-right-radius: 180px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.promo-banner__image {
    width: 100%;
    max-width: 420px;
    object-fit: contain;
    display: block;
     filter: drop-shadow(4px 6px 8px rgba(0, 0, 0, 0.35));
}

/* ================================
   DISCOUNT BADGE
================================ */
.promo-banner__discount {
    position: absolute;
    top: 26px;
    right: -10px;

    width: 110px;
    height: 110px;

    border-radius: 50%;

    background: #f3c743;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.promo-banner__discount-text {
    font-size: 15px;
    font-weight: 500;
    color: #111;
    line-height: 1.1;
}

.promo-banner__discount-value {
    font-size: 38px;
    font-weight: 800;
    color: #111;
    line-height: 1;
    margin: 3px 0;
}

/* ================================
   RIGHT CONTENT
================================ */
.promo-banner__content {
    width: 52%;
    padding: 50px 60px;

    color: #fff;
}

.promo-banner__title {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 800;
color: #ffebcd;
    margin-bottom: 20px;
}

.promo-banner__description {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,0.88);

    max-width: 520px;

    margin-bottom: 20px;
}

/* ================================
   BUTTON
================================ */
.promo-banner__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 6px 28px;

    background: #84c545;
    color: #fff;

    text-decoration: none;
    font-size: 18px;
    font-weight: 700;

    border-radius: 12px;

    transition: all 0.3s ease;
}

.promo-banner__button:hover {
    background: #72b036;
    transform: translateY(-2px);
}

.promo-banner__button-icon {
    font-size: 20px;
}

/* ================================
   LARGE DESKTOP
================================ */
@media (max-width: 1400px) {

    .promo-banner__title {
        font-size: 38px;
    }

    .promo-banner__content {
        padding: 20px 40px;
    }
}

/* ================================
   TABLET
================================ */
@media (max-width: 992px) {

    .promo-banner__wrapper {
        flex-direction: column;
    }

    .promo-banner__media,
    .promo-banner__content {
        width: 100%;
    }

    .promo-banner__media {
        min-height: 260px;

        border-radius: 0 0 120px 120px;
    }

    .promo-banner__discount {
        top: 20px;
        right: 20px;
    }

    .promo-banner__content {
        padding: 40px 30px 45px;
        text-align: center;
    }

    .promo-banner__description {
        margin-left: auto;
        margin-right: auto;
    }

    .promo-banner__title {
        font-size: 40px;
    }
}

/* ================================
   MOBILE
================================ */
@media (max-width: 576px) {


    /*body {*/
    /*    padding: 15px;*/
    /*}*/

    .promo-banner__wrapper {
        border-radius: 22px;
    }

    .promo-banner__media {
        min-height: 220px;
        border-radius: 0 0 80px 80px;
    }

    .promo-banner__image {
        width: 115%;
    }

    .promo-banner__discount {
        width: 90px;
        height: 90px;

        top: 15px;
        right: 15px;
    }

    .promo-banner__discount-text {
        font-size: 12px;
    }

    .promo-banner__discount-value {
        font-size: 28px;
    }

    .promo-banner__content {
        padding: 30px 22px 35px;
    }

    .promo-banner__title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .promo-banner__description {
        font-size: 15px;
        line-height: 1.7;

        margin-bottom: 25px;
    }

    .promo-banner__button {
        width: 100%;
        justify-content: center;

        padding: 15px 20px;
        font-size: 16px;
    }
}


.about-section{
    width:100%;
    padding:70px 0 50px;
    background:#f7f8fb;
}

.about-section__container{
    max-width:1280px;
    margin:0 auto;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}


/* =========================
   LEFT MEDIA
========================= */
/*.about-section__media{*/
/*    position:relative;*/

/*    flex:1;*/

/*    min-height:550px;*/

/*    display:flex;*/
/*    align-items:flex-end;*/
/*    gap:28px;*/
/*}*/

.about-imgs-wrapper{
    position: relative;
}
/* Large Image */
.about-section__image{
    overflow:hidden;
    border-radius:40px;
    /*position:relative;*/
    position: absolute;
}

.about-section__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.about-section__image--large{
    width:400px;
    height:520px;
    /*flex-shrink:0;*/
    bottom: 0;
    right: -60px;
    
}

.about-section__image--small{
    width:210px;
    height:285px;
    margin-bottom:5px;
    /*flex-shrink:0;*/
    left: 0;
    bottom: 10px;
    z-index: 10;
    border: 10px solid #fff;
}


/* Experience Badge */
.about-section__experience{
    position:absolute;

    top:40px;
    left:26px;

    background:#ffffff;

    border-radius:18px;

    padding:14px 20px;

    display:flex;
    align-items:center;
    gap:14px;

    box-shadow:0 10px 30px rgba(0,0,0,0.08);

    z-index:5;
}

.about-section__experience-icon{
    width:56px;
    height:56px;

    border-radius:50%;

    background:#08b4a2;
    color:#ffffff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;
    font-weight:700;

    flex-shrink:0;
}

.about-section__experience-content h4{
    font-size:18px;
    color:#0b2d45;
    font-weight:800;
    line-height:1.2;
}

.about-section__experience-content p{
    margin-top:3px;
    color:#4b5b6a;
    font-size:15px;
}


/* Dots */
.about-section__dots{
    position:absolute;

    top:20px;
    right:20px;

    width:140px;
    height:140px;

    background-image:radial-gradient(#08b4a2 1.5px, transparent 1.5px);
    background-size:12px 12px;

    opacity:0.25;
}


/* =========================
   CONTENT
========================= */
.about-section__content{
    flex:1;
}

.about-section__subtitle{
    display:inline-block;
 font-family: var(--body-font);
    color:#08b4a2;

    font-size:15px;
    font-weight:800;
    letter-spacing:4px;

    margin-bottom:20px;
}

.about-section__title{
    font-size:52px;
    line-height:1.15;
    font-weight:800;

    color:#08253a;

    max-width:650px;

    margin-bottom:28px;
}

.about-section__title span{
    color:#08b4a2;
}

.about-section__description{
    font-size:17px;
    line-height:1.7;
    color:#6a7683;

    /*max-width:650px;*/

    margin-bottom:20px;
}


/* =========================
   FEATURES
========================= */
.about-section__features{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:22px 30px;

    margin-bottom:25px;
}

.about-section__feature-item{
    display:flex;
    align-items:center;
    gap:14px;
}

.about-section__feature-icon{
    width:34px;
    height:34px;

    border-radius:50%;

    background:#08253a;
    color:#ffffff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:14px;
    font-weight:700;

    flex-shrink:0;
}

.about-section__feature-item p{
    font-size:16px;
    color:#08253a;
    font-weight:700;
    line-height:1.5;
     font-family: var(--body-font);
}


/* =========================
   BUTTON
========================= */
.about-section__button{
    display:inline-block ;
    
   padding: 15px 20px;

    background:#08b4a2;
    color:#ffffff;

    text-decoration:none;

    border-radius:12px;

    font-size:16px;
    font-weight:700;

    transition:0.3s ease;
}

.about-section__button:hover{
    background:#08253a;
    transform:translateY(-2px);
}


/* =========================
   LARGE SCREEN
========================= */
@media (max-width:1200px){

    .about-section__container{
        gap:50px;
    }

    .about-section__title{
        font-size:44px;
    }

}


/* =========================
   TABLET
========================= */
@media (max-width:991px){

    .about-section{
        padding:80px 20px;
    }

    .about-section__container{
        flex-direction:column;
    }

    .about-section__media{
        width:100%;
        justify-content:center;
        min-height:auto;
    }

    .about-section__content{
        width:100%;
    }

    .about-section__title{
        font-size:40px;
    }

}


/* =========================
   MOBILE
========================= */


@media (max-width:767px){
    
    .banner-blocks{
        padding: 0 15px;
    }

    .about-section{
        padding:60px 15px;
        overflow:hidden;
    }

    /* CONTENT */
    .about-section__title{
        font-size:30px;
        line-height:1.3;
    }

    .about-section__description{
        font-size:16px;
        line-height:1.8;
    }

    .about-section__features{
        grid-template-columns:1fr;
        gap:18px;
    }

    .about-section__button{
        width:100%;
        text-align:center;
    }

    /* IMAGE WRAPPER */
    .about-imgs-wrapper{
        width:100%;
        position:relative;

        display:flex;
        flex-direction:column;
        align-items:center;

        margin-top:40px;
    }

    /* REMOVE ABSOLUTE POSITIONING */
    .about-section__image{
        position:relative !important;
    }

    /* MAIN IMAGE */
    .about-section__image--large{
        width:100%;
        max-width:320px;
        height:auto;

        right:auto;
        left:auto;
        top:auto;
        bottom:auto;

        border-radius:24px;
        overflow:hidden;

        margin:0 auto;
    }

    .about-section__image--large img{
        width:100%;
        height:auto;
        display:block;
        object-fit:cover;
    }

    /* HIDE SMALL FLOATING IMAGE */
    .about-section__image--small{
        display:none !important;
    }

    /* EXPERIENCE CARD */
    .about-section__experience{
        position:relative;

        top:auto;
        left:auto;
        bottom:auto;
        right:auto;

        transform:none;

        width:100%;
        max-width:300px;

        margin-top:-40px;

        z-index:5;
    }

    /* REMOVE DOTS */
    .about-section__dots{
        display:none;
    }

}



/* =========================
   SMALL MOBILE
========================= */
@media (max-width:480px){

    .about-section__title{
        font-size:28px;
    }

    .about-section__subtitle{
        font-size:13px;
        letter-spacing:3px;
    }

    .about-section__feature-item p{
        font-size:15px;
    }

}


 .service-features{
      padding:80px 20px;
      background:#eef3f5;
    }

    .service-features__container{
      max-width:1200px;
      margin:0 auto;
    }

    .service-features__wrapper{
      display:grid;
      grid-template-columns:repeat(4, 1fr);
      gap:28px;
    }

    .service-features__card{
      position:relative;
      background:#ffffff;
      border-radius:14px;
      padding:65px 28px 17px;
      text-align:center;
      transition:all 0.35s ease;
      /*overflow:hidden;*/
      box-shadow:
        0 8px 25px rgba(0,0,0,0.04);
    }

    .service-features__card:hover{
      transform:translateY(-8px);
      box-shadow:
        0 15px 35px rgba(0,0,0,0.08);
    }

    .service-features__icon-wrapper{
      position:absolute;
      top:-34px;
      left:50%;
      transform:translateX(-50%);
      width:100px;
      height:100px;
      border-radius:50%;
      background:#f8f8f8;
      border:5px solid #eef3f5;
      display:flex;
      align-items:center;
      justify-content:center;
      transition:all 0.35s ease;
    }

    .service-features__card:hover 
    .service-features__icon-wrapper{
      background:#8A6240;
    }

    .service-features__icon{
      font-size:28px;
      color:#22d3ee;
      transition:all 0.35s ease;
    }

    /*.service-features__card:hover */
    /*.service-features__icon{*/
    /*  color:#ffffff;*/
    /*}*/
    
      .service-features__card:hover 
    svg{
      color:#ffffff;
    }

    .service-features__title{
      font-size:24px;
      font-weight:600;
      color:#0f2d6b;
      margin-bottom:16px;
      line-height:1.3;
    }

    .service-features__description{
      font-size:16px;
      font-weight:400;
      color:#7b8794;
      line-height:1.9;
    }

    /* =========================
       Tablet Responsive
    ========================== */

    @media (max-width: 991px){

      .service-features{
        padding:70px 20px;
      }

      .service-features__wrapper{
        grid-template-columns:repeat(2, 1fr);
        gap:50px 24px;
      }

      .service-features__title{
        font-size:22px;
      }

    }

    /* =========================
       Mobile Responsive
    ========================== */

    @media (max-width: 576px){

      .service-features{
        padding:60px 16px;
      }

      .service-features__wrapper{
        grid-template-columns:1fr;
        gap:55px;
      }

      .service-features__card{
        padding:60px 22px 30px;
      }

      .service-features__icon-wrapper{
        width:68px;
        height:68px;
        top:-32px;
      }

      .service-features__icon{
        font-size:24px;
      }

      .service-features__title{
        font-size:21px;
        margin-bottom:14px;
      }

      .service-features__description{
        font-size:15px;
        line-height:1.8;
      }

    }

.footer{
    
    background: #dde5be;
padding: 80px 20px 40px;




}


.footer .footer-logo{
    display: block;
    width:70%;
    margin: 0 auto 16px;
}

.footer .footer-disclaimer{
   background: #edf5e9;
   color: #0f5d63;
   font-size: 10px;
   padding: 7px 14px;
   border-radius: 12px;
}


.footer .contact-widget  .menu-item {
    margin-bottom: 10px;
}


.footer .widget-title {
    font-size: 26px;
        margin-bottom: 20px;
        color: #8A6240;
}

.footer .menu-item a{
    font-size: 18px;
    font-weight: 600;
    font-family: var(--body-font);
}


.footer .menu-item .footer-icon{
        padding: 10px 10px 3px;
    background: #0f5d63;
    border-radius: 50%;
  
    margin-right: 10px;
}

.footer .menu-item .footer-icon i{
        color: #fff;
}

.footer a, .footer h5{
    color: #0f5d63;
    
    
}




/* From Uiverse.io by GigioBagigi0 */ 
.footer-card {
  display: flex;
  width: 220px;
  height: 50px;
  /* gap: 1.2rem; */
  background-color: whitesmoke;
  border-radius: 115px;
  padding-inline: 15px;
  position: relative;
  justify-content: space-around;
  /* align-items: center; */
  
   background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border: 1px solid rgba(255, 255, 255, 0.25);

  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.12),
    inset 0 1px 1px rgba(255, 255, 255, 0.3);
}

.social-icons {
  /*cursor: pointer;*/
  display: flex;
  transition: all 0.5s;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  font-weight: bold;
  font-size: small;
}

.social-icons > p {
  --var: -0%;
  position: absolute;
  top: var(--var);
  transition: all 0.7s;
  background-color: dodgerblue;
  border-radius: 7px;
  opacity: 0;
  padding-inline: 7px;
  padding-block: 3px;
  width: max-content;
}
.social-icons > p::after {
    cursor: pointer;
  content: "";
  position: absolute;
  border-top: 10px solid dodgerblue;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}
.social-icons > a {
    color: #fff;
  --var: -0%;
  position: absolute;
  bottom: var(--var);
  width: max-content;
  transition: all 0.7s;
  opacity: 0;
  padding-inline: 7px;
  padding-block: 3px;
  background-color: crimson;
  border-radius: 7px;
}
.social-icons > a::after {
  content: "";
  position: absolute;
  border-bottom: 10px solid crimson;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
}

.social-icons:hover > a,
.social-icons:hover > p {
  --var: -65%;
  opacity: 1;
}

.social-icons:hover {
  z-index: 15;
}

.footer-card:hover > .social-icons:not(:hover) {
  filter: blur(3px);
  transform: scale(0.8);
}

.footer-card svg {
  height: 30px;
}

#footer-bottom{
    padding : 20px 0;
    background: #dde5be;

}








