@import url('https://fonts.googleapis.com/css2?family=BBH+Bartle&family=Roboto+Slab:wght@100..900&display=swap');
*{
    
        font-family: "Roboto Slab", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
}





/* Loader container */#loader {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg,#6dd5ed,#2193b0);
  overflow: hidden;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

/* Loader card (glassmorphism effect) */
.loader-card {
  position: relative;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  z-index: 10;
}

/* Spinner */
.spinner {
  width: 80px;
  height: 80px;
  border: 8px solid rgba(255,255,255,0.3);
  border-top: 8px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite, glow 2s ease-in-out infinite;
  margin-bottom: 20px;
  box-shadow: 0 0 20px #fff, 0 0 40px #00f0ff, 0 0 60px #00f0ff;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes glow {
  0%,100% { box-shadow: 0 0 20px #fff, 0 0 40px #00f0ff, 0 0 60px #00f0ff; }
  50% { box-shadow: 0 0 40px #fff, 0 0 80px #00f0ff, 0 0 100px #00f0ff; }
}

/* Progress text */
.progress-text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 0 0 10px #00f0ff, 0 0 20px #00f0ff;
  animation: bounceText 1s infinite;
}

@keyframes bounceText {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Progress bar */
.progress-container {
  width: 220px;
  height: 12px;
  background: rgba(255,255,255,0.2);
  border-radius: 6px;
  overflow: hidden;
}

#progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg,#00f0ff,#0080ff);
  border-radius: 6px;
  transition: width 0.2s ease;
}

/* Fade out loader */
#loader.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Particle canvas */
#particles {
  position: absolute;
  inset: 0;
  z-index: 0;
}

body.hidden {
  visibility: hidden;
  overflow: hidden;
}


body {
  visibility: visible;
}















:root{
    --lead: #212121;
    --gold-finger: aqua;
    --eye-ball: #fffdf7;
    --hint-yellow:#fcf1cc;
    --pure-white:#fff;

}
body{
    background: var(--eye-ball);
}

/* BASIC STYLING */

.mt-half{
   margin-top: 0.5rem; 
}

a{
    font-size: 1.1rem;
    text-decoration: none;
    color: var(--lead);

}
.flex{
display: flex;
align-items: center;
flex-wrap: wrap;
}
li{
    list-style: none;
}
.between{
    justify-content: space-between;
}
.gap{
    gap: 3rem;
}
.gapp{
    gap: 2rem;
}

.gappp{
    gap: 8rem;
}
.fa-star{
    color: var(--gold-finger);
}

.wrapper{
    max-width: 1400px;
  
    margin: auto;
    padding-inline: 1.5rem;
}
img{
    max-width: 100%;
    display: auto;
    margin: auto;
    display: block;
}
.p-top{
    padding-top: 10rem;
}
.text-center{
    text-align:center;
}
.mt-4{
    margin-top: 4rem;
}
/* SECTION-01 */
H5{
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    color: var(--gold-finger);
    text-transform: uppercase;
}
h2{
    font-size: 3.7rem;
    text-transform: capitalize;
    color: var(--lead);
}
h3{
    font-size: 2rem;
    text-transform: capitalize;
    color: (var(--lead));
}
.service-cart h3{
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}


    .swiper {
      width: 100%;
      height: 100%;
    }
/* HEADER STYLING */
.nav{
    min-height: 14vh;
}
.logo{
    font-size: 2rem;
    font-weight: bold;
    color: var(--gold-finger);
}
.btn{
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background: var(--gold-finger);
    border-radius: 1rem;
    font-size: 1rem;
    color: var(--pure-white);
    box-shadow:rgb(150, 15, 15) 0 3px 1px;
    transition: .3s ease-in-out;
}
.btn:hover{
    background: var(--lead);
}
.cart-icon{
    font-size: 1.3rem;
    position: relative;
}
.cart-icon .cart-value{
    position:absolute;
    top: 50%;
    right: -10px;
    font-size: .85rem;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 100vw;
    background-color: var(--gold-finger);
    color:var(--lead);
    text-align: center;
    line-height: 20px;

}
.da .hamburger{
font-size:1.5rem ;
display: none;
}
.mobile-menu{
    display: none;
}


/* SECTION-2 */

.order-card{
    flex: 1;
    padding: 0 1rem 2rem 1rem;
    flex-basis: 300px;
     background: var(--pure-white);
    border: 0.2rem solid var(--gold-finger);
    border-radius: 2rem;
    box-shadow:
    rgba(0, 0, 0, 0.351) 8px 8px 8px 8px,
    rgba(0, 255, 255, 0.225) 8px 8px 8px 8px inset;
}
.order-card img{
    width: 15rem;
    filter: drop-shadow(
        rgba(0, 0, 0, 0.903) 0 10px 10px
    );
}
h4{
    font-size:1.8rem;
    color:var(--lead) ;

}

.order-card .price{
    font-size: 1.7rem;
    color: var(--gold-finger);
    padding: 1.3rem 0 2rem 0;
}



/* cart */

.cart-tab{
    background: var(--hint-yellow);
    position: fixed;
    inset: 0 -500px 0 auto;
    width: 25rem;
    padding-block: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
    box-shadow:
    rgba(0, 0, 0, 0.351) -10px -10px 28px;
    transition: 0.5s ease-in-out;
}
.cart-tab-active{
  inset: 0 0 0 auto;
}
.cart-list{
    flex: 1;
    width: 100%;
    margin-top: 1.5rem;
    overflow: auto;
}
.cart-list .item:nth-child(even){
    background: var(--eye-ball);
}
.total-container{
    width: 100%;
    background: var(--gold-finger);
    text-align: center;
}
.btn-container .btn{
    background: var(--lead);
    transition: .3s ease-in-out;
    margin-top: 2rem;
}

.btn-container .btn:hover{
    background: var(--gold-finger);
    color: var(--lead);
}
.total-container h4{
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 400;
}
.item .detail{
    flex: 2;
}
.item.slide-out{
    transform: translateX(50%);
}
.item{
    display: flex;
    align-items: center;
    padding: .7rem 1rem;
    gap: 1rem;
    transition:all .5s ease-in-out;
}
.item .item-image img{
    width: 5rem;
}
.item .item-total{
    font-weight: 400;
    margin-top: 0.3rem;
}
.item h4{
    font-size: 1.3rem;
    color: var(--lead);
}
.quantity-btn{
    background: var(--lead);
    color: var(--pure-white);
    width: 1.7rem;
    aspect-ratio: 1;
    border-radius: 100vw;
    text-align: center;
    line-height: 1.7rem;
}
.quantity-value{
    font-size: 1.2rem;
    font-weight: 400;
    margin-inline:.6rem;
}

.cart-list::-webkit-scrollbar{
    width: 0;
}
/* SECTION STYLING */
.hero-section{
    min-height: calc(100vh - 14vh);
}
.content,
.service-cart,
.image-container{
    flex:1;
    flex-basis: 300px;
}
h1{
    font-size: 5.6vw;
    color:var(--lead);
}
h1 span{
    color:var(--gold-finger);
}

p{
    font-size:1.1rem;
    color:grey;
    line-height: 1.8rem;
    font-weight: 400;
}
.para{
    margin-block: 2rem;
    max-width: 550px;
}

.social-icon{
    background: var(--hint-yellow);
    width: 3rem;
    aspect-ratio: 1;
    border-radius: 1rem;
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
     box-shadow:rgb(22, 3, 3) 0 2px 4px 1px;
     transition: .3s ease-in-out;

}
.social-icon:hover{
    background: var(--lead);
    color: var(--pure-white);
}

/* SECTION 03 */

.review-container{
  width: 650px;
  max-width: 100%;
  flex: 1;
   
}
.profile{
    width:4rem;aspect-ratio: 1;
    border-radius: 100vw;
    overflow: hidden;
}
.profile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.arrow{
    width: 2.5rem;
    aspect-ratio: 1;
    border-radius: 100vw;
    background: var(--gold-finger);
    color:black;
    text-align: center;
    line-height: 2.5rem;
}
.app-container{
    background: var(--hint-yellow);
    padding: 3rem 6rem;
    border-radius: 3rem
}
.app-container .content h2{
    font-size: 4.5rem;

}


.app-container .image-container img{
    width: 25rem;
}
.m-auto{
    margin: auto;
}
.input-container{
    width: 43rem;
    max-width: 100%;
    background: var(--pure-white);
    padding: 0.8rem;
    box-shadow: rgba(0, 0, 0, 0.634) 0 5px 8px;
    border-radius: 1rem;
    margin-top: 40px;
}
input[type ="email"]{
    flex: 1;
    height: 7vh;
    background: transparent;
    border: none;
    font-size: 1.1rem;
    padding-left: 1rem;
   
}
input[type ="email"]:focus{
   outline: none;
}
.footer-container{
    margin-top: 10rem;
    padding-block: 4rem;
    background: var(--hint-yellow);
}

.footer-wrapper:nth-child(1){
    flex: 2;
    flex-basis: 300px;
}
.mt-2{
    margin-top: 1.5;
}
.footer-container .flex{
    align-items: flex-start;
}
.footer-wrapper{
    flex: 1;
    flex-basis:150px ;
}
.footer-wrapper .social-icon{
    background-color: var(--pure-white);
}
.footer-wrapper .social-icon:hover{
    background: var(--lead);
    columns: var(--pure-white);
}

.footer-link{
    color: gray;
    font-size:1.1rem;
    transition: .3s ease-in-out;
}
.footer-link:hover{
    color: var(--lead);
}
/* FOOTER STYLING */


/* MRDIA QUERY */
@media  screen and (max-width: 780px){
    /* HEADER-LIST */
    .navlist,
    .da .btn{
        display: none;
    }
 .da   .hamburger{
        display: block;
    }
    .mobile-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    position: absolute;
    top: 20%;
    left: -100%;
    transform: translateX(-50%);
    width: 20rem;
    padding: 2rem;
    background: var(--pure-white);
    border: 0.2rem solid var(--gold-finger);
    border-radius: 2rem;
    box-shadow:
    rgba(0, 0, 0, 0.351) 8px 8px 8px 8px,
    rgba(0, 255, 255, 0.225) 8px 8px 8px 8px inset;
    transition: .8s ease-in-out all;
}
.mobile-menu-active{
    left: 50%;
    transform: translateX(-50%);
}
   /* SECTION-STYLE */
h1{
    font-size: 3.6rem;

}
.content{
    padding-top: 3rem;
}
.gappp{
    gap:0.8rem;
}
.gap-4{
    gap: 4rem;
}
.p-top{
    padding-top: 3rem;
}
h2{
    font-size: 3rem;
}
.app-container{
    padding: 2rem;
}
.app-container .content h2{
    font-size: 3.5rem;
}

}   
