@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Croissant+One&display=swap');
html {
    scroll-behavior: smooth;
  }

*{
    margin: 0;
    padding: 0;
}
marquee {
    background-color: #002830;
    color: white;
}
.navbar {
    z-index: 1;
    margin:-3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    transition: top 0.3s;
    cursor: pointer;
}
.nav-list {
    width: 100%;
    /* background-color: black; */
    display: flex;
    align-items: center;

}

.logo {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;

}


.buttons{
    margin: 15px 0;
}


.nav-list li {
    padding: 16px 24px;
    list-style: none;
}


.nav-list li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.nav-list li a:hover {

    text-decoration: none;
    color: #c55796 ;
}
.nav-list li a img:hover {

  text-decoration: none;
  color: grey ;
}


.topHeading{
  color: #c55796;
    text-align: center;
    font-family: 'Franklin Gothic Medium';
}

.categories-card {
    background-color: #d1d1d1;
    /* border-radius: 29px; */
    display: flex;
    width: 30%;
    flex-direction: column;
    margin: 16px 10px;
    box-shadow: 0px 2px 100px grey;
}
.categories-head{
    margin: 13px 19px;
    font-family: 'Franklin Gothic Medium';
}
.categories-para{
    font-size: 19px;
    margin: 0px 19px;
}
.categories-card img{
    width: 100%;
    /* border-radius: 15px; */
}
.search-input{
    position: absolute;
    right: 3px;
    top: 0;
    margin: 0px 6px;
}

.hidecart{
  display: none;
  visibility: hidden;
  opacity: 0;
}


.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}



  .addtocart{
    position: fixed;
    right: 20px;
    z-index: 1;
    width: 230px;
    top: 49px;
    padding: 34px 0px;
    color: white;
    float: right;
    background-color: #021621;
  }
  #cart-container {
    position: fixed;
    top: 52px;
    right: 2px;
    border-radius: 9px;
}

  
  #cart-items {
    margin-bottom: 10px;
  }
  
  .cart-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  
  .item-name {
    font-weight: bold;
    margin: 14px
  }
  
  .item-price {
    color: #888;
    font-size: 35px;
    margin: 21px
  }
  
  #checkout-button {
    display: block;
    width: 100%;
    padding: 8px 0;
    background-color: #c55796 ;
    color: white;
    border: none;
    cursor: pointer;
  }
  
#search-input {
    width: 200px;
    font-family: 'Bree Serif', serif;
    font-family: 'Heebo', sans-serif;
    font-family: 'Playball', cursive;
    font-family: 'Roboto Slab', serif;
    background: none;
    color: white;
    padding: 5px;
    margin: 10px 0px;
    font-size: 17px;
    border: 1px solid white !important;
    border-radius: 9px;
}
.search-container {
  margin: 20px;
}

#search-input {
  padding: 6px;
  width: 200px;
}



.recommended-categories{
  background-color: #08151e;
}

.product-container {
  display: flex;
  flex-wrap: wrap;
  margin: 20px;
}

/* .product {
  width: 300px;
  margin: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
} */
/* 
.product img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product h3 {
  margin-top: 0;
}

.product p {
  margin-top: 10px;
} */
/* 
.product a {
  display: block;
  margin-top: 10px;
  text-align: center;
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border-radius: 5px;
  text-decoration: none;
} */

#search-input:hover {
    font-family: 'Bree Serif', serif;
    font-family: 'Heebo', sans-serif;
    font-family: 'Playball', cursive;
    font-family: 'Roboto Slab', serif;
    background: none;
    color: white;
    padding: 5px;
    border: 2px solid rgb(87, 82, 82);
    transition: all ease 0.2s;
    box-shadow: 1px 0px 13px #c55796;
}


.background{
    width: 100%;
    border:2px solid #021621;;
    /* background: #000000 url('') no-repeat  center center/cover;   */
    background-size: 100px 100px; 
    background-color: #021621;;
    filter: revert;
    background-size: cover;
    background-blend-mode: multiply;
}


.background1 {
    border: 3px solid rgb(0, 0, 0);
    background: #646161 url('../img/background.jpg') no-repeat center center/cover;
    /* background-color: black ; */
    background-size: cover;
    background-blend-mode: multiply;
}

.box-main {
    height: 100%;
    margin: auto;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.imageslist {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.imageslist .imglist img {
    margin: 1px 6px;
    height: 110px;
}
.imageslist .imglist img:hover {
    margin: 1px 6px;
    width: 95px;
    height: 115px;
}
.imageandheading{
    display: flex;
    
}


#imagedisplay{
    display: none;
    visibility: hidden;
}
.paragraph{
  font-size: 22px;
  margin: 9px 0 ;
  font-family: 'Roboto Slab';
}
.form-control {
  font-family: 'Roboto Slab', serif;
  display: block;
  width: 100%;
  padding: 9px;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  display: flex;
  flex-direction: column;
  margin-top: -11px;
}
/* categories section  */
/* The navigation menu 
.nvbr {
    overflow: hidden;
    background-color: #000;
    border-top: 2px solid #59522c;
    box-shadow: 0px 0px 8px #ffd909;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Navigation links 
  .nvbr a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  /* The subnavigation menu 
  .subnav {
    float: left;
    overflow: hidden;
  }
  
  /* Subnav button 
  .subnav .subnavbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: 'Roboto Slab', serif;
    margin: 0;
  }
  
  /* Add a red background color to navigation links on hover 
  .navbar a:hover, .subnav:hover .subnavbtn {
    background-color: rgb(206 166 13);
  }
  
  /* Style the subnav content - positioned absolute 
  .subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: rgb(206 166 13);
    width: 100%;
    z-index: 1;
  }
  
  /* Style the subnav links
  .subnav-content a {
    font-family: 'Roboto Slab', serif;
    float: left;
    color: white;
    text-decoration: none;
  }
  
  /* Add a grey background color on hover
  .subnav-content a:hover {
    background-color: #eee;
    color: black;
  }
  
  /* When you move the mouse over the subnav container, open the subnav content 
  .subnav:hover .subnav-content {
    display: block;
  }
  


*/












.firstSection {
    height: 45vh;
}

.firstHalf {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.secondHalf {
    width: 30%;
}

.secondHalf img {
    width: 207%;
    border-radius: 140px;
    display: block;
    margin: auto 32px;
    padding: 10px 19px;
}

.text-big {
    font-family: 'FontAwesome';
    font-size: 35px;
    padding: 12px 0px;
    color: #c55796;
}


.text-small {
    font-size: 15px;
}
.slideshow-image{
    object-fit: cover;
}

.btn {
    font-family: 'Bree Serif', serif;
    font-family: 'Heebo', sans-serif;
    font-family: 'Playball', cursive;
    font-family: 'Roboto Slab', serif;
    padding: 9px 20px;
    margin: 7px 3px;
    border: 2px solid #c55796;
    border-radius: 8px;
    background: none;
    color: white;
    cursor: pointer;
    font-size: 21px;
}
.toplogo{
  display: none;
  visibility: hidden;
  opacity: 0;
}
.bank-details img{
  height: 62px;
  border-radius: 7px;
  margin-bottom: 20px;
}
.bank-details{
  display: flex;
  justify-content: center;
  align-items: center;
}
.sale {
  justify-content: center;
  position: absolute;
  background-color: #133760;
  border-radius: 41px;
  font-size: 16px;
  color: rgb(255 255 255);
  display: flex;
  margin: 10px 178px;
  height: 48px;
  width: 48px;
  border: 1px solid#c55796;
  box-shadow: 0 0 5px rgb(63, 200, 231);
  align-items: center;
}
.btn-srch {
  cursor: pointer;
  border: none;
  margin: 12px 6px;
  background: none;
  color: white;
  font-size: 30px;

}
.btn-card {
    color: black !important;
    padding: 4px 36px;
    font-size: 19px;
    font-family: 'Bree Serif', serif;
    text-align: center;
    display: block;
    background-color: #d0d0d0;
    box-shadow: 0px 0px 12px grey;
    margin: 20px auto;
}
.btn-card:hover{
    color: white !important;
    padding: 4px 36px;
    font-size: 20px;
    border: 3px solid #b4b4b4;
    font-family: 'Bree Serif', serif;
    text-align: center;
    display: block;
    background-color: #111010 !important;
    box-shadow: 0px 0px 12px grey;
    margin: 20px auto;
}

.section {
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 80%;
    margin: auto;
    font-family: 'Ubuntu', sans-serif;
    font-family: 'Bree Serif', serif;
}

.section-left {
    flex-direction: row-reverse;
}

.paras {
    padding: 0px 65px;
}

.sectionSubTag {
    font-family: 'Bree Serif', serif;
    font-family: 'Heebo', sans-serif;
    font-family: 'Playball', cursive;
    font-family: 'Roboto Slab', serif;

}

.thumbnail img {
    
    box-shadow: 2px 2px 14px;
    width: 250px;
    height: 250px;
    border: 1px solid black;
    border-radius: 23px;
    margin-top: 11px;
}

.color1 {
    background-color: rgb(233 233 233);
    border-radius: 23px;
}

.color2 {
    background-color: rgb(233 233 233);
    border-radius: 23px;

}

.color3 {
    background-color: rgb(233 233 233);
    border-radius: 23px;

}
.form-group p span{
  color: red ;
}
.form-group p {
  font-family: 'Ubuntu', sans-serif;
}

.contact {
    color: white;
    height: 833px;
    border-radius: 25px;
    margin: 10px 0;
}

.text-center {
    text-align: center;
    padding-top: 20px;
    font-size: 25px;
    font-family: 'Playball', cursive;

}

.form {
    max-width: 823px;
    margin: 50px auto;
    height: 385px;
}

.form .form-inp {
    background:none;
    width: 100%;
    font-size: 19px;
    border: 2px solid rgb(248, 242, 242);
    border-radius: 7px;
    margin: 12px 0;
    padding: 8px 2px;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.form .form-inp:hover {
    color: white;
    transition: all ease 0.2s;
    background:none;
    width: 100%;
    font-size: 19px;
    border: 2px solid rgb(150, 143, 143);
    border-radius: 7px;
    margin: 12px 0;
    padding: 8px 2px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
    box-shadow: 1px 0px 13px #c55796;
}

.btn-dark {
    color: rgb(255, 255, 255);
    padding: 4px 36px;
    font-size: 19px;
    border: 3px solid grey;
    font-family: 'Bree Serif', serif;
    text-align: center;
    display: block;
    margin: auto;
}

.btn-dark:hover {
    transition: all ease 0.2s;
    color: rgb(252, 252, 252);
    padding: 4px 36px;
    font-size: 19px;
    font-family: 'Bree Serif', serif;
    font-family: 'Heebo', sans-serif;
    font-family: 'Playball', cursive;
    border: 3px solid grey;
    font-family: 'Bree Serif', serif;
    text-align: center;
    display: block;
    margin: auto;
    font-size: 20px;
    box-shadow: 1px 0px 13px gold;
}
.contact-heading{
  color: #c55796;
    text-align: center;
    margin: 7px 0;
}
.faa {
  cursor: pointer;
  margin: 0 4px;
  color: white;
  border: 3px solid white;
  padding: 14px 15px;
  border-radius: 26px;
  background: #c55796;
}
.faa:hover{
    color: rgb(253, 253, 246);
    border: 3px solid rgb(203, 203, 11);
    box-shadow: 1px 0px 13px rgb(117, 106, 44);

}
.fa-twitter:hover{
    background-color: rgb(80, 80, 196);
}
.fa-facebook:hover{
    background-color: rgb(67, 67, 248);
}
.fa-youtube:hover{
    background-color: rgb(255, 0, 0);
}
.fa-whatsapp:hover{
    background-color: rgb(29, 185, 39);
}
.fa-instagram:hover{
    background-color: brown;
}

.company-details a{
    color: white;
    text-decoration: none;
    list-style: none;
}

.underline {
    border-bottom: 2px solid #c55796;
    width: 60%;
    padding: 6px 0px;
}
.contact-us{  
    margin: 27px 0px;
    display: flex;
    justify-content: center;
    align-items: center     ;
}
/* .company-details h3{
    margin: 2px 50px;
} */
.mail{
    color: white;
    text-decoration: none;
}
.company-details{
    display: flex;
    justify-content: space-evenly;
    
}
.fullContact{
    filter: brightness(0.9);
    background-color: #08151e;
    color: white;
    border: 1px solid #3b224b;
    /* border-radius: 23px; */
}
.subtitle p{
    margin: 11px 0;
    cursor: pointer;
    
}
.subtitle p:hover{
    margin: 11px 0;
    color: #08b9df;
}


footer {
    padding: 10px 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #08151e;
    color:  #c55796;
    cursor: pointer;
}

.btn:hover {
    transition: all ease 0.2s;
    box-shadow: 1px 0px 13px gold;
    font-family: 'Bree Serif', serif;
    font-family: 'Heebo', sans-serif;
    font-family: 'Playball', cursive;
    font-family: 'Roboto Slab', serif;
    border: 2px solid rgb(244, 221, 9);
    border-radius: 8px;
    background: none;
    cursor: pointer;

}
.product-image{
    display: flex;
    justify-content: center;
    align-items: center;
}
.productimage{
    margin: 10px 10px ;
    background-color: #ffffff;
    display: block;
}
.top-image{
    width: 100%;
    height: 400px ;
}



.heading{
    margin: 10px 15px ;
    width: 50%;
}
.top-heading{
    font-family: 'Roboto Slab'; ;
    margin: 2px 0;

}
  .adressheading {
        font-size: 23px;
        margin: 46px auto;
        background-color: #c55796;
        padding: 12px;
        color: white;
        font-family: system-ui;
        width: 100%;
        text-align: center;
    }
.productCard {
    justify-content: center;
    display: flex;
    margin: 4px 0;
}
.stars{
    margin: 9px 0;
}
.market{
    color: red;
    font-family: 'Roboto Slab';
}
.newrate{
    font-size: 18px;
    font-weight: bold;
    color: #111010;
    font-family: 'FontAwesome';
}
.cashondelivery{
   display: flex;
    width: 88%;
    margin: 28px auto;
    height: 615px;
}
.bigheading {
  width: 220px;
  border-radius: 14px;
  font-style: italic;
  background-color: #0e3048;
  margin-top: 19px;
  color: white;
  font-family: 'Roboto Slab';
  font-size: unset;
  text-shadow: 2px 2px 2px black;
  padding: 6px 12px;
  box-shadow: 2px 2px 6px #4444ff;
  margin-bottom: 35px;
  margin-left: -7px;
}
.bigheading1 {
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 2px black  ;
  width: 150px;
  background-color: #42595b;
  margin: 6px 0px;
  font-family: system-ui;
  font-size: unset;
}
.smallheading {
    background-color: #f2f2f2;
    margin: 0;
    font-family: system-ui;
    font-size: unset;
}
.productbutton {
  color: rgb(255, 253, 253) !important;
  background-color: #021621!important;
  font-family: 'system-ui';
  font-size: 15px;
  font-family: 'Roboto Slab', serif;
  padding: 12px 0px;
  margin: 0px -2px;
  border-radius: 0px;
  background: none;
  color: rgb(0, 0, 0);
  cursor: pointer;
  font-size: 18px;
  display: none;
  opacity: 0;

}



.call-icon img{
  border-radius: 25px;
  z-index: 1;
  width: 45px;
  position: fixed;
  right: 15px;
  bottom: 75px;
  background-color: rgb(29, 185, 39);
  height: 45px;
}
.whatsapp img {
    border-radius: 25px;
    z-index: 1;
    width: 45px;
    position: fixed;
    right: 15px;
    bottom: 25px;
    background-color: rgb(29, 185, 39);
    height: 45px;
}



hr{
    margin: 17px 0;
    opacity: 0.3;

}

.hr{
    z-index: -1;
    color: white;
}



/* reviews section styling  */


.reviews-section {
    padding: 20px;
  }
  
  .reviews-section h2 {
    margin-top: 0;
  }
  

  label {
    display: block;
    margin-bottom: 5px;
  }
  
  input,
  textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  input:hover{
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px rgb(204, 43, 218);
  }
  textarea:hover{
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px yellow;
    border-radius: 3px;
  }
  
 .Customer{
  margin: 10px 0;
  text-align: center;
 }
  .btn[type="submit"] {
    font-family: 'Bree Serif', serif;
    font-family: 'Heebo', sans-serif;
    font-family: 'Playball', cursive;
    font-family: 'Roboto Slab', serif;
    padding: 9px 20px;
    margin: 7px 3px;
    border: 2px solid rgb(168, 148, 148);
    border-radius: 8px;
    background: none;
    color: rgb(0, 0, 0);
    cursor: pointer;
    font-size: 15px;
}
  .btn:hover {
    transition: all ease 0.2s;
    box-shadow: 1px 0px 13px #35bce6 !important;
    font-family: 'Bree Serif', serif;
    font-family: 'Heebo', sans-serif;
    font-family: 'Playball', cursive;
    font-family: 'Roboto Slab', serif;
    border: 2px solid #c55796;
    border-radius: 8px;
    color: white;
    background-color: #c55796;
    cursor: pointer;

}
  #reviews-list {
    margin-top: 20px;
    padding: 0;
    list-style: none;
  }
  
  .review {
    list-style: none;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 3px solid black;
  }


.reviews {
    color: #000000 !important;
    border-bottom: 2px solid black;
    margin: 7px 26px;
    width: 76px;
    padding: 5px 2px;
}


  *{
    margin: 0px;
    padding: 0px;
    font-family: poppins;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimonial-heading h1{
    font-size: 2.2rem;
    font-weight: 500;
    background-color: #202020;
    color: #ffffff;
    padding: 10px 20px;
}
.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:95%;
}
.testimonial-box{
    width:65%;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 5px;
    cursor: pointer;
}
.profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-family: 'Roboto Slab', serif;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.6rem;
}
.review-email{
  font-family: 'Roboto Slab', serif;
}
.review-p{
  font-family: 'Roboto Slab', serif;
  font-style: initial;
  color: black;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}
.client-comment p{
    font-size: 0.6rem;
    font-family: 'Roboto Slab', serif;
    color: #979797;
}
.testimonial-box:hover{
    transform: translateY(-2px);
    transition: all ease 0.3s;
}
 
@media(max-width:1060px){
    .testimonial-box{
        padding: 10px;
    }
}
@media(max-width:790px){
    .testimonial-box{
        width:100%;
    }
    .testimonial-heading h1{
        font-size: 1.4rem;
    }
}
@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}
::selection{
    color: #ffffff;
    background-color: #252525;
}
 
.reviews-section{
    justify-content: right;
    display: flex;
    
}
.reviewsBtn{
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    width: auto;
    line-height: 24px;
    background: 0 0;
    color: #000;
    border: 1px solid #ccd6e0;
    padding: 3px 11px;
    border-radius: 3px;
    font-weight: 700;
    box-shadow: 2px 3px 5px 0 #8888886b!important;
    cursor: pointer;
}
.logo img {
  width: 70px;
  cursor: pointer;
  border-radius: 66px;
}

.newForm{
    display: none;
}







.rating-box header {
    font-size: 22px;
    color: #dadada;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
  }




  *{
    margin: 0;
    padding: 0;
}
.stars{
    color: orange;
    font-size: 27px;
}
.rate {
    float: right;
    height: 0;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.note{
    margin: 21px 10px ;
    font-size: 15px;
    font-family: auto;
}



.button-gif-image{
  overflow: hidden;
  width: 258px;
  height: 100px;
  position: absolute;
  margin: -23px -35px;
}


.button-gif{
  width: 0;
  height: 0;
}





* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
  }
  

  
  h1 {
    margin-bottom: 16px;
  }
  
  form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .example{
    flex-direction: row;

  }
  .form-group {
    display: flex;
    flex-direction: column;
  }
  .form-group p{
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
  }
  label {
    font-weight: bold;
  }
  
  input {
    background: none;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    padding: 9px;
    border-radius: 4px;
    border: 1px solid #ccc;
    max-height: 100%;
    color: rgb(0, 0, 0);
    max-width: 100%;
}

  .btn[type="submit"]{
    background-color: #c55796;
    color: rgb(255, 255, 255);
    border: 2px solid #dad2d2;
  } 
  .btn[type="submit"]:hover{
    background-color: #08151e;
    color: rgb(255, 238, 238);
  }
  .adressheading {
    text-align: center;
    font-size: 29px;
    margin: 10px 0px;
    font-family: 'Roboto Slab', serif;
}




/* Quantity section  */


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  /* background-color: #f2f2f2; */
}

.container {
  margin: 0 auto;
  padding: 14px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}


h1 {
  margin-bottom: 16px;
}
.cart-items li{
  font-family:  sans-serif;
  font-size: 14px;
  list-style: none;
  margin: 8px;
}
/* .product {
  display: flex;
} */

.product-info {
  flex: 1;
}

.product-info h2 {
  margin-bottom: 5px;
}

.product-info p {
    margin-bottom: 0;
  }
  .product-info s{
    color: red !important;
    font-size: 12px !important;
}
 .product-info sub {
    font-size: 17px;
    font-family: system-ui;
    padding: 0 10px;
  }
.quantity {
  display: flex;
  align-items: center;
}

.quantity label {
  margin-right: 8px;
}

input[type="number"] {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.button {
  /* background-color: #007bff; */
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}


.quantitySection span{
    margin: 0 8px;
}
.down{
    cursor: pointer;
    font-size: 24px;
}
.pricec{
    font-size: 22px;
    font-weight: bold;
}
.product{
    cursor: pointer;
}
.total label {
    margin: 2px 4px;
}
.total {
    font-weight: bold;
    font-size: 21px;
    font-family: system-ui;
}
.placeorder  {
    height: 41px;
    background-color: #c55796 !important;
    color: rgb(255, 255, 255) !important;
    border: 2px solid rgb(83, 224, 168);
    margin: 38px;
    /* width: 122px; */
    font-family: 'Bree Serif', serif;
    font-family: 'Heebo', sans-serif;
    font-family: 'Playball', cursive;
    font-family: 'Roboto Slab', serif;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 19px;
    
}
.placeorder:hover{
    transition: all ease 0.2s;
    font-family: 'Bree Serif', serif;
    box-shadow: 1px 0px 13px #c55796;
    color: rgb(255, 255, 255) !important;
    font-family: 'Bree Serif', serif;
    font-family: 'Heebo', sans-serif;
    font-family: 'Playball', cursive;
    font-family: 'Roboto Slab', serif;
    background-color: #061a28 !important;
    cursor: pointer;
}


* {
    padding: 0;
    margin: 0;
    font-family: 'IBM Plex Sans', sans-serif;
  }
  /* body {
      width: 100vw;
      height: 100vh;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
  } */
  .counter {
      width: 50%;
      display: flex;
      align-items: center;
      /* justify-content: center; */
  }
  .counterinp  {
    height: 32px;
    width: 43px;
    border: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background: #fafcff;
    color: #000000;
    border: 2px solid grey;
    appearance: none;
    outline: 0;
    margin: 3px ;
} 
 .counterinp:hover{
    height: 32px;
    width: 43px;
    border: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background: #0a0a0a;
    color: #fff;
    appearance: none;
    outline: 0;
    transition: all ease 0.5s;
    margin: 3px;
}
  .counter span {
      display: block;
      font-size: 25px;
      padding: 0 10px;
      cursor: pointer;
      color: #000000;
      user-select: none;
  }


  .quantity {
    display: flex;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }

.cbtn{
    color: rgb(255, 255, 255) ;
    background-color: black;
    font-size: 17px;
    border: 2px solid rgb(201, 194, 194);
}
.shopping-card{
    background-color: black;
}





.productdescriptionimage{
  display: flex;
  justify-self: center;
  align-items: center;
  flex-direction: column;

}

.see-more-reviews{
  text-align: center;
  font-size: 13px;
}
.see-more-reviews{
  font-family: 'Roboto Slab';
  text-decoration: underline;

}
.product-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.product-card {
    box-shadow: 0px 0px 12px 0px rgb(171 94 255);
    display: flex;
    flex-direction: column;
    width: 230px;
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
    margin: 7px  9px;
  }
  
  .swiper-card {
    box-shadow: 0px 0px 12px 0px rgb(96, 96, 96);
    display: flex;
    flex-direction: column;
    width: 230px;
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
    margin: 7px  9px;
  }
 
  .product-image img:hover {
    cursor: pointer;
    width: 100%;
    transition: all ease 0.3s;
    object-fit: cover;
}
.search-hide{
  display: none;
  visibility: hidden;
  opacity: 0;

}


.product-image img {
    width: 70%;
    height: 200px;
    object-fit: cover;
  }
  .product-image img {
    width: 80%;
    height: 200px;
    object-fit: cover;
  }
  
  .product-info {
    padding: 10px;
  }
  
  .product-title {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    margin: 0;
    white-space: nowrap; /* Prevent the heading from wrapping to the next line */
    overflow: hidden; /* Hide any overflow beyond the container */
    text-overflow: ellipsis; /* Show an ellipsis to indicate that there's more text that's not visible */
  }
  

  
  
  .product-description {
    font-weight: bold;
    margin: 10px 0;
    font-family: 'Figtree', sans-serif;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
  .product-price {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
  }
  
  .add-to-cart {
    
    color: rgb(255, 253, 253) !important;
    background-color: #c55796 !important;
    font-family: 'system-ui';
    font-size: 15px;
    font-family: 'Bree Serif', serif;
    font-family: 'Heebo', sans-serif;
    font-family: 'Playball', cursive;
    font-family: 'Roboto Slab', serif;
    margin: 7px 3px;
    border-radius: 8px;
    background: none;
    color: rgb(0, 0, 0);
    cursor: pointer;
    font-size: 15px;
    border: 2px solid rgb(206, 202, 202);
    padding: 4px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    cursor: pointer;
    
    border-radius: 8px;
}
  
  .add-to-cart:hover {
    transition: all ease 0.2s;
    box-shadow: 1px 0px 13px rgb(42, 204, 225);
    font-family: 'Bree Serif', serif;
    font-family: 'Heebo', sans-serif;
    font-family: 'Playball', cursive;
    font-family: 'Roboto Slab', serif;
    border-radius: 8px;
    color: white;
    background-color: #133760 !important;
    cursor: pointer;
  }
  

  /* Full Image product pages css  */


  /* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (Image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation - Zoom in the Modal */
  .modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }






  * {
    box-sizing: border-box;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .cntnr {
    position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    margin: 0px 2px;
    float: left;
    width: 17.66%;
}
.column img {
    border: 1px solid #d3c3c3;
    box-shadow: 0px 0px 7px #dddddd;
    width: 100%;
    height: 70px;
    margin: 0 10px;
}
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }


  /* Button styles */
  .spinner-button {
    padding: 10px 20px;
    background-color: #3498db;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .spinner-button:hover {
    background-color: #2980b9;
  }

  /* Spinner styles */
  .spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-left-color: #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    margin-left: 10px;
    display: inline-block;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }





  
        /* Define the button style */
        .rgb-button {
          padding: 10px 20px;
          color: white;
          background-color: black; /* Set the background color to black */
          border: 3px solid transparent;
          cursor: pointer;
          font-size: 16px;
          border-radius: 5px;
          position: relative;
      }

      /* Define the RGB gradient for the button borders */
      .rgb-button::before {
          content: "";
          position: absolute;
          top: -3px;
          left: -3px;
          right: -3px;
          bottom: -3px;
          border: 3px solid transparent;
          background: linear-gradient(90deg, rgb(0, 0, 0), rgb(181, 19, 210), rgb(60, 129, 203), rgb(0, 0, 0));
          background-size: 300% 100%;
          border-radius: 5px;
          animation: rgbAnimation 5s linear infinite;
          z-index: -1;
      }

      /* Define the RGB animation keyframes */
      @keyframes rgbAnimation {
          0% {
              background-position: 100% 0;
          }
          100% {
              background-position: -200% 0;
          }
      }

      /* Add an RGB shadow to the button */
      .rgb-button {
          box-shadow: 0 0 10px rgba(255, 0, 0, 0.5); /* RGB shadow */
      }




      .ordernow{
        text-align: center;
        width: 54%;
        padding: 2px;
        margin: 0px auto;
        border-radius: 35px;
        background: #e835e9;
        color: white;
        font-size: 23px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 0px 11px #654d67;
    }
    .ordernow a {
      text-align: center;
      padding: 11px;
      width: 100%;
      border-radius: 33px;
      background: rgb(23 28 87);
      color: white;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Roboto Slab';
      box-shadow: 0px 0px 20px #000000;
  }

  .labels {
    text-align: center;
    width: 54%;
    margin: 23px auto;
    border-radius: 33px;
    background: #c1c1c1;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 11px #654d67;
}

.lables-text {
  text-align: center;
  padding: 9px;
  width: 100%;
  border-radius: 26px;
  margin: 6px;
  background: none;
  color: black;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid grey;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto Slab';
  border: none;
}
.badge-heading{
  font-family: 'Roboto Slab';
  font-size: 16px;
  margin: 20px 25px;
}

.badge-para {
  display: flex;
  width: 94%;
  margin: 12px;
  background-color: #d9d9d952;
  flex-direction: column;
  padding: 14px;
  border-radius: 8px;
}
.badge-para p {
  margin: 5px 21px;
  font-family: initial;
  font-size: 16px;
}
.badge-img {
  margin: -27px -7px;
}




.plusbutton{
  position: absolute;
  right: 18px;
}



@import url('https://fonts.googleapis.com/css?family=Hind:300,400&display=swap');


.container {
  margin: 0 auto;
  padding: 2rem 0;
  width: 90%;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #021621;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #021621;
  border: 1px solid #021621;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  color: black;
  font-family: 'emoji';
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;

}
.accordion-content p a {
  color: #000000;
  list-style: none;
  cursor: pointer;
  font-family: 'Roboto Slab';
}
.accordion-content li {
  font-family: 'Roboto Slab';
}

.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 50rem;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-family: 'Roboto Slab';
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.icon1{
  position: absolute;
  right: 2px;
  color: orange;
}
.icon1 span{
  color: black;
}

.description-heading {
  text-align: center;
  font-family: 'Croissant One', cursive;
  margin: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
.description-para{
  text-align: center;
  margin-bottom: 8px;
  font-size: 14px;
  width: 95%;
  font-family: 'Roboto Slab';

}
.pdi-image{
  width: 88%;
  border-radius: 12px;
}
.horizontal-line{
  font-family: 'Croissant One';
  text-align: center;
  font-size: 17px;
  background-color: #7070700d;
}