@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    margin:0; padding: 0;
    box-sizing: border-box;
    outline: none; border: none;
   
    transition: all .2s ease-out;
    text-decoration: none;
 
}

::selection {
    color: #fff;
    background:steelblue;
  }
body{
    overflow:hidden;
}


html{
    font-size: 80%;
    overflow-x: hidden;
    scroll-padding-top: 7rem;
    scroll-behavior: smooth;
}


.navbar{

    position: fixed;
    font-size: 18px;
    font-weight: 300;
    box-shadow:0 10px 10px rgba(0, 0, 0, .1);
    background-color: #EAEDED !important;
   padding: .5rem 8% !important;

    
}
.navbar-brand img{
  width: 300px;
  
}
.navbar-collapse ul li a:hover{
    background-color:#fff !important;
    color: steelblue !important;

}
.dropdown-menu{
    font-size: 18px !important;
    
}
.logo-heading{
    color: rgba(255, 0, 0, 0.788);
}
.logo-heading span{
    color: rgba(0, 0, 255, 0.788);
    font-size: 30px;
}
.aniso{
    font-size: 12px;
    color: #000;
}
@media screen and (max-width:550px){
    .navbar-brand img{
        width: 209px;
    }
}
@media screen and (max-width:500px) {
    .dropdown-menu{
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 13px !important;
    }
    .logo-heading{
        font-size: 16px;

    }
    .navbar-brand img{
        width: 160px;
    }
 
    
}
@media screen and (max-width:350px) {
    .navbar-brand img{
        width: 135px;
    }
 
}
@media screen and (max-width:300px) {
    .navbar-brand img{
        width: 115px;
    }
}

/* section--1 */
#banner{
    
    background-color: #fff;
    margin-top: 90px;
   

}
.row-bnner{
    width: 100%;
   
    margin: auto;
    font-size: 16px;
}

#section-2-s{
    background-color: rgba(172, 208, 218, 0.603) !important;
    padding: 2% 0;
}


.section-2{
    display: flex;
   justify-content: center;
  
    
}
.section-2 .section-2-card{
    flex-basis: 48%;
    margin: 10px;
    
  
}
.section-2 .section-2-card  i{
    border: .5px solid #ccc;
    padding: 5px;
    border-radius: 30px;
    margin-right: 5px;
}
.section-2 .section-2-card p{
    font-weight: 300;
}
.detail{
    display: flex;
    flex-wrap: wrap;
    font-size: large;
  
}

.card{
    text-align: center;
    margin:5% auto;

}
.card p{
    font-size: 16px;
    font-weight: 300;
}
.card h2{
    text-align: center;
    color: steelblue;
    margin: 20px 0;
}
.card .read{

    display: inline-block;
    
    border: .5px solid #ccc;
    text-decoration: none;
    padding: 5px 0;
    margin:20px auto;
    width: 150px;
    background-color:steelblue ;
    color: #fff;
    transition: .5s ;
    

}
.card .read:hover{
    text-decoration: none;
    color: #000;
    background-color: #fff;
   
}
.carousel-caption h4{
    color:#000;
}

@media screen and (max-width:575px) {
    #section-2-s{
          padding:0;
    }
    .card{
        margin: 0;
    }
    #banner{
    
    
        margin-top: 70px;
    
    
    }
    .card p{
        font-size: 14px;
        text-align: justify;
    }
    
}
@media screen and (max-width:300px) {
    .navbar-brand img{
        width: 150px;
    }
    #banner{
    
        margin-top: 50px;
    
    }
    .section-2{
        display: inline-block;
    }
   
}
/* gallry */




.btn{
    display: inline-block;
    margin-top: 1rem;
    padding: .5rem;
    padding-left: 1rem;
    border:1px solid #ccc !important;
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
    color:steelblue;
    cursor: pointer;
    font-size: 1.7rem;
    background: #fff;
    transition:.5s;
   
}

.btn span{
    padding:.7rem 1rem;
    border-radius: .5rem;
    background: steelblue;
    color:#fff;
    margin-left: .5rem;
}

.btn:hover{
    background: steelblue;
    color:#fff !important;
}

.btn:hover span{
    color: steelblue;
    background:#fff;
    margin-left: 1rem;
}
#menu-btn{
    font-size: 2.5rem;
    border-radius: .5rem;
    background: #eee;
    color:var(--green);
    padding: 1rem 1.5rem;
    cursor: pointer;
    display: none;
}
.heading{
    text-align: center;
    padding-bottom: 2rem;
    text-shadow: var(--text-shadow);
    text-transform: uppercase;
    color:var(--black);
    font-size: 5rem;
    letter-spacing: .4rem;
}
.heading-gallry{
    color: #000;

}
.heading-gallry span{
    color:steelblue;
}

.heading span{
    text-transform: uppercase;
    color:steelblue;
}

.gallery{
    padding: 4% 8%;
    box-sizing: border-box;
    overflow: hidden;
}
.gallery .box-container{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
    justify-content: center;
  }
  
  .gallery .box-container .box{
    overflow: hidden;
    box-shadow: 0 1rem 2rem rgba(0,0,0,.1);
    border:1rem solid #fff;
    border-radius: .5rem;
   
    flex-basis: 27rem;
    position: relative;
    box-shadow:.2rem .2rem 10px steelblue;
  }
  
  .gallery .box-container .box img{
    height: 100%;
    width:100%;
    
  }
  
  .gallery .box-container .box .content{
    position: absolute;
    top:-100%; left:0;
    height: 100%;
    width:100%;
    text-align: center;
    background:rgba(0,0,0,.7);
    padding:2rem;
    padding-top: 5rem;
  }
  
  .gallery .box-container .box:hover .content{
    top:0;
  }
  
  .gallery .box-container .box .content h3{
    font-size: 2.5rem;
    color:#fff;
  }
  
  .gallery p{
      font-size: 18px;
      padding-bottom: 20px;
  }

  /* gallary */

@media screen and (max-width:550px) {
    .gallery .box-container .box{
       
        flex-basis: 80%;
       
      }

}


 

/* videos */
/* videos */
#videos{
    
    background-color:rgba(252, 246, 246, 0.966); 
    padding: 50px 0;
}
.title h2{
    color: steelblue;
    text-align: center;
    margin: 10px 0;
    

}
.title a:hover{
    text-decoration: none;
}
.videos{
    display: flex;
    flex-wrap: wrap;

    justify-content: space-evenly;
    
    padding: 20px;
}
 .box1{
    width: 200px;
   margin: 5px;
   box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, .1);
   
}
.box1 embed{
    border: rgb(202, 198, 198) solid .4px;
}
.box1 h5{
    text-align:center;
    margin: 10px 0;
}
.box1 h5 a{
    text-decoration: none;
    color: steelblue;
    
}
.box1 h5 a:hover{
    color: black;
}

.title{
    position: relative;
    margin: auto;
    width: 250px;
    
}
.title h2 span{
    content: '';
    width: 80%;
    height: 4px;
   
    position: absolute;
    left: 50%;
   bottom: -5px;
    background-color: steelblue;
    transform: translate(-50%);

    

}
.title h2 line{
    content: '';
    width: 80%;
    height: 4px;
   
    position: absolute;
    left: 50%;
   bottom: -10px;
    background-color: steelblue;
    transform: translate(-50%);

    

}
.title1{
    position: relative;
    text-align: center;
}
.title1 h2 span{
    content: '';
    width: 95%;
    height: 4px;
   
    position: absolute;
    left: 45%;
   bottom: -5px;
    background-color: steelblue;
    transform: translate(-50%);

    

}
.title1 h2 line{
    content: '';
    width: 95%;
    height: 4px;
   
    position: absolute;
    left: 45%;
   bottom: -10px;
    background-color: steelblue;
    transform: translate(-50%);

    

}




.watch-more{
    text-align: center;
   
}
.watch-more a{
    background-color: #009690;
    font-size: 18px;
    padding: 10px;
    color: white;
    border-radius: 10px;
}
.watch-more a:hover{
    text-decoration: none;

}


@media screen and (max-width:550px) {
    .box1{
        width: 80%;
       margin: 5px;
       
    }
    
}
/* section-5 */


/* footer */

#footer{
    background-color: #EAEDED ;
}
.footer{
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    
    padding: 20px 0;
}
.footer-card{
    flex-basis: 250px;
    margin: 10px;
}
.footer-per{
    text-align:justify;
}
.add{
    display: flex;

}
.add .fas{
    margin-right: 5px;
}
.fa-phone{
    margin-right: 5px;
}
.footer-card p a{
    text-decoration: none;
    font-size: 18px;
    color: #000;
    
    

}
.footer-card p a:hover{
    color: steelblue ;
    border-bottom: 1px solid steelblue ;
}
.footer-card p a i{
    margin-right: 5px;
}

@media screen and (max-witdh:991px) {
    .footer{
        display: inline-block;

    }
   
    
}

.copy{
    font-size: 22px;

    text-align: center;
    padding: 1% 0;
}
@media screen and (max-width:300px) {
    .footer-card iframe{
        width: 200px;
        height: 150px;
    }
   
}




/* about------page */
/* about------page */
/* about------page */
/* about------page */
/* about------page */
.btn-3{
    position: fixed;
    top: 80%;
    right:3%;
    width: 50px;
    height: 50px;
    background: none;
    z-index: 100;


}
.btn-3 a .fa-whatsapp-square{
    font-size: 50px;
    color: rgb(18, 173, 122);
}
.btn-4{
    position: fixed;
    top: 90%;
    right:3%;
    width: 50px;
    height: 50px;
    background: none;
    z-index: 100;


}
.btn-4 a .fa-envelope{
    font-size: 50px;
    color: rgb(240, 75, 75)
}
.btn-5{
    position: fixed;
    top: 90%;
    left:3%;
    width: 50px;
    height: 50px;
    background: none;
    z-index: 100;


}
.btn-5 a .fa-arrow-up{
    font-size: 50px;
    color: steelblue
}

/* about section-1 */


#about-section-1{
    margin-top: 92px;
    margin-bottom: 40px;
    
  
}
.about-section-1-card-1{
    padding: 40px;
}
.about-section-1-card-2 p{
   font-size: 16px;
   font-weight: 300;
    text-align: justify;


}
.about-section-1-card-1 h1{
    text-align: center;
    color: steelblue;
   
}
.about-section-2-card1{
    border: rgb(201, 196, 196) solid 1px;
    border-bottom: none;

}
.about-section-2-card1 h1{
    text-align: center;
    margin: 30px;
    margin-bottom: 0;
    

}
.about-section-2-card2{
    border: rgb(201, 196, 196) solid 1px;
    border-top: none;
    
}
.about-section-2-card2 table td{
    font-size: 18px;
    font-weight: 200;
}
.about-section-2-card2 h1{
    margin-bottom: 30px;
    color: steelblue;
    font-weight: 400;
    

}


/* section-3 */
#about-section-3{
    
    padding: 40px;
}


#about-section-3 p{
    font-size: 16px;
    font-weight: 300;
}
.about-section-3-card1 h2,.about-section-3-card2 h4{
    color: steelblue;
    text-align: left;
}
.about-section-3-card1{
    border: grey solid 1px;
    border-bottom: none;
    padding: 20px;
}
.about-section-3-card2{
    border: grey solid 1px;
    border-top: none;
    padding: 20px;
}


/* section--4--- */

.about-section-4-card1{
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, .1);
    padding: 30px;
}
.about-section-4-card1 h2{
    padding-bottom: 20px;
    color: steelblue;
}
.about-section-4-card1 p{
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}


/* section--5 */
#about-section-5{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 40px 0;

    
}
.about-section-5-card1{
    /* border: grey solid 1px;
    border-right: none; */
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, .1);
}

.about-section-5-card1 h2{
    margin: 20px;
   
}
.about-section-5-card1 p{
    margin: 20px;
}
.about-section-5-card2{
    text-align: center;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, .1);
    margin: 20px;
}
.about-section-5-card2 img{

    width: 50%;
    height: auto;
    margin: 20px;
    
}
@media screen and (max-width:550px) {
    .about-section-1-card-1{
        padding: 30px;
    }
    
}
@media screen and (max-width:500px) {
    .about-section-1-card-1{
        padding: 20px;
    }
    
}

@media screen and (max-width:300px) {
    .about-section-2-card2{
       overflow: auto;
       
    }
    .about-section-2-card2 h1, .about-section-2-card1 h1 ,#about-section-3 h2 ,#about-section-3 h4,#about-section-4 h2,#about-section-5 h2{
        font-size: 19px;
    }
    .about-section-2-card2{
        font-size: 12px;
    }

   
   
}

/* contact-page */
/* section-1 */
.con-sec-1{
    text-align: center;
    color: #fff;
    margin-top: 92px;
   
    background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)), url(../photos/tile.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 20px 0;
}
.con-sec-1 h2{
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    
}
.contact{
    
  
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact form{
    width: 90%;
    max-width: 600px;
}
.con-inp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con-inp .input-group{
    flex-basis: 48%;
}
.input-group{
    margin-bottom: 30px;
    position: relative;
}
.input-group input,.input-group textarea{
    width: 100%;
    padding: 10px;
    outline: 0;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    font-size: 15px;
}
.input-group label{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    cursor: text;
    transition: .2s;
}
.contact form button{
    width: 100%;
    background: transparent;
    color: #fff;
    padding: 10px 0;
    outline: none;
    cursor: pointer;
    border: 1px solid #fff;
}
@media screen and (max-width:350px){
    .con-inp{
        flex-direction: column;
    }

} 

.input-group input:focus~ label,.input-group textarea:focus~ label{
    top:-35px;
    font-size: 14px;
}
.input-group input:valid~ label,.input-group textarea:valid~ label{
    top:-35px;
    font-size: 14px;
}

@media screen and (max-width:575px) {
   
    #gallery h1,.about-section-2-card2 h1,.about-section-2-card1 h1{
        font-size: 22px;
    }
    #gallery p{
        font-size: 12px;
    }
    .content h3{
        font-size:20px !important;
    }
    .detail p{
        font-size:12px ;
    }
    .card h2,#about-section-3 h2,#about-section-4 h2,#about-section-5 h2{
        font-size:21px ;
    }
    #about-section-3 h4{
        font-size: 19px;
    }
     .con-sec-1{
        margin-top: 70px;
      
    }

}

 



/* product */
/* section-1 */



#backbtn{
    margin-top: 92px;
    padding: 20px 0;
    background-color: rgb(246, 246, 246);
   
}
.backbtn{
    text-align: center;
}
.backbtn ul{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 0px;
    
  
}
.backbtn ul li {
/* height: 30px;
width: auto; */
margin:0 10px;
display: inline-block;
text-align: center;
font-size: 18px;
line-height: 40px;
 
}
/* .backbtn ul li a{
    font-size: large;
} */
.backbtn ul li a:hover{
    text-decoration: none;
}
#product-section-1{
    padding: 20px;
}
.product-section-1 p{
    font-size: 18px;

}
.product-section2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 20px;
    
}
.product-section-2card{
    flex-basis: 300px;
    padding: 20px;
    border: #ccc solid 2px;
    margin: 10px 0;
}
.product-section-2card:hover{
    box-shadow: 2px 2px 10px 5px rgba(34, 166, 228, 0.3);
    border: steelblue solid 2px;
}

.product-section-2card img{
    width:300px;
    
   
}
.product-section-2card:hover img{
    transform: scale(.9);
}
.product-section-2card h3{
    font-weight: 300;
}
.product-section-2card:hover h3{
    color: #000;
}
.product-section-2card h3{
    margin-top: 10px;
    text-align: center;
}
.product-section-2card a{
    color: steelblue;
}
.product-section-2card a:hover{
    text-decoration: none;
}

@media screen and (max-width:768px) {
   
    .product-section-2card img{
        width:100%;
        
    }
    
    
}
@media screen and (max-width:550px) {
    
    .product-section-2card h3{
        font-size: 16px;
    }
    .product-section-1 p{
        font-size: 14px;
    }
    .product-section-1 h1{
        font-size: 18px;
    }
    .backbtn ul li {
        font-size: 14px;
    }
    .product-section-2card{
        flex-basis: 80%;
       
    }
    
}
@media screen and (max-width:350px){
    .backbtn ul li {
        font-size: 13px;
    }
    .product-section2{
        flex-direction: column;
    }
    .product-section-2card{
        flex-basis: 200px;
        
    }
    .product-section-2card img{
        
        height: 200px;
       
    }

}
@media screen and (max-width:300px){
    .backbtn ul li {
        font-size: 11px;
    }

}

/* semi autometic products */
#pbmm-section1{
    padding-bottom: 20px;
}
.pbmm-card2-1{
    display: flex;
    flex-wrap: wrap;
    
    
}


.pbmm-card2-1{
    border: #ccc solid 1px;
}
.pbmm-card2-1:hover{
    border: rgb(131, 185, 230) solid 1px;
    box-shadow: 2px 2px 10px 5px rgba(100, 177, 212, 0.3);
    /* box-shadow: -10px -10px 10px rgba(100, 177, 212, 0.3); */
}
.pbmm-card2 div{
    flex-basis: 48%;
}
.pbmm-card1-heading h2{
    font-size: 30px;
}
.pbmm-card1-heading{
    padding: 20px 0;
}
.pbmm-card2 img{
    width: 100%;

}
.pbmm-card2{
    padding: 20px;
    flex-basis: 50%;
    
}

.pbmm-card2-table .table td{
    font-size: 16px;

}
.pbmm-card2-table .table td span{
    color: steelblue;
}
.pbmm-card2-1 p{
    font-size: 20px;
    font-weight: 300;
}


@media screen and (max-width:768px) {
    .pbmm-card2 div{
        width: 100%;
    }
   
    .pbmm-card2-table h3{
        font-size: 16px;

    }
    .pbmm-card2-1 p{
        font-size: 14px;
        
    }
    .pbmm-card2{
    
        flex-basis: 100%;
        
    }
}
@media screen and (max-width:550px) {
    .pbmm-card1-heading h2{
        font-size: 18px;
    }
}
@media screen and (max-width:350px) {
    .pbmm-card2-table .table td{
        font-size: 14px;
    
    }
}
@media screen and (max-width:300px) {
    .pbmm-card2-table .table td{
        font-size: 12px;
    
    }
}



/* get in touch */
#getintouch1{
    background-color:#ffffff ;
    height: 70px;
}


.view-btn{
    background-color:steelblue ; 
color: white;
font-size: 18px;
padding: 15px 30px;
text-align: center;
border-radius: 40px;
display: inline-block;
margin-bottom: 50px;
}
.view-btn:hover{
    color: black;
    text-decoration:none ;
}


.col-md-12{
    padding-bottom: 20px;
}

.sub-btn{
    background-color: steelblue !important;
    border-radius: 40px !important;
    color: #fff !important;
    
}
#video-section1{
    margin-top: 92px;
    padding: 20px;
}
#video-section1 .videos .box1{
    margin: 20px;
    box-shadow: 5px 5px 10px  rgba(0, 0, 0, .1);
}
#video-section1 .videos .box1:hover embed{
    transform: scale(1.1);
}

.videos:hover{
    border: rgb(131, 185, 230) solid 1px;
    box-shadow: 2px 2px 10px 5px rgba(100, 177, 212, 0.3);

}
.videos .box1:hover{
    border: rgb(131, 185, 230) solid 1px;
    box-shadow: 2px 2px 10px 5px rgba(100, 177, 212, 0.3);

}







/* top margin */
@media screen and (max-width:575px) {
    .con-sec-1, #about-section-1 ,#banner,#backbtn{
        
        margin-top: 70px;
    }
    
    
}
@media screen and (max-width:500px) {
    .con-sec-1, #about-section-1 ,#banner,#backbtn{
        
        margin-top: 58px;
    }
    
    
}
@media screen and (max-width:350px){
    .con-sec-1, #about-section-1 ,#banner,#backbtn{
        
        margin-top: 54px;
    }
}
@media screen and (max-width:300px) {
    .con-sec-1, #about-section-1 ,#banner,#backbtn{
        
        margin-top: 49px;
    }
    
    
}
