@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;
}
.navbar{
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    cursor: pointer;
    background-color:rgb(237, 237, 237);
    box-shadow: 0px 0px 12px #655d5d;
    position: fixed;
}
.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)    
}
.hamburger {
    position: absolute;
    top: 12px;
    right: 8px;
}
.burger {
    background-color: black;
    padding: 4px 8px;
    margin: 6px 0px;
    width: 27px;
    display: none;
}

.larastain{
    width: 200px;
}
.pyriplus{
    width: 200px;
}


footer {
    background-color: #333;
    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 ;
  }
    
    
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
    }
    .social-media {
      margin-top: 10px;
    }
  }




.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;
}


@media screen and (max-width:800px) {
  
    .burger{
        display: block;      
        margin: 4px;
        padding: 3px 8px;
    }

    .navbar{
         height: 290px;
         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;
    }
}
.topHead{
    text-align: center;
    margin: 25px 0 ;   
    font-family: 'Yeon Sung', cursive;
}

.products{
    display: flex;
    margin: 100px 21px;

}
.success{
    width: 500px;
}
.product-heading{
    margin: 24px 0;
    font-size: 35px;
    font-family: sans-serif;
}
.product-subheading{
    margin: 13px 0;
    font-size:24px ;
    font-family: sans-serif;
}
.product-description{
    font-family: sans-serif;
    font-weight: bold;
}
hr{
    color: rgb(243, 255, 25);
    box-shadow: 4px 5px 5px #918c8c;
    opacity: 0.2;

}


.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;
}
footer {
    font-size: 14px;
    color: white;
    background-color: black;
    text-align: center;
    padding: 4px 0px;
    font-family: 'Yeon Sung', cursive;
    border-radius: 3px;
}
.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;
}




@media screen  and (max-width:1100px){
    .products{
        flex-direction: column;
        align-items: center;
    }
    .products-card{
        max-width: 90%;
        margin: 20px auto;
    }
    .success{
        width: 460px;
    }
    .product-heading{
        text-align: center;
        font-family: sans-serif;
        font-size:34px ;
        margin: 0;
    }
    .product-subheading{
        font-family: 'Yeon Sung', cursive;
         font-size:26px ;
         font-weight: bold;
    }
    .product-description{
        font-family: sans-serif;
        font-weight: bold;
        font-size: 17px;
    }
    
  
    
}


@media screen and (max-width:500px) {

    .btn{
        text-align: center  ;
    }
    .success{
        width: 390px;
    }

}
@media screen and (max-width:500px) {

    .gmailandphonenumber p{
        font-size: 12px;
    }
    .links {
        margin: 1px;
    
    }
    .links a img{
        width: 20px;
    }
    .product-description{
        font-size: 12px;
    }

}