* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Marcellus",  "DM Sans", serif;
 
}

:root {
    --primary-color: #41362D;
    --secondary-color:#F9F4F0;
    --color-black:#000000;
    --color-white:#ffffff;
    --primary-font:"Marcellus";
    --secondary-font:"DM Sans", serif;
}
html {
    scroll-behavior: smooth;
    }
body {
    overflow-x: hidden;
    background-color: #FEFBF8;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    }
  
p {
    margin-bottom: 0;
    line-height:28px;
    font-family: var(--secondary-font);
    }
h1 , h2 , h3 , h4 , h5 , h6 {
    margin: 0;
}
h1 {
    font-family: var(--primary-font);
}

.img-fluid {
    width: 100%;
    height: auto;
}


          /* navbar  */
.navbar-style {
    background-color: var(--secondary-color);
}
     .logo-icon {
         height: 40px;
    }
    .nav-item .nav-link {
        font-size: 15px;
        font-family: var(--secondary-font);
        color: var(--color-black);
    }
    .icon-group .icon-btn {
        padding: 10px;
        font-size: 22px;
        font-weight: 100;
        color: var(--color-black);
    }

/* --------hero section------  */

    .hero-section {
        position: relative;
        overflow: hidden;
      }
      
      .hero-img {
        object-fit: cover;
        object-position: center;
      }
      
      .hero-carousel {
        overflow: hidden;
      }
      .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
      }
    

      .hero-content p{
               font-size: 18px;
         }  
       .hero-content h1   {
               font-size: 70px;
               margin: 20px 0px;
            }
      .discover-cta {
              padding: 12px 25px;
              transition: all .3s ease;
            }
            .discover-cta:hover {
                background-color: var(--color-white);
                color: var(--color-black);
            }


         
            /*---------------- shop by style--------------*/


 .category-container {
    padding: 80px 0px;
 }
 .category-carousel {
  padding: 40px 0px;
 }
   .category-title h1 {
         font-size: 45px;
   }
   .cat-item-content a {
        font-size: 24px;
        font-family: var(--primary-font);
        font-weight: normal;
        color: var(--color-black);
        transition: all .2s ease;
   }
         .cat-item-content a:hover {
                       color: #41362D;
                  } 
         
   .category-img {
         overflow: hidden;
   }
   .category-img img {
        transition: all .3s ease;
   }
   .single-category:hover img {
         scale: 1.2;
   }
      


   /*---------- toogable tab---------- */

    .dynamic-cta {
        padding: 12px 20px;
        background-color: var(--secondary-color);
        color: var(--color-black);
        font-family: var(--secondary-font);
        font-size: 16px;
        border: none;
    }

       .dynamic-cta.active {
           background-color: var(--primary-color);
           color: var(--color-white);
           border: none;

        }
        .dynamic-cta:hover {
            background-color: var(--primary-color);
            color: var(--color-white);
            border: none;
        }

        .product-img {
            position: relative;
            overflow: hidden;
        }
          .product-img img {
            display: block;
          }
                .product-img span {
                    padding: 3.5px 7px;
                    background-color: var(--primary-color);
                    color: var(--color-white);
                    font-family: var(--secondary-font);
                    font-size: 10px;
                    top:0 ;
                }
                .product-img .product-cta {
                    padding: 5px 70px;
                    background-color: var(--secondary-color);
                    color: var(--color-black);
                    font-family: var(--secondary-font);
                    display: none;
                    border: 1px solid black;
                    bottom: 20px;
                    left: 25px;
                    transition: all 0.3s ease;
                }
                .product-img .product-cta:hover {
                    background-color: var(--primary-color);
                    color: var(--color-white);
                    border: 1px solid var(--primary-color);
                }
                .product-img:hover .product-cta{
                    display: block;
                }
                .product-img .slide-list {
                    top: 0;
                    right: -40px;
                    display: block;
                    transition: all .3s ease-in;
                }
                .product-img ul li {
                    background-color: var(--color-white);
                    margin-top: 10px;
                    padding: 8px 10px;
                    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
                    transition: all 0.3s ease;
                }
                .product-img ul li:hover {
                    background-color: var(--primary-color);
                    color: var(--color-white); 
                }
                .product-img:hover .slide-list {
                    right: 10px;
                }

          .product-img .hover-img {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 0.3s ease;
          }
          .product-img:hover .hover-img {
            opacity: 1;
          }
          .product-img:hover .deafult-img  {
            opacity: 0;
          }
          .product-title a {
            font-size: 20px;
            color: var(--color-black);
          }
        

          /*----------- discover jewellery ---------- */

.discover-single {
    overflow: hidden;
}
 .img-overflow {
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    opacity: .1;
    left: 100%;
    transition: all 0.5s ease-in;
    pointer-events: none;
    z-index: 1;
 }
  .top-left {
    top: 0;
    left: 0;
    transform: translate(-100%, -100%);
  }
  .bottom-right {
    bottom: 0;
    right: 0;
    transform: translate(0%, 100%);
  }
  .discover-single:hover .top-left {
    transform: translate(0, 0);
  }
  .discover-single:hover .bottom-right {
    transform: translate(-100%, 0);
  }
  .discover-jewellery-content h1 {
    font-size: 45px;
  }
  .viewmore-cta {
    font-size: 16px;
    font-family: var(--secondary-font);
    padding: 8px 20px;
    border: 1px solid black;
    background-color: var(--secondary-color);
    transition: all 0.3s ease;
  }
        .viewmore-cta:hover {
            background-color: var(--primary-color);
            color: var(--color-white);
            border-color: var(--primary-color);
        }
        




        /* -----------discount slider ----------- */
.disocunt-slider-bg {
    background-color: var(--primary-color);
}

/* ---------------- shop by discount --------------- -- */
.shobby-discount-title  h1{
      font-size: 45px;
}

.discount-banner-content h1 {
    font-size: 45px;
}

/* ------- help section -------  */
.help-container {
  margin: 60px 0px;
  padding: 40px 0px;
}
.help-logo span {
    padding: 30px 30px;
    background-color: #F9F4EE;
}
.coin-spin {
    display: inline-block;
    transform-style: preserve-3d;
  }
  .single-help:hover .coin-spin {
    animation: spinCoin .5s linear forwards;
    background-color: var(--primary-color);
  }
  .coin-spin i {
    color: var(--primary-color);
  }
  .single-help:hover .coin-spin i {
    color: var(--color-white);
  }

  @keyframes spinCoin {
    0% {
      transform: rotateY(0deg);
    }
    100% {
      transform: rotateY(360deg);
    }
  }


  .help-content a {
    font-size: 22px;
    font-family: var(--primary-font);
  }
  .help-content p {
    line-height: 20px;

  }


      /* ------------faq------------ */

     .faq-container {
      margin-top: 60px;
      margin-bottom: 60px;
      padding: 40px 0;
     }
         .faq-title h1 {
          font-size: 45px;
         }




/* ---------blog------------ */

.blog-container {
      margin-top: 60px;
      margin-bottom: 60px;
      padding: 40px 0;
}
    .blog-title h1 {
      font-size: 45px;
    }
    .blog-content a {
      font-size: 22px;
      font-family: var(--primary-font);
      color: var(--color-black);
      transition: all .3s ease;
    }
        .blog-content a:hover {
          color: #41362D;
        }

    .blog-content p {
      font-size: 15px;
    }

    .blog-img{
      overflow: hidden;
    }
   .blog-img img {
     transition: all .3s ease;
     }
   .single-blog:hover img {
      scale: 1.2;
    }



    /* --------------counter -------------- */
  
    /* -----  section styling  ----- */
    .stats-hero{
      background:var(--primary-color);      /* choose any solid colour */
      padding:5rem 0;
      color:#fff;
      margin: 60px 0;
    }
    
    /* -----  digits & labels  ----- */
    .number{
      font-size:clamp(1.9rem,4.5vw,3.2rem);
      font-weight:700;
      font-variant-numeric:tabular-nums;
      line-height:1;
    }
    .label{
      font-size:clamp(.8rem,2vw,1rem);
      font-weight:500;
    }
    
    /* -----  simple appear animation  ----- */
    @keyframes pop{
      from{opacity:.1;transform:translateY(25%);}
      to  {opacity:1; transform:translateY(0);}
    }
    .animate .number{animation:pop .8s ease-out both;}
  
    


    /* -----------contact us --------- */

   .form-box-bg {
    background-color: #F9F4EE;
   }
      .form-box-title span {
        font-family: var(--secondary-font);
      }
      .form-style {
        border-radius: 0px;
      }
      .form-style:focus {
        box-shadow: none;
        border: 1px solid #DEE2E6;
      }
      .label-text {
        font-size: 20px;
        font-family: var(--secondary-font);
      }


      /* --------------brand---------- */

  .brand-container {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px 0;
  }


  /* ---------------footer------------- */

.footer-bg {
  background-color: var(--primary-color);
  overflow: hidden;
}
.footer-container {
  padding: 100px 0px;
}
     .menu-list a {
      font-size: 16px;
      font-family: var(--secondary-font);
      color: var(--color-white);
     }

.footer-bottom {
  border-top: 1px solid var(--secondary-color);
}

/* --------------category page--------------- */


.category-title span a {
  font-size:16px;
  font-family: var(--secondary-font);
  color: var(--color-black);
}
   


/* ---carousal nav  button style --- */


.category-carousel .owl-prev, .owl-next{
  width: 38px;
  height: 38px;
  background:#f9f5ef;       
  border:1px solid #8c8c8c30;  
  box-shadow:0 2px 4px rgba(0,0,0,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  position:absolute;         
  top:40%;
  transform:translateY(-50%);
  cursor:pointer;
  transition:.25s;
}
.category-carousel .owl-prev{
   left:-18px;
   
 }      
.category-carousel .owl-next{ 
  right:-18px; 
}

.category-carousel .owl-prev:hover, .owl-next:hover{
  box-shadow:0 4px 10px rgba(0,0,0,.18);
}


.tab-slider .owl-prev, .owl-next{
  width: 38px;
  height: 38px;
  background:#f9f5ef;       
  border:1px solid #8c8c8c30;  
  box-shadow:0 2px 4px rgba(0,0,0,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  position:absolute;         
  top:40%;
  transform:translateY(-50%);
  cursor:pointer;
  transition:.25s;
}
.tab-slider .owl-prev{
   left:-18px;
   
 }      
 .tab-slider .owl-next{ 
  right:-18px; 
}

.tab-sliderl .owl-prev:hover, .owl-next:hover{
  box-shadow:0 4px 10px rgba(0,0,0,.18);
}



.common-slider .owl-prev, .owl-next{
  width: 38px;
  height: 38px;
  background:#f9f5ef;       
  border:1px solid #8c8c8c30;  
  box-shadow:0 2px 4px rgba(0,0,0,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  position:absolute;         
  top:40%;
  transform:translateY(-50%);
  cursor:pointer;
  transition:.25s;
}
.common-slider  .owl-prev{
   left:-18px;
   
 }      
 .common-slider .owl-next{ 
  right:-18px; 
}

.common-slider  .owl-prev:hover, .owl-next:hover{
  box-shadow:0 4px 10px rgba(0,0,0,.18);
}














           
            @media (max-width: 425px) {
                .hero-overlay .hero-content h1 {
                  font-size: 1rem;
                  margin: 5px 0;
                }
                .hero-overlay .hero-content p {
                  font-size: 12px;
                }

                #banner-two .hero-overlay .banner-two h1 {
                  font-size: 16px;
                }
                #banner-two .hero-overlay .banner-two p {
                  font-size: 10px;
                }
                #banner-two .hero-overlay {
                 margin-left: 130px;
                  padding-top: 60px;
                  padding-bottom: 60px;
                }
                .hero-overlay .banner-two .btn {
                  font-size: 0.9rem;
                  padding: 0.2rem .5rem;
                }
                
              
                .hero-overlay .hero-content .btn {
                  font-size: 0.9rem;
                  padding: 0.2rem .5rem;
                }
                .category-container {
                  padding: 40px 0px;
               }

               .faq-container , .blog-container  {
                margin-top: 20px;
                margin-bottom: 20px;
                padding: 10px 0;
               }
               .discover-single {
                margin-bottom: 20px;
               }

                 /* section heading  */
               #shopby-category .heading , .category-title .heading , .discover-jewellery-content .heading , .shobby-discount-title .heading , .discount-banner-content .heading , .faq-title .heading , .blog-title .heading {
                  font-size: 2rem;
                }

                .footer-bottom  {
                  flex-direction: column;
                }

              .map {
                height: 200px;
              }



              }
            @media (max-width: 768px) {    
              .hero-overlay .hero-content h1 {
                font-size: 2.5rem;
                margin: 20px 0;
              }
                .hero-overlay .banner-two h1 {
                  font-size: 2rem;
                }
              
                .hero-overlay .btn {
                  font-size: 0.9rem;
                  padding: 0.5rem 1.25rem;
                }

               
                
              }

              @media (max-width: 1024px) {

                .hero-overlay .hero-content h1 {
                  font-size: 2rem;
                  margin: 5px 0;
                }

                .hero-overlay .banner-two h1 {
                  font-size: 2rem;
                }
              }
              
              @media (min-width: 1025px) {

                .hero-overlay .hero-content h1 {
                  font-size: 4.5rem;
                  margin: 20px 0;
                }
                .hero-overlay .banner-two h1 {
                  font-size: 3rem;
                }
              }