*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    width: 100%;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}
#top-bar{
    width: 100%;
    min-width: 300px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background-color: #4B2E2A; 
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}
#top-bar p{
    font-size: 1.2rem;
    font-weight: 500;
}
#top-bar a{
    text-decoration: solid;
}
.House{
    font-size: 1.3rem !important;
    font-weight: 600;
    color: #fdcea1;
    margin-left: 20px;
    transition-duration: 0.2s;
    transition-property: all;
    transition-delay: 0.3s;
    transition-timing-function:linear;
}
.House:hover{
    color:#8b4c05;
    transform: scale(1.01);
}
.bar{
    padding: 3px;
    margin-right: 10px;
    color:#fdcea1;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function:linear;
    transition-delay: 0.2s;
}
.bar:hover{
    color: #8b4c05;
}
#right-bar{
    display: flex;
    margin-right: 20px;
}
.hero{
    background-image: url(images/background.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 55px;
    height: 95vh;
    width: 100%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.int{
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    word-spacing: 8px;
    position: relative;
    left: 15%;
    word-wrap: break-word;
}
.hero #view-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 20%;
    text-decoration: solid;
    padding: 10px;
    background-color: rgb(26, 95, 39);
    color: aliceblue;
    border-radius: 16px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    transition-property: all;
    transition-timing-function: ease;
    transition-duration: 0.6s;
    transition-delay: 0.2s;
}
.hero #view-menu:hover{
    color: #fdcea1;
    background-color: rgb(37, 72, 37);
    transform: scale(1.1);
}
#d{
    display: flex;
    align-items: center;
    color: #f9dfc6;
    font-size: 25px;
    font-weight: 500;
    word-spacing: 4px;
    position:relative;
    left: 18%;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 80%;
}
.icons{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    top: 20px;
    left: 20%;
}
.icons a{
    color: rgb(255, 144, 9);
    font-size: 3em;
    margin-right: 10px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0.1s;
}
.icons a:hover{
    transform: scale(1.1);
    color: rgb(228, 185, 136);
}
.title h2{
    margin-top: 10px;
    color: #3b2a1a;
}
.features .title{
    background-color: rgb(229, 248, 229);
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content:center;
}
.fea-cont{
    background-color:rgb(230, 244, 230) ;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 20px;
    padding: 10px;
}
.fea-cont p{
    font-size: 1.1em;
    color: rgb(72, 40, 14);
    font-weight: 500;
}
.fea-cont h4{
    font-size: 1.3em;
}
.box1{
    margin-top: 20px;
    margin-left:20%;
}
.box2{
    margin-top:20px;
    margin-right: 30px;
    margin-left: 20%;
}
.box3{
    margin-left:20%;
    margin-top: 10px;
}
.box4{
    margin-right: 30px;
    margin-top: 10px;
    margin-left: 20%;
}
.coffes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 30px;
    gap: 15px;
    background-color: #fdf6ee;
    height: 100%;
    padding-bottom: 80px;
}
.pomenu{
    display: flex;
    align-items:center;
    justify-content: center;
    background-color:  #f6ede2;
}
.pomenu h2{
    color: #462e18;
}
.coffes img{
    border: 1.5px solid rgb(239, 237, 237);
    border-radius: 10px;
    width:100%;
    height:66%;
}
.trd-img{
    border-radius: 8px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    width: 300px;
    height: 350px;
}
.frst-img{
    border-radius: 8px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    width: 300px;
    height: 350px;
}
.scd-img{
    border-radius: 8px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    width: 300px;
    height: 350px;
}
.disc1{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 34%;
}
.disc2{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 34%;
}
.disc3{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 34%;
}
.coffes p{
    color:#5a4633;
    font-weight: 400;
}
.coffes h4,h5{
    align-self: center;
}
.popular-menu{
    display: flex;
    flex-direction: column;
}
.popular-menu a{
    align-self: center;
    position: relative;
    bottom: 65px;
    background-color: #8b4c05;
    color: #ffffff;
    text-decoration: solid;
    font-size: 1.3em;
    border-radius: 8px;
    padding: 8px;
    transition: all ease 1s 0.2s;
}
.popular-menu a:hover{
    transform: scale(1.1);
    background-color:  #ab6a2d;
    color: rgb(44, 72, 4);
}
.about-preview{
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: row;
    gap:30px;
    justify-content: center;
    padding-bottom: 15px;
}
.about-content{
    position: relative;
    top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.about-content h2{
    margin-left: 10px;
    color:#3b2a1a;
}
.about-content p{
    color:#5a4633;
    word-spacing: 3px;
}
.about-image img{
    border: 1px rgb(228, 223, 223) solid;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.about-content a{
    position: relative;
    left: 30px;
    width: fit-content;
    padding: 8px;
    border-radius: 5px;
    text-decoration: solid;
    background-color:#8b4c05;
    color: #ffffff;
    transition: all ease 1s 0.2s;
    margin-bottom: 20px;
}
.about-content a:hover{
    transform: scale(1.1);
    background-color:  #ab6a2d;
    color: rgb(44, 72, 4);
}
.cta{
  background-color: #d49d5e;
  color: #fff;
  text-align: center;
  padding: 70px 10%;
}
.cta h2{
  transition: all 0.8s ease;
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.cta p{
  margin-bottom: 25px;
  font-size: 1.1rem;
}

.cta .btn{
  background-color: #fff;
  color: #3b2a1a;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s all ease;
  text-decoration: solid;
}
.cta .btn:hover{
  background-color: #e0c7aa;
}
.footer{
  background-color: #3b2a1a;
  color: #fff;
  padding-top: 60px;
}

.footer-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  padding: 0 8%;
}

.footer-box h3,
.footer-box h4{
  margin-bottom: 15px;
  color: #d49d5e;
}

.footer-box p{
  line-height: 1.6;
  color: #e0bc9c;
}

.footer-box ul{
  list-style: none;
}

.footer-box ul li{
  margin-bottom: 10px;
}

.footer-box ul li a{
  color: #5e462b;
  text-decoration: none;
  transition: 0.3s;
}

.footer-box ul li a:hover{
  color: #d49d5e;
}
footer{
    margin-top: 20px;
    height: fit-content;
}

.socials a{
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: #d49d5e;
  color: #3b2a1a;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.3s;
}

.socials a:hover{
  background: #fff;
}

.footer-bottom{
  text-align: center;
  padding: 20px;
  margin-top: 40px;
  background-color: #2a1e14;
  font-size: 0.9rem;
}
.footer-bottom p{
    color: gray;
}

/* Responsive Enhancements */
@media (max-width: 768px) {
  #top-bar {
    padding: 0 1rem;
  }
  
  #right-bar {
    position: fixed;
    top: 55px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 55px);
    background: #4B2E2A;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    transition: left 0.3s ease;
  }
  
  #right-bar.active {
    left: 0;
  }
  
  .hero {
    height: 80vh;
    padding: 0 1rem;
    align-items: center;
    text-align: center;
  }
  
  .int {
    left: 0 !important;
    font-size: clamp(1.8rem, 8vw, 3rem);
    text-align: center;
  }
  
  #d {
    left: 0 !important;
    font-size: clamp(1rem, 5vw, 1.5rem);
    width: 90%;
    margin: 1rem auto;
  }
  
  #view-menu {
    left: 50% !important;
    transform: translateX(-50%);
  }
  
  .icons {
    left: 0 !important;
    justify-content: center;
    width: 100%;
  }
  
  .fea-cont {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }
  
  .box1, .box2, .box3, .box4 {
    margin: 0 auto !important;
    max-width: 90%;
  }
  
  .coffes {
    flex-direction: column;
    align-items: center;
    padding: 1rem;
  }
  
  .trd-img, .frst-img, .scd-img {
    width: 90vw;
    max-width: 300px;
    height: auto;
  }
  
  .about-preview {
    flex-direction: column;
    gap: 1rem;
  }
  
  .about-content {
    top: 0;
    width: 100%;
    padding: 0 1rem;
  }
  
  .about-content a {
    left: 50% !important;
    transform: translateX(-50%);
  }
  
  .cta {
    padding: 3rem 1rem;
  }
  
  .cta h2 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }
}

@media (max-width: 480px) {
  .int {
    font-size: clamp(1.5rem, 10vw, 2.5rem);
  }
  
  .icons a {
    font-size: 2em;
  }
  
  .coffes img {
    height: 200px;
  }
}
