body{
  /* background-image: url('https://pixabay.com/get/gcf2866c7d2ad25309b53fb17618f6903b8f6655bb7ba4bcd01da933b5ceefaffe756a551c70350ddc29af47a62fb93a1.jpg'); */
  background-image: url("{{ asset('img/photo-i.jpeg') }}"); 
  background-size: cover; 
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.carousel-caption {
    text-align: left;
    background: #0000005e;
    padding: 30px 30px;
    bottom: 9rem;
    left: 10%;
    width: 40%;
    color: #fff;
}

.carousel-indicators {
    bottom: 0;
}

.center_home .carousel-indicators [data-bs-target] {
    background-color: #f7ba01;
}

/*********************center_home_end****************/

/*********************prod****************/

#deal .carousel-indicators {
    bottom: -50px;
}

#deal .carousel-indicators [data-bs-target] {
    background-color: #f7ba01;
}

#deal {
    padding-bottom: 50px;
}

.deal_1r2im2 {
    border-top: 1px solid #f7ba0121;
    margin-top: 20px;
    padding-top: 15px;
}

.deal_1r2im2 .progress-bar {
    background: #ebebeb;
    border-radius: 30px;
}

.deal_1r2im2 .progress {
    background-color: #f7ba01;
    height: 8px;
    overflow: hidden;
    border-radius: 30px;
}

.deal_1r2im2 ul li {
    background: #000;
    width: 45px;
    height: 45px;
    line-height: 1.2em;
    border-radius: 3px;
    padding-top: 8px;
    font-size: 12px;
}

.deal_1r2 {
    border-top: 1px solid #f7ba0121;
    margin-top: 20px;
    padding-top: 20px;
}

.deal_1li1 {
    background: #1d428994;
    top: 0;
    padding: 50px 0px 0px 30px;
}

.deal_1li2 {
    top: 0;
    right: 0;
    padding: 130px 30px 0px 0px;
}

.deal_1li2 h6 {
    width: 110px;
    height: 110px;
    line-height: 1.2em;
    border-radius: 50%;
    padding-top: 40px;
}

/*********************prod_end****************/

/*********************prod_o****************/
.prod_o1 .nav-tabs {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 50px;
}

.prod_o1 .nav-link {
    border: none;
    font-weight: bold;
    color: #000;
    background: none;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
}

.prod_o1 .nav-link:hover {
    color: #f7ba01 !important;
}

.prod_o1 .active {
    color: #f7ba01 !important;
    background: none !important;
    border-radius: 0;
}

.arrive {
    background-image: url(../img/23.jpg);
    background-position: center;
}

.arrive_m {
    background: #0000005e;
    padding-top: 100px;
    padding-bottom: 100px;
}

/*********************prod_o_end****************/


@media screen and (max-width : 767px) {
    .center_home img {
        min-height: 300px;
    }

    .carousel-caption {
        text-align: center;
        left: 0;
        width: 100%;
        bottom: 50px;
        padding: 10px;
    }

    .carousel-caption .font_50 {
        font-size: 26px;
    }

    .carousel-caption br {
        display: none;
    }

    .deal_1li2 {
        top: 0;
        right: 0;
        padding: 200px 30px 0px 0px;
    }

    .deal_1r1l {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .deal_1r1r {
        text-align: center !important;
    }

    .deal_1r2im {
        margin-bottom: 15px;
    }

    .prod_o1 .nav-tabs {
        width: 100%;
    }

    .prod_o1 .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .blog_h1i {
        text-align: center;
        margin-bottom: 15px;
    }

    .blog_h1i p {
        text-align: left;
    }
}


@media (min-width:576px) and (max-width:767px) {}

@media (min-width:768px) and (max-width:991px) {
    .center_home img {
        min-height: 500px;
    }

    .carousel-caption .font_50 {
        font-size: 38px;
    }

    .carousel-caption {
        width: 50%;
    }

    .carousel-caption br {
        display: none;
    }

    .prod_2i2 h6 {
        font-size: 12px;
    }

    .deal_1r {
        margin-top: 15px;
    }

    .prod_o1 .nav-tabs {
        width: 70%;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .carousel-caption .font_50 {
        font-size: 38px;
    }

    .deal_1r2im2 ul li {
        margin-bottom: 5px;
    }

    .deal_1li2 {
        padding: 200px 30px 0px 0px;
    }

    .prod_o1 .nav-tabs {
        width: 60%;
    }
}

@media (min-width:1201px) and (max-width:1255px) {
    .carousel-caption .font_50 {
        font-size: 45px;
    }
}

.divider {
    height: 2px;
    background-color: black;
    /* The thin rectangle */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.cart-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    /* Positioning the icon */
    font-size: 24px;
    /* Adjust size accordingly */
    color: black;
    /* Black icon color */
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.3s ease;
    /* Smooth transition for hover */
}

.card:hover .cart-icon {
    opacity: 1;
    /* Show cart icon on hover */
}


.nav-tabs .nav-link {
    color: black;
    transition: 0.3s ease;
    border: none;
    position: relative;
}

.nav-tabs .nav-link.active::after,
.nav-tabs .nav-link:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: gold;
}

.product-card {
    position: relative;
    overflow: hidden;
    border: 2px solid gold;
    border-radius: 16px;
    padding: 15px;
    background: linear-gradient(145deg, #ffffff, #f7f7f7);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.product-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
    border-radius: 12px;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.4s ease;
}

.product-img-wrapper:hover .product-img,
.product-img.zoomed {
    transform: scale(1.3);
}

.icon-bar {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}

.product-img-wrapper:hover .icon-bar {
    opacity: 1;
}

.icon-bar i {
    background-color: black;
    color: gold;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.icon-bar i:hover {
    transform: scale(1.2);
}

.product-name {
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 15px;
    color: black;
}

.product-love-count {
    color: gold;
    font-size: 0.9rem;
    margin-top: 5px;
}

.product-love-count i {
    margin-right: 5px;
    color: gold;
}

.product-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    font-size: 1.1rem;
}

.original-price {
    text-decoration: line-through;
    color: gray;
}

.tab-content {
    margin-top: 40px;
}

.section-title {
    font-size: 2.8rem;
    font-weight: bold;
    color: gold;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px black;
}


.btn-modern {
    background: linear-gradient(90deg, #ffcc00, #ff9900);
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 30px;
    /* More rounded corners */
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    /* Removes underline */
    box-shadow: 0 4px 20px rgba(255, 153, 0, 0.4);
    /* Adds shadow effect */
    transition: all 0.3s ease;
    /* Smooth hover transition */
    position: relative;
    display: inline-block;
}

.btn-modern::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    /* Matches the button's border-radius */
    background: rgba(255, 255, 255, 0.2);
    z-index: 0;
    /* Behind the text */
    transition: all 0.3s ease;
    transform: scale(0);
    /* Initially hidden */
}

.btn-modern:hover {
    transform: translateY(-3px);
    /* Lift effect */
}

.btn-modern:hover::after {
    transform: scale(1);
    /* Reveal the overlay on hover */
}

.btn-modern span {
    position: relative;
    z-index: 1;
    /* Brings text above the overlay */
}