@import url('https://fonts.googleapis.com/css2?family=Ubuntu&family=Varela+Round&family=Yeon+Sung&display=swap');
*{
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}
.npimg{
    width: 250px !important;
}
.invoice-image{
    width: 100%;
}
.navbar{
    z-index: 1;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    cursor: pointer;
    background-color:rgb(143 143 143);
    box-shadow: 0px 0px 12px #655d5d;
}
.navbar img{
    width: 67px;
    padding: 0 35px;
}
.list-item{
    height: 50px;
    display: flex;
    align-items: center;
    width: 85%;
    font-size: 25px;
    position: sticky;

}
.list-item li{
    list-style: none;
    margin: 13px 16px;
}

.nav-list {
    margin: 5px 16px;
}
.list-item li a { 
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.list-item li a:hover { 
    font-size: 26px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    cursor: pointer;
    text-shadow: 1px 1px 3px rgb(11 2 2)    
}
.brand{
    display: block;
    margin: 34px auto;
    width: 380px;
    height: 227px;
}
.whatsapp img {
    border-radius: 25px;
    z-index: 1;
    width: 45px;
    position: fixed;
    right: 15px;
    bottom: 20px;
    background-color: rgb(29, 185, 39);
    height: 45px;
}

.section {
    margin: 110px 0px;
    display: block;
    text-align: center;
}

.section h1{
    color: rgb(12, 230, 81);
    text-shadow: 2px 2px 10px rgb(232, 228, 3);
    text-align: left;
    display: block;
    max-width: 100%;
    text-align: center;
}
.section p{
    display: flex;
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 20px;
}
hr{
    color: rgb(243, 255, 25);
    box-shadow: 4px 5px 5px #918c8c;
    opacity: 0.2;

}
img{
    width: 300px;
}
.products {
    /* height: 300px; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 85%;
    margin:50px auto;
    background-color: white;
    border-radius: 30px;
}

.products-card {
    /* background-color: #f4f1f1; */
    margin: 32px;
}

.product-heading{
    font-size: 30px;
    font-family: sans-serif;
}
.product-description {
    font-weight: bold;
    font-size: 18px;
    margin: 12px 105px;
}
.success{
    width: 350px;
}
.products-card a  {
    border-radius: 9px;
    text-align: center;
    display: block;
    margin: 34px auto;
    font-size: 19px;
    padding: 0 19px;
    font-family: 'Yeon Sung', cursive;
    list-style: none;
    text-decoration: none;
}
.btn {
    border-radius: 9px;
    border: 3px solid #949494;
    text-align: center;
    display: block;
    margin: 34px auto;
    font-size: 19px;
    padding: 0 19px;
    font-family: 'Yeon Sung', cursive;
    color: black;
    background-color: #dadada;
}
.btn:hover {
    box-shadow: 0px 1px 8px 2px black;
    color: rgb(60, 65, 65);
    border-radius: 9px;
    border: 3px solid #3f3e3e;
    text-align: center;
    display: block;
    margin: 34px auto;
    font-size: 19px;
    padding: 0 19px;
    font-family: 'Yeon Sung', cursive;
}

.larastain img{
    width: 200px;
}
.pyriplus img{
    width: 200px;
}







.topHead{
    text-align: center;
    margin: 25px 0 ;   
    font-family: 'Yeon Sung', cursive;
}
.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 290px auto;
    width: 100%;
    max-width: 100%;
    height: 143px;
}
.contact input{
    padding: 9px 16px;
    font-size: 20px;
    margin: 14px 0px;
    width: 90%;
    border: 3px solid #d9d9d9;
    border-radius: 20px;
    font-family: 'Yeon Sung', cursive;
}
.contact textarea{
    padding: 9px 16px;
    font-size: 23px;
    margin: 14px 0px;
    width: 90%;
    border: 3px solid #d9d9d9;
    border-radius: 28px;
    font-family: 'Yeon Sung', cursive;

}
.contact input:hover{
    padding: 9px 16px;
    margin: 11px 0px;
    width: 90%;
    border: 3px solid #d9d9d9;
    border-radius: 20px;  
    font-family: 'Yeon Sung', cursive;
    box-shadow: 0px 1px 7px 0px black
}
.submit{
    background-color: white;
    border: 3px solid #d0cece;
}
.footerheading{
    font-size: 13px;
}
.contactLinks{
    border-bottom: 2px solid grey;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
    text-decoration: none;
}
.links {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.links img{
    width: 35px;
}
.links a{
    color: white;
    cursor: pointer;
    text-decoration: none;
    list-style: none;

}
.gmailandphonenumber{
    font-size: 19px;
    display: inline-block;
}
.hamburger {
    position: absolute;
    top: 12px;
    right: 8px;
}
.burger {
    background-color: black;
    padding: 4px 8px;
    margin: 6px 0px;
    width: 27px;
    display: none;
}
.M-para{
    text-decoration: underline;
}
.img img:hover{
    width: 330px;
    transition: all ease-out 0.3s;
}
.success:hover{
    width: 370px !important;  
    transition: all ease-out 0.3s;
}
.pyriplus img:hover{ 
    width: 210px !important;  
    transition: all ease-out 0.3s;
    
}
.larastain img:hover {
    width: 210px !important;  
    transition: all ease-out 0.3s;
}
.ssp img{
    width: 250px;
}
.ssp1 .ssp2{
    width: 250px;
}
.ssp1 .np1{
    width: 320px;
}

.ssp img:hover{
    width: 280px;
}
marquee .larastain{
    width: 170px ;
}
marquee .pyriplus{
    width: 190px ;
}
marquee .success1{
    width: 551px ;
}
marquee::before{
    background: url('/products/bg1.jpg') no-repeat center center/cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    z-index: -1;
}






footer {
    background-color: rgb(143 143 143);
    color: #fff;
    padding: 20px;
    font-size: 16px;
    text-align: center;
  }
    
  .footer-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
    
  .footer-container p {
    margin: 0;
  }
    
  .footer-container a {
    color: #fff;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
  }
    
  .social-media a {
display: inline-block;
padding: 9px;
border-radius: 92px;
margin: 9px 6px;
height: 15px;
width: 16px ;
  }
    
  .social-media a:hover {
  }
    
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
    }
    .social-media {
      margin-top: 10px;
    }
  }





@media screen and (max-width:1000px) {
    .product-description {
        font-family: serif;
        font-size: 14px;
        margin: 0px 0px;
    }
    
}
@media screen and (max-width:800px) {
  
    .burger{
        display: block;      
        margin: 4px;
         padding: 3px 8px;
    }

    .navbar{
         height: 360px;
         transition: all 0.3s ease-out;
    }
  
  .list-item li{
    margin: 40px 0;
  }
    .navbar img{
        position: absolute;
        top: 7px;
        height: 40px;
        width: 48px;
        left: 0;
    }
    .resp-h-navbar{
        height: 53px;
    }
  
    .hidden{
        opacity: 0;
    }
 
    .list-item {
        display: inline-block;
        align-items: center;
        width: 100%;
        font-size: 25px;
        position: absolute;
        top: 0;
        margin: auto;
        text-align: center;
    }
}



@media screen and (max-width:650px) {
    .products{
        display: flex;
        flex-direction: column-reverse;
        padding: 10px 0;
    }
    .products-card{
        margin: 4px 0;
        text-align: center ;

    }
    .img{
        justify-content: center;
        display: flex;
        align-items: center;
    }
    
    .product-description{
        font-size: 12px;
    }
    .gmailandphonenumber{
        font-size: 14px;
    }
    .links {
        margin: 1px;

    }
    .links a img{
        width: 30px;
    }
}




