:root{
   --icon-color: #f9c406;
   --primary-color:aliceblue;
    --secondary-color:#2DAA9E;
    --light-color:white;

}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    height: 100%;
    width: 100%;
    color: black;
     /* font-family: 'Poppins', sans-serif; */
}
.primary-color{
    background-color: #2DAA9E;
}
.text-color{
    color: #2DAA9E;
}
.star-color{
    color: green;
}
.top-nav .nav-item{
    padding: 0px 20px;
    font-size: 16px;
}
.top-nav .nav-item .nav-link{
    color: black;
}
.top-nav .nav-item .nav-link:hover{
    color: var(--secondary-color);
}

.banner-section{
    border-radius: 50px;
}
.banner-section .banner-img{
    border-radius: 50px;
    width: 100%;
    overflow: hidden;
    object-fit: contain;
}
.banner-img img{
    width: 100%;
    height: auto;
    border-radius: 50px;
    display: block;
}
.profile-photo{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: fill;
}
.profile-photo img{
    overflow: hidden;
}
.card-section .row{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.card-section .swiper-wrapper{
  height: auto !important;
}
.last{
    height: 100px;
    width: 100px;
    border-radius: 8px;
    overflow: hidden;
    object-fit: cover;
}
.last img{
    overflow: hidden;
}
.gram{
    padding: 0px 8px;
    background-color: var(--secondary-color);
    color: white;
    border-radius: 5px;
    font-size:13px;
    display: inline-block; /* Ensures the element remains inline */
    white-space: nowrap;
}
.add-btn {
    display: flex;
    align-items: center; /* vertically centers the items */
    gap: 5px; /* optional spacing between items */
}

.add-btn .cart-btn {
    text-decoration: none;
    border: 1px solid var(--secondary-color) !important;
    color: black !important;
    padding: 4px 18px !important;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    background: white; /* optional: ensures button has a background */
}
#pagi ul li a:hover
{
    color: black;
}
.brand
{
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.box
{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
/* .img
{
    background-color: rgb(247, 243, 243);
    height: 200px;
      width: auto;
      object-fit: contain;
    position: relative;
} */

.heart
{
    border: 1px solid lightgray;
    position: absolute;
    left: 75%;
    top:5%;
    padding: 12px 12px !important;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
   /* height: 50px;
   width: 50px; */
   /* text-align: center;
   margin-top: 10px; */
}
/* .heart:hover
{
    background-color: red;
    color: white;
} */
.offer
{
    position: absolute;
    left: 8%;
    bottom: 80%;
   height: 25px;
   width: 80px;
    background-color: var(--secondary-color);
    color: white;
    border-radius: 5px;
    text-align: center;
}

/* #recent
{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} */
 .recent-blog .card{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 }

.footer
{
     background-color: rgb(58, 55, 55);
}
.footer .icon ul li{
    list-style-type: none;
    display: inline-block;
    border: 1px solid white !important;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
   padding-top: 11px;
   margin-right: 5px;
   border-radius: 50%;
   font-size: 18px;
   font-weight: 400;
   color: white;

   /* background-color: var(--secondary-color); */
   transition: all 0.5s ease;
}
.footer .icon ul li a{
    text-decoration: none;
    color: white;
}
/* .footer .icon ul li:hover{
    transform: translateY(-10px);
} */
.footer-content p{
    font-size: 17px;
}
.ultras ul li
{
    list-style-type: none;
    font-size: 16px;
    margin-bottom: 8px;
    transition: all 0.5s ease;
}
.ultras ul li a
{
    text-decoration: none;
    text-transform: capitalize;
    color: white;
}
.ultras ul li:hover{
    transform: translateX(10px);
}
.ultras ul li a:hover{
    /* transform: translateX(10px); */
    color: var(--secondary-color);
}
.line{
    height: 2px;
    width: 50px;
    background-color: var(--secondary-color);
    /* margin: 0px auto; */
}
.subscrip p{
    font-size: 16px;
}
.subscrip .email{
    padding: 10px;
    border-radius: 50px;
    border: none;
}
.subscrip .d-flex{
    position: relative;
}
.subscrip .d-flex .btn{
    position: absolute;
    right: 0;
    top: 1%;
    border-radius: 50px;
    font-size: 16px;
}
::placeholder{
    padding-left: 15px;
}
.copyright p{
    font-size: 16px;
}
