:root{

    --blue:#0000ff;
    }
    



    
    *{
     margin: 0; padding: 0;
     box-sizing: border-box;
     font-family: monospace;
     outline: none; border: none;
     text-decoration: none;
     text-transform: capitalize;
     transition: .2s linear;
    
    }
    
    html{
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
    overflow:scroll;
    
    }
    
    
    section {
    padding: 2rem 9%;
    }
    
    .heading{
    text-align: center;
    font-size: 4rem;
    color: #333;
    padding: 1rem;
    margin: 2rem 0;
    background: rgba(10, 6, 48, 0.767);
    
    }
    
    
    .heading span{
      color: var(--blue);
    
    }
    
    .btn{
    display: inline-block;
    margin-top: 1rem;
    border-radius: 5rem;
    background: red;
    color: rgb(13, 245, 5);
    padding:.9rem 3.5rem;
    cursor: pointer;
    font-size: 1.7rem;
  
    
    }
    
    .btn:hover{
    background: var(--blue);
    
    }
    
    header{
    position: fixed;
    top: 0;left: 0; right: 0;
    background: rgba(0, 0, 0, 0);
    padding: 2rem 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    box-shadow: 0.1rem .1rem rgb(13, 245, 5);
    
    }
    
    
    header .logo{
    font-size: 3rem;
    color: blue;
    font-weight: bolder;
    
    }
    
    
    header .logo span{
    color: red;
    
    
    }
    
    header .navbar a{
    font-size: 2rem;
    padding: 0 1.5rem;
    color: #fff;
    
    }
    
    header .navbar a:hover{
    color: var(--blue);
    
    }
    
    navbar .icons a{
    font-size: 2.5rem;
    color: #fff;
    margin-left: 1.5rem;
    
    }
    navbar .icons a:hover{
    color:var(--blue);
    
    }
    
    
    header #toggler{
    display:none ;
    
    }
    
    
    header .fa-bars{
     font-size: 3rem;
     color: rgb(37, 0, 247);
     border-radius: .5rem;
     padding:.5rem 1.5rem;
     cursor: pointer;
    border:.1rem solid #fff;  
    display:none;
    
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /* home section starts */
    
    .video-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: -1;
  }
  .video-container video {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .content {
      position: relative;
      z-index: 1;
      color: white;
      text-align: center;
      padding: 20px;
  }
    
  
  
  
  
  
  
  
  
  
  
  
  
    .home{
    display: flex;
    align-items: center;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    }
    
    .home .content{
     max-width: 50rem;
    
    }
    
    
    
    .home .content h2{
    font-size: 4rem;
    color: blue;
    line-height: 1;
    
    }
    
    
    
    
    .home .content span{
    font-size: 3.5rem;
    color:red;
    padding: 1rem 0;
    line-height: 1.5;
    
    }


    .home .content span2{
      font-size: 3.3rem;
      color:white;
      padding: 1rem 0;
      line-height: 1.5;
      
      }
      
    
    
    .home .content p{
    font-size: 1.5rem;
    color:rgb(13, 245, 5);
    padding: 1rem 0;
    line-height: 2;
    
    }
    
  
    
  
  
  
  /* home section ends */
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* about section starts */
  
  
  
  
  
  
  
  
  .about .row{
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 2rem 0;
    padding-bottom: 3rem;
    
  }
  
  .about .row .video-container{
   flex:1 1 40rem;
   position: relative;
   
  }
  
  
  .about .row .video-container video{
    width: 100;
    border: 1.5rem solid rgb(72, 92, 207);
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgb(212, 214, 212);
    height: 100%;
    object-fit: cover;
  }
  
  
  
  .about .row .video-container h4{
   position: absolute;
   top: 50%; transform: translateY(-50%);
   font-size: 2rem;
   background: #333;
   width: 100%;
   padding: 1rem 2rem;
  text-align: initial;
  mix-blend-mode: screen;
  
  }
  
  
  
  
  .about .row .content{
   flex:1 1 40rem;
  
  
  }
  
  
  .about .row .content h3{
    font-size: 4rem;
    color:#ca1f1f;
  
  }
  
  
  
  
  .about .row .content p{
   font-size: 1.5rem;
   color:rgb(13, 245, 5);
   padding: .5rem 0;
   padding-top: 1rem;
   line-height: 1.5;
   
  
  }
  
  
  
  
  
  
  /* about section ends */
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* icons section starts */
  
  
  .icons-container{
  background: rgba(27, 226, 21, 0);
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  
  }
  
  .icons-container .icons{
  background: #0000ff;
  border: .1rem solid rgb(7, 255, 40);
  padding: 2rem;
  display: flex;
  align-items: center;
  flex:1 1 25rem;
  
  }
  
  .icons-container .icons img{
  height: 5rem;
  margin-right: 2rem;
  
  
  }
  
  .icons-container .icons h3{
  color:#000;
  padding-bottom: .5rem;
  font-size: 1.5rem;
  
  
  }
  
  
  
  .icons-container .icons span{
  color: #09ff00;
  font-size: 1.3rem;
  
  }
  
  
  /* icons section ends */
  
  
  
  
  
  
  
  
  
  
  /* products section starts */
  
  
  .products .box-container{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
  
  
  }
  
  
  
  .products .box-container .box{
    flex:1 1 30rem;
    box-shadow: 0 .5rem 1.5rem rgb(0, 22, 221);
    border-radius: .5rem;
    border:.1rem solid rgba(255, 1, 1, 0.979);
    position: relative;
  
  }
  
  
  .products .box-container .box .discount{
       position: absolute;
       top:1rem; left:1rem;
       padding:.7rem 1rem;
       font-size: 2rem;
       color:green;
       background:  rgba(44, 46, 155, 0.295);
       z-index: 1;
       border-radius: .5rem;
  
  
  }
  
  
  .products .box-container .box .image{
     position: relative;
     text-align: center;
     padding-top: 2rem;
     overflow: hidden;
  
  
  }
  
  
  
  
  .products .box-container .box .image img{
    height:25rem;
  
  }
  
  
  .products .box-container .box:hover .image img{
   height:25rem;
   transform: scale(1.1);
  
  
  }
  
  
  
  
  
  .products .box-container .box .image .icons{
     position: absolute;
     bottom: -7rem; left: 0; right: 0;
     display: flex;
  
  }
  
  
  
  
  .products .box-container .box:hover .image .icons{
    bottom: 0;
  
  }
  
  
  
  
  
  
  .products .box-container .box .image .icons a{
    height: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    width: 50%;
    background: var(--blue);
    color:rgb(245, 5, 5);
  
  
  }
  
  
  
  
  
  .products .box-container .box .image .icons .cart-btn{
    border-left: .2rem solid rgb(245, 5, 5);
    border-right: .2rem solid rgb(245, 5, 5);
    width: 100%;
  
  
  }
  
  
  
  .products .box-container .box .image .icons a:hover{
    background: rgb(13, 245, 5);
    
  
  }
  
  
  .products .box-container .box .content{
   padding: 2rem;
   text-align: center;
  
  
  }
  
  
  
  .products .box-container .box .content h3{
    font-size: 2.5rem;
    color:blue;
  
  
  }
  
  
  
  
  .products .box-container .box .content .price{
   font-size: 2.5rem;
   color: green;
   font-weight: bolder;
   padding-top: 1rem;
  
  
  }
  
  
  
  
  
  
  .products .box-container .box .content .price span{
   font-size: 1.5rem;
   color: red;
   font-weight: lighter;
   text-decoration: line-through;
   
  
  }
  
  
  
  /* products section ends */
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Styling for the WhatsApp button */
  #whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366; /* WhatsApp green color */
    color: white;
    border-radius: 50%; /* Makes the button circular */
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: none;
  }
  
  /* Optional: Adding hover effect */
  #whatsapp-button:hover {
    background-color: #128C7E;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* contact section starts */
  
  
  
  .contact .row{
    display: flex;
    flex: wrap-reverse;
    gap: 1.5rem;
    align-items: center;
  }
  
  
  
  .contact .row form{
    flex:1 1 40rem;
    padding: 2rem 2.5rem;
    box-shadow: 0 .5rem 1.5rem rgb(17, 0, 255);
    border:.1rem solid rgb(37, 0, 247);
   
    border-radius: .5rem;
  }
  
  
  .contact .row .image{
    flex:1 1 40rem;
    
  
  }
  
  
  
  .contact .row .image img{
    width: 100%;
  
    
  
  }
  
  
  
  
  .contact .row form .box{
     padding: 1rem;
     font-size: 1.7rem;
     color: #333;
     text-transform: none;
     border: .1rem solid rgba(0,0,0, .1);
     border-radius: .5rem;
     margin: .7rem 0;
     width: 100%;
  
  
  }
  
  
  
  
  .contact .row form .box:focus{
     
  border-color: var(--blue);
  
  }
  
  
  .contact .row form textarea{
     height: 15rem;
     resize: none;
  
  }
  
  
  
  
  
  
  
  
  
  
  
  .footer .box-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  
  
  }
  
  
  
  
  
  .footer .box-container .box{
     flex:1 1 25rem;
  
  
  }
  
  
  
  
  
  
  
  .footer .box-container .box h3{
    color: rgb(17, 0, 255);
    font-size: 2.5rem;
    padding: 1rem 0;
  
    
  
  }
  
  
  
  
  
  .footer .box-container .box a{
  display: block;
  color: rgb(13, 245, 5);
  font-size: 1.5rem;
  padding: 1rem 0;
  
  
  }
  
  
  
  
  .footer .box-container .box a:hover{
    color: var(--blue);
    text-decoration: underline;
  
  }
  
  
  
  .footer .box-container .box img{
    margin-top: 1rem;
  
  }
  
  
  .footer .credit{
   text-align: center;
   padding: 1.5rem;
   margin-top: 1.5rem;
   padding-top: 2.5rem;
   font-size: 2rem;
   color: rgb(245, 5, 5);
   border-top: .1rem solid rgba(12, 235, 5, 0.979);
  
  
  }
  
  
  
  
  .footer .credit span{
   color: var(--blue);
  
  
  
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* media queries */
  @media (max-width:991px){
    
    html{
     font-size: 55%;
    }
    
    header{
     padding: 2rem;
  
    }
  
    section{
     padding: 2rem;
  
    }
  
    .home{
     background-position: left;
  
   }
  
  }
  
  
  
  
  @media (max-width:768px){
    header .fa-bars{
      display:block;
    }
  
   header .navbar{
     position: absolute;
     top:100%; left:0; right:0;
     background:rgb(17, 0, 255);
     border-top: .1rem solid rgb(231, 231, 231);
     clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
   }
    
     
     header #toggler:checked ~ .navbar{
       clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
     }
  
  
   header .navbar a{
     margin:1.5rem;
     padding:1.5rem;
     background:rgb(245, 5, 5);
     border:.1rem solid rgba(41, 247, 0, 0.993);
     display:block;
  
   }
  
  .home .content h2{
   font-size: 5rem;
  
  }



  .home .content h2 span{
   font-size: 5rem;
  
  }
  
  .home .content span{
   font-size: 2.5rem;
  
  }
  
  .icons-container .icons h3{
   font-size: 2rem;
  
  
  }
  
  
  
  .icons-container .icons span{
   font-size: 1.7rem;
   
  }
  
  
  
  
  
  }
  
  
  
  @media (max-width:450px){
  
  html{
   font-size: 50%;
  
  
  }
  
  .heading{
   font-size: 3rem;
  }
  
  }



