.close-button{
background-color:#6e4c2b !important;
}
.wrapfooter {
border-top: 1px solid #33669999;
}
#phoneRes {
    background-color: #0371b1;
}
.socialimg a {
    background-color: #6f4e03;
}
.wrapfooter {
    background-color: #ffffff;
 }
.fend {
     background-color: #ffffff;
 }
.contactfooter {
    background-color: #000000;
    background-image: linear-gradient(to right,#6f4e03,#0003),url(/img/dream-family.png);
}
.logo {
    height: 70px;
    margin-top: 45px;
    margin-left: 10px;
    background: #fff;
    border-radius: 3px;
    padding: 6px;
}
.endleft span a{
      color: #000;
     margin-right: 4px;
     font-size:15px;

   }

.endleft span {
    color: #000;
}
.footerlogo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    margin-top: 12px;
    border-radius: 2px;
    background: #fff;
}


.endleft span a{
      color: #000;
     font-size:15px;
   }

.endleft {
    margin: 12px 5px;
    border-top: 3px solid #6f4e03;
    border-bottom: 3px solid #6f4e03;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}


.endleft span {
    color: #000;
    margin-right: 8px
}


.contact-detail {
    background-color: #6f4e03;
    color: #fff;
    box-shadow: 2px 2px 2px #6f4e03, -6px -6px 0px #6f4e03;
}
.contact-detail ul li a {
    color: #ffffff;
}
.contact-detail ul li {
    color: #fff;
}
.half-restoran {
    background-color: #6f4e03;
}
.half-restoran h3 {
    color: #ffffff;
}
.filter-button {
    color: #fffffff3;
    background-color: #6f4e03;
}
.filter-button:hover, .filter-button:focus, .filter-button.active {
    color: #000;
    background-color: #a37307;
}
@media screen and (max-width: 850px) {
   .fend {
    margin-bottom: 36px;
   }
   
}

#phonefooter {
  display: flex;
  justify-content: center;
}
.reports {
  float: right;
   background-color: #882237;
  border: none;
  color: white;
  padding: 3px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.report {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .report {
margin-top: 5px;
  flex-direction: column;
   }   }
.accordion {
--bs-accordion-btn-focus-box-shadow: none!important;
}
.accordion-header {
    margin-bottom: 10px!important;
}

.accordion-button{
background-color: #ccc!important;
}

.accordion-button:not(.collapsed) {
background-color: #dcdcdc!important;
}
.accordion-item {
margin-bottom: -25px!important;
border: none!important
}

.accordion-button:focus {

    border-color: none !important;

}

.accordion-button:not(.collapsed) {
color: white!important;
}


.pdf-title {
color: #882237!important;
font-size: 16px!important;
font-family: system-ui!important;
margin-top: 25px;
margin-bottom: 25px;
    text-align: start!important;
}

.pdf-title-big {
color: #882237!important;
font-size: 24px!important;
font-family: system-ui!important;
margin-top: 25px;
margin-bottom: 25px;
    text-align: start!important;
}
.image-link {
    position: absolute;
    left: 0; 
    transform: translateY(-50%); 
    top: 25%; 
    z-index:9999;
    background:#fff;
}



    .tabs {

            display: flex;
            justify-content: center;
            margin-bottom: 20px;
            flex-direction: column;
            margin-top: 10%;
            align-items: center;

        }

        @media only screen and (max-width: 900px) {
            .tabs {
                flex-direction: column;
                margin-top: 25%;
            }
        }

        .tab-h1 {
            font-family: "Playfair Display", serif;
            font-weight: 400;
            font-size: 24px;
            color: #c2b280;
            text-align: center;
            //margin-bottom: 10px;
        }

        .tab-button {
            padding: 10px 20px;
            border: none;
            border-radius: 20px;
            background-color: #ddd;
            cursor: pointer;
            transition: 0.3s;
            font-family: "Playfair Display", serif;
            font-weight: 400;
            font-size: large;
        }

        .tab-button.active {
            background-color: #6f4e03;
            color: #fff;
        }

    .day,
        .evening,
        .night,
        h5 {
            color: red;
            font-family: Poppins, Geneva, Tahoma, sans-serif;
            text-transform: uppercase;
            font-size: 16px;
        } 

        .tab-content {
            display: none;
            background-color: #fff;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }

        .tab-content.active {
            display: block;
        }

       #day-food,
        #day-drink,
        #evening-food,
        #evening-drink,
        #night-food,
        #night-drink, #drink h2 {
            margin-top: 30px;
           //font-size: 20px;
            border-bottom: 2px solid #ccc;
            padding-bottom: 5px;
            font-family: auto;
            font-weight: 400;
        }

.tab-buttons {
  display: flex; 

  //margin-bottom: 20px;
}

#backtoTop {

    background-color: #6f4e0382;
}