.link {
    display: none;
}
* {
    padding: 0;
    margin: 0;
    font-family:'Cinzel', serif;
}

a{
    color: inherit;
    text-decoration: none;
}

.medsos {
    padding: 5px 0;
    background-color: #B26F3C;
}

.medsos ul li {
    display: inline-block;
    color: black;
    margin-right: 10px;
}

.container {
    width: 88%;
    margin: 0 auto;
}
.container:after{
    content: " ";
    display: block;
    clear: both;
}

header{
}

header h1{
    float: left;
    padding: 15px 0px;
    color: #B26F3C;
    font: 'Cinzel', serif;
    
}
header ul{
    float: right;
}
header ul li{
    display: inline-block;
}

header ul li a{
    padding: 25px 20px;
    display: block;
    background-color: #F5F0E6;
    border-radius: 10px;
    border: 1px solid #B26F3C;
    text-decoration: none;
    color: #B26F3C;
    transition: 0.3s;

}
header ul li a:hover{
    background-color: #B26F3C;
    color: #fff;
    border: 1px solid #B26F3C;
}
.active {
  background-color: #B26F3C;
  color: #fff;
}
.banner{
    height: 60vh;
    background-image: url(../images/banner.png);
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner:after{
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
}
.banner h2{
    color: #2F2F2F;
    z-index: 1;
    padding: 20px 25px;
    border: 3px solid #3A3A3A;
    background-color: rgba(248, 241, 231, 0.5);
}
section{
    padding: 50px 0;
}
section h3{
    text-align: center;
    padding: 20px 0;
    color: #B26F3C;
}
.about p{
    color: #666;
    word-spacing: 2px;
    line-height: 25px;
}
.contact{
    background-color: #B3FAE9;
}
footer{
    padding: 30px 0;
    background-color: #F5F0E6;
    color: #B26F3C;
    text-align: center;
}
.gambar-kecil {
  width: 150px;
  height: auto;
}
.services{
    background-color: #f9f9f9;
}
.box{
    color: #1F1F1F;
}
.box:after{
    content: "";
    display: block;
    clear: both;
}
.box .col-4 {
    width: 25%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    float: left;
}
.icon {
    width: 70px;
    height: 70px;
    border: 2px solid rgba(101, 67, 33, 0.6);
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    margin: 0 auto;
    color: #B26F3C;
}
.box .col-4 h4 {
    margin: 20px 0;

}
.search-container {
      display: inline-block;
      position: relative;

}
.search-container input[type="text"] {
      padding: 10px;
      font-size: 16px;
      border: none;
      border-radius: 5px;
      width: 200px;
      outline: none;
      background-color: #F5F0E6;
}
.search-container button {
      padding: 10px;
      background-color: #F5F0E6;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
}
.search-container button:hover {
      background-color: #45a049;
}

/* products */
.products{
    padding-bottom: 350px;
    background-image: url(../images/banner1.png);
    background-size: cover;
}

.products-box h1{
    text-align: center;
    margin-bottom: 30px;
    padding: 70px;
    border-radius: 5px;
}

.products-box ul{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.products-box ul button{
    list-style-type: none;
    background-color: #F5F0E6;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.products-box ul button.active{
    background-color: brown;
    color: white;
}

.products-box .products-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.products-box .products-list img {
    border-radius: 10px;
    background-color: rgba(248, 241, 231, 0.5);
    padding: 25px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 250px;
    height: 200px;
}

.products-box .products-list img:hover{
    background-color: brown;
    transform: scale(1.05);
}

.product-price{
    text-align: center;
    background-color: rgba(255, 255, 255, 1.1);
    border-radius: 10px;
    padding: 0px;
    color: #B26F3C;
}
/* products */
