
/*BODY STYLES*/
 html,body{
  display: flex;
  flex-direction: column;
  align-items: center;

  height: 100%;
  
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color:#f3f0eb ;
  overflow-x: hidden;
}
/*ANCHOR ELEMENTS*/
a{
  text-decoration: none;
}
/*NAV BAR STYLES*/
.header-container{
  position: relative;
  top: 0px;
  width: 100%;
  height: 110px;
  
  }
  .nav-bg{
  width: 100%;
  height: 110px;
  object-fit: cover;
  
  }
  .nav-container{
  position: absolute;
  top: 0;
  right: 0;
  
  
  }
  .nav-logo{
  position: absolute;
  margin-left: 10px;
  width: 320px;
  height: 160px;
  cursor: pointer;
  object-fit: cover;
  
  }
  .gallery-nav{
  width: 100%;
  height: 100px;
  
  position: relative;
  
  
  
  
  }
  
  .gallery-pages{
  display: flex;
  
  align-items: center;
  margin-top:20px;
  
  
  
  
  
  
  }
  .nav-text{
  font-family: Dai Banna SIL;
  margin-right: 15px;
  margin-left: 30px;
  font-size:40px;
  color: #9b8c7a;
  cursor: pointer;
  
  
  }
  .nav-text:hover{
  
  color: #ffffff;
  
  
  
  }
  .home-button{
  
  width:140px;
  color: #A69580;
  height: 70px;
  margin-left: 25px;
  font-size: 40px;
  border-radius: 8px;
  border: none;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-family: Dai Banna SIL;
  cursor:pointer;
  
  
  }
  .home-button:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.5s;
  
  }
  .home-button:active{
    background-color: #c0b2a1;
    color: white;
    transition: 0.5s;
  

  }
  .contact-button:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.4s;
  }
  .contact-button:active{
    background-color: #c0b2a1;
     color: white;
     transition: 0.5s;
   
  
  }
  .contact-button{ 
  color: #A69580;
  width:180px;
  height: 70px;
  margin-right: 20px;
  margin-left: 18px;
  font-size: 40px;
  border-radius: 8px;
  border:none;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-family: Dai Banna SIL, sans serif;
  cursor: pointer;
  }
  /*GALLERY LISTS*/
  .gallery-list{
  display: flex;
  justify-content: center;
  }
  .list-1{
  margin-top: 30px;
  font-family: Dai Banna SIL;
  margin-right: 50px;
  font-size: 40px;
  color: #947f66;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #947f66;
  
  
  }
  .list-2{
    margin-top: 30px;
    font-family: Dai Banna SIL;
    margin-right: 50px;
    font-size: 40px;
    color: #947f66;
    cursor: pointer;
    
    
    }
  
    .list-3{
      margin-top: 30px;
      font-family: Dai Banna SIL;
      margin-right: 50px;
      font-size: 40px;
      color: #947f66;
      cursor: pointer;
      
  
      }
    
  .and{
  font-family: Dai Banna SIL;
  font-size: 28px;
  }
  
  
  .list-1:hover{
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #947f66;
  color: #aca193;
  }
  .list-2:hover{
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #947f66;
    color: #aca193;
    }
    .list-3:hover{
      text-decoration: underline;
      text-underline-offset: 10px;
      text-decoration-color: #947f66;
      color: #aca193;
      }
  
  
  /*INTERIOR PAGE*/
  .interior-container{
  width:100vw;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  
  
  
  }
/*ROW 1*/
.row-1{

  display: flex;
  width: 100vw;
  position: relative;
  justify-content: center;
  align-items: center;
  
}
.interior-1{
  position: relative;
  width: 910px;
  height: 450px;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.interior-2{
 object-fit: cover;
  margin-left: 20px;
  width: 380px;
  height: 220px;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.interior-3{
  object-fit: cover;
  margin-left: 20px;
  width: 380px;
  height: 220px;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.interior-4{
  margin-left: 20px;
  margin-top: 20px;
  width: 790px;
  height: 200px;
  object-fit: cover;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.column-1{
  display: flex;
  flex-direction: column;
 
  
  
  
}
.column-2{
  display:flex;
 
  
}
.column-3{
  display: block;

}
/*ROW 2*/
.row-2{
  display: flex;
  width: 100vw;
  position: relative;
  justify-content:center ;
  margin-top: 20px;
  align-items: center;
  margin-bottom: 20px;
  
}
.interior-5{
  width: 560px;
  margin-right: 20px;
  height: 380px;
  object-fit: cover;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.interior-6{
  width: 560px;
  height: 380px;
  object-fit: cover;
  margin-right: 20px;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.interior-7{
  width: 560px;
  height: 380px;
  object-fit: cover;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}

/*IMAGE COULUMNS*/
.slider-container{
  position: relative;
  width: 100%;
}
.slider{
  position: relative;
  width: 100%;
  height: 580px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  display: flex;
  z-index: 1;
  margin-top: 20px;
  justify-content: center;
  
}
.slider-images{
  position: absolute;
  height: 100%;
  display: flex;
  margin-top: 0px;
  align-items: center;
  justify-content: center;
  gap: 30px;
 
}
.slider-images img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-style: solid;
  border-color: #c4bdb3 ;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.slider-img{
  width: 190px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.7s ease;
}
.slider-images .slider-img:first-child, .slider-images .slider-img:last-child{
  height: 380px;
}
.slider-images .slider-img:nth-child(2), .slider-images .slider-img:nth-child(6){
  height: 420px;
}
.slider-images .slider-img:nth-child(3), .slider-images .slider-img:nth-child(4), .slider-images .slider-img:nth-child(5){
  height: 450px;
}


.slider-img.active{
  width: 500px !important;
  height: 460px !important;
}
.slider-img.active h1{
   display: none;
}
.slider-img.active .details p, .slider-img.active .details h2{
  display: block;
}

/* ROW 3*/
.row-3{
  display: flex;
  width: 100vw;
  position: relative;
  justify-content:center ;
  align-items: center;
  margin-top: 20px;
}

.column-4{
  display: block;
  
}
.column-5{
  display: flex;
  flex-direction: column;
  
}
video{
  position: relative;

  object-fit: cover;
  
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
}
#video-1{
  width:320px;
  height:480px;
  margin-right: 20px;
}
.interior-8{
  width: 840px;
  height: 480px;
  margin-right: 20px;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.visit-kitchen{
  border-style: solid;
  border-color: white ;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #c3b29d;
  object-fit: cover;
  width: 550px;
  height: 225px;
  margin-bottom: 15px;
}
.visit-more{

  border-style: solid;
  border-color: white ;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  object-fit: cover;
  width: 550px;
  height: 225px;
  margin-bottom: 4px;
  background-color: #c4bdb3;
}

.kitchen-img{
  position: absolute;
  opacity: 20%;
  width: 550px;
  height: 220px;
}
.kitchen-text{
  opacity: 100%;
  font-family: Dai Banna SIL;
  font-size: 30px;
  font-weight: 400;
  color: white;
  position: relative;
}
.kitchen-button{
  width: 100px;
  height: 50px;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  font-size: 30px;
  font-family: Dai Banna SIL;
  background: none;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  color: white;
  cursor: pointer;
}
.more-text{
  opacity: 100%;
  font-family: Dai Banna SIL;
  font-size: 30px;
  font-weight: 400;
  color: white;
  position: relative;
}
.more-button{
  width: 90px;
  height: 40px;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  font-size: 20px;
  font-family: Dai Banna SIL;
  background: none;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  color: white;
  cursor: pointer;
}
.more-img{
  position: absolute;
  opacity: 20%;
  width: 550px;
  height: 225px;
}
/*ROW 4 VIDEO*/
.video-row{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  
}


#video-2{
  margin-right: 20px;
}#video-3{
  margin-right: 20px;
  width: 350px;
  height: 500px;
}#video-4{
  margin-right: 20px;
  width: 350px;
  height: 500px;
}#video-5{
  margin-right: 20px;
  width: 350px;
  height: 500px;
}
.image-1{
  width:320px;
  height: 390px;
  object-fit: cover;
  margin-right: 20px;
  border-color: white;
  border-width: 5px;
  border-style: solid;
  color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  width: 300px;
  height: 500px;
}
.image-2{
  width:220px;
  height: 500px;
  object-fit: cover;
 width: 300px;
  border-color: white;
  border-width: 5px;
  border-style: solid;
  color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
/*FOOTER STYLES*/
.footer-container{
  background-color: #fffdfc;
  width: 100vw;
  height: 390px;
  position: relative;
  display: flex;
  padding-bottom: 20px;
  
  align-items: baseline;
}
.footer-line{
  width: 100vw;
  height: 1px;
  background-color: #C8BAA8;
  margin-top: 40px;
  margin-left: 0px;
  position: absolute;
  display: block;
  opacity: 50%;
}
.footer-logo-container{
  position: absolute;
  right: 30px;
  margin-top: 50px;
}
.footer-logo{
  width: 300px;
  
  
}
.footer-name-info{
  position: relative;
  width: 500px;
  margin-top: 50px;
  left: 50px;
  

}
.footer-title{
  font-family: Dai Banna SIL;
  font-size: 45px;
  font-weight: 600;
  color: #684225;
  margin-bottom: 0px;

}
.footer-areas{
  font-family: Dai Banna SIL;
  font-size: 30px;
  font-weight: 500;
  color: #8e7a64;
  margin-top: 10px;
}
.footer-links{
  list-style: none;
  text-align: center;
  margin-top: 80px;
  font-family: Dai Banna SIL;
  margin-left: 240px;

}
.links-title{
  color: #684225;
  font-size: 45px;
  font-weight: 600;

}

.footer-hours{
  list-style: none;
  text-align: center;
  width: 400px;
  font-family: Dai Banna SIL;
  margin-left: 80px;
 
  
}
.links{
  font-size: 32px;
  font-weight: 500;
  margin-top: 8px;
  color: #8e7a64;
  cursor: pointer;
}
.links:hover{
  color: #684225;
}
.hours-title-footer{
  font-size: 45px;
  font-weight: 600;
  color: #684225;
  margin-bottom: 2px;

}
.weekdays{
  font-size: 24px;
  font-weight: 500;
  color: #8e7a64;
  
}
.footer-line-2{
  width: 100vw;
  height: 1px;
  background-color: #C8BAA8;
  
  margin-left: 0px;
  position: absolute;
  bottom: 30px;
  display: block;
  opacity: 50%;
  display: none;
  

}

/*MEDIA QUERIES*/
@media (max-width:510px) and (min-width:200px){

/*BODY STYLES*/
html,body{
  display: flex;
  flex-direction: column;
  align-items: center;

  height: 100%;
  
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color:#f3f0eb ;
  overflow-x: hidden;

}
/*NAV BAR STYLES*/
.header-container{
position: relative;
top: 0px;
width: 100%;
height: 60px;

}
.nav-bg{
width: 100%;
height: 60px;
object-fit: cover;

}
.nav-container{
  position: absolute;
  width: 100vw;


}
.nav-logo{
position: absolute;
margin-left: 0px;
width: 160px;
height: 80px;
cursor: pointer;
object-fit: cover;
display: none;

}
.gallery-nav{
width: 100%;
height: 60px;
display: flex;
justify-content: center;
align-items: center;










}

.gallery-pages{
display: flex;
justify-content: center;
align-items: center;
margin-top: 0px;





}
.nav-text{
font-family: Dai Banna SIL;
margin-right: 10px;
margin-left: 10px;
font-size:18px;
color: #9b8c7a;
cursor: pointer;


}
.nav-text:hover{

color: #ffffff;



}
.home-button{

width:60px;
color: #A69580;
height: 30px;
margin-left: 0px;
margin-right: 10px;
font-size: 16px;
border-radius: 8px;
border: none;
background-color: white;
box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
font-family: Dai Banna SIL;
cursor:pointer;


}
.home-button:hover{
background-color: #F1EDE7;
color:#A69580;
transition: 0.5s;

}
.home-button:active{
  background-color: #c0b2a1;
  color: white;
  transition: 0.5s;
  

}
.contact-button:hover{
background-color: #F1EDE7;
color:#A69580;
transition: 0.4s;
}
.contact-button:active{
  background-color: #c0b2a1;
   color: white;
   transition: 0.5s;
   

}
.contact-button{ 
color: #A69580;
width:75px;
height: 30px;
margin-right: 0px;
margin-left: 10px;
font-size: 16px;
border-radius: 8px;
border:none;
background-color: white;
box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
font-family: Dai Banna SIL, sans serif;
cursor: pointer;
}
/*GALLERY LISTS*/
.gallery-list-container{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
}
.gallery-list{
display: flex;
justify-content: center;
align-items: center;
}
.list-1{
margin-top: 20px;
font-family: Dai Banna SIL;
margin-right: 20px;
font-size: 18px;
color: #947f66;
cursor: pointer;
text-decoration: underline;
text-underline-offset: 10px;
text-decoration-color: #947f66;


}
.list-2{
  margin-top: 20px;
  font-family: Dai Banna SIL;
  margin-right: 20px;
  font-size: 18px;
  color: #947f66;
  cursor: pointer;
  
  
  }

  .list-3{
    margin-top: 20px;
    font-family: Dai Banna SIL;
    margin-left: 0px;
    margin-right: 0px;
  font-size: 18px;
    color: #947f66;
  cursor: pointer;
    

    }
  
.and{
font-family: Dai Banna SIL;
font-size: 16px;
}


.list-1:hover{
text-decoration: underline;
text-underline-offset: 10px;
text-decoration-color: #947f66;
color: #aca193;
}
.list-2:hover{
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #947f66;
  color: #aca193;
  }
  .list-3:hover{

      text-decoration: underline;
      text-underline-offset: 10px;
      text-decoration-color: #947f66;
      color: #aca193;
   
  }


/*INTERIOR PAGE*/
.interior-container{
width:100vw;
height: 100vw;
display: flex;
flex-direction: column;
align-items: center;
position: relative;



}
/*ROW 1*/
.row-1{

  display: flex;
  width: 100vw;
  position: relative;
  justify-content: center;
  align-items: center;
  
}
.interior-1{
  position: relative;
  width: 150px;
  height: 212px;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  object-fit: cover;
}
.interior-2{
 object-fit: cover;
  margin-left: 10px;
  width: 80px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.interior-3{
  object-fit: cover;
  margin-left: 10px;
  width: 80px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.interior-4{
  margin-left: 10px;
  margin-top: 10px;
  width: 180px;
  height: 100px;
  object-fit: cover;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.column-1{
  display: flex;
  flex-direction: column;
 
  
  
  
}
.column-2{
  display:flex;
 
  
}
.column-3{
  display: block;

}
/*ROW 2*/
.row-2{
  display: flex;
  width: 100vw;
  position: relative;
  justify-content:center ;

  align-items: center;
  
}
.interior-5{
  width: 105px;
  margin-right: 10px;
  height: 150px;
  object-fit: cover;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.interior-6{
  width: 105px;
  height: 150px;
  object-fit: cover;
  margin-right: 10px;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.interior-7{
  width: 110px;
  height: 150px;
  object-fit: cover;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
/*IMAGE COULUMNS*/
.slider-container{
  position: relative;
  width: 100vw;

 
}
.slider{
  position: relative;
  width: 100%;
  height: 150px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  display: flex;
  margin-left: -5px;
  z-index: 1;
  margin-top: 10px;
  justify-content: center;
  
}
.slider-images{
  position: absolute;
  height: 100%;
  display: flex;
  margin-top: 0px;
  align-items: center;
  justify-content: center;
  gap: 15px;
 
}
.slider-images img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-style: solid;
  border-color: #c4bdb3 ;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.slider-img{
  width: 33px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.7s ease;
}
.slider-images .slider-img:first-child, .slider-images .slider-img:last-child{
  height: 80px;
}
.slider-images .slider-img:nth-child(2), .slider-images .slider-img:nth-child(6){
  height: 90px;
}
.slider-images .slider-img:nth-child(3), .slider-images .slider-img:nth-child(4), .slider-images .slider-img:nth-child(5){
  height: 100px;
}


.slider-img.active{
  width: 100px !important;
  height: 110px !important;
  object-fit: cover;
}
.slider-img.active h1{
   display: none;
}
.slider-img.active .details p, .slider-img.active .details h2{
  display: block;
}

/* ROW 3*/
.row-3{
  display: flex;
  width: 100vw;
  position: relative;
  justify-content:center ;
  align-items: center;
  margin-top: 220px;
}

.column-4{
  display: block;
  
}
.column-5{
  display: flex;
  flex-direction: column;
  
}
video{
  position: relative;

  object-fit: cover;
  
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
}
.interior-8{
  width: 165px;
  height: 140px;
  margin-left: 10px;
  margin-right: 0px;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  object-fit: cover;
}
#video-1{
  margin-right: 0px;
  width: 165px;
  height: 140px;
  border-width: 3px;
}
.visit-kitchen{
  border-style: solid;
  border-color: white ;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #c3b29d;
  object-fit: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  display: none;
}
.visit-more{

  border-style: solid;
  border-color: white ;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  object-fit: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 4px;
  background-color: #c4bdb3;
  display: none;
}

.kitchen-img{
  position: absolute;
  opacity: 20%;
  width: 100px;
  height: 100px;
}
.kitchen-text{
  opacity: 100%;
  font-family: Dai Banna SIL;
  font-size: 24px;
  font-weight: 400;
  color: white;
  position: relative;
}
.kitchen-button{
  width: 90px;
  height: 40px;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  font-size: 20px;
  font-family: Dai Banna SIL;
  background: none;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  color: white;
  display: none;
  cursor: pointer;
}
.more-text{
  opacity: 100%;
  font-family: Dai Banna SIL;
  font-size: 24px;
  font-weight: 400;
  color: white;
  position: relative;
}
.more-button{
  width: 90px;
  height: 40px;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  font-size: 20px;
  font-family: Dai Banna SIL;
  background: none;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  color: white;
  cursor: pointer;
}
.more-img{
  position: absolute;
  opacity: 20%;
  width: 400px;
  height: 182px;
}
/*ROW 4 VIDEO*/
.video-row{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  position: relative;
  margin-top: 20px;
  
}


#video-2{
  margin-right: 20px;
}#video-3{
  margin-right: 10px;
  width: 53px;
  height:130px ;
  position: relative;
  object-fit: cover;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  
}#video-4{
  margin-right: 10px;
  width: 58px;
  height:130px ;
  position: relative;
  object-fit: cover;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  
}#video-5{
  margin-right: 10px;
  width: 58px;
  height:130px ;
  position: relative;
  object-fit: cover;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;

}
.image-1{
  width:58px;
  height: 130px;
  object-fit: cover;
  margin-right: 10px;
  border-color: white;
  border-width: 3px;
  border-style: solid;
  color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.image-2{
  width:53px;
  height: 130px;
  object-fit: cover;
 
  border-color: white;
  border-width: 3px;
  border-style: solid;
  color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
/*FOOTER STYLES*/
.footer-container{
  background-color: #fffdfc;
  width: 100vw;
  height: 160px;
  position: relative;
  display: flex;
  
  
  
}
.footer-line{
  width: 640px;
  height: 1px;
  background-color: #C8BAA8;
  margin-top: 10px;
  margin-left: 0px;
  position: absolute;
  display: block;
  opacity: 50%;
}
.footer-logo-container{
  position: absolute;
  right: 10px;
  margin-top: 36px;
}
.footer-logo{
  width: 70px;
  
  
}
.footer-name-info{
  position: relative;
  width: 190px;
  top: -40px;
  left: 10px;
  height: 100px;
  

}
.footer-title{
  font-family: Dai Banna SIL;
  font-size: 12px;
  font-weight: 600;
  color: #684225;
  margin-bottom: 0px;

}
.footer-areas{
  font-family: Dai Banna SIL;
  font-size: 8px;
  font-weight: 500;
  color: #8e7a64;
  margin-top: 4px;
}
.footer-links{
  list-style: none;
  text-align: center;
  position: relative;
  top: -40px;
  font-family: Dai Banna SIL;
  margin-left: 60px;
  

}
.links-title{
  color: #684225;
  font-size: 12px;
  font-weight: 600;

}

.footer-hours{
  list-style: none;
  text-align: center;
  position: relative;
  width: 400px;
  font-family: Dai Banna SIL;
  margin-right: 60px;
  top: -40px;
}
.links{
  font-size: 12px;
  font-weight: 500;
  margin-top: 2px;
  color: #8e7a64;
  cursor: pointer;
}
.links:hover{
  color: #684225;
}
.hours-title-footer{
  font-size: 12px;
  font-weight: 600;
  color: #684225;
  margin-bottom: 0px;
  margin-left: -80px;
}
.weekdays{
  font-size: 8px;
  font-weight: 500;
  color: #8e7a64;
  margin-left: -80px;
}
.footer-line-2{
  width: 640px;
  height: 1px;
  background-color: #C8BAA8;
  margin-left: 0px;
  position: absolute;
  bottom: 25px;
  display: block;
  opacity: 50%;
  
  

}
}

@media (max-width:700px) and (min-width:511px){

    /*BODY STYLES*/
    html,body{
      display: flex;
      flex-direction: column;
      align-items: center;
    
      height: 100%;
      
      width: 100%;
      margin: 0px;
      padding: 0px;
      background-color:#f3f0eb ;
      overflow-x: hidden;
    
    }
    /*NAV BAR STYLES*/
    .header-container{
    position: relative;
    top: 0px;
    width: 100%;
    height: 60px;
    
    }
    .nav-bg{
    width: 100%;
    height: 60px;
    object-fit: cover;
    
    }
    .nav-container{
      position: absolute;
      width: 100vw;
    
    
    }
    .nav-logo{
    position: absolute;
    margin-left: 0px;
    width: 160px;
    height: 80px;
    cursor: pointer;
    object-fit: cover;
    display: none;
    
    }
    .gallery-nav{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
    
    
    
    
    
    
    
    
    }
    
    .gallery-pages{
    display: flex;
    justify-content: center;
    align-items: center;
    
    
    
    
    
    
    }
    .nav-text{
    font-family: Dai Banna SIL;
    margin-right: 10px;
    margin-left: 10px;
    font-size:18px;
    color: #9b8c7a;
    cursor: pointer;
    
    
    }
    .nav-text:hover{
    
    color: #ffffff;
    
    
    
    }
    .home-button{
    
    width:60px;
    color: #A69580;
    height: 30px;
    margin-left: 0px;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 8px;
    border: none;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    font-family: Dai Banna SIL;
    cursor:pointer;
    
    
    }
    .home-button:hover{
    background-color: #F1EDE7;
    color:#A69580;
    transition: 0.5s;
    
    }
    .home-button:active{
      background-color: #c0b2a1;
      color: white;
      transition: 0.5s;
     
    }
    .contact-button:hover{
    background-color: #F1EDE7;
    color:#A69580;
    transition: 0.4s;
    }
    .contact-button:active{
      background-color: #c0b2a1;
       color: white;
       transition: 0.5s;
      
    
    }
    .contact-button{ 
    color: #A69580;
    width:75px;
    height: 30px;
    margin-right: 0px;
    margin-left: 10px;
    font-size: 16px;
    border-radius: 8px;
    border:none;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    font-family: Dai Banna SIL, sans serif;
    cursor: pointer;
    }
    /*GALLERY LISTS*/
    .gallery-list-container{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100vw;
    }
    .gallery-list{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .list-1{
    margin-top: 20px;
    font-family: Dai Banna SIL;
    margin-right: 20px;
    font-size: 18px;
    color: #947f66;
    cursor: pointer;
    
    
    }
    .list-2{
      margin-top: 20px;
      font-family: Dai Banna SIL;
      margin-right: 20px;
      font-size: 18px;
      color: #947f66;
      cursor: pointer;
      
      
      }
    
      .list-3{
        margin-top: 20px;
        font-family: Dai Banna SIL;
        margin-left: 0px;
        margin-right: 0px;
      font-size: 18px;
        color: #947f66;
      cursor: pointer;
        
    
        }
      
    .and{
    font-family: Dai Banna SIL;
    font-size: 16px;
    }
    
    
    .list-1:hover{
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #947f66;
    color: #aca193;
    }
    .list-2:hover{
      text-decoration: underline;
      text-underline-offset: 10px;
      text-decoration-color: #947f66;
      color: #aca193;
      }
      .list-3:hover{
        text-decoration: underline;
        text-underline-offset: 10px;
        text-decoration-color: #947f66;
        color: #aca193;
        }
    
    
    /*INTERIOR PAGE*/
    .interior-container{
    width:100vw;
    height: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    
    
    
    }
    /*ROW 1*/
    .row-1{
    
      display: flex;
      width: 100vw;
      position: relative;
      justify-content: center;
      align-items: center;
      
    }
    .interior-1{
      position: relative;
      width: 150px;
      height: 212px;
      border-style: solid;
      border-color: white;
      border-width: 3px;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
      object-fit: cover;
    }
    .interior-2{
     object-fit: cover;
      margin-left: 10px;
      width: 80px;
      height: 100px;
      position: relative;
      border-style: solid;
      border-color: white;
      border-width: 3px;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    }
    .interior-3{
      object-fit: cover;
      margin-left: 10px;
      width: 80px;
      height: 100px;
      position: relative;
      border-style: solid;
      border-color: white;
      border-width: 3px;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    }
    .interior-4{
      margin-left: 10px;
      margin-top: 10px;
      width: 180px;
      height: 100px;
      object-fit: cover;
      position: relative;
      border-style: solid;
      border-color: white;
      border-width: 3px;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    }
    .column-1{
      display: flex;
      flex-direction: column;
     
      
      
      
    }
    .column-2{
      display:flex;
     
      
    }
    .column-3{
      display: block;
    
    }
    /*ROW 2*/
    .row-2{
      display: flex;
      width: 100vw;
      position: relative;
      justify-content:center ;
    
      align-items: center;
      
    }
    .interior-5{
      width: 105px;
      margin-right: 10px;
      height: 150px;
      object-fit: cover;
      position: relative;
      border-style: solid;
      border-color: white;
      border-width: 3px;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    }
    .interior-6{
      width: 105px;
      height: 150px;
      object-fit: cover;
      margin-right: 10px;
      position: relative;
      border-style: solid;
      border-color: white;
      border-width: 3px;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
     
    }
    .interior-7{
      width: 110px;
      height: 150px;
      object-fit: cover;
      position: relative;
      border-style: solid;
      border-color: white;
      border-width: 3px;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    }
    /*IMAGE COULUMNS*/
    .slider-container{
      position: relative;
      width: 100vw;
    
     
    }
    .slider{
      position: relative;
      width: 100%;
      height: 150px;
      background-color: #ffffff;
      background-repeat: no-repeat;
      display: flex;
      margin-left: -5px;
      z-index: 1;
      margin-top: 10px;
      justify-content: center;
      
    }
    .slider-images{
      position: absolute;
      height: 100%;
      display: flex;
      margin-top: 0px;
      align-items: center;
      justify-content: center;
      gap: 15px;
     
    }
    .slider-images img {
      width: 100%;
      height: 100px;
      object-fit: cover;
      border-style: solid;
      border-color: #c4bdb3 ;
      border-width: 3px;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
     
    }
    .slider-img{
      width: 33px;
      border-radius: 6px;
      cursor: pointer;
      transition: 0.7s ease;
    }
    .slider-images .slider-img:first-child, .slider-images .slider-img:last-child{
      height: 80px;
    }
    .slider-images .slider-img:nth-child(2), .slider-images .slider-img:nth-child(6){
      height: 90px;
    }
    .slider-images .slider-img:nth-child(3), .slider-images .slider-img:nth-child(4), .slider-images .slider-img:nth-child(5){
      height: 100px;
    }
    
    
    .slider-img.active{
      width: 100px !important;
      height: 110px !important;
      object-fit: cover;
    }
    .slider-img.active h1{
       display: none;
    }
    .slider-img.active .details p, .slider-img.active .details h2{
      display: block;
    }
    
    /* ROW 3*/
    .row-3{
      display: flex;
      width: 100vw;
      position: relative;
      justify-content:center ;
      align-items: center;
      margin-top: 80px;
    }
    
    .column-4{
      display: block;
      
    }
    .column-5{
      display: flex;
      flex-direction: column;
      
    }
    video{
      position: relative;
    
      object-fit: cover;
      
      border-style: solid;
      border-color: white;
      border-width: 5px;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
      cursor: pointer;
    }
    .interior-8{
      width: 165px;
      height: 140px;
      margin-left: 10px;
      margin-right: 0px;
      border-style: solid;
      border-color: white;
      border-width: 3px;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
      object-fit: cover;
    }
    #video-1{
      margin-right: 0px;
      width: 165px;
      height: 140px;
      border-width: 3px;
    }
    .visit-kitchen{
      border-style: solid;
      border-color: white ;
      border-width: 5px;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-color: #c3b29d;
      object-fit: cover;
      width: 100px;
      height: 100px;
      margin-bottom: 15px;
      display: none;
    }
    .visit-more{
    
      border-style: solid;
      border-color: white ;
      border-width: 5px;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      object-fit: cover;
      width: 100px;
      height: 100px;
      margin-bottom: 4px;
      background-color: #c4bdb3;
      display: none;
    }
    
    .kitchen-img{
      position: absolute;
      opacity: 20%;
      width: 100px;
      height: 100px;
    }
    .kitchen-text{
      opacity: 100%;
      font-family: Dai Banna SIL;
      font-size: 24px;
      font-weight: 400;
      color: white;
      position: relative;
    }
    .kitchen-button{
      width: 90px;
      height: 40px;
      font-weight: 400;
      margin-top: 20px;
      position: relative;
      font-size: 20px;
      font-family: Dai Banna SIL;
      background: none;
      border-color: white;
      border-width: 2px;
      border-style: solid;
      color: white;
      display: none;
      cursor: pointer;
    }
    .more-text{
      opacity: 100%;
      font-family: Dai Banna SIL;
      font-size: 24px;
      font-weight: 400;
      color: white;
      position: relative;
    }
    .more-button{
      width: 90px;
      height: 40px;
      font-weight: 400;
      margin-top: 20px;
      position: relative;
      font-size: 20px;
      font-family: Dai Banna SIL;
      background: none;
      border-color: white;
      border-width: 2px;
      border-style: solid;
      color: white;
      cursor: pointer;
    }
    .more-img{
      position: absolute;
      opacity: 20%;
      width: 400px;
      height: 182px;
    }
    /*ROW 4 VIDEO*/
    .video-row{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100vw;
      position: relative;
      margin-top: 20px;
      
    }
    
    
    #video-2{
      margin-right: 20px;
    }#video-3{
      margin-right: 10px;
      width: 53px;
      height:130px ;
      position: relative;
      object-fit: cover;
      border-style: solid;
      border-color: white;
      border-width: 3px;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
      cursor: pointer;
      
    }#video-4{
      margin-right: 10px;
      width: 58px;
      height:130px ;
      position: relative;
      object-fit: cover;
      border-style: solid;
      border-color: white;
      border-width: 3px;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
      cursor: pointer;
      
    }#video-5{
      margin-right: 10px;
      width: 58px;
      height:130px ;
      position: relative;
      object-fit: cover;
      border-style: solid;
      border-color: white;
      border-width: 3px;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
      cursor: pointer;
    
    }
    .image-1{
      width:58px;
      height: 130px;
      object-fit: cover;
      margin-right: 10px;
      border-color: white;
      border-width: 3px;
      border-style: solid;
      color: white;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    }
    .image-2{
      width:53px;
      height: 130px;
      object-fit: cover;
     
      border-color: white;
      border-width: 3px;
      border-style: solid;
      color: white;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    }
    /*FOOTER STYLES*/
    .footer-container{
      background-color: #fffdfc;
      width: 100vw;
      height: 160px;
      position: relative;
      display: flex;
      
      
      
    }
    .footer-line{
      width: 640px;
      height: 1px;
      background-color: #C8BAA8;
      margin-top: 10px;
      margin-left: 0px;
      position: absolute;
      display: block;
      opacity: 50%;
    }
    .footer-logo-container{
      position: absolute;
      right: 10px;
      margin-top: 36px;
    }
    .footer-logo{
      width: 70px;
      
      
    }
    .footer-name-info{
      position: relative;
      width: 190px;
      top: -40px;
      left: 10px;
      height: 100px;
      
    
    }
    .footer-title{
      font-family: Dai Banna SIL;
      font-size: 12px;
      font-weight: 600;
      color: #684225;
      margin-bottom: 0px;
    
    }
    .footer-areas{
      font-family: Dai Banna SIL;
      font-size: 8px;
      font-weight: 500;
      color: #8e7a64;
      margin-top: 4px;
    }
    .footer-links{
      list-style: none;
      text-align: center;
      position: relative;
      top: -40px;
      font-family: Dai Banna SIL;
      margin-left: 60px;
      
    
    }
    .links-title{
      color: #684225;
      font-size: 12px;
      font-weight: 600;
    
    }
    
    .footer-hours{
      list-style: none;
      text-align: center;
      position: relative;
      width: 400px;
      font-family: Dai Banna SIL;
      margin-right: 60px;
      top: -40px;
    }
    .links{
      font-size: 12px;
      font-weight: 500;
      margin-top: 2px;
      color: #8e7a64;
      cursor: pointer;
    }
    .links:hover{
      color: #684225;
    }
    .hours-title-footer{
      font-size: 12px;
      font-weight: 600;
      color: #684225;
      margin-bottom: 0px;
      margin-left: -80px;
    }
    .weekdays{
      font-size: 8px;
      font-weight: 500;
      color: #8e7a64;
      margin-left: -80px;
    }
    .footer-line-2{
      width: 640px;
      height: 1px;
      background-color: #C8BAA8;
      margin-left: 0px;
      position: absolute;
      bottom: 25px;
      display: block;
      opacity: 50%;
      
      

    }
  
}

@media(max-width:800px) and (min-width:701px){
   /*BODY STYLES*/
   html,body{
    display: flex;
    flex-direction: column;
    align-items: center;
  
    height: 100%;
    
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color:#f3f0eb ;
    overflow-x: hidden;
  
  }
  /*NAV BAR STYLES*/
  .header-container{
  position: relative;
  top: 0px;
  width: 100%;
  height: 70px;
  
  
  }
  .nav-bg{
  width: 100%;
  height: 70px;
  object-fit: cover;
  
  
  }
  .nav-container{
    position: absolute;
    right:20px;
    top: 5px;
    
  
  
  
  }
  .nav-logo{
  position: absolute;
  margin-left: 0px;
  width: 200px;
  height: 98px;
  cursor: pointer;
  object-fit: cover;
  
  
  }
  .gallery-nav{
  
  height: 60px;
  position: relative;
  
  
  
  
  
  
  
  
  
  
  
  }
  
  .gallery-pages{
  position: relative;
  margin-top: 10px;
  
  
  
  
  
  
  
  }
  .nav-text{
  font-family: Dai Banna SIL;
  margin-right: 10px;
  margin-left: 10px;
  font-size:20px;
  color: #9b8c7a;
  cursor: pointer;
  
  
  }
  .nav-text:hover{
  
  color: #ffffff;
  
  
  
  }
  .home-button{
  
  width:70px;
  color: #A69580;
  height: 35px;
  margin-left: 0px;
  margin-right: 10px;
  font-size: 20px;
  border-radius: 8px;
  border: none;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-family: Dai Banna SIL;
  cursor:pointer;
  
  
  }
  .home-button:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.5s;
  
  }
  .home-button:active{
    background-color: #c0b2a1;
    color: white;
    transition: 0.5s;
   
  
  }
  .contact-button:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.4s;
  }
  .contact-button:active{
    background-color: #c0b2a1;
     color: white;
     transition: 0.5s;
    
  
  }
  .contact-button{ 
  color: #A69580;
  width:100px;
  height: 35px;
  margin-right: 0px;
  margin-left: 10px;
  font-size: 20px;
  border-radius: 8px;
  border:none;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-family: Dai Banna SIL, sans serif;
  cursor: pointer;
  }
  /*GALLERY LISTS*/
  .gallery-list-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
  }
  .gallery-list{
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .list-1{
  margin-top: 20px;
  font-family: Dai Banna SIL;
  margin-right: 30px;
  font-size: 20px;
  color: #947f66;
  cursor: pointer;
  
  
  }
  .list-2{
    margin-top: 20px;
    font-family: Dai Banna SIL;
    margin-right: 30px;
    font-size: 20px;
    color: #947f66;
    cursor: pointer;
    
    
    }
  
    .list-3{
      margin-top: 20px;
      font-family: Dai Banna SIL;
      margin-left: 0px;
      margin-right: 0px;
    font-size: 20px;
      color: #947f66;
    cursor: pointer;
     
  
      }
    
  .and{
  font-family: Dai Banna SIL;
  font-size: 16px;
  }
  
  
  .list-1:hover{
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #947f66;
  color: #aca193;
  }
  .list-2:hover{
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #947f66;
    color: #aca193;
    }
    .list-3:hover{
      text-decoration: underline;
      text-underline-offset: 10px;
      text-decoration-color: #947f66;
      color: #aca193;
      }
  
  
  /*INTERIOR PAGE*/
  .interior-container{
  width:100vw;
  height: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  
  
  
  }
/*ROW 1*/
.row-1{

  display: flex;
  width: 100vw;
  position: relative;
  justify-content: center;
  align-items: center;
  
}
.interior-1{
  position: relative;
  width: 230px;
  height: 214px;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  object-fit: cover;
}
.interior-2{
 object-fit: cover;
  margin-left: 10px;
  width: 180px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.interior-3{
  object-fit: cover;
  margin-left: 10px;
  width: 180px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.interior-4{
  margin-left: 10px;
  margin-top: 10px;
  width: 375px;
  height: 100px;
  object-fit: cover;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.column-1{
  display: flex;
  flex-direction: column;
 
  
  
  
}
.column-2{
  display:flex;
 
  
}
.column-3{
  display: block;

}
/*ROW 2*/
.row-2{
  display: flex;
  width: 100vw;
  position: relative;
  justify-content:center ;
  margin-top: 10px;
  align-items: center;
  
}
.interior-5{
  width: 197px;
  margin-right: 10px;
  height: 215px;
  object-fit: cover;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.interior-6{
  width: 197px;
  height: 215px;
  object-fit: cover;
  margin-right: 10px;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.interior-7{
  width: 197px;
  height: 215px;
  object-fit: cover;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
/*IMAGE COULUMNS*/
.slider-container{
  position: relative;
  width: 100%;
  height: 220px;

 
}
.slider{
  position: relative;
  width: 100%;
  height: 240px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  display: flex;
  margin-left: -5px;
  z-index: 1;
  margin-top: 10px;
  justify-content: center;
  
}
.slider-images{
  position: absolute;
  height: 100%;
  display: flex;
  margin-top: 0px;
  align-items: center;
  justify-content: center;
  gap: 15px;
 
}
.slider-images img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-style: solid;
  border-color: #c4bdb3 ;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.slider-img{
  width: 70px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.7s ease;
}
.slider-images .slider-img:first-child, .slider-images .slider-img:last-child{
  height: 145px;
}
.slider-images .slider-img:nth-child(2), .slider-images .slider-img:nth-child(6){
  height: 160px;
}
.slider-images .slider-img:nth-child(3), .slider-images .slider-img:nth-child(4), .slider-images .slider-img:nth-child(5){
  height: 170px;
}


.slider-img.active{
  width: 180px !important;
  height: 180px !important;
  object-fit: cover;
}
.slider-img.active h1{
   display: none;
}
.slider-img.active .details p, .slider-img.active .details h2{
  display: block;
}
/* ROW 3*/
.row-3{
   margin-top: 60px;
  width: 100vw;
  height: 200px;
  position: relative;
  
}

.column-4{
  display: block;
  
}
.column-5{
  display: flex;
  flex-direction: column;
  
}
video{
  position: relative;

  object-fit: cover;
  
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
}
.interior-8{
  
  width: 300px;
  height: 215px;
  margin-left: 10px;
  margin-right: 0px;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  object-fit: cover;
}
#video-1{
  margin-right: 0px;
  width: 300px;
  height: 216px;
  border-width: 3px;
}
.visit-kitchen{
  border-style: solid;
  border-color: white ;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #c3b29d;
  object-fit: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  display: none;
}
.visit-more{

  border-style: solid;
  border-color: white ;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  object-fit: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 4px;
  background-color: #c4bdb3;
  display: none;
}

.kitchen-img{
  position: absolute;
  opacity: 20%;
  width: 100px;
  height: 100px;
}
.kitchen-text{
  opacity: 100%;
  font-family: Dai Banna SIL;
  font-size: 24px;
  font-weight: 400;
  color: white;
  position: relative;
}
.kitchen-button{
  width: 90px;
  height: 40px;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  font-size: 20px;
  font-family: Dai Banna SIL;
  background: none;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  color: white;
  display: none;
  cursor: pointer;
}
.more-text{
  opacity: 100%;
  font-family: Dai Banna SIL;
  font-size: 24px;
  font-weight: 400;
  color: white;
  position: relative;
}
.more-button{
  width: 90px;
  height: 40px;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  font-size: 20px;
  font-family: Dai Banna SIL;
  background: none;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  color: white;
  cursor: pointer;
}
.more-img{
  position: absolute;
  opacity: 20%;
  width: 400px;
  height: 182px;
}
/*ROW 4 VIDEO*/
.video-row{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 200px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 0px;
  
}


#video-2{
  margin-right: 20px;
}#video-3{
  margin-right: 10px;
  width: 110px;
  height:190px ;
  position: relative;
  object-fit: cover;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  
}#video-4{
  margin-right: 10px;
  width: 110px;
  height:190px ;
  position: relative;
  object-fit: cover;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  
}#video-5{
  margin-right: 10px;
  width: 110px;
  height:190px ;
  position: relative;
  object-fit: cover;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;

}
.image-1{
  width:110px;
  height: 190px;
  object-fit: cover;
  margin-right: 10px;
  border-color: white;
  border-width: 3px;
  border-style: solid;
  color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.image-2{
  width:110px;
  height: 190px;
  object-fit: cover;
 
  border-color: white;
  border-width: 3px;
  border-style: solid;
  color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
/*FOOTER STYLES*/
.footer-container{
  background-color: #fffdfc;
  width: 100vw;
  height: 200px;
  margin-top: 20px;
  bottom: 0;
  position: relative

  
  
  
}
.footer-line{
  width: 100vw;
  height: 1px;
  background-color: #C8BAA8;
  margin-top: 20px;
  margin-left: 0px;
  position: absolute;
  display: block;
  opacity: 50%;
}
.footer-logo-container{
  position: absolute;
  right: 10px;
  margin-top: 36px;
}
.footer-logo{
  width: 100px;
  
  
}
.footer-name-info{
  position: relative;
  width: 250px;
  top: -30px;
  left: 10px;
  height: 100px;
  

}
.footer-title{
  font-family: Dai Banna SIL;
  font-size: 20px;
  font-weight: 600;
  color: #684225;
  margin-bottom: 0px;

}
.footer-areas{
  font-family: Dai Banna SIL;
  font-size: 14px;
  font-weight: 500;
  color: #8e7a64;
  margin-top: 4px;
}
.footer-links{
  position: relative;
  list-style: none;
  text-align: center;
  top: -29px;
  font-family: Dai Banna SIL;
  margin-left: 80px;

}
.links-title{
  color: #684225;
  font-size: 20px;
  font-weight: 600;

}

.footer-hours{
  list-style: none;
  position: relative;
  text-align: center;
  width: 400px;
  font-family: Dai Banna SIL;
  top: -33px;
 
}
.links{
  font-size: 17px;
  font-weight: 500;
  margin-top: 2px;
  color: #8e7a64;
  cursor: pointer;
}
.links:hover{
  color: #684225;
}
.hours-title-footer{
  font-size: 20px;
  font-weight: 600;
  color: #684225;
  margin-bottom: 2px;
  margin-left: -80px;
}
.weekdays{
  font-size: 12px;
  font-weight: 500;
  color: #8e7a64;
  margin-left: -80px;
}
.footer-line-2{
  width: 100vw;
  height: 1px;
  background-color: #C8BAA8;
  margin-left: 0px;
  position: absolute;
  bottom: 25px;
  display: block;
  opacity: 50%;
  
  

}
}

@media (max-width:1024px) and (min-width:801px){

   /*BODY STYLES*/
   html,body{
    display: flex;
    flex-direction: column;
    align-items: center;
  
    height: 100%;
    
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color:#f3f0eb ;
    overflow-x: hidden;
  
  }
  /*NAV BAR STYLES*/
  .header-container{
  position: relative;
  top: 0px;
  width: 100%;
  height: 70px;
  
  
  }
  .nav-bg{
  width: 100%;
  height: 70px;
  object-fit: cover;
  
  
  }
  .nav-container{
    position: absolute;
    right:20px;
    top: 5px;
    
  
  
  
  }
  .nav-logo{
  position: absolute;
  margin-left: 0px;
  width: 200px;
  height: 98px;
  cursor: pointer;
  object-fit: cover;
  
  
  }
  .gallery-nav{
  
  height: 60px;
  position: relative;
  
  
  
  
  
  
  
  
  
  
  
  }
  
  .gallery-pages{
  position: relative;
  margin-top:10px ;
  
  
  
  
  
  
  
  }
  .nav-text{
  font-family: Dai Banna SIL;
  margin-right: 10px;
  margin-left: 10px;
  font-size:20px;
  color: #9b8c7a;
  cursor: pointer;
  
  
  }
  .nav-text:hover{
  
  color: #ffffff;
  
  
  
  }
  .home-button{
  
  width:70px;
  color: #A69580;
  height: 35px;
  margin-left: 0px;
  margin-right: 10px;
  font-size: 20px;
  border-radius: 8px;
  border: none;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-family: Dai Banna SIL;
  cursor:pointer;
  
  
  }
  .home-button:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.5s;
  
  }
  .home-button:active{
    background-color: #c0b2a1;
    color: white;
    transition: 0.5s;
  

  
  }
  .contact-button:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.4s;
  }
  .contact-button:active{
    background-color: #c0b2a1;
     color: white;
     transition: 0.5s;
     height: 28px;
     width: 72px;
  
  }
  .contact-button{ 
  color: #A69580;
  width:100px;
  height: 35px;
  margin-right: 0px;
  margin-left: 10px;
  font-size: 20px;
  border-radius: 8px;
  border:none;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-family: Dai Banna SIL, sans serif;
  cursor: pointer;
  }
  /*GALLERY LISTS*/
  .gallery-list-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
  }
  .gallery-list{
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .list-1{
  margin-top: 20px;
  font-family: Dai Banna SIL;
  margin-right: 30px;
  font-size: 20px;
  color: #947f66;
  cursor: pointer;
  
  
  }
  .list-2{
    margin-top: 20px;
    font-family: Dai Banna SIL;
    margin-right: 30px;
    font-size: 20px;
    color: #947f66;
    cursor: pointer;
    
    
    }
  
    .list-3{
      margin-top: 20px;
      font-family: Dai Banna SIL;
      margin-left: 0px;
      margin-right: 0px;
    font-size: 20px;
      color: #947f66;
    cursor: pointer;
     
  
      }
    
  .and{
  font-family: Dai Banna SIL;
  font-size: 16px;
  }
  
  
  .list-1:hover{
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #947f66;
  color: #aca193;
  }
  .list-2:hover{
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #947f66;
    color: #aca193;
    }
    .list-3:hover{
      text-decoration: underline;
      text-underline-offset: 10px;
      text-decoration-color: #947f66;
      color: #aca193;
      }
  
  
  /*INTERIOR PAGE*/
  .interior-container{
  width:100vw;
  height: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  
  
  
  }
/*ROW 1*/
.row-1{

  display: flex;
  width: 100vw;
  position: relative;
  justify-content: center;
  align-items: center;
  
}
.interior-1{
  position: relative;
  width: 280px;
  height: 240px;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  object-fit: cover;
}
.interior-2{
 object-fit: cover;
  margin-left: 10px;
  width: 200px;
  height: 120px;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.interior-3{
  object-fit: cover;
  margin-left: 10px;
  width: 200px;
  height: 120px;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.interior-4{
  margin-left: 10px;
  margin-top: 10px;
  width: 417px;
  height: 105px;
  object-fit: cover;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.column-1{
  display: flex;
  flex-direction: column;
 
  
  
  
}
.column-2{
  display:flex;
 
  
}
.column-3{
  display: block;

}
/*ROW 2*/
.row-2{
  display: flex;
  width: 100vw;
  position: relative;
  justify-content:center ;
  margin-top: 10px;
  align-items: center;
  
}
.interior-5{
  width: 226px;
  margin-right: 10px;
  height: 215px;
  object-fit: cover;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.interior-6{
  width: 226px;
  height: 215px;
  object-fit: cover;
  margin-right: 10px;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.interior-7{
  width: 226px;
  height: 215px;
  object-fit: cover;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
/*IMAGE COULUMNS*/
.slider-container{
  position: relative;
  width: 100%;
  height: 220px;

 
}
.slider{
  position: relative;
  width: 100%;
  height: 240px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  display: flex;
  margin-left: -5px;
  z-index: 1;
  margin-top: 10px;
  justify-content: center;
  
}
.slider-images{
  position: absolute;
  height: 100%;
  display: flex;
  margin-top: 0px;
  align-items: center;
  justify-content: center;
  gap: 15px;
 
}
.slider-images img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-style: solid;
  border-color: #c4bdb3 ;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.slider-img{
  width: 70px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.7s ease;
}
.slider-images .slider-img:first-child, .slider-images .slider-img:last-child{
  height: 145px;
}
.slider-images .slider-img:nth-child(2), .slider-images .slider-img:nth-child(6){
  height: 160px;
}
.slider-images .slider-img:nth-child(3), .slider-images .slider-img:nth-child(4), .slider-images .slider-img:nth-child(5){
  height: 170px;
}


.slider-img.active{
  width: 180px !important;
  height: 180px !important;
  object-fit: cover;
}
.slider-img.active h1{
   display: none;
}
.slider-img.active .details p, .slider-img.active .details h2{
  display: block;
}
/* ROW 3*/
.row-3{
   margin-top: 60px;
  width: 100vw;
  height: 200px;
  position: relative;
  
}

.column-4{
  display: block;
  
}
.column-5{
  display: flex;
  flex-direction: column;
  
}
video{
  position: relative;

  object-fit: cover;
  
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
}
.interior-8{
  
  width: 300px;
  height: 200px;
  margin-left: 10px;
  margin-right: 0px;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  object-fit: cover;
}
#video-1{
  margin-right: 0px;
  width: 300px;
  height: 200px;
  border-width: 3px;
}
.visit-kitchen{
  border-style: solid;
  border-color: white ;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #c3b29d;
  object-fit: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  display: none;
}
.visit-more{

  border-style: solid;
  border-color: white ;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  object-fit: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 4px;
  background-color: #c4bdb3;
  display: none;
}

.kitchen-img{
  position: absolute;
  opacity: 20%;
  width: 100px;
  height: 100px;
}
.kitchen-text{
  opacity: 100%;
  font-family: Dai Banna SIL;
  font-size: 24px;
  font-weight: 400;
  color: white;
  position: relative;
}
.kitchen-button{
  width: 90px;
  height: 40px;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  font-size: 20px;
  font-family: Dai Banna SIL;
  background: none;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  color: white;
  display: none;
  cursor: pointer;
}
.more-text{
  opacity: 100%;
  font-family: Dai Banna SIL;
  font-size: 24px;
  font-weight: 400;
  color: white;
  position: relative;
}
.more-button{
  width: 90px;
  height: 40px;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  font-size: 20px;
  font-family: Dai Banna SIL;
  background: none;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  color: white;
  cursor: pointer;
}
.more-img{
  position: absolute;
  opacity: 20%;
  width: 400px;
  height: 182px;
}
/*ROW 4 VIDEO*/
.video-row{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 200px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 0px;
  
}


#video-2{
  margin-right: 20px;
}#video-3{
  margin-right: 10px;
  width: 110px;
  height:190px ;
  position: relative;
  object-fit: cover;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  
}#video-4{
  margin-right: 10px;
  width: 110px;
  height:190px ;
  position: relative;
  object-fit: cover;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  
}#video-5{
  margin-right: 10px;
  width: 110px;
  height:190px ;
  position: relative;
  object-fit: cover;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;

}
.image-1{
  width:110px;
  height: 190px;
  object-fit: cover;
  margin-right: 10px;
  border-color: white;
  border-width: 3px;
  border-style: solid;
  color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.image-2{
  width:110px;
  height: 190px;
  object-fit: cover;
 
  border-color: white;
  border-width: 3px;
  border-style: solid;
  color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
/*FOOTER STYLES*/
.footer-container{
  background-color: #fffdfc;
  width: 100vw;
  height: 200px;
  margin-top: 20px;
  bottom: 0;
  position: relative

  
  
  
}
.footer-line{
  width: 100vw;
  height: 1px;
  background-color: #C8BAA8;
  margin-top: 20px;
  margin-left: 0px;
  position: absolute;
  display: block;
  opacity: 50%;
}
.footer-logo-container{
  position: absolute;
  right: 10px;
  margin-top: 36px;
}
.footer-logo{
  width: 100px;
  
  
}
.footer-name-info{
  position: relative;
  width: 250px;
  top: -30px;
  left: 10px;
  height: 100px;
  

}
.footer-title{
  font-family: Dai Banna SIL;
  font-size: 20px;
  font-weight: 600;
  color: #684225;
  margin-bottom: 0px;

}
.footer-areas{
  font-family: Dai Banna SIL;
  font-size: 14px;
  font-weight: 500;
  color: #8e7a64;
  margin-top: 4px;
}
.footer-links{
  position: relative;
  list-style: none;
  text-align: center;
  top: -29px;
  font-family: Dai Banna SIL;
  margin-left: 80px;

}
.links-title{
  color: #684225;
  font-size: 20px;
  font-weight: 600;

}

.footer-hours{
  list-style: none;
  position: relative;
  text-align: center;
  width: 400px;
  font-family: Dai Banna SIL;
  top: -33px;
 
}
.links{
  font-size: 17px;
  font-weight: 500;
  margin-top: 2px;
  color: #8e7a64;
  cursor: pointer;
}
.links:hover{
  color: #684225;
}
.hours-title-footer{
  font-size: 20px;
  font-weight: 600;
  color: #684225;
  margin-bottom: 2px;
  margin-left: -80px;
}
.weekdays{
  font-size: 12px;
  font-weight: 500;
  color: #8e7a64;
  margin-left: -80px;
}
.footer-line-2{
  width: 100vw;
  height: 1px;
  background-color: #C8BAA8;
  margin-left: 0px;
  position: absolute;
  bottom: 25px;
  display: block;
  opacity: 50%;
  
  

}
}

@media (max-width:1552px) and (min-width:1025px){
  
  html,body{
    display: flex;
    flex-direction: column;
    align-items: center;
  
    height: 100%;
    
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color:#f3f0eb ;
    overflow-x: hidden;
  
  }
  /*NAV BAR STYLES*/
  .header-container{
  position: relative;
  top: 0px;
  width: 100%;
  height: 80px;
  
  
  }
  .nav-bg{
  width: 100%;
  height: 80px;
  object-fit: cover;
  
  
  }
  .nav-container{
    position: absolute;
    right:20px;
    top: 5px;
    
  
  
  
  }
  .nav-logo{
  position: absolute;
  margin-left: 0px;
  width: 300px;
  height: 110px;
  cursor: pointer;
  object-fit: cover;
  
  
  }
  .gallery-nav{
  
  height: 60px;
  position: relative;
  
  
  
  
  
  
  
  
  
  
  
  }
  
  .gallery-pages{
  position: relative;
  margin-top: 10px;
  
  
  
  
  
  
  }
  .nav-text{
  font-family: Dai Banna SIL;
  margin-right: 15px;
  margin-left: 15px;
  font-size:26px;
  color: #9b8c7a;
  cursor: pointer;
  
  
  }
  .nav-text:hover{
  
  color: #ffffff;
  
  
  
  }
  .home-button{
  
  width:110px;
  color: #A69580;
  height: 50px;
  margin-left: 0px;
  margin-right: 25px;
  font-size: 26px;
  border-radius: 8px;
  border: none;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-family: Dai Banna SIL;
  cursor:pointer;
  
  
  }
  .home-button:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.5s;
  
  }
  .home-button:active{
    background-color: #c0b2a1;
    color: white;
    transition: 0.5s;
  
  
  }
  .contact-button:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.4s;
  }
  .contact-button:active{
    background-color: #c0b2a1;
     color: white;
     transition: 0.5s;
     height: 28px;
     width: 72px;
  
  }
  .contact-button{ 
  color: #A69580;
  width:135px;
  height: 50px;
  margin-right: 0px;
  margin-left: 20px;
  font-size: 26px;
  border-radius: 8px;
  border:none;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-family: Dai Banna SIL, sans serif;
  cursor: pointer;
  }
  /*GALLERY LISTS*/
  .gallery-list-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
  }
  .gallery-list{
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .list-1{
  margin-top: 30px;
  font-family: Dai Banna SIL;
  margin-right: 30px;
  font-size: 26px;
  color: #947f66;
  cursor: pointer;
  
  
  }
  .list-2{
    margin-top: 30px;
    font-family: Dai Banna SIL;
    margin-right: 30px;
    font-size: 26px;
    color: #947f66;
    cursor: pointer;
    
    
    }
  
    .list-3{
      margin-top: 30px;
      font-family: Dai Banna SIL;
      margin-left: 0px;
      margin-right: 0px;
      font-size: 26px;
      color: #947f66;
      cursor: pointer;
    }
    
  .and{
    font-family: Dai Banna SIL;
    font-size: 24px;
  }
  
  
  .list-1:hover{
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #947f66;
  color: #aca193;
  }
  .list-2:hover{
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #947f66;
    color: #aca193;
    }
    .list-3:hover{
      text-decoration: underline;
      text-underline-offset: 10px;
      text-decoration-color: #947f66;
      color: #aca193;
      }
  
  
  /*INTERIOR PAGE*/
  .interior-container{
  width:100vw;
  height: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  
  
  
  }
/*ROW 1*/
.row-1{

  display: flex;
  width: 100vw;
  position: relative;
  justify-content: center;
  align-items: center;
  
}
.interior-1{
  position: relative;
  width: 400px;
  height: 300px;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  object-fit: cover;
}
.interior-2{
 object-fit: cover;
  margin-left: 20px;
  width: 297px;
  height: 130px;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.interior-3{
  object-fit: cover;
  margin-left: 20px;
  width: 297px;
  height: 130px;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.interior-4{
  margin-left: 20px;
  margin-top: 10px;
  width: 625px;
  height: 155px;
  object-fit: cover;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.column-1{
  display: flex;
  flex-direction: column;
 
  
  
  
}
.column-2{
  display:flex;
 
  
}
.column-3{
  display: block;

}
/*ROW 2*/
.row-2{
  display: flex;
  width: 100vw;
  position: relative;
  justify-content:center ;
  margin-top: 20px;
  align-items: center;
  
}
.interior-5{
  width: 340px;
  margin-right: 20px;
  height: 215px;
  object-fit: cover;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.interior-6{
  width: 340px;
  height: 215px;
  object-fit: cover;
  margin-right: 20px;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.interior-7{
  width: 320px;
  height: 215px;
  object-fit: cover;
  position: relative;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
/*IMAGE COULUMNS*/
.slider-container{
  position: relative;
  width: 100%;
  height: 420px;

 
}
.slider{
  position: relative;
  width: 100%;
  height: 420px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  display: flex;
  margin-left: -5px;
  z-index: 1;
  margin-top: 10px;
  justify-content: center;
  
}
.slider-images{
  position: absolute;
  height: 100%;
  display: flex;
  margin-top: 0px;
  align-items: center;
  justify-content: center;
  gap: 25px;
 
}
.slider-images img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-style: solid;
  border-color: #c4bdb3 ;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.slider-img{
  width: 110px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.7s ease;
}
.slider-images .slider-img:first-child, .slider-images .slider-img:last-child{
  height: 300px;
}
.slider-images .slider-img:nth-child(2), .slider-images .slider-img:nth-child(6){
  height: 330px;
}
.slider-images .slider-img:nth-child(3), .slider-images .slider-img:nth-child(4), .slider-images .slider-img:nth-child(5){
  height: 350px;
}


.slider-img.active{
  width: 420px !important;
  height: 350px !important;
  object-fit: cover;
}
.slider-img.active h1{
   display: none;
}
.slider-img.active .details p, .slider-img.active .details h2{
  display: block;
}
/* ROW 3*/
.row-3{
   margin-top: 60px;
  width: 100vw;
  height: 300px;
  position: relative;
  
}

.column-4{
  display: block;
  
}
.column-5{
  display: flex;
  flex-direction: column;
  
}
video{
  position: relative;

  object-fit: cover;
  
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
}
.interior-8{
  
  width: 500px;
  height: 280px;
  margin-left: 20px;
  margin-right: 0px;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  object-fit: cover;
}
#video-1{
  margin-right: 0px;
  width: 190px;
  height: 280px;
  border-width: 5px;
}
.visit-kitchen{
  border-style: solid;
  border-color: white ;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #c3b29d;
  object-fit: cover;
  width: 300px;
  height: 127px;
  margin-bottom: 15px;
  margin-left: 20px;

}
.visit-more{

  border-style: solid;
  border-color: white ;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  object-fit: cover;
  width: 300px;
  height: 127px;
  margin-bottom: 4px;
  background-color: #c4bdb3;
  margin-left: 20px;
 
}

.kitchen-img{
  position: absolute;
  opacity: 20%;
  width: 100px;
  height: 100px;
}
.kitchen-text{
  opacity: 100%;
  font-family: Dai Banna SIL;
  font-size: 24px;
  font-weight: 400;
  color: white;
  position: relative;
}
.kitchen-button{
  width: 90px;
  height: 40px;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  font-size: 20px;
  font-family: Dai Banna SIL;
  background: none;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  color: white;
  cursor: pointer;

}
.more-text{
  opacity: 100%;
  font-family: Dai Banna SIL;
  font-size: 24px;
  font-weight: 400;
  color: white;
  position: relative;
}
.more-button{
  width: 90px;
  height: 40px;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  font-size: 20px;
  font-family: Dai Banna SIL;
  background: none;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  color: white;
  cursor: pointer;
}
.more-img{
  position: absolute;
  opacity: 20%;
  width: 400px;
  height: 182px;
}
/*ROW 4 VIDEO*/
.video-row{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 300px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  
}


#video-2{
  margin-right: 20px;
}#video-3{
  margin-right: 20px;
  width: 186px;
  height:290px ;
  position: relative;
  object-fit: cover;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  
}#video-4{
  margin-right: 20px;
  width: 186px;
  height:290px ;
  position: relative;
  object-fit: cover;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  
}#video-5{
  margin-right: 20px;
  width: 186px;
  height:290px ;
  position: relative;
  object-fit: cover;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;

}
.image-1{
  width:186px;
  height: 290px;
  object-fit: cover;
  margin-right: 20px;
  border-color: white;
  border-width: 5px;
  border-style: solid;
  color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.image-2{
  width:186px;
  height: 290px;
  object-fit: cover;
 
  border-color: white;
  border-width: 5px;
  border-style: solid;
  color: white;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
 /*FOOTER STYLES*/
 .footer-container{
  background-color: #fffdfc;
  width: 100vw;
  height: 460px;
  padding-bottom: 60px;
  
  position: relative;
  
  
}
.footer-line{
  width: 100vw;
  height: 1px;
  background-color: #C8BAA8;
  margin-top: 30px;
  margin-left: 30px;
  position: absolute;
  display: block;
  opacity: 50%;
}
.footer-logo-container{
  position: absolute;
  right: 30px;
  margin-top: 50px;
}
.footer-logo{
width: 200px;    
  
}
.footer-name-info{
  position: relative;
  width: 400px;
  height: 100px;
  margin-top: 20px;
  left: 50px;
  

}
.footer-title{
  font-family: Dai Banna SIL;
  font-size: 32px;
  font-weight: 600;
  color: #684225;
  margin-bottom: 0px;

}
.footer-areas{
  font-family: Dai Banna SIL;
  font-size: 16px;
  font-weight: 500;
  color: #8e7a64;
  margin-top: 10px;
}
.footer-links{
  list-style: none;
  text-align: center;
  
  font-family: Dai Banna SIL;
  margin-left: 50px;

}
.links-title{
  color: #684225;
  font-size: 30px;
  font-weight: 600;

}

.footer-hours{
  list-style: none;
  text-align: center;
  width: 250px;
  font-family: Dai Banna SIL;
  margin-left: 100px;
}
.links{
  font-size: 23px;
  font-weight: 500;
  margin-top: 15px;
  color: #8e7a64;
  cursor: pointer;
}
.links:hover{
  color: #684225;
}
.hours-title-footer{
  font-size: 30px;
  font-weight: 600;
  color: #684225;
  margin-bottom: 15px;
}
.weekdays{
  font-size: 20px;
  font-weight: 500;
  color: #8e7a64;
}
.footer-line-2{
  width: 100vw;
  height: 1px;
  background-color: #C8BAA8;
  
  margin-left: 30px;
  position: absolute;
  bottom: 45px;
  display: block;
  opacity: 50%;
  display: none;
  

}
}





