body{
    font-family: 'Poppins', sans-serif;
    
}

.newsbanner {
    background-color: #29180e;
    text-align: center;
    
}

.newsbanner p{
    color: #fcfbf9;
    letter-spacing: 4px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.titlemain h5{
    text-align: center;
    color: #4a2b17;
    padding-top: 30px;
    padding-bottom: 0px;
}
.pagetitle h1{
    letter-spacing: 4px;
    text-align: center;
    color: #4a2b17;
    padding-top: 30px;
    padding-bottom: 0px;
}
.searchproducts input[type="text"] {
    width: 20px;
    height: 20px;
}

.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
  
.dropdown-content a:hover {background-color: #ddd;}
  
.dropdown:hover .dropdown-content {display: block;}
  
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.titlemain a {
    text-align: center;
}
.titlemain {
    background-color: #fff;
    
}
.titlemainnavi {
    width: fit-content;
    margin: auto;
    border: 1px ; 
}
.navihome img {
    max-width: 27px;
    max-height: 27px;
}
.titleh3{
    color: #000000;
    padding-top: 10px;
    padding-bottom: 30px;
}

.navigationbar img{
    width: 160px;
    height: 70px;
    margin-left: 50px;

}
.navigationbar a {
    color: #4a2b17;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 4px;
    
}
.navigationbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.introslide img{
    height: 430px;
    width: 1500px;
}
.introslide h1, h3{
    text-align: center;
    color: #4a2b17;
    letter-spacing: 4px;
    margin-top: 60px;
    justify-content: space-between;
}

.introslide p{
    text-align: center;
    color: #000000;
    padding-right: 10%;
    padding-left: 10%;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.introslide-info h1, h3{
    text-align: center;
    color: #4a2b17;
    letter-spacing: 1px;
    margin-top: 60px;
    justify-content: space-between;
}

.introslide-info p{
    text-align: center;
    color: #6c462c;
    padding-right: 10%;
    padding-left: 10%;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.bannerhomepage img{
    max-width: 100%;
}
.form-contactinfo {
    border-radius: 200px;
    border-color: #4a2b17;
    width: 200px;
    height: 400px;
}
.form-contactinfo input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="time"], input[type="number"], select, textarea
{
    width: 300px;
    height: 30px;
}

.footer{
    display: flex;
    justify-content: center;
    gap: 150px;
    padding: 50px 0;
    background-color: #29180e;
}

.footer-section{
    text-align: left;
}

.footer-section h4{
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-section p{
    margin-bottom: 10px;
    color: #ffffff;
    cursor: pointer;
}

.sort-container select{
    height: 20px;
    width: 40px;
}