

@media (min-width: 767px) {
    .owl-carousel .categories__item {
        width: calc(25% - 10px); /* Display 4 items in a row on larger screens */
        margin: 10px;
        display: inline-block;
        vertical-align: top;
    }
    .owl-carousel {
        display: block;
    }

}


.container1 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 90px;
            margin-top:-60px;
        }

        .categories__item {
            position: relative;
            background-size: cover;
            background-position: center;
            width: 32%;
            height:200px;
            padding-bottom: 32%;
            margin-bottom: 15px;
        }
 .categories__item::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
        }
        .categories__text {
            position: absolute;
            bottom: 20px;
            left: 20px;
            color: #fff;
        }

        .categories__text a {
            display: inline-block;
            padding: 10px 20px;
            background-color: #007bff;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
        }

        @media (max-width: 767px) {
            .categories__item {
                width: 100%;
                padding-bottom: 48%;
            }
            .container1 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 20px !important;
            margin-top:0px !important;
        }

    }

        @media (max-width: 480px) {
            .categories__item {
                width: 100%;
                padding-bottom: 100%;
            }
            .container1 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 20px !important;
            margin-top:0px!important;
        }
        }

         .container1 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 90px;
            margin-top:-60px;
        }

        .categories__item1 {
            position: relative;
            background-size: cover;
            background-position: center;
            width: 48%;
            height:150px;
            padding-bottom: 20%;
            margin-bottom: 15px;
        }
 .categories__item1::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
        }
        .categories__text {
            position: absolute;
            bottom: 20px;
            left: 20px;
            color: #fff;
        }

        .categories__text a {
            display: inline-block;
            padding: 10px 20px;
            background-color: #007bff;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
        }

        @media (max-width: 768px) {
            .categories__item1 {
                width: 48%;
                padding-bottom: 48%;
            }
             .product-one1 {
            min-width: 100% !important;
            box-sizing: border-box;
            margin-bottom: 45px;
            margin-right:10px;
        }

        }

        @media (max-width: 480px) {
            .categories__item1 {
                width: 100%;
                padding-bottom: 100%;
            }
        }
         /* Include your CSS here */
        .big-product1 {
            width: 90%;
            margin: 30px auto;
        }

        .big-product1 .product-title {
            margin-bottom: 50px;
            text-align: center;
        }

        .big-product1 .product-title p {
            margin-bottom: 2px;
            text-transform: uppercase;
            font-size: 15px;
        }

        .big-product1 .product-title h2 {
            font-weight: 600;
        }

        .big-product1 .product-title hr {
            width: 120px;
            margin: 14px auto;
            background: gray;
        }

        .slider-container {
            position: relative;
            overflow: hidden;
        }

        .product-flex1 {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .product-one1 {
            min-width: 24%;
            box-sizing: border-box;
            margin-bottom: 45px;
            margin-right:10px;
        }

        .product-one1 img {
            width: 100%;
        }

        .product-one1 .product-image1 {
            position: relative;
        }

        .product-one1 .product-image1 .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #f9f9f9;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.4s ease-in-out;
        }

        .product-one1 .product-image1 .overlay i {
            background: white;
            margin: 0 5px;
            padding: 5px;
            border: 1px solid #000;
            font-size: 13px;
            cursor: pointer;
            opacity: 0;
        }

        .product-one1:hover .product-image1 .overlay i {
            animation: product_icon 0.5s ease-in-out forwards;
        }

        .product-one1:hover .product-image1 .overlay i:nth-child(2) {
            animation-delay: 0.2s;
        }

        .product-one1:hover .product-image1 .overlay i:nth-child(3) {
            animation-delay: 0.4s;
        }

        .product-one1:hover .overlay {
            opacity: 0.7;
        }

        .product-one1 .product-image1 {
            margin-bottom: 15px;
        }

        @keyframes product_icon {
            0% {
                opacity: 0;
                margin-bottom: 50px;
            }

            100% {
                opacity: 1;
                margin-bottom: 0;
            }
        }

        .product-one1 .content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 7px;
        }

        .product-one1 .content h4 {
            margin: 0;
            font-weight: 600;
            font-size: 16px;
            text-transform: capitalize;
        }

        .product-one1 .content section {
            font-size: 14px;
            font-weight: 600;
        }

        .product-one1 article {
            text-transform: uppercase;
            font-size: 14px;
        }

        .slider-buttons {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
        }

        .slider-buttons button {
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 10px;
            cursor: pointer;
        }


img {
	min-width: 45%;
	height: 100%;
}

.discount__text {
	background: #f4f4f4;
	height: 390px;
	padding: 75px 90px 50px;
	text-align: center;
}

.discount__text a {
	font-size: 14px;
	color: #111111;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding: 0 0 3px;
	display: inline-block;
}

.discount__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ca1515;
	content: "";
}

.discount__text__title {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.discount__text__title:after {
	position: absolute;
	left: 50%;
	top: -38px;
	height: 183px;
	width: 183px;
	background: #ffffff;
	content: "";
	border-radius: 50%;
	z-index: -1;
	margin-left: -91.5px;
}

.discount__text__title span {
	font-size: 12px;
	color: #111111;
	font-weight: 500;
	text-transform: uppercase;
}

.discount__text__title h2 {
	font-size: 60px;
	color: #ca1515;
	font-family: "Cookie", cursive;
	line-height: 46px;
	margin-bottom: 10px;
}

.discount__text__title h5 {
	color: #ca1515;
	font-weight: 700;
}

.discount__text__title h5 span {
	font-size: 14px;
	color: #111111;
	margin-right: 4px;
}

.discount__countdown {
	text-align: center;
	margin-bottom: 10px;
}

.countdown__item {
	margin-bottom: 15px;
	float: left;
	width: 25%;
}

.countdown__item:last-child {
	margin-right: 0;
}

.countdown__item span {
	font-size: 30px;
	font-weight: 600;
	color: #111111;
	display: inline-block;
}

.countdown__item p {
	color: #111111;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 500;
}

/*---------------------
  Services
-----------------------*/
.testimonial-content {
    background: #f2f2f2;
    padding: 1rem 1rem;
    margin: 5px;
}
.testimonial-content img {
    width: 100%;
    height: 100%;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 1.3rem;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
       font-size: 1.3rem;
}


.services {
	padding-top: 80px;
	padding-bottom: 50px;
}

.services__item {
	padding-left: 65px;
	position: relative;
	margin-bottom: 20px;
}

.services__item i {
	font-size: 36px;
	color: #ca1515;
	position: absolute;
	left: 0;
	top: 4px;
}

.services__item h6 {
	color: #111111;
	font-weight: 600;
	margin-bottom: 5px;
}

.services__item p {
	margin-bottom: 0;
}

/*---------------------
  Instagram
-----------------------*/

.instagram__item {
	height: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.instagram__item:hover:after {
	opacity: 1;
}

.instagram__item:hover .instagram__text {
	opacity: 1;
	visibility: visible;
}

.instagram__item:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	content: "";
	opacity: 0;
	z-index: -1;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.instagram__text {
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.instagram__text i {
	font-size: 30px;
	color: #0d0d0d;
}

.instagram__text a {
	font-size: 16px;
	color: #0d0d0d;
	font-weight: 500;
	display: block;
	margin-top: 10px;
}

.text-center {
    width: 100%; /* Ensure this div takes full width to allow centering */
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the text and price */
    justify-content: center; /* Center vertically if needed */
}

h4, section {
    margin: 0; /* Remove any default margins for better alignment */
}



@media (max-width: 768px) {
    /* Mobile styling: shows 2 items per row */
    .big-product .product-one {
        flex: 1 1 28%; /* Adjusts to fit 2 items per row on mobile */
        max-width: 28%;
    }
}

.w-100{

    height:400px;
    object-fit:cover

}

@media (max-width: 768px) {
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -5px);
    left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -5px);
    right: auto;
}
   .w-100{

    height:250px;
    object-fit:cover

}
}




/*  second */


 body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
  }
  .container {
    width: 90%;
    max-width: 1182px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
  }
  .store-heading {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    text-transform: uppercase;
    position: relative;
  }
  .store-heading::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: red;
    margin-top: 5px;
  }
  .product-grid {
    display: flex;
    justify-content: center; /* Center all circles */
    gap: 10px; /* Reduced spacing between circles */
  }
  .grid-item {
    width: 800px; /* Fixed width for large circles */
    height: 360px; /* Fixed height for large circles */
    border-radius: 50%; /* Makes the container circular */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; /* White text for contrast */
    font-size: 144px; /* Large font size for visibility */
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer; /* Pointer cursor for clickable items */
  }
  .grid-item:nth-child(1) {
    background-color: #ff6f61; /* Example color for the first circle */
  }
  .grid-item:nth-child(2) {
    background-color: #ffa726; /* Example color for the second circle */
  }
  .grid-item:nth-child(3) {
    background-color: #66bb6a; /* Example color for the third circle */
  }
  .grid-item a {
    color: #fff;
    text-decoration: none; /* Remove underline from links */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  @media (max-width: 768px) {
    .grid-item {
      width: 200px; /* Smaller size for smaller screens */
      height: 120px;
      font-size: 50px;
    }
    .product-grid {
      gap: 5px; /* Even smaller spacing on small screens */
    }
  }