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 TAGS*/
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;
  margin-top: 15px;
  
  
  
  
  }
  
  .gallery-pages{
  display: flex;
  
  align-items: center;
  
  
  
  
  
  
  }
  .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;
  
  
  
  }
  .list-2{
    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-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;
    }
  
  
  /*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;
  
}

.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: 1020px;
  height: 420px;
  margin-right: 20px;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  object-fit: cover;
}
.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: 700px;
  height: 198px;
  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: 700px;
  height: 198px;
  margin-bottom: 4px;
  background-color: #c4bdb3;
}

.kitchen-img{
  position: absolute;
  opacity: 30%;
  width: 700px;
  height: 198px;
  object-fit: cover;
}
.kitchen-text{
  opacity: 100%;
  font-family: Dai Banna SIL;
  font-size: 32px;
  font-weight: 400;
  color: white;
  position: relative;
}
.kitchen-button{
  width: 110px;
  height: 50px;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  font-size: 32px;
  font-family: Dai Banna SIL;
  background: none;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  color: white;
}
.more-text{
  opacity: 100%;
  font-family: Dai Banna SIL;
  font-size: 32px;
  font-weight: 400;
  color: white;
  position: relative;
}
.more-button{
  width: 110px;
  height: 50px;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  font-size: 32px;
  font-family: Dai Banna SIL;
  background: none;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  color: white;
}
.more-img{
  position: absolute;
  opacity: 30%;
  width: 700px;
  height: 198px;
  object-fit: cover;
}
/*ROW 2 VIDEO*/
.video-row{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  position: relative;
  margin-top: 20px;
  
}

#video-1{
  margin-right: 20px;
}
#video-2{
  margin-right: 20px;
}#video-3{
  margin-right: 20px;
}#video-4{
  margin-right: 20px;
}#video-5{
  margin-right: 20px;
  width:563px;
  height:390px;
}
.image-1{
  width:563px;
  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);
}
.image-2{
  width:563px;
  height: 390px;
  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);
}
.image-3{
  width:500px;
  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);
}
/*IMAGE COULUMNS*/
.slider-container{
  position: relative;
  width: 100%;
  height: 100%;

 
}
.slider{
  position: relative;
  width: 100%;
  height: 580px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  display: flex;
  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 ;
  margin-top: 30px;
  align-items: center;
  
}
.interior-5{
  width: 560px;
  margin-right: 20px;
  height: 320px;
  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: 320px;
  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: 320px;
  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);
}
/*ROW 4*/
.row-4{
  margin-top: 20px;
  display: flex;
  width: 100vw;
  position: relative;
  justify-content: center;
  align-items: center;
  
}
.interior-1{
  object-fit: cover;
  position: relative;
  width: 930px;
  height: 460px;
  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: 785px;
  height: 215px;
  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: 785px;
  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);
}
.column-1{
  display: flex;
  flex-direction: column;
 
  
  
  
}
.column-2{
  display:flex;
 
  
}
.column-3{
  display: block;

}
/*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;






}
.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;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #947f66;
  
  
  }

  .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;
  }


/*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;
  
}

.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: 150px;
  height: 215px;
  margin-right: 10px;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  object-fit: cover;
}
.visit-kitchen{
  border-style: solid;
  border-color: white ;
  border-width: 3px;
  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: 140px;
  height: 97px;
  margin-bottom: 15px;
}
.visit-more{

  border-style: solid;
  border-color: white ;
  border-width: 3px;
  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: 140px;
  height: 97px;
  margin-bottom: 4px;
  background-color: #c4bdb3;
}

.kitchen-img{
  position: absolute;
  opacity: 30%;
  width: 140px;
  height: 100px;
  object-fit: cover;
}
.kitchen-text{
  opacity: 100%;
  font-family: Dai Banna SIL;
  font-size: 14px;
  font-weight: 400;
  color: white;
  position: relative;
}
.kitchen-button{
  width: 50px;
  height: 25px;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  font-size: 14px;
  font-family: Dai Banna SIL;
  background: none;
  border-color: white;
  border-width: 1px;
  border-style: solid;
  color: white;
}
.more-text{
  opacity: 100%;
  font-family: Dai Banna SIL;
  font-size: 14px;
  font-weight: 400;
  color: white;
  position: relative;
}
.more-button{
  width: 50px;
  height: 25px;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  font-size: 14px;
  font-family: Dai Banna SIL;
  background: none;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  color: white;
}
.more-img{
  position: absolute;
  opacity: 30%;
  width: 140px;
  height: 100px;
  object-fit: cover;
}
/*ROW 2 VIDEO*/
.video-row{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  position: relative;
  margin-top: 10px;
  
}

#video-1{
  margin-right: 20px;
}
#video-2{
  margin-right: 20px;
}#video-3{
  margin-right: 20px;
}#video-4{
  margin-right: 20px;
}#video-5{
  margin-right: 10px;
  width: 92px;
  height: 140px;
  border-width: 3px;
}
.image-1{
  width:92px;
  height: 140px;
  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:92px;
  height: 140px;
  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);
}
.image-3{
  width:100px;
  height: 180px;
  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 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;
      
    }
    .interior-5{
      width: 90px;
      margin-right: 10px;
      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);
    }
    .interior-6{
      width: 90px;
      height: 100px;
      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: 90px;
      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);
    }

    /*ROW 4*/
  .row-4{
    margin-top: 10px;
    display: flex;
    width: 100vw;
    position: relative;
    justify-content: center;
    align-items: center;
    
  }
  .interior-1{
    position: relative;
    width: 150px;
    height: 215px;
    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: 140px;
    height: 97px;
    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: 15px;
    width: 140px;
    height: 97px;
    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;

  }

/*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: 60px;
  
   display: flex;
   justify-content: center;
   align-items: center;
  
   
   
   
   
   
   
   
   
   
   
   }
   
   .gallery-pages{
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 20px;
   
   
   
   
   
   
   }
   .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;
     text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #947f66;
     
     
     }
   
     .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;
     }
   
   
   /*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;
     
   }
   
   .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: 150px;
     height: 215px;
     margin-right: 10px;
     border-style: solid;
     border-color: white;
     border-width: 3px;
     box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
     object-fit: cover;
   }
   .visit-kitchen{
     border-style: solid;
     border-color: white ;
     border-width: 3px;
     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: 140px;
     height: 97px;
     margin-bottom: 15px;
   }
   .visit-more{
   
     border-style: solid;
     border-color: white ;
     border-width: 3px;
     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: 140px;
     height: 97px;
     margin-bottom: 4px;
     background-color: #c4bdb3;
   }
   
   .kitchen-img{
     position: absolute;
     opacity: 30%;
     width: 140px;
     height: 100px;
     object-fit: cover;
   }
   .kitchen-text{
     opacity: 100%;
     font-family: Dai Banna SIL;
     font-size: 14px;
     font-weight: 400;
     color: white;
     position: relative;
   }
   .kitchen-button{
     width: 50px;
     height: 25px;
     font-weight: 400;
     margin-top: 20px;
     position: relative;
     font-size: 14px;
     font-family: Dai Banna SIL;
     background: none;
     border-color: white;
     border-width: 1px;
     border-style: solid;
     color: white;
   }
   .more-text{
     opacity: 100%;
     font-family: Dai Banna SIL;
     font-size: 14px;
     font-weight: 400;
     color: white;
     position: relative;
   }
   .more-button{
     width: 50px;
     height: 25px;
     font-weight: 400;
     margin-top: 20px;
     position: relative;
     font-size: 14px;
     font-family: Dai Banna SIL;
     background: none;
     border-color: white;
     border-width: 2px;
     border-style: solid;
     color: white;
   }
   .more-img{
     position: absolute;
     opacity: 30%;
     width: 140px;
     height: 100px;
     object-fit: cover;
   }
   /*ROW 2 VIDEO*/
   .video-row{
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100vw;
     position: relative;
     margin-top: 10px;
     
   }
   
   #video-1{
     margin-right: 20px;
   }
   #video-2{
     margin-right: 20px;
   }#video-3{
     margin-right: 20px;
   }#video-4{
     margin-right: 20px;
   }#video-5{
     margin-right: 10px;
     width: 92px;
     height: 140px;
     border-width: 3px;
   }
   .image-1{
     width:92px;
     height: 140px;
     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:92px;
     height: 140px;
     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);
   }
   .image-3{
     width:100px;
     height: 180px;
     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 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;
         
       }
       .interior-5{
         width: 90px;
         margin-right: 10px;
         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);
       }
       .interior-6{
         width: 90px;
         height: 100px;
         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: 90px;
         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);
       }
   
       /*ROW 4*/
     .row-4{
       margin-top: 10px;
       display: flex;
       width: 100vw;
       position: relative;
       justify-content: center;
       align-items: center;
       
     }
     .interior-1{
       position: relative;
       width: 150px;
       height: 215px;
       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: 140px;
       height: 97px;
       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: 15px;
       width: 140px;
       height: 97px;
       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;
   
     }
   
   /*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;
margin-top: 10px;











}

.gallery-pages{
position: relative;







}
.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;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #947f66;
  
  
  }

  .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;
  }


/*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;
    
  }
  
  .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: 360px;
    height: 215px;
    margin-right: 10px;
    border-style: solid;
    border-color: white;
    border-width: 3px;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    object-fit: cover;
  }
  .visit-kitchen{
    border-style: solid;
    border-color: white ;
    border-width: 3px;
    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: 250px;
    height: 97px;
    margin-bottom: 15px;
  }
  .visit-more{
  
    border-style: solid;
    border-color: white ;
    border-width: 3px;
    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: 250px;
    height: 97px;
    margin-bottom: 4px;
    background-color: #c4bdb3;
  }
  
  .kitchen-img{
    position: absolute;
    opacity: 30%;
    width: 250px;
    height: 97px;
    object-fit: cover;
  }
  .kitchen-text{
    opacity: 100%;
    font-family: Dai Banna SIL;
    font-size: 18px;
    font-weight: 400;
    color: white;
    position: relative;
  }
  .kitchen-button{
    width: 70px;
    height: 35px;
    font-weight: 400;
    margin-top: 20px;
    position: relative;
    font-size: 18px;
    font-family: Dai Banna SIL;
    background: none;
    border-color: white;
    border-width: 1px;
    border-style: solid;
    color: white;
  }
  .more-text{
    opacity: 100%;
    font-family: Dai Banna SIL;
    font-size: 18px;
    font-weight: 400;
    color: white;
    position: relative;
  }
  .more-button{
    width: 70px;
    height: 35px;
    font-weight: 400;
    margin-top: 20px;
    position: relative;
    font-size: 18px;
    font-family: Dai Banna SIL;
    background: none;
    border-color: white;
    border-width: 1px;
    border-style: solid;
    color: white;
  }
  .more-img{
    position: absolute;
    opacity: 30%;
    width: 250px;
    height: 97px;
    object-fit: cover;
  }
  /*ROW 2 VIDEO*/
  .video-row{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    
  }
  
  #video-1{
    margin-right: 20px;
  }
  #video-2{
    margin-right: 20px;
  }#video-3{
    margin-right: 20px;
  }#video-4{
    margin-right: 20px;
  }#video-5{
    margin-right: 10px;
    width: 198px;
    height: 200px;
    border-width: 3px;
  }
  .image-1{
    width:198px;
    height: 200px;
    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:198px;
    height: 200px;
    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);
  }
  .image-3{
    width:100px;
    height: 180px;
    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 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{
        display: flex;
        width: 100vw;
        position: relative;
        justify-content:center ;
        margin-top: 50px;
        align-items: center;
        
      }
      .interior-5{
        width: 201px;
        margin-right: 10px;
        height: 140px;
        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: 201px;
        height: 140px;
        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: 201px;
        height: 140px;
        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);
      }
  
      /*ROW 4*/
    .row-4{
      margin-top: 10px;
      display: flex;
      width: 100vw;
      position: relative;
      justify-content: center;
      align-items: center;
      
    }
    .interior-1{
      position: relative;
      width: 360px;
      height: 215px;
      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: 254px;
      height: 97px;
      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: 15px;
      width: 254px;
      height: 97px;
      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;
  
    }
  
  /*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;
margin-top: 15px;











}

.gallery-pages{
position: relative;







}
.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;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #947f66;
  
  
  }

  .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;
  }


/*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;
    
  }
  
  .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: 360px;
    height: 215px;
    margin-right: 10px;
    border-style: solid;
    border-color: white;
    border-width: 3px;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    object-fit: cover;
  }
  .visit-kitchen{
    border-style: solid;
    border-color: white ;
    border-width: 3px;
    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: 250px;
    height: 97px;
    margin-bottom: 15px;
  }
  .visit-more{
  
    border-style: solid;
    border-color: white ;
    border-width: 3px;
    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: 250px;
    height: 97px;
    margin-bottom: 4px;
    background-color: #c4bdb3;
  }
  
  .kitchen-img{
    position: absolute;
    opacity: 30%;
    width: 250px;
    height: 97px;
    object-fit: cover;
  }
  .kitchen-text{
    opacity: 100%;
    font-family: Dai Banna SIL;
    font-size: 18px;
    font-weight: 400;
    color: white;
    position: relative;
  }
  .kitchen-button{
    width: 70px;
    height: 35px;
    font-weight: 400;
    margin-top: 20px;
    position: relative;
    font-size: 18px;
    font-family: Dai Banna SIL;
    background: none;
    border-color: white;
    border-width: 1px;
    border-style: solid;
    color: white;
  }
  .more-text{
    opacity: 100%;
    font-family: Dai Banna SIL;
    font-size: 18px;
    font-weight: 400;
    color: white;
    position: relative;
  }
  .more-button{
    width: 70px;
    height: 35px;
    font-weight: 400;
    margin-top: 20px;
    position: relative;
    font-size: 18px;
    font-family: Dai Banna SIL;
    background: none;
    border-color: white;
    border-width: 1px;
    border-style: solid;
    color: white;
  }
  .more-img{
    position: absolute;
    opacity: 30%;
    width: 250px;
    height: 97px;
    object-fit: cover;
  }
  /*ROW 2 VIDEO*/
  .video-row{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    
  }
  
  #video-1{
    margin-right: 20px;
  }
  #video-2{
    margin-right: 20px;
  }#video-3{
    margin-right: 20px;
  }#video-4{
    margin-right: 20px;
  }#video-5{
    margin-right: 10px;
    width: 198px;
    height: 200px;
    border-width: 3px;
  }
  .image-1{
    width:198px;
    height: 200px;
    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:198px;
    height: 200px;
    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);
  }
  .image-3{
    width:100px;
    height: 180px;
    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 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{
        display: flex;
        width: 100vw;
        position: relative;
        justify-content:center ;
        margin-top: 50px;
        align-items: center;
        
      }
      .interior-5{
        width: 201px;
        margin-right: 10px;
        height: 140px;
        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: 201px;
        height: 140px;
        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: 201px;
        height: 140px;
        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);
      }
  
      /*ROW 4*/
    .row-4{
      margin-top: 10px;
      display: flex;
      width: 100vw;
      position: relative;
      justify-content: center;
      align-items: center;
      
    }
    .interior-1{
      position: relative;
      width: 360px;
      height: 215px;
      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: 254px;
      height: 97px;
      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: 15px;
      width: 254px;
      height: 97px;
      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;
  
    }
  
  /*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;
  margin-top: 10px;
  
  
  
  
  
  
  
  
  
  
  
  }
  
  .gallery-pages{
  position: relative;
  
  
  
  
  
  
  
  }
  .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;
   
     
  
  }
  .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;
    text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #947f66;
    
    
    }
  
    .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;
    }
  
  
  /*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;
  
}

.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: 640px;
  height: 390px;
  margin-right: 20px;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  object-fit: cover;
}
.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: 400px;
  height: 182px;
  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: 400px;
  height: 182px;
  margin-bottom: 4px;
  background-color: #c4bdb3;
}

.kitchen-img{
  position: absolute;
  opacity: 30%;
  width: 400px;
  height: 182px;
  object-fit: cover;
}
.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;
}
.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;
}
.more-img{
  position: absolute;
  opacity: 30%;
  width: 400px;
  height: 182px;
  object-fit: cover;
}
/*ROW 2 VIDEO*/
.video-row{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  position: relative;
  margin-top: 20px;
  margin-bottom:20px;
  
}

#video-1{
  margin-right: 20px;
}
#video-2{
  margin-right: 20px;
}#video-3{
  margin-right: 20px;
}#video-4{
  margin-right: 20px;
}#video-5{
  margin-right: 20px;
  width:337px;
   height:390px;
}
.image-1{
  width:337px;
  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);
}
.image-2{
  width:337px;
  height: 390px;
  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);
}
.image-3{
  width:220px;
  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);
}
/*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{
  display: flex;
  width: 100vw;
  position: relative;
  justify-content:center ;
  margin-top: 40px;
  align-items: center;
  
}
.interior-5{
  width: 340px;
  margin-right: 20px;
  height: 280px;
  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: 280px;
  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: 340px;
  height: 280px;
  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);
}
/*ROW 4*/
.row-4{
  margin-top: 20px;
  display: flex;
  width: 100vw;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  
}
.interior-1{
  position: relative;
  width: 650px;
  height: 390px;
  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: 400px;
  height: 182px;
  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: 400px;
  height: 182px;
  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;

}
 /*FOOTER STYLES*/
 .footer-container{
  background-color: #fffdfc;
  width: 100vw;
  height: 260px;
  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;
  

}
}