* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'spartan', sans-serif;
}
.logo{
     border-image: 20px;
     height: 70px;;
     width: 70px;
    
}


.fe-box img{
   border-image: 40px;
     height: 60%;
     width:60% ;
     
}





.section-p1{
    padding: 40px 80px;
}
 
.section-m1{
    margin: 40px 0;
}

button.normal{
    background-color: rgb(8, 111, 246);
    color: white;
    border: 0;
    padding: 10px 30px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}

button.normal:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(8, 111, 246);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
}

    button.white{
    background-color: rgb(8, 111, 246);
    color: white;
    border: 0;
    padding: 10px 30px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}

button.white:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(8, 111, 246);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
}


/* SEARCH BAR */
.search-bar{
    background: white;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    height: 40px;
    width: 380px;
}

.search-bar input{
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
}

.search-btn{
    width: 22px;
    cursor: pointer;
}

#header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 80px;
    background-color: rgb(112, 164, 171);
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;

}

#navbar{
    display: flex;
 align-items: center;
justify-content: center;

}

#navbar li{
    list-style: none;
    padding: 0 20px;
}

#navbar li a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 500;
    padding: 6px 15px;
    border-radius: 20px;
    transition: all 0.6s ease;
}

#navbar li a:hover,
    #navbar li a.active{
    background-color: rgb(255, 255, 255);
    color: rgb(8, 111, 246);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
}

#mobile{
    display: none;
    align-items: center;

}

#close{
    display: none;
  
}


#hero{
    display: flex;
    justify-content: center;
    height: 100vh;                                                                           /* for canva px */
    width: 100%;              
    background-image: url('raw image/about/b1.png');
    background-size: cover;
    background-position: top 40%  right 0;
    padding: 0 80px;
    align-items: flex-start;
    flex-direction: column;
}

#hero {
  padding-top: 50px;
  padding-left: 40%;
}
#hero h4{
    padding-bottom: 15px;
    font-size: 50px;
}
#hero h1{
  color: #088178;
  font-size: 50px;
}

#hero h2{
  
  font-size: 50px;
}
#hero p{
  
  font-size: 15px;
  padding: 13px;
}

#hero  button{
   
    background-color: transparent;
    background-image:url('raw image/features/button.png');
    color:#088178;
    border: 0;
    padding: 14px 80px 14px 65px;
    background-repeat: no-repeat;
   cursor: pointer;
   font-weight: 700;
    font-size: 15px;
}

#hero a {
  
  text-decoration: none;
  color:#088178;
}

#feature .fe-box{
    text-align: center;
    width: 180px;
    padding: 25px 15px;
    box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #12695f68;
    border-radius: 10px;
    margin: 15px 0 ;
   transition: 0.3s ease;

 }
#feature img{
  border-radius: 6px;

}

#feature .fe-box:hover {
   box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.6);
}

#feature .fe-box img{
    width: 100%;
    margin-bottom: 10px;
}

#feature{
    display: flex ;
    align-items: center;
    justify-content: space-around;
      flex-wrap: wrap;
}    


#feature .fe-box h6 {
    padding: 9px 8px 6px 8px;
   line-height: 1;
   border-radius: 4px;
   color: rgb(23, 78, 205);
   background-color: aliceblue;
   
}  
#feature .fe-box:nth-child(2) h6 {
    background-color: #cdebbc;
}
#feature .fe-box:nth-child(3) h6 {
    background-color: #d1e8f2;
}
#feature .fe-box:nth-child(4) h6 {
    background-color: #cdd4f8;
}
#feature .fe-box:nth-child(5) h6 {
    background-color: #f6dbf6;
}

#product1  h2 {
     text-align: center;
     font-size: 45px;
     font-style: sans-serif;
     padding-bottom: 20px;
}
#product1 p {
    text-align: center;
}
#product1 .pro-contiainer{
    display: flex ;
    align-items: center;
    justify-content: space-around;
      flex-wrap: wrap;
      padding: 20px 0;
}






#product1 .pro{

    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #12695f68;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    margin: 15px 0 ;
   transition: 0.3s ease;
    display: inline-block;
    position: relative;
    
}

#product1 .pro img{
    border-radius: 15px;
    width: 100%;
}

#product1 .pro:hover {
   box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.6);

}

#product.dev{
    text-align: start;
    padding: 10px 0;

}


#product1 .pro .dev span{
   color: #606063;
   font-size: 12px;
   

}

#product1 .pro .dev  h5 {
    padding-top: 7px;
    color: black;
    font-size: 14px;
}

#product1 .pro .dev  i{
    font-size: 12px;
    color: rgb(243,181,25);
}
#product1 .pro .dev h4{
    padding: 6px 0;
    font-size: 15px;
    font-weight: 700;
    color: #088178;
}
#product1 .pro a {
    width: 40px;
    height: 40px;
   line-height: 40px;
    border-radius:50px;
    background-color: #e8f6ea;
   font-weight: 500;
   color: #088178;
   border: 1px solid #e8f6ea;
   position: absolute;
   bottom: 20px;
   right: 10px;
    text-align: center;


}
#product1 .pro a:hover {
    background-color: #088178;
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
    border: 1px solid #088178;
}



#banner{
    background-image: url('raw image/banner/b2.jpg');
    background-size: cover;
    background-position: center;
    height: 40vh;
   width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: white;
  
}

#banner h4{
    color: white;
    font-size: 16px;
   
}
#banner h2{
    font-size: 30px;
    padding: 10px 0;
    color: white;
}

#banner h2 span{
    color: #0dd172;
}

#sm-banner .banner-box{
    background-image: url('raw image/banner/b17.jpg');
    background-size: cover;
    background-position: center;
    height: 44vh;
    min-width: 580px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px ;
    color: white;
    
}

.banner-box2{
 background-image: url('raw image/banner/b10.jpg');
  background-size: cover;
    background-position: center;
    height: 44vh;
    min-width: 580px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px ;
    color: white;

}

#sm-banner{
   display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
} 

#sm-banner h4{
    color: white;
  font-size: 28px;
   font-weight: 300;

}


#sm-banner h2{
    color: white;
  font-size: 28px;
   font-weight: 800;

}


#sm-banner span{
    color: white;
  font-size: 14px;
   font-weight: 500;
    padding-bottom: 15px;

}

#banner3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 80px;
    
}   



.banner-box3{
    background-image: url('raw image/banner/b7.jpg');
    background-size: cover;
    background-position: center;
    height: 25vh;
    min-width: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px ;
    margin-bottom: 20px;
    color: white;
    
}


#banner3 h2{
    color: white;
  font-size: 22px;
   font-weight: 900;

}

#banner3 h3{
    color: #ec544e;
  font-size: 15px;
   font-weight: 800;
    

}

.banner-box4{
    background-image: url('raw image/banner/b4.jpg');
    background-size: cover;
    background-position: center;
    height: 25vh;
    min-width: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px ;
    margin-bottom: 20px;
    color: white;
    
}

.banner-box5{
    background-image: url('raw image/banner/b18.jpg');
    background-size: cover;
    background-position: center;
    height: 25vh;
    min-width: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px ;
    margin-bottom: 20px;
    color: white;
    
}


#newsletter{

   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   align-items: center;
   background-image: url("raw image/banner/b14.png");
   background-repeat: no-repeat;
   background-position: 20% 30%;
   background-color: #041e42;

}

#newsletter h4 {
   font-size: 22px;
  font-weight: 700;
   color: #fff;
}

#newsletter p {
   font-size: 14px;
  font-weight: 600;
   color: #818ea0;
}

#newsletter p span {
   
   color: #ffbd27;
}


#form{

   display: flex;
   width: 40%;

}
  

#newsletter 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-top-left-radius: 0;

 
    background-color: rgb(8, 111, 246);
    color: white;
    border: 0;
    padding: 10px 30px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}

footer{

 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}


footer .col
{
    display: flex;
   flex-direction:column ;
  align-items: flex-start;
  margin-bottom: 20px;
}

footer.logo{

  margin-bottom: 30px;
}

footer p {
    font-size: 13px;
    margin: 0 0 8px 0;
}

footer h4{
    font-size: 14px;
    padding-bottom: 20px;
}

footer a {
    font-size: 13px;
    text-decoration: none;
    color:#222;
    margin-bottom:10px;
}


r.follow {

    margin-top: 20px;
}


.follow i{

    color:#52675e;
    padding-right:4px;
    cursor: pointer;
}


.row img{

 border:1px solid #088178;
 border-radius: 6px;
}

.install img{

    margin: 10px 0 15px 0;

}


.icon i:hover
{
    color:#088178;

}

.col a:hover{
    color:#088178;
}


.copyright{

    width: 100%;
    text-align:center
}

#page-header{
    background-image: url("raw image/banner/b1.jpg");
    width: 100%;
    height: 40vh;
    background-size:cover;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 14px; 
}


#page-header h2{
    color: #e8f6ea;
    font-size: 50px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#page-header p{
    color: #e8f6ea;
    font-size: 20px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#pagination{
    text-align: center;
}

#pagination a{
    text-decoration: none;
    background-color: #088178;
    color:#fff;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 4px;
    
 }

  #pagination a:hover{
    background-color: #088178;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
 }

 #pagination a i{
    font-size: 16px;
    font-weight: 600;
 }

   #prodetails{
    display: flex;
    margin-top: 20px;
    
   }

   #prodetails .single-pro-image{
    width: 50%;
    padding-top: -40px;
   }


 #prodetails .single-pro-details h6{

    font-size: 16px;
    color: #088178;
    padding: 20px 0;
    font-weight: 600;

 }



#prodetails .single-pro-details h4 {
   
    padding: 10px 0 20px 0 ;
}

#prodetails .single-pro-details h2 {
    font-size: 26px;
    padding: 10px 0 20px 0  ;
   }

   .wrap-text{
    display: inline-block;
    text-align: justify;
    text-justify: inter-word;
    line-height: 25px;
    width: 50%;
   }


 #prodetails .single-pro-details select{
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
 }

 #prodetails .single-pro-details input{
    width: 50px;
   height: 47px;
   padding-left:10px ;
   font-size: 16px;
    margin-right: 10px;
 }


      
       
      

      .color-content h3{                          /*   color selection */
       text-transform: uppercase;
       font-size: 1.2rem;
      }

      .color{
        width: 25px;
        height: 25px;
        background: none;
        border-radius: 50%;
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        -ms-border-radius:50%;
        -o-border-radius:50%;
        margin-right: 12px;
        cursor: pointer;
        transition: all 0.5 ease;
        -webkit-transition: all 0.5 ease;
        -moz-transition: all 0.5 ease;
        -ms-transition: all 0.5 ease;
        -o-transition: all 0.5 ease;

      }

      .color-black{
        background-color: black;
      }
      .color-blue{
        background-color: #085ea0;
      }
      .color-yellow{
        background-color: #c0b50d;
      }
      .color-red{
        background-color: #8b0516;
      }
      .color-white{
        background-color: #ededed;
      }

      .color:hover {
        box-shadow: 0 5px 8px 0 rgba(7, 7, 7, 7);
      }
      .active-color{
        box-shadow:0 5px 8px 0 rgba(255, 174, 0, 0.637) ;
      }

      .color-groups{
        padding: 1rem 0;
        display: flex;
      }

      





 
     .cart-button {                                          /*   button section */
        position:absolute;
       width: 160px;
        height: 45px;
        border-radius: 5px;
        color: #fff;
        background: #088178;
        overflow: hidden;  
        cursor:pointer;
        transition: .3s ease;
        

         }
    
         .cart-button:active{
         transform: scale(.9);
         }

         .cart-button .fa-shopping-cart{
            position: absolute;
            top: 50%;
            left: -11%;
            transform: translate(-50%, -50%);
            z-index: 2;
            font-size: 2rem;
            color: #ffffff;
            
    
         }

         .cart-button .fa-box{
            position: absolute;
            top: -28%;
            left: 52%;
            transform: translate(-50%, -50%);
            z-index: 2;
            font-size: 1.2rem;
            color:#ffffff;
            
         }
         
        
         
         .cart-button .add-to-cart, 
         .cart-button .added{
            
            
            top: 50%;
            left: 50%;
            position: absolute;
            transform: translate(-50%, -50%);
            font:700 10px 'open sans', sans-serif;
            
          }

            .cart-button .added{
                opacity: 0;
            }

          

          .cart-button.clicked .fa-shopping-cart{
            animation: cart 1.5s 
            ease-in-out forwards;
          }

          .cart-button.clicked .fa-box{
            animation: box 1.5s 
            ease-in-out forwards;
          }

          .cart-button.clicked .add-to-cart{
            animation: text1 1.5s 
            ease-in-out forwards;
          }

          .cart-button.clicked .added{
            animation: text2 1.5s 
            ease-in-out forwards;
          }

 
          @keyframes cart{ 0%{
                left: -10%;}
          
          40%,60%{
            left:50%;
          }

          100% {
            left:114%;
          }
         } 
    
         @keyframes box { 
            0%,40%{
                top: -20%;}
          
          60%{
            top:30%;
            left:52%;
          }

          100% {
            top:40%;
            left:112%;
          }
         }


          @keyframes text1 {
            0%{
                opacity: 1;
            }
            20%,100%{
                opacity: 0;
            }
          }

          @keyframes text2 {
            0%,80% {
                opacity: 0;
            }
            100%{
                opacity: 1;
            }
          }





    #prodetails .single-pro-details input:focus {
  outline: none;
  border-radius: 5px;
}

#prodetails .single-pro-details span {
  line-height: 25px;
}

.single-pro-image {
  width: 40%;
  margin-right: 50px;
}

.thumbnail-slider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  position: relative;
}

.thumb-nav {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 20px;
  padding: 1px 3px;
  cursor: pointer;
  border-radius: 4px;
}

.thumb-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 10px;
  padding-bottom: 10px;
  flex: 1;
}

.thumb-track::-webkit-scrollbar {
  display: none;
}

.thumb-track img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}

.thumb-track img.active {
  opacity: 1;
  border: 2px solid #333;
}


 /*image slider*/

 
 


   /* for card product */


 /* product veriants */

#vproduct1  h2 {
     text-align: center;
     font-size: 45px;
     font-style: sans-serif;
}
#vproduct1 p {
    text-align: center;
}
#vproduct1 .pro-contiainer{
    display: flex ;
    align-items: center;
    justify-content: space-around;
      flex-wrap: wrap;
      padding: 20px 0;
}





.cards {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  
}

.card {
  width: 250px;             /* approx card width */
  min-width: 180px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
 box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.card:hover{
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.6);
}

.card img {
  width: 100%;              /* full card width */
  height: 280px;            /* approx height */
  object-fit: cover;
}

.card .price {
  margin: 10px 0 4px;
  font-size: 1rem;          /* ~16px */
  font-weight: 600;
  color: #b01368;           /* myntra style magenta */
}

 .card .title {
  margin-bottom: 12px;
  font-size: 0.9rem;        /* ~14px */
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #333;
 }



 


    /* Blog page */

    #pageheader .blog-header{
    background-image: url("raw image/banner/b19.jpg");
    width: 100%;
    height: 30vh;
    background-size:cover;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 14px; 

   
 }

  
#blog {
  padding: 150px 150px 0 150px;
}

/* yaha space add kiya */
#blog .blog-box {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding-bottom: 90px;
}

#blog .blog-img {
  width: 50%;
  margin-right: 40px;
}

#blog .blog-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* blog-details ka width sahi likho (px ya % ke sath) */
#blog .blog-details {
  width: 50%;
}


#blog .blog-details a {
  text-decoration: none;
  font-size: 11px;
  color: #222;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
  
}

#blog .blog-details a::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #222;        /* border-color nahi, background use karein */
  position: absolute;
  top: 4px;
  right: -60px;
}

#blog .blog-details a:hover{
  color: #088178;
}
#blog .blog-details a:hover::after {
  color: #088178;
}

#blog .blog-box h1 {
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 70px;
  font-weight: 700;
  color: #c9cbce;
  z-index: -9;
}


   /* About page  */
.about-header{
  background-image: url("raw image/about/banner.png");
  width: 100%;
    height: 40vh;
    background-size:cover;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 14px; 
  }


  #about-head {
    display: flex;
    align-items: center;
  }




 #about-head img{
  width: 50%;
  height: auto;
 }

#about-head p{
  padding-bottom: 30px;
}

#about-head div{
  padding-left: 40px;
}

.about-app{
  text-align: center;
}

.about-app .video{
  width: 70%;
  height: 100%;
  margin-top:30px auto 0 auto;
  padding-left: 20rem;
}

.about-app .video video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

 /* Contac page  */

#contact-details{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#contact-details .details {
  width: 40%;
}

#contact-details .details span,
 #form-details form span{
  font-size: 12px;
}

#contact-details .details h2,
 #form-details form h2 {
  font-size: 26px;
  line-height: 35px;
  padding: 20px 0;
}

#contact-details .details h3 {
  font-size: 16px;
  padding-bottom: 15px;
}

#contact-details .details li {
  list-style: none;
  display: flex;
  padding: 10px 0;
}

#contact-details .details li i{
  font-size: 14px;
  padding-right: 22px;
}

#contact-details .map {
  width: 55%;
  height: 400px;
}

#contact-details .map iframe{
  width: 100%;
  height: 100%;
}



#form-details{
  display: flex;
  justify-content: space-between;
  padding: 80px;
  margin: 30px;
  border: 1px solid #e1e1e1;
}

.notice h3{padding-top: 15px;
padding-left: 16px;}




#form-details form {
width: 65%;
display: flex;
flex-direction: column;
align-items: flex-start;
}
#form-details form input,
 #form-details form textarea{
width: 100%;
padding: 12px 15px;
outline: none;
margin-bottom: 20px;
border: 1px solid #e1e1e1;
}
 #form-details .people div {
  padding-bottom: 25px;
  display: flex;
  align-items: flex-start;
 }



 #form-details .people div img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  margin-right: 15px;

 }

  #form-details .people div p {
    margin: 0;
    font-size: 13px;
    line-height: 25px;
  }

#form-details .people div p span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}


 /* Cart page  */
#cart {
  overflow-x:auto ;
}
#cart table {
  width: 100%;
  border-collapse: collapse;   /* cell borders merge */
  table-layout: fixed;         /* equal column width */
  white-space: nowrap;         /* text line-break na ho */
}

#cart table img {
  width: 70px;                 /* image size */
  
}

#cart table td:nth-child(1){
  width: 100px;
  text-align: center;

}
#cart table td:nth-child(2){
  width: 150px;
  text-align: center;
  
}
#cart table td:nth-child(3){
  width: 250px;
  text-align: center;
  
}
#cart table td:nth-child(4),
#cart table td:nth-child(5),
#cart table td:nth-child(56){
  width: 150px;
  text-align: center;
  
}


#cart table td:nth-child(5) input{
 width: 70px;
 padding: 7px 5px 10px 12px;

}


#cart table thead {
  border: 1px solid #e2e9e1;
  border-left: none;
  border-right: none;

}


#cart table thead td {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  padding: 18px 0;
}

#cart table tbody tr td {
  padding-top: 15px;
}

#cart table tbody  td {
  font-size: 13px;
}

#cart-add{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#coupon{
width: 50%;
margin-bottom: 30px;
}

#coupon h3,
#Subtotal h3{
  padding-bottom: 15px;
}

#coupon input {
  padding: 10px 20px;
  outline: none;
  width: 60%;
  margin-right: 10px;
  border: 1px solid #e2e9e1;
}

#Subtotal {
width: 50%;
margin-bottom: 30px;
border: 1px solid #e2e9e1;
padding: 30px;
}

#Subtotal table{
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
#Subtotal table td{
  width: 50%;
  border: 1px solid #e2e9e1;
  padding: 10px;
  font-size: 13px;

}

/* For loign page  */



#login{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  height: 100%;
  background: linear-gradient(90deg, #e2e2e2, #c9d6ff);
}

.container-login{

position: relative;
width: 850px;
height: 550px;
background: #fff;
border-radius: 30px;
box-shadow: 0 0 30px rgba(0,0,0,.2);
margin: 20px;
overflow: hidden; 
}

.from-box{
  position: absolute;
  right: 0;
  width: 50%;
  min-height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  color: #333;
  text-align: center;
  padding: 40px;
  z-index: 1;
  transition: 0.6s ease-in-out 1.2s, visibility 0s 1s;
}

#login.active .from-box {
  right: 50%;
}




.from-box.register {
  visibility: hidden;
}

#login.active .from-box.register {

  visibility: visible;
}


form{
  width: 100%;
  height: 60%;
}

.container-login h1 {
  font-size: 36px;
  margin: -10px 0;
}

.input-box{
  position: relative;
  margin: 30px 0;

}

.input-box input {
  width: 100%;
  padding: 13px 50px 13px 20px;
  background: #eee;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}


.input-box input::placeholder {
  font-weight: 400;
  color: #888;

}


.input-box i {
  position: absolute;
  right: 20px;
  top:50%;
  transform:translateY(-50%);
 
  color: #888;
}
.forgot-link {
  margin: -15px 0 15px;
}
.forgot-link a {
  font-size: 14.5px;
  color: #333;
  text-decoration: none;
}


.btn {
  width: 100%;
  height: 48px;
  background: #7494ec;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.container-login p{
  font-size: 14.5px;
  margin: 15px 0;
}

.social-icon{
  display: flex;
  justify-content: center;
}



.social-icon a {
  display: inline-flex;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 8px;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  margin: 0 8px;

}

.toggle-box{
  position: absolute;
  width: 100%;
  height: 100%;
 
}
.toggle-box::before {
  content: '';
  position: absolute;
  left: -250%;
  width: 300%;
  height: 100%;
   background: #7494ec; 
  border-radius: 150px;
  z-index: 2;
  transition: 1s ease-in-out;

 
}



#login.active .toggle-box::before {
  left: 50%;
}
.toggle-panel {
  position: absolute;
  width: 50%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: 0.6s ease-in-out;

}
.toggle-panel.toggle-left{
   transition: 1.2s;
  left: 0;
}
#login.active .toggle-panel.toggle-left{
   left: -50%;
   transition: 0.6s ;

}
.toggle-panel.toggle-right {
  right: -50%;
 transition: 0.6s;
}

#login.active .toggle-panel.toggle-panel.toggle-right{
  right: 0;
  transition: 1.2s;
}

.toggle-panel p {
  margin-bottom: 20px;
}
.toggle-panel .btn {
  width: 160px;
  height: 46px;
  background: transparent;
  border: 2px solid #fff;
  box-shadow: none;
}



/* SEARCH BAR */
/* Search Hidden Container */
/* SIMPLE SEARCH BAR */











/* RESPONSIVE FIX */

@media (max-width:1240px) {

 
  #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 30px;
    background-color: rgb(112, 164, 171);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}

#navbar li {
    list-style: none;
    padding: 0 16px;
}

#navbar li a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 17px;
    font-weight: 500;
    padding: 6px 15px;
    border-radius: 20px;
    transition: all 0.6s ease;
}



}


@media (max-width:1060px) {

 
  #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 30px;
    background-color: rgb(112, 164, 171);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}

#navbar li {
    list-style: none;
    padding: 0 13px;
}

#navbar li a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 17px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 20px;
    transition: all 0.6s ease;
}

#hero {
    padding-top: 50px;
    padding-left: 40%;
}

}


@media (max-width:890px) {

 
  #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 30px;
    background-color: rgb(112, 164, 171);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}

#navbar li {
    list-style: none;
    padding: 0 10px;
}

#navbar li a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 20px;
    transition: all 0.6s ease;
}

#hero {
    padding-top: 50px;
    padding-left: 60%;
}

}

/* ============================= */
/* 📱 Tablets & Medium Devices   */
/* ============================= */

@media (max-width:768px) {


  
 
  
  

  /* Common Padding */
  .section-p1 {
    padding: 20px 30px;
  }

  /* Header Section */
  #header {
    padding: 20px 30px;
    height: 75px;
  }

  /* Navbar */
  #navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    width: 280px;
    background: #fff;
    padding: 80px 0 0 15px;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }

  #navbar.active {
    right: 0;
  }

  #navbar li {
    margin-bottom: 20px;
  }

  #navbar li a {
    font-size: 18px;
  }

  #mobile {
    display: flex;
    align-items: center;
  }

  #mobile i {
    color: black;
    font-size: 26px;
    margin-left: 10px;
  }

  #close {
    display: initial;
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 25px;
    color: #222;
  }

  #lg-bag {
    display: none;
  }

  /* Hero Section */
  #hero {
    height: 80vh;
    background-position: top 20% right 40%;
    background-image: url('raw image/about/b1.png');
    padding: 0 60px;
  }

  #hero h1 {
    font-size: 38px;
  }

  #hero h2 {
    font-size: 30px;
  }

  #hero h4 {
    font-size: 22px;
  }

  #hero p {
    font-size: 16px;
    max-width: 90%;
  }

  /* Features Section */
  #feature {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  #feature .fe-box {
    width: 180px;
    height: 200px;
  }

  /* Products Section */
  #product1 .pro-contiainer {
    justify-content: center;
    gap: 20px;
  }

  #product1 .pro {
    width: 200px;
    padding: 10px;
  }

  #product1 .pro img {
    width: 100%;
    height: auto;
  }

  #product1 h2 {
    font-size: 32px;
  }

  /* Banner */
  #banner {
    height: 40vh;
  }

  #sm-banner .banner-box,
  .banner-box2, .banner-box3 {
    width: 100%;
    margin-bottom: 25px;
  }

  /* Newsletter */
  #newsletter {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  #newsletter h4 {
    font-size: 22px;
  }

  #newsletter button {
    font-size: 16px;
    padding: 10px 18px;
  }

  #form {
    width: 90%;
    margin-top: 20px;
  }

  #page-header {
    
    height: 35vh;
    
}

  /* Footer */
  footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 25px;
  }

  
  /* About Page */
  #about-head {
    flex-direction: column;
  }

  #about-head img {
    width: 100%;
    margin-bottom: 20px;
  }

  .about-app .video {
    width: 100%;
   padding-left: 0;
  }

  /* Contact Page */
  #contact-details {
    flex-direction: column;
  }

  #contact-details .details,
  #contact-details .map {
    width: 100%;
    margin-bottom: 20px;
  }

  /* Cart Page */
  #cart table {
    font-size: 14px;
  }

  #Subtotal, #coupon {
    width: 100%;
  }

  /* Blog Page */
  #blog {
    padding: 60px 30px 0 30px;
  }

  #blog .blog-box {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }

  #blog .blog-img {
    width: 100%;
    margin-bottom: 25px;
  }

  #blog .blog-img img {
    
    height: 70vh;
    
}

  #blog .blog-details h4 {
    min-width: 220%;
  }

  #blog .blog-details p {
    min-width: 200%;
  }

  #blog .blog-details ul {
    min-width: 220%;
  }

 

  /* Login Page */
  #login {
    height: calc(100vh - 50px);
  }

  .from-box {
    width: 100%;
    height: 100%;
  }

  .toggle-panel {
    width: 100%;
    height: 35%;
  }

  /* Image Slider */
  .thumbnail-slider img {
    width: 90px;
    height: 90px;
  }

}

/* ========== LARGE PHONES (max-width: 600px) ========== */
/* Larger phones */
@media (max-width:600px) {

  .section-p1 {
    padding: 15px;
  }

  #header {
    padding: 18px 35px;
    height: 70px;
  }

  #hero {
    height: 90vh;
    padding: 0 60px;
    background-position: top 30% right 45%;
    background-image: url('raw image/about/b5.png');
  }

  #hero h4 {
    padding-bottom: 10px;
    font-size: 28px;
  }

  #hero h1 {
    color: #088178;
    font-size: 30px;
  }

  #hero h2 {
    font-size: 28px;
  }

  #hero p {
    font-size: 16px;
    padding: 10px;
  }

  #navbar {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: -320px;
    height: 100vh;
    width: 320px;
    background-color: white;
    padding: 90px 0 0 20px;
    transition: 0.3s;
  }

  #navbar.active {
    right: 0;
  }

  #navbar li {
    margin-bottom: 30px;
  }

  #navbar li a {
    font-size: 22px;
  }

  #mobile {
    display: flex;
    align-items: center;
  }

  #mobile i {
    color: black;
    font-size: 26px;
    padding-left: 8px;
  }

  #mobile a {
    margin: 8px;
  }

  #close {
    display: initial;
    position: absolute;
    top: 35px;
    left: 25px;
    color: #222;
    font-size: 26px;
  }

  #lg-bag {
    display: none;
  }

  #feature {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  #feature .fe-box {
    margin: 10px;
    height: 170px;
    width: 150px;
  }

  #product1 .pro {
    margin-top: 10px;
   
    padding: 12px 15px;
  }

  #product1 .pro a {
    bottom: 15px;
    right: 10px;
  }
  

  #vproduct1 .pro {
    margin: 20px;
  }

  #banner {
    height: 35vh;
  }

  #sm-banner .banner-box,
  .banner-box2,
  .banner-box3,
  .banner-box4,
  .banner-box5 {
    min-width: 100%;
    margin-bottom: 25px;
    height: 35vh;
  }

  #newsletter {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  #newsletter h4 {
    font-size: 22px;
  }

  #newsletter button {
    padding: 12px 20px;
    font-size: 15px;
  }

  #form {
    width: 100%;
    margin-top: 25px;
  }

  footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  footer .col {
    width: 100%;
    margin-bottom: 17px;
  }

  #page-header {
    height: 28vh;
  }

  #product1 h2,
  #vproduct1 h2 {
    font-size: 32px;
  }

  /* Product variants */
  .card {
    width: 190px;
  }

  .cards {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding-top: 40px;
  }

  .card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  /* Single Product */
  #prodetails {
    flex-direction: column;
  }

  #prodetails .single-pro-image {
    width: 100%;
    margin-right: 0;
  }

  .wrap-text {
    width: 100%;
  }

  /* Contact page */
  #form-details {
    margin: 30px;
    padding: 40px 25px;
    flex-wrap: wrap;
  }

  #form-details form {
    width: 100%;
    margin-bottom: 30px;
  }

  /* Login page */
  #login {
    height: calc(100vh - 40px);
  }

  .from-box {
    width: 100%;
    height: 100%;
  }

  #banner3 {
    padding: 0 25px;
  }

  /* Blog section */
  #blog {
    padding: 100px 35px 0 35px;
  }

  #blog .blog-box {
    flex-direction: column;
    width: 100%;
  }

  #blog .blog-details,
  #blog .blog-img {
    width: 100%;
  }

  .about-header {
    height: 35vh;
  }

  #about-head {
    flex-direction: column;
  }

  #about-head img {
    width: 100%;
    margin-bottom: 25px;
  }

  .about-app .video {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    padding-left: 0;
  }

  #contact-details {
    flex-direction: column;
  }

  #contact-details .details {
    width: 100%;
    margin-bottom: 30px;
  }

  #contact-details .map {
    width: 100%;
    height: 300px;
  }

  /* Cart table */
  #cart table td {
    text-align: center;
  }

  #cart table td:nth-child(1) { width: 90px; }
  #cart table td:nth-child(2) { width: 110px; }
  #cart table td:nth-child(3) { width: 110px; }
  #cart table td:nth-child(4) { width: 220px; }
  #cart table td:nth-child(5) { width: 60px; }
  #cart table td:nth-child(6) { width: 150px; }

  #Subtotal,
  #coupon {
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 585px) {
  #product1 .pro {
    
    width: 25%;
    min-width: 200px;
    
   }

 .card {
    /* width: 250px; */
    min-width: 18px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

}
@media (max-width:480px) 
{
    .section-p1{
    padding: 10px;
     
    }

    #header {
    padding: 15px 25px;
    height: 67px;
    }



    #hero {
      padding-top: 50px ;
      height: 90vh;
      padding: 0 80px;
      background-position: top 30% right 50%;
      background-image: url('raw image/about/b5.png');
      
    }
    #hero h4{
    padding-bottom: 8px;
    font-size: 25px;
}
#hero h1{
  color: #088178;
  font-size: 25px;
}

#hero h2{
  
  font-size:25px;
}
#hero p{
  
  font-size: 15px;
  padding: 13px;
}
    #navbar {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    width: 180px;
    background-color: #70a4ab;
    padding: 80px 0 0 10px;
    transition: 0.3s ;

  }

 #navbar.active{
    right: 0;
 }


    #navbar li{
    margin-bottom: 25px;
    }
    #navbar li a{
    font-size: 20px;
    }

    #mobile{
    display: flex;
    align-items: center;
    
    }

    #mobile i{
        color: black;
        font-size: 24px;
        
    }

    #mobile a{
      margin: 5px;
    }
 #close{
    display: initial;
    position: absolute;
    top: 30px;
    left: 20px;
    color:#222;
    font-size: 24px;

 }

 #lg-bag{
    display: none;
    
 }

   
  
   #feature{
    justify-content: space-evenly;
    flex-wrap: wrap;
   }
   #feature .fe-box{
    margin: 10px ;
    height: 150px;
    width: 130px;
   }


   #vproduct1 .pro-contiainer{
    justify-content: center;
   }

   #product1 .pro-contiainer {
    gap: 20px;
}

   #product1 p {
    margin-bottom: 0px;
   }

   #product1 .pro {
    margin-top: 0px;
    width: 25%;
    min-width: 175px;
    padding: 10px 12px;
   }

  

   #product1 .pro a{
    bottom: 15px;
    right: 10px;
   }

   #pagination a {
  
    padding: 10px 10px;
    border-radius: 4px;
    }

   #vproduct1 .pro{
    margin: 15px ;
   }

    #banner {
    height: 30vh;
    }

   .banner-box3, .banner-box4, .banner-box5{
    min-width: 100%;
    margin-bottom: 20px;
   }
   #sm-banner .banner-box, .banner-box2{
    min-width: 100%;
    margin-bottom: 20px;
    height: 30vh;
   }
   #newsletter{
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
   
    
   }
   #newsletter button {
    padding: 10px 15px;
    font-size: 14px;
   }
   #newsletter h4{
    font-size: 20px;
   }
   #form{
    width: 100%;
    margin-top: 20px;
   }
   footer{
    flex-direction: column;
    align-items:flex-start ;
    padding: 0 20px;
   }
   footer .col{
    width: 100%;
    margin-bottom: 15px;
   }


   #page-header {
    height: 25vh;
   }
   #vproduct1 h2 {
    font-size: 32px;
   }
   #product1 h2 {
    font-size: 29px;
    padding-bottom: 0px;
   }

    /* product veriants */
   .card {
  width: 170px;             
  min-width: 20px;
  

   }
   .cards {
    grid-template-columns: 1fr 1fr;  /* 2-column layout */
    gap: 10px;
    padding-top: 40px;
  }

  .card img {
    width: 100%;
     height: 160px; 
    object-fit: cover;
}

.card .price {
    margin: 4px 0 4px;
    font-size: 1rem;
    font-weight: 600;
    ;
}
.card .title {
    margin-bottom: 4px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}
    /* single porduct */
  #prodetails {
    display: flex;
   flex-direction: column;
}

#prodetails .single-pro-image {
    width: 100%;
   margin-right: 0px;
}
  .wrap-text {
   
    width: 100%;
}



/*image slider*/



.nav.prev { left: 10px; }
.nav.next { right: 10px; }

.thumbnail-slider {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.thumbnail-slider img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}

.thumbnail-slider img.active {
  opacity: 1;
  border: 2px solid #333;
}
 /* contact page  */
#form-details {
   margin: 20px;
    padding: 40px 20px;
    flex-wrap: wrap;
}
#form-details form {
    width: 100%;
    margin-bottom: 30px;
}

 /* for login page  */
 #login{
    height: calc(100vh - 40px);
  }
  
  .from-box {
    
    bottom: -50px;
    width: 100%;
    height: 100%;
   
  }
  #banner3 {
  
    padding: 0 20px;
}


  #login.active .from-box{
    right: 0;
    bottom: 30%;
  }


  .toggle-box::before {
    left: 0;
    top: -270%;
    width: 100%;
    height: 300%;
    border-radius: 20vw;
  }


  #login.active .toggle-box::before{
    left: 0;
    top: 70%;
  }


  .toggle-panel {
    
    width: 100%;
   height: 30%;
  }

  .toggle-panel.toggle-left {
    top: 0;
  }

  #login.active .toggle-panel.toggle-left {
    left: 0;
    top: -30%;
  }

 .toggle-panel.toggle-right{
    right: 0;
    bottom: -30%;
  }

  #login.active .toggle-panel.toggle-right {
    bottom: 0;
  }

  #blog {
    padding: 100px 25px 0 25px;
}
#blog .blog-box {
    flex-direction: column;
    align-items: start;
    width: 100%;
}
#blog .blog-details {
    width: 100%;
}
#blog .blog-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
}

.about-header{
    height: 30vh;
    }
#about-head {
    flex-direction: column;
}

#about-head img {
    width: 100%;
    margin-bottom: 25px;
}

 .about-app .video {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    padding-left: 0rem;

}

#contact-details {
    flex-direction: column;
}


#contact-details .details {
    width: 100%;
    margin-bottom: 30px;
}
#contact-details .map {
    width: 100%;
    height: 300px;
}

#cart table td:nth-child(1) {
    width: 80px;
    text-align: center;
}

#cart table td:nth-child(2) {
    width: 100px;
    text-align: center;
}
#cart table td:nth-child(3) {
    width: 100px;
    text-align: center;
}

#cart table td:nth-child(4) {
    width: 200px;
    text-align: center;
}
#cart table td:nth-child(5) {
    width: 50px;
    text-align: center;
}
#cart table td:nth-child(6) {
    width: 150px;
    text-align: center;
}

#Subtotal {
    width: 100%;
}

#coupon {
    width: 100%;

}

footer h4 {
    
    padding-bottom: 10px;
}

.install img {
    margin: 0px 0 5px 0;
}


}






