*{
    font-family: sans-serif;
    --primary-color: #182939;
    ---primary-color2:#124363;
    --primary-grey-color: #ccc;
    ---primary-white-color:#E5F4FB;
    ---primary-blue-color:#00aeff;
    --primary-grey-color-2:#a0a0b4;
    --black-color:rgba(0, 0, 0, 1);
    --white-color:#fff;
    --black-color-2:#212529;
    a{
        color: unset;
        text-decoration: none;
    }
}

/* website hide */

/* .mainsite{
    display: none;
} */
 .center{
  text-align: center!important;
 }
 .h2{
  font-size: 40px!important;
  margin-bottom: 20px!important;
 }

.m-1{
    background-color: var(--white-color);
    width: 80%;
    margin: 10px auto
}
.p-1{
    padding: 20px 0;
}
.font-b{
    color: var(--black-color);
}

button.primary{
    padding: 10px 20px;
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    &:hover{
        background-color: var(--primary-blue-color);
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
    }
}




body{
    color: #E5F4FB ;
    margin: 0;
    background-color: var(--primary-grey-color);

}
/* navbar */
.nav{
    background: var(--primary-color);
  
}


.warenty-check{
  width: 80px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  color: var(--white-color);
  padding: 10px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease-in-out;
  /* &:hover{
    
  } */
  p{
    margin: 0;
  }
  img{
    width: 100%;
    border-radius: 70px;

  }
}



.navbar{



  
    width: 80%;
    margin: auto;
    /* height: 60px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    .logo{
        transition: .5s;
        width: 450px;
        img{
            width: 100%;
            filter: drop-shadow(5px 2px 5px var(---primary-blue-color));
        }
        
    }
    .logo:hover{
        transform: scale(1.1);
        transform: rotateX(356deg);
    }
    .nav-links{
        ul{
            display: flex;
            li{
                transition: .2s;
                list-style: none;
                color: var(---primary-white-color);
                padding: 10px 20px;
                a{
                    white-space: nowrap;
                }
                
                }
                li:hover{
                    scale: 1.1;
                    color: var(---primary-blue-color);
                    text-decoration: underline;
                    /* border-radius: 5px; */
                }

                .navbar-link-button{
                  display:block;
                }
            
            }
            li.active{
                scale: 1.1;
                    color: var(---primary-blue-color);
                    text-decoration: underline;
            }
           

            }
            .product{
              margin-top:10em;
            }


        .search_bar{
            display: flex;
            width: -webkit-fill-available;
            margin: 0 40px;
            height: 35px;
            .search_icon{
                background-color: #E5F4FB;

                width: 35px;
                cursor: pointer;
                height: 35px;
                text-align: center;
                align-content: center;
                i{
                    color: var(--primary-color);
                    font-size: 20px;
                }
            }

            input{
                padding: 2px 10px;
                border-radius:  0 0 8px;
                border: none;
                color: var(--primary-color);
                width: -webkit-fill-available;
            }
            input:focus-visible{
                outline: none;
            }
        }
    }
   
    .navbar-link-button{
     display: block;
    }
.navbar-link-button{
  display: flex;
}
.navbar-hide{
  z-index: 6353;
  padding: 50px;
  background-color: white;
  width: 10%;
  align-items: end;
  display: none;

 
}
.hide-div:hover{
  .navbar-hide{
    display: block;
  }
}
.dropbtn {

  color: white;
  
  font-size: 13px;
  border: none;
  font-family: 'Courier New', Courier, monospace;
  z-index: 545;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 15px;
  border-radius: 10px;

}

.dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropbtn:hover .dropdown-content {display: block;}


  

/* Category */
.navbar-hide-button{
  display: none;
} 

.cate{
    display: flex;
    /* text-align: center; */
    justify-content: center;
    padding: 20px 0;
    text-align: center;
    gap: 30px;
    overflow: hidden;
    overflow-x:scroll !important;
}
    .cate-card{
        width: 100px;
        scale: 0.9;
        img{
            width: 100%;
            height: 100px;
        }
        h5{
            margin: 5px;
            color: var(--black-color);
        }
    }
    .cate-card:hover{
        cursor: pointer;
        scale: 1;
        box-shadow: 1px 5px 15px var(--primary-grey-color);
    }




.cate-last{
 /* background-color: var(--primary-color); */
 img{
  filter: drop-shadow(5px 2px 5px var(---primary-blue-color));
 }
}


/* slides */

.slider_section {
    border-radius: 0 0 20px 20px;
    height: 270px;
    /* margin:5em 0 0 0; */
    position: relative;
  }
 
  
  .single_img {
    display: none;
    height: 100%;
  }
  
  .single_img:first-child {
    display: block;
  }
  
  .imgslider{
    height: 270px;
    border-radius: 0 0 20px 20px;
    position: relative;
    background-position: center;
    line-height: 270px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .imgslider::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--black-color);
    z-index: -1;
    opacity: 0.3;
    border-radius: 0 0 20px 20px;

    width: 100%;
    height: 100%;
  }
 
  
  .slidercontent{
    line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
 
  }

  .single_img h2{
    color: var(--white-color);
    width: 80%;
     margin:60px auto;
    font-size: 3em;
    margin-bottom: 10px;
  }
  .single_img button{
    border-radius: 50px;
    height: 10%;
    width: 100%;
    color: white;
    border: 0px;
    cursor: pointer;
    font-weight: 400;
 font-size:large;
    background: -webkit-linear-gradient(left,  #182939, #124363, #56d8e4, #9f01ea);
    transition: all 0.4s;























  }
  #left_slider,
  #right_slider {
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: var(--white-color);
    padding: 10px;
    background-color: transparent;
    position: absolute;
    top: 40%;
    cursor: pointer;
  }
  
  #left_slider:hover,
  #right_slider:hover {
    background-color: var(--black-color);
  }
  
  /*position left arrow*/
  #left_slider {
    left: 0;
  }
  
  /*position right arrow*/
  #right_slider {
    right: 0;
  }
  
  
  
  .description {
    padding: 0 10px 10px;
  }

  /* slides img */
  .slideImg1{
    background-image: url(../image/aquaimage2.jpg);
}
.slideImg2{
    background-image: url(../image/aqueimage1.jpg);
}
.slideImg3{
    background-image: url(../image/aquaimage2.jpg);
}
.slideImg4{
    background-image: url(../image/aqueimage1.jpg);
}
.slideImg5{
    background-image: url(../image/aquaimage2.jpg);
}




/* pro-list-1 */
.div-hide{
  display: none;
}
.pro1{
    display: flex;
    height: 290px;
    .ads{
        position: relative;
button{
    position: absolute;
    bottom: 10px;
    left: 48px;
    background-color:yellow;
      color: red;
      font-weight: 900;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    &:hover{
        background-color: var(--primary-grey-color);
    }
}
        img{
            /* width: 100%; */
            height: 100%;
            border-left: 5px solid var(--primary-grey-color);
        }
    }
}

.pro-list-1{
    .cont{
        margin-left: 20px;
        h4{
            margin-top: 0;
        }
    }
    
}
.pro-list1{
    display: flex;
    text-align: center;
    gap: 20px;
    margin: 0 15px;
    padding: 0 15px;
    overflow-x: auto;
    /* overflow: hidden; */
    &::-webkit-scrollbar {
        display: none;
      }
    scroll-behavior: smooth;
    .pro-card1{
        width: 130px;
        cursor: pointer;
        h3{
            margin: 6px auto;
        }
        img{
            width: -webkit-fill-available;
            scale: 0.9;
            /* height: 100%; */
        }
        &:hover{
            box-shadow: 1px 5px 10px #ccc;
            img{
                scale: 1;
            }
        }
    }
}



/* footer */


/* footer */

footer{
    
    background:linear-gradient(299.49deg, #2a6568 15.82%, #07464b 94.11%);
    

   
  }
  .footer-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3em 10%;
    gap: 70px;
    padding: 2em  1em;

  }
  
  footer .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  footer .logo{
      background:#fff;
      border:10px solid #fff;
    width: 120px;
  }
  
  footer h4{
    font-size: 1.2em;
    color: #0eb568;
    padding-bottom: 10px;
  }
  
  footer p{
    font-size: 16px;
    color: #f1f1f1;
    margin: 0 0 8px 0;
  }
  
  
  footer a{
    font-size: 16px;
    text-decoration: none;
    color: #f1f1f1;
    margin-bottom: 10px;
  }
  
  footer .follow{
    margin-top: 20px;
  }
  
  footer .follow i{
    color: #f1f1f1;
    padding-right: 4px;
    cursor: pointer;
  }
  
  footer .install .row img{
    border: 1px solid #088178;
    border-radius: 6px;
    width: 45%;
    height: 75%;
  }
  
  
  footer .install img{
    margin: 10px 0 15px 0;
  }
  
  footer .install p{
    margin-top: 15px;
  }
  
  footer .follow i:hover,
  footer a:hover{
    color: #088178;
  
  }
  
  .copyright{
    width: 100%;
    text-align: center;
    padding: 30px 0px;
  }




  /* warranty check */
  .warrantycheck{
    min-height: 18vh;
  }
  .nvbaricon{
    display: none;
  }

  /* responsive */
 
/* navbar */
.nvbaricon{
  display: none;
  i{
      font-size: x-large;
      color: white;
  }
}

.Navactive{
  display: block!important;
}




@media (max-width:450px){
  .m-1{
    width: 100% !important;
  }

}


@media (max-width:1200px){
  .search_bar{
    .search_icon{
      display: none;
    }

   input{
    display: none;

   }

   .logo img {
    width: max-content !important;
}

  
   
  }
}
  @media (max-width:720px){


      .nvbaricon{
          display: block;
      
      }

      .navbar {
        padding: 20px 0px;
        align-items: center;
   
          padding-top: 1rem;
          .nav-list{
              display: none;
              position: absolute;
              margin-top: 21.2rem;
              background-color: #cccccce1;
              width: 80%;
              text-align: center;
              z-index: 354635;

          }
          .nav-list ul{
              gap: 5px;
              flex-direction: column;
              padding: 0;
          }
          .logo img {
              width: 120px !important;
          }
      }
      .search_bar{
          display: none;
      }
      .navbar .nav-list ul li a{
          color: #161d1c;
          font-size: 1.2rem;
          font-weight: 600;
          padding: 10px 0;
          text-decoration: none;
          transition: all 0.3s ease-in-out;
          :hover{
              color: #fff;
              background-color: #463737b7;
              padding: 15px;
              border-radius: 20px;
             
          }
      }
      .search_bar{
        .search_icon{
          display: none;
        }

       input{
        display: none;

       }

      
       
      }
      /* cate */
      .cate{
        justify-content: flex-start !important;
      }
      /* footer  */
      .map-g{
        .g-map{
           width: 100% !important;

        
      }}
      footer{
        margin: 0px;


     
    }
    .footer-row{
      padding: 20px  15px!important;
    } 
    .copyright{
      padding-bottom: 20px ;
    }
  
  }
  @media (max-width:1200px){
    .ads{
        display: none;
    
    }

    .shopping-cart{
      display: grid;
      grid-template-columns: auto auto auto auto;
      grid-gap: 10px;
      grid-column: 1 / 3;

    }
    
  /* cart */
    .container {
      max-width:max-content;
      /* width: -webkit-fit-content !important; */
        padding: 25px 40px 10px 40px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      border-radius: 40px;
      text-align: center !important;
      margin:0px !important;
      background-color: transparent;
      }
      .warrantycheck{
        padding-bottom:120px;
        border-radius: 20px ;
        

      }
   
  }
  





