
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
p{
    font-size: 16px;
    line-height: 25px;
}

:root{
    --primary-color:lab(44.0605% 29.0279 -86.0352);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem !important;
        padding-left: .5rem !important;
    }
}

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;

}

.navbar-light .navbar-nav .nav-link {
    font-size: 17px !important;
   
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;

}

.navbar-brand {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navbar-brand img {
    width: 160px !important;
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary-color) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}

.dropdown-menu[data-bs-popper] {
    top: 100% !important;
    left: 0px !important;
    margin-top: .125rem !important;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 350px !important;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-menu li {
    padding: 6px 0 !important;
}

.social-icon img{
    width: 30px;
}
.social-icon li  i{
    margin-left: 10px;
    margin-right: 10px;
color: var(--primary-color) !important;
font-size: 18px;
}

 .social-icon{
    display: flex;
    margin-right: 20px;
    margin-bottom:0px  !important;
    padding-left: 0px !important;
}
#banner{
    background: url(../image/banner.jpg);
    padding: 120px 0;
    margin-top: 88px;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner-content h2{
    color: #15152f;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}

.banner-content p{
    /* color: #e4dfdf; */
    font-size: 18px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 30px;
}
.banner-content h2 span{
    color: var(--primary-color);
}

.book-ro{
background-color: var(--primary-color);
color: #fff;
font-weight: 600;
font-size: 20px;
border-radius: 30px;
text-decoration: none;
padding: 15px 25px;
margin-right: 20px;
transition: all 0.3s ease !important;

}
.book-ro:hover{
    color: var(--primary-color);
   background-color: #fff;
   transition: all 0.3s ease !important;
}

.explore{
        color: var(--primary-color);
        border: 2px solid var(--primary-color);
        font-weight: 700;
        font-size: 20px;
        border-radius: 30px;
        text-decoration: none;
        padding: 15px 25px;
        transition: all 0.3s ease !important;
}

.explore:hover{
    font-weight: 600;
    background-color: var(--primary-color);
    color: #fff;
    transition: all 0.3s ease !important;
}
.info-company{
    margin-top: 30px;
}
.box-icon{
    display: flex;
    gap: 10px;
    align-items: center;
    border-top: 1px solid #ccc;
}
.box-icon i{
    color: #ebd514;
    font-size: 20px;
}
.content-icon{
    font-weight: 600;
    color: #15152f;
}
/* About Start */
.about-part{
    padding: 50px 0;
    height: auto;
    /* background-color: #f2f3f5; */
  }
  .about-image img{
    width: 100%;
  
  }
  .about-content{
     margin: 10px;
  }
  .about-content span{
    color: var(--primary-color);
    font-size: 24px ;
    text-transform: capitalize;
    font-weight: 500;
  }
  .about-content h2{
    padding-top: 20px;
    text-transform: capitalize;
    color: #000;
    font-size: 40px;
    font-weight: 600;
     padding-bottom: 20px;
  
  }
  .about-content h4 strong{
    text-transform: capitalize;
    color: #000;
    font-size: 25px;
    font-weight: 550;
  }
  .about-image{
    /* border: 2px solid var(--primary-color); */
    padding: 10px;
  }
  
  /* About End */
#detalisp{
    padding: 30px 0;
  }
  .headeing h2{
    color: #3F5EFB;
    text-align: center;
    font-weight: 650;
    font-size: 45px;
    line-height: 55px;
  }
  .headeing{
    margin-bottom: 40px;
  }
  .top-box{
    display: flex;
   gap: 40px;
    align-items: center;
  }
  .servicep-box{
    text-align: left;
    background-color: #cccccc14;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 10px;
    height: 386px;
  }
  .servicep-box .icon-one i{
    color: var(--primary-color);
    font-size: 50px;
    background-color: #3f5efb1c;
    padding: 10px;
    border-radius: 10px;
  }
  .servicep-box .icon-two .mocst{
    background:linear-gradient(98deg,rgba(63, 94, 251, 0.09) 0%, rgba(72, 93, 245, 1) 4%, rgba(82, 91, 237, 1) 10%, rgba(111, 87, 214, 1) 19%, rgba(140, 84, 192, 1) 29%, rgba(133, 85, 198, 1) 40%, rgba(122, 86, 206, 0.98) 51%, rgba(118, 86, 208, 1) 53%, rgba(34, 89, 242, 1) 100%);
    color: #fff;
    padding: 5px 8px;
    margin-bottom: 10px;

  }
  .star i{
    color: #ebd514;
  }
  .servicep-box h3{
      
    font-size: 25px;
    font-weight: 700
  }
  .service-list i{
    color: #198754;
  }
  .service-list{
    margin-left: -25px;
  }
  .servicep-box a{
    font-weight: 600
  }

  #category{
    padding: 40px 0;
    background-color: #cccccc3d;
  }
  .products-content h3{
    padding: 15px 0;
  }

  #category h2{
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #category h2 i{
    color: var(--primary-color);
  }

  #show-bg{
    padding: 40px 0;
  }
  .image-water img{
    width: 100%;
    height: 450px;
    border-radius: 20px;
  }



  
/* Brand Start */
.brand{
    padding: 40px 0px;
}
.brand-content{
    background-color: var(--primary-color);
    padding: 20px;
}

.brand-content span{
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 550;
}
.brand-content h2{
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 700;
}
.owl-carousel{
   top: 20%;
}
.owl-carousel .item img{
    box-shadow: 2px 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.brand-heading{
  padding: 20px 0 30px 0;
  text-align: center;
  
}
.brand-heading h2{
    color: #3F5EFB;
    text-align: center;
    font-weight: 650;
    font-size: 45px;
    line-height: 55px;
    padding-bottom: 20px;
}
.brand-heading p strong{
    text-transform: capitalize;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 20px;
}
.para{
  margin-top: 20px;
  margin-bottom: 10px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px !important;
}

/* Brand End */


#part{
background: url(../image/black-bg.jpg);
padding: 50px 0;
}
.Why-part-content{
    /* z-index: 999999; */
    color: #fff;
}
.Choose-list h2{
    font-size: 40px;
    padding-bottom: 20px;
}
.Choose-list li{
    padding-bottom: 15px;
}

.Choose-list li i{
    color: var(--primary-color);
    background-color: #ffffff33;
    /* border-radius: 100%; */
    font-size: 18px;
}
.why-image img{
    width: 100%;
}

.Range-service{
    padding: 50px 0;
    background-color: #cccccc2b;
}
.Range-service .brand-heading h2{
    color: #30344a;
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;
    padding-bottom: 20px;
}

.Range-content{
    background-color: #fff;
    padding: 20px;
    box-shadow: 2px 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.water-list h4{
    color: var(--primary-color);
}
.water-list li i{
    color: var(--primary-color);
}

.our-mission{
    padding: 20px 0;
}

#address{
  background-color: #cccccc45;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .card {
    background-color: transparent;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  
  
  
  .card-header h2 {
    margin: 0;
    font-size: 1.2rem;
  }
  
  .card-body {
    padding: 20px;
    padding-bottom: 0;
  }
  
  form {
    display: flex;
    flex-direction: column;
  }
  
  label {
    margin-bottom: 8px;
  }
  
  input {
    padding: 8px;
    margin-bottom: 16px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
  }
  textarea{
    border: 1px solid var(--primary-color);
    padding: 8px;
  
  }
  
  .card-footer {
    text-align: left;
    padding: 15px;
  }
  
  .submit {
    padding: 10px 20px;
   background-color: var(--primary-color);
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  @media (max-width: 600px) {
    .card {
      width: 90%;
    }
  }
  .form-part{
    background-color: #fff;
  }
  
  .contact-detalis h3{
    font-size: 50px;
    font-weight: 600;
    color: #15152f;
    margin-bottom: 30px
  }
  .contact-content h4{
    color: #212529;
    font-weight: 650;
  }
  .contact-content p{
    color: #000;
    font-weight: 500;
  }
  .contact-content p a{
    color: #000;
    font-weight: 500;
    text-decoration: none;
  }
  .contact-content p a:hover{
    color: #000;
    font-weight: 500;
  }
  .contact-icon i{
    color: var(--primary-color);
    background-color: #ffff;
    padding: 5px;
    border-radius: 50px;
    font-size: 30px;
  }
  .contact-box{
    display: flex;
    gap: 15px;
    padding-bottom: 30px;
  }
  /* Form End */
  
  
  
  /* Footer Start */
  
  footer {
    width: 100%;
    height: auto;
    text-align: center;
    background-color:#15152f;
    margin-top: 2px;
   
  }
  
  
  .top-footer {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  
  .footer-logo img {
    width: 200px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    /* background-color: #fff; */
  }
  
  .footer-content {
    flex: 1;
    padding: 20px;
    margin: 10px;
    min-height: 300px;
    box-sizing: border-box;
    text-align: left;
  
  }
  
  .footer-content ul {
    text-align: center;
  }
  
  .footer-content ul li {
    text-align: left;
  }
  
  .footer-content ul li a span {
    font-size: 15px;
  }
  .footer-content li{
    list-style: none;
  }
  
  .footer-content p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
  }
  
  .footer-content h3 {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
    padding-bottom: 22px;
    margin-left: 28px;
  }
  
  .footer-content ul li {
    padding-bottom: 15px;
    color: #fff;
  }
  
  .footer-content ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
  }
  
  .footer-content ul li a:hover {
    color: var(--primary-color);
    transition: all 0.4s ease-in-out;
  }
  
  .footer-buttom-part {
    padding: 10px 0;
    background-color: #000000a8;
  }
  
  .footer-buttom-part p {
    font-size: 16px;
    color: #e4e7eb;
    margin: 0;
  }
  
  .footer-buttom-part img {
    width: 60px;
  }















































#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }
  
  #scrollTopBtn:hover {
    background-color: #333;
  }
  
  /* scroll to botton */
  
  /*whatsaap  */
  
  .whatsapp-icon {
    position: fixed;
    
    bottom: 93px;
    right: 14px;
    z-index: 1000;
    width: 60px;
    height: 60px;
  }
  
  .whatsapp-icon img {
    width: 50px;
    height: 50px;
  }


  /*whatsaap  */