@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Figtree:ital,wght@0,300..900;1,300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
  font-family: "Figtree", sans-serif;
}


a{
    color: #222;
    text-decoration: none;
    font-style: none;
}


h1 {
    font-size: 50px;
    line-height: 64px;
    color: #222;
}

h2 {
    font-size: 46px;
    line-height: 54px;
    color: #222;
}

h4 {
    font-size: 20px;
    color: #222;
    
}

h6 {
    font-weight: 700;
    font-size: 12px;
}

p {
    font-size: 16px;
    color: #465b52;
    margin: 15px 0 20px 0;
}

.section-p1 {
    padding: 48px 80px;
}

.section-m1 {
    padding: 40px 0px;
}

button.normal{
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;
}

body {
    width: 100%;

}

/* Header Start */

#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 80px;
    background-color: whitesmoke;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;


    
}

#header img {
    width: auto;
    height: 70px;
    
}

#navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

#navbar li {
    list-style: none;
    padding: 15px;
    position: relative;
    
}

#navbar li a {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 500;
    transition: 0.3s ease;
    
}

#navbar li a:hover {
    color: #088178;
    
        
}

#navbar li a:hover,
#navbar li a.active {
    color: #088178;
        
}

#navbar li a.active::after,
#navbar li a:hover::after {
    content: "";
    width: 40%;
    height: 3px;
    background: #088178;
    position: absolute;
    bottom: 0px;
    left: 16px;
        
}


#mobile {
    display: none;
    align-items: center;
}

#close {
    display: none;
}


/* Home page */
 /* Main slider container */
        .banner-slider {
            position: relative;
            max-width: 100%;
            margin: 0 auto;
            overflow: hidden;
        }

        /* Slider track for images */
        .slider-track {
            display: flex;
            transition: transform 0.5s ease;
            height: 100%;
        }

        /* Individual slide */
        .slide {
            min-width: 100%;
            position: relative;
        }

        /* Slide images */
        .slide img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

        /* Navigation arrows */
        .slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.7);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            border: none;
            font-size: 20px;
            color: #333;
            transition: all 0.3s ease;
            
        }

        .slider-arrow:hover {
            background-color: rgba(255, 255, 255, 0.9);
        }

        .arrow-left {
            left: 15px;
            
        }

        .arrow-right {
            right: 15px;
        }

        /* Slider indicators/dots */
        .slider-indicators {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
            z-index: 10;
        }

        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .indicator.active {
            background-color: rgba(255, 255, 255, 0.9);
        }


        /* Features sectoin */

        #features .fe-box {
            width: 180px;
            text-align: center;
            padding: 20px 10px;
            outline: solid 1px #cce7d0;
            display: flex;
            text-align: center;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: center;
            border-radius: 4px;
            box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.10);
            
        }

        #features {
            width: 100%;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            flex-direction: row;
            align-content: center;
            justify-content: center;
            gap: 20px;
                    
            
        }

        #features .fe-box h6 {
            padding: 9px 8px 6px 8px;
            line-height: 1px;
            border-radius: 4px;
            color: #000000;
            background-color: #fddde4;
        }

        
        
        .feimg {
            width:100%;
            margin-bottom: 20px;
        }

            #features .fe-box:nth-child(2) h6 {
            background-color: #e5ffd6;
        }
            #features .fe-box:nth-child(2) h6 {
            background-color: #dae6d3;
        }
        #features .fe-box:nth-child(3) h6 {
            background-color: #dff1f8;
        }
        #features .fe-box:nth-child(4) h6 {
            background-color: #d7ddf9;
        }
        #features .fe-box:nth-child(5) h6 {
            background-color: #fceee0;
        }

        /* Products Section */

        #product1 {
            text-align: center;
        }

        #product1 .pro-container {
            display: flex;
            justify-content: center;
            padding-top: 20px;
            flex-wrap: wrap;
            align-content: center;
            align-items: center;
            gap: 20px;
            
        }

        #product1 .pro {
            width: 23%;
            min-width: 250px;
            padding: 10px 12px;
            border: 1px solid #cce7d0;
            border-radius: 25px;
            cursor: pointer;
            box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
            margin: 15px 0px;
            transition: 0.2s ease;
            position: relative;
        }
        #product1 .pro:hover {
            box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
        }
#product1 .pro img {
    width: 100%;
    border-radius: 10px;
    height: auto;
}
        #product1 .pro .des {
            text-align: start;
            padding: 10px 0;
            
        }
        #product1 .pro .des span {
            color: #606063;
            font-size: 12px;
            
        }
        #product1 .pro .des h5 {
            padding-top: 7px;
            color: #1a1a1a;
            font-size: 18px;
            line-height: 30px;
            
            
            
        }
        #product1 .pro .des i {
            color: rgba(243, 181, 25);
            font-size: 12px;
            margin-bottom: 5px;
            
        }
        #product1 .pro .des h4 {
            padding-top: 7px;
            font-size: 15px;
            font-weight: 600;
            color: #088178;

        }

        .cart {
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50px;
            background-color: #e8f6ea;
            font-weight: 500;
            color: #088178;
            border: 1px solid #cce7d0;
            position: absolute;
            bottom: 20px;
            right: 10px;
        }

        /* Banner Section */

        #banner {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            width: 100%;
            height: 40vh;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            
        }

        #banner h4 {
            font-size: 16px;
            color: #fff;
        }

        #banner h2 {
            font-size: 32px;
            color: #fff;
            padding: 10px 0px;
        }
        #banner span {
            font-size: 32px;
            color: #ef3636;
            padding: 10px 0px;
         
        }


        #banner button:hover {
            background-color: #088178;
            color:#fff;
        }

        /* Small Banner */

        #sm-banner {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center;
            padding-bottom: 20px;

        }

        #sm-banner .banner-box {
            width: 48%;
            border-radius: 10px;
            

        }

        #sm-banner .banner-box img {
            width: 100%;
            
        }

/* Extra Sm-Banner */

        #extra-sm-banner {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center;
            padding-top: 0px;

        }

        #extra-sm-banner .banner-box {
            width: 32%;

        }

        #extra-sm-banner .banner-box img {
            width: 100%;
            
        }

/* Newsletter */
#newsletter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-image: url(../images/img/banner/b14.png);
    background-repeat: no-repeat;
    background-position: 20% 30%;
    background-color: #041e42;
    margin-bottom: 50px;
}

#newsletter h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

#newsletter p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

#newsletter p span {
    font-size: 14px;
    font-weight: 600;
    color: #ffbd27;
}

#newsletter .form input {
    height: 3.125rem;
    padding: 0 1.25em;
    font-size: 14px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    
}

#newsletter button {
    background-color: #088178;
    color: #fff;
    white-space: nowrap;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    
}

#newsletter .form-div {
    display: flex;
    width: 50%;
}

#newsletter .form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    
}

#newsletter .form {
    width: 100%;
}

/* Footer Section */

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

footer .col {
    width: 20%;
    display: flex;
    flex-direction: column;
    padding: 5px;
}

#f-col-1 {
    width :35%;
    position: relative;
}

#f-col-2 {
    width :25%;
}

footer .logo {
    width: 100px;
    
}

footer h4 {
    font-size: 20px;
    padding-bottom: 20px;
}

#f-col-1 h4 {
    margin-top: 15px;
    padding-bottom: 10px;
}

footer p {
    font-size: 13px;
    margin: 0 0 8px 0;
    padding: 5px;
    
}

footer a {
    font-size: 13px;
    color: #222;
    margin-bottom: 10px;
}

footer .follow h4 {
    font-size: 20px;
    color: #222;
    margin-top: 20px;
    margin-bottom: -10px;
}

footer .follow i {
    font-size: 20px;
    color: #222;
    margin: 0px 5px;
}

footer .copyright {
    width: 100%;
        text-align: center;
}



/* Shop / Category Pages Style */ 

.ShopPageHeading {
    
    color: white;
    text-align: center  ;
}

/* Single Product Page */ 

#prodetails {
    display: flex;
    margin-top: 20px;
}

#prodetails .single-pro-details {
    width: 50%;
    padding-top: 30px;

}

#prodetails .single-pro-details h4{
    padding: 40px 0 20px 0;
    font-size: 42px;

} 

#prodetails .single-pro-details h6{
    font-size: 16px;
    
} 

#prodetails .single-pro-details h5{
    margin-top: 25px;
    font-size: 26px;
    
} 

#prodetails .single-pro-details input{
    width: 50px;
    height: 47px;
    padding-left: 10px;
    font-size: 16px;
    margin-right: 10px;

} 

#prodetails .single-pro-details input:focus{
    outline: none;
    
} 

#prodetails .single-pro-details button{
    background-color: #088178;
    color: #fff;

}

#prodetails .single-pro-details p{
    line-height: 25px;

}


#prodetails .single-pro-details h2{
    font-size: 26px;

} 
#prodetails .strike{
    color: rgb(140, 140, 140);
    text-decoration: line-through;
    font-size: 22px;
} 

#prodetails .single-pro-details select{
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;

} 

#prodetails .single-pro-image {
    width: 40%;
    margin-right: 50px;

}

.small-img-group {
    display: flex;
    justify-content: space-between;

}

.small-img-col {
    flex-basis: 24%;
    cursor: pointer;
}



.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-title {
    text-align: center;
    margin: 30px 0;
    color: #333;
}

.cart-container {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.cart-items {
    flex: 3;
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.cart-summary {
    flex: 1;
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    align-self: flex-start;
}

.cart-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.item-image {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-right: 20px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
}

.item-details {
    flex-grow: 1;
}

.item-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.item-price {
    color: #4a6bdf;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.item-description {
    color: #777;
    margin-bottom: 10px;
    font-size: 14px;
}

.item-actions {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.quantity {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    background: #f1f2f6;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.2s;
}

.quantity-btn:hover {
    background: #e2e3e7;
}

.quantity-input {
    width: 40px;
    height: 30px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.remove-btn {
    background: none;
    border: none;
    color: #ff4757;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}

.remove-btn:hover {
    color: #ff2e43;
}

.remove-btn i {
    margin-right: 5px;
}

.summary-title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    padding-top: 10px;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
}

.checkout-btn {
    width: 100%;
    padding: 15px;
    background-color: #4a6bdf;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 15px;
}

.checkout-btn:hover {
    background-color: #3a5bd0;
}

.continue-shopping {
    display: inline-block;
    margin-top: 40px;
    color: #4a6bdf;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.continue-shopping:hover {
    color: #3a5bd0;
}

.continue-shopping i {
    margin-right: 8px;
}

.discount-code {
    margin: 20px 0;
}

.discount-input {
    display: flex;
    margin-top: 10px;
}

.discount-input input {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    outline: none;
}

.apply-btn {
    padding: 0 15px;
    background: #4a6bdf;
    color: white;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: background-color 0.2s;
}

.apply-btn:hover {
    background: #3a5bd0;
}



.empty-cart {
    text-align: center;
    padding: 40px 0;
}

.empty-cart i {
    font-size: 60px;
    color: #ddd;
    margin-bottom: 20px;
}

.empty-cart p {
    font-size: 18px;
    color: #888;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .cart-container {
        flex-direction: column;
    }
    
    .cart-item {
        flex-direction: column;
    }
    
    .item-image {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .header-content {
        flex-direction: column;
        text-align: center;
    }
    
    
    #prodetails .single-pro-details button {
        width: 100%;
    }
   
}




        .cart-count {
            position: absolute;
            top: -10px;
            right: -10px;
            background-color: #ff4757;
            color: white;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
        }
        
        .toast {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: #4a6bdf;
            color: white;
            padding: 15px 20px;
            border-radius: 5px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
            transform: translateY(100px);
            opacity: 0;
            transition: all 0.3s ease;
            z-index: 1000;
        }

        .toast.show {
            transform: translateY(0);
            opacity: 1;
        }
        
        .empty-cart {
            text-align: center;
            padding: 40px 0;
        }

        .empty-cart i {
            font-size: 60px;
            color: #ddd;
            margin-bottom: 20px;
        }

        .empty-cart p {
            font-size: 18px;
            color: #888;
            margin-bottom: 20px;
        }



.subscribe-msg {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 9999;
    animation: fadeInOut 5s forwards;
    margin-top: 120px;
}

.subscribe-msg.success {
    background-color: #28a745; /* green */
}

.subscribe-msg.error {
    background-color: #dc3545; /* red */
}

@keyframes fadeInOut {
    0% { opacity: 0; transform: translateY(-20px); }
    10% { opacity: 1; transform: translateY(0); }
    90% { opacity: 1; }
    100% { opacity: 0; transform: translateY(-20px); }
}




























/* -------Resposive Query Starts ----------------------------------------------------*/

@media (max-width:799px) {
#navbar {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
position:fixed;
top: 0;
right: -300px;
height: 100vh;
width: 300px;
background-color:#E3E6F3;
box-shadow: e 40px 60px rgba(0, 0, 0, 0.1);
padding: 80px 0 0 10px;
transition: 0.3s ease;
}

#navbar.active {
    right: 0px;

}

#navbar li {
    margin-bottom: 10px;
}

#mobile {
    display: flex;
    align-items: center;
}

#mobile i {
    color: #1a1a1a;
    font-size: 24px;
    padding-left: 20px;
}


#close {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #222;
    font-size: 24px;
    display: flex;
}

#lg-bag{
    display: none;
}

#product1 .pro {

    margin: 15px 15px;

}

#sm-banner .banner-box {
    width: 100%;
    border-radius: 10px;
}

#sm-banner-2 {
    display: none;
}

#extra-sm-banner-3 {
    display: none;
}
#extra-sm-banner .banner-box {
    width: 48%;
}

#newsletter {
    justify-content: center;
}

#newsletter h4 {
    text-align: center;
    font-size: 32px;
}

#newsletter p {
    text-align: center;
    font-size: 18px;
}

#newsletter .form-div{
    width: 100%;
}

#newsletter form {
    width: 100%;
    display: flex;
}

#f-col-1 {
    width: 100%;
    align-items: center;
    text-align: center;
}

#f-col-1 .logo {
    width: 200px;
}

#f-col-1 h4 {
    font-size: 36px;
}

#f-col-1 p {
    font-size: 16px;
}

#f-col-2 {
    width: 40%;
}

footer .col {
    width: 20%;
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
}

footer .copyright {
    margin-top: 30px;
}


  #prodetails .single-pro-details button {
        width: 100%;
    }
   
   
   
}









@media (max-width:477px) {

    #header {
    padding: 10px 30px;
    
}

.section-p1 {
    padding: 20px;
}

#features .fe-box {
    width: 130px;
    margin: 0 0 15px 0;
}
#features {
    justify-content: center;
    
}

#product1 .pro {
    width: 100%;
    
}

#banner h2 {
    font-size: 26px;
    
}

#banner {
    height: auto;
}
#newsletter h4 {
    font-size: 28px;
}

footer {
    flex-direction: column;
}

footer .col {
    width: 100%;

}

#f-col-2 {
    width: 100%;
}

.follow {
    text-align: center;
}

#prodetails {
    display: flex;
    flex-direction: column;
}

#prodetails .single-pro-image {
    width: 100%;
    margin-right: 0px;
}

#prodetails .single-pro-details {
    width: 100%;
    padding-top: 30px;
}



  #prodetails .single-pro-details button {
        width: 100%;
    }
   
   
   
   
}





