/*HEADER STYLES*/
.hero{
  position: relative;
}
/*ANCHOR STYLES*/
a{
  text-decoration: none;
}
.hero-header{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 650px;
  top: 0px;
 
}
.hero-title{
  position: relative;
  display: flex;
  font-family: Dai Banna SIL, sans-serif;
  flex-direction: column;
  margin-top: 220px;
  align-items: center;
  line-height: 0px;
  margin-bottom: 10px;
  color: white;
  text-shadow: 4px 6px 4px rgba(0,0,0,0.3 );
}
.header-text{
  font-size: 60px;
  margin-bottom: 0px;
  font-weight: 500;
  
}
.header-text-2{
  font-size: 55px;
  margin-top: 60px;
  font-weight: 500;
}
.hero-buttons{
  position: relative;
  display: flex;
  justify-content: center;
  margin-left: 40px;
 

}
.header-button{
  font-family: Dai Banna SIL, sans serif;
  width:280px;
  color: white;
  height: 75px;
  margin-right: 20px;
  font-size: 30px;
  border-radius: 8px;
  border: none;
  background-color: #A69580;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-weight: 500;
  cursor: pointer;
  outline-offset: 4px;

}
.header-button:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.4s;
  
}
.header-button:active{
  background-color: #A69580;
  color: white;
  width: 275px;
  height: 68px;
}
 


.started-button{
  font-family: Dai Banna SIL, sans serif;
  width:280px;
  color: #A69580;
  height: 75px;
  margin-right: 40px;
  font-size: 30px;
  border-radius: 8px;
  border: none;
  font-weight: 500;
  background-color: #F1EDE7;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  
}
.started-button:hover{
  background-color: #A69580;
  color:#f1ede7;
  transition: 0.4s;

}
.started-button:active{
  background-color: #F1EDE7;
  color:#A69580;
  width: 275px;
  height: 68px;
}

.logo{
  position: absolute;
  top: 0px;
  left: 20px;
  width: 350px;
  height: 170px;
  cursor: pointer;
  object-fit: cover;
  
}
/*NAV BAR STYLES*/
.nav-container{
  position: relative;
}
.nav-pages{
  display: flex;
  position: absolute;
  top:0px;
  right: 20px;
  align-items: center;
 
  
}
.nav-text{
  margin-right: 12px;
  margin-left: 20px;
  font-size:30px;
  color: white;
  text-shadow: 4px 6px 4px rgba(0,0,0,0.2);
  cursor: pointer;
  
  
}
.nav-text:hover{
  
  color: #d8d5cf;

  
}
.nav-button-1{
  width:130px;
  color: white;
  height: 60px;
  margin-left: 18px;
  font-size: 30px;
  border-radius: 8px;
  border: none;
  background-color: #A69580;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-family: Dai Banna SIL;
  cursor: pointer;
}
.nav-button-1:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.5s;
}
.nav-button-1:active{
   background-color: #A69580;
  color: white;
  width: 126px;
  height: 56px;
}
.nav-button-2:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.4s;
}
.nav-button-2:active{
  background-color: #A69580;
  color: white;
  width: 156px;
  height: 56px;
}
.nav-button-2{ 
  color: white;
  width:160px;
  height: 60px;
  margin-left: 18px;
  font-size: 30px;
  border-radius: 8px;
  border:none;
  background-color: #A69580;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-family: Dai Banna SIL, sans serif;
  cursor: pointer;
}

/*BODY STYLES*/

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
/*CAROUSEL STYLES*/
.carousel-1{
  display:flex;
  width: 320px;
  height: 400px;
  margin-right: 20px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  
}
.carousel-2{
  display: flex;
  width: 320px;
  height: 400px;
  margin-right: 20px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.carousel-3{
  display: flex;
  width: 320px;
  height: 400px;
  margin-right: 20px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.carousel-4{
  display: flex;
  width: 320px;
  height: 400px;
  margin-right: 20px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.carousel-5{
  display: flex;
  width: 320px;
  height: 400px;
  margin-right: 20px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.carousel-container{
 display: flex;
  position: relative;
  margin-top: 170px;
  background-color: #F1EDE7;
  padding-top: 20px;
  width: 100vw;
  height: 420px;
  margin-bottom: 0px;
  overflow: hidden;
  
  
}
@keyframes slide {
  from {
    transform: translateX(0)
  }
  to{ 
    transform: translateX(-100%)
  }
}
.carousel{
  display: flex;
  

  animation: 15s slide infinite linear ;

}


/*GALLERY STYLES*/

.gallery-banner{
  display: flex;
  position: relative;
  width: 100vw;
  height: 540px;
  padding: 0;
  
}

.gallery-img{
  width: 100vw;
  height: 540px;
  position: absolute;
}
.gallery-widget{
  background-color: #CEBFAD;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 50px;
  left: 50px;
  width: 600px;
  height: 410px;
  align-items: center;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.gallery-logo{
  width: 440px;
  height: 180px;
  margin-top: 10px;
  
}
.gallery-home{
  width: 720px;
  height:550px;
  position: absolute;
  display: flex;
  margin: 0;
  top: 0;
  right: 0;
  object-fit: cover;
  
}
.widget-text{
  font-family: Dai Banna SIL, sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: white;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 40px;
  line-height: 12px;
  text-shadow: 4px 6px 4px rgba(0,0,0,0.2);
}
.gallery-button{
  font-family: Dai Banna SIL, sans-serif;
  font-weight: 500;
  font-size: 35px;
  color:#A69580;
  width: 230px;
  height: 65px;
  border: none;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 4px 6px 4px rgba(0,0,0,0.2);
  background-color: #fffefd;
  cursor: pointer;
  outline-offset: 4px;

  -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
  
    -webkit-box-shadow: 0px 9px 0px #e9e1d5;
    -moz-box-shadow: 0px 9px 0px #e9e1d5;
    box-shadow: 0px 9px 0px #e9e1d5;
}
.gallery-button:hover{
  background-color: #fafafa;
}
.gallery-button:active{
  -webkit-box-shadow: 0px 2px 0px #e9e1d5;
    -moz-box-shadow: 0px 2px 0px #e9e1d5;
    box-shadow: 0px 2px 0px #e9e1d5;
    width: 227px;
    height: 62px;
}

/*ABOUT US SECTION*/
.about-container{
  width:100vw;
  position: relative;
  display: flex;
  margin-bottom: 0px;
  height: 520px;
  display:flex;
  
}
.about-img{
  display: flex;
  width: 520px;
  height: 520px;
  object-fit: cover;
  margin-right: 0px;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
 

}
.about-box{
  display: flex;

  background-color: #CEBFAD;
  
  width: 1200px;




}
.about-title{
  font-size: 60px;
  
  font-weight: 500;
  color: #7a6750;
  font-weight: 600;
  font-family: Dai Banna SIL;

  margin-top: 0px;
  margin-bottom: 20px;
}
.about-flicker{
  
  width: 520px;
  height: 520px;
  object-fit: cover;
  margin-left: 0px;
  display: flex;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
  
}
.about-flicker2{
  position: absolute;
  right: 0px;
  height: 520px;
  width: 420px;
  object-fit: cover;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
}

.about-banner{
  display: flex;
  position: absolute;
  right: 360px;
  background-color: #fffdfc;
  
  padding-top: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
 
  width: 590px;
  height: 510px;
  
  z-index: 2;
 

}
.about-info{
  font-size: 28px;
  font-family: Dai Banna SIL;
  text-align: center;
  color: #7a6750;
  font-weight: 400;
  margin-top: 10px;
}
.learnmore-button{
  color: white;
  font-size: 30px;
  font-weight: 500;
  font-family: Dai Banna SIL, sans-serif;
  height: 65px;
  width: 260px;
  background-color: #A69580;

  border: none;
  border-radius: 8px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  margin: 15px;
  cursor: pointer;
  outline-offset: 4px;

  -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
  
    -webkit-box-shadow: 0px 9px 0px #877662;
    -moz-box-shadow: 0px 9px 0px #877662;
    box-shadow: 0px 9px 0px #877662;
}
.learnmore-button:active{
  -webkit-box-shadow: 0px 2px 0px #877662;
    -moz-box-shadow: 0px 2px 0px #877662;
    box-shadow: 0px 2px 0px #877662;
    width: 256px;
    height: 62px;
}



/*REVIEW SECTION*/



section{
  position: relative;  
  height: 630px;
  width: 100vw;
  display: flex;
  align-items: center;
  font-family: Roboto;
  background-color: #F0ECE6;
  
}
.profile-pic2{
  margin-left: 8px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 30px;
}

.swiper{
  width: 1100px;
}


.card{
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 440px;
  margin-bottom: 60px;
  
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.card::before{
  content: "";
  position: absolute;
  background: white;
  border-radius: 20px 20px 0 0;
}

 .card-content{
  display: flex;
  flex-direction: column;
  align-items: center;

  position: relative;
  z-index: 100;
 
}

.review:hover{
  position: absolute;
  width: 350px;
  height: 420px;
  background-color: white;

  
}




.review-img-box{
  
  width: 400px;
  height: 500px;
  background-color: white;
  border-radius: 10px;
  border: none;
  border-color: white;
  border-width: 2px;
  
  margin-left: 10px ;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  margin-right: 20px;
  
}
.review-img{
  height: 330px;
  width: 350px;
  
  object-fit: cover;
}
.review-stars{
  width: 140px;
  height: 30px;
  margin-top: -10px;
  object-fit: cover;
  margin-left: 8px;


  
  
  
  
}

.review-title{
  font-family: Dai Banna SIL;
  font-weight: 600;
  font-size: 48px;
  color:#8c775bc4 ;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  text-align: center;
  margin-bottom: 0px;
  padding: 0px;
  margin-bottom: 5px;
  

}

.review-title-small{
    display: none;
}
.review-title-medium{
  display: none;
}

.review-text{
  font-family: Roboto, sans-serif;
  color: #8a7362be;
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 22px;
  margin-left: 10px;
  font-weight: 500;
  

  

}
.review{
  transition: linear 0.3s;
}
.review:hover .review-text-2{
  
  opacity: 1;
}
.review-text-2{
  font-family: Roboto, sans-serif;
  color: #8a7362be;
  margin-top: 0px;
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: 500;
  opacity: 0;
  padding: 0px;
  

  
  
}
.profile{
  font-family: Roboto , sans-serif;
  margin-left: 10px;
  color: #8a7362be;
  font-weight: 500;
  font-size: 26px;
}
.profile-pic1{
  margin-left: 8px;
  width: 50px;
 
  

  
}

.profile-container{
  display: flex;
  align-items: center;
  margin-top: 0px;
}



.swiper-pagination{
  position: absolute;
  top: 450px;
  margin-bottom: 5px;
}

.swiper-pagination-bullet{
  height: 12px;
  width: 40px;
  border-radius: 25px;
  background: #8c775b;
 
}

.swiper-button-next, .swiper-button-prev{
  opacity: 1;
  color: #8c775b;
  
  transition: all 0.3s ease;
  
}
.swiper-button-prev{
  margin-left: 200px;
 
  font-weight: 800;
}
.swiper-button-next{
  margin-right: 200px;
  font-weight: bolder;
}



/*CONTACT SECTION*/
.contact-container{
  background-color: #CEBFAD;
  width: 100vw;
  position: relative;
  margin-top: 0px;
  display: flex;
  height: 520px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.icon-container{
  display: flex;
}

.info-column-1{
  display: flex;
  align-items: center;
  

}
.info-column-2{
  display: flex;
  align-items: center;
}
.phone-icon{
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.email-icon{
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.web-icon{
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.location-icon{
  width: 70px;
  height: 70px;
  margin-right: 2px;
  margin-left: 30px;
}
.contact-title{
  font-family: Dai Banna SIL;
  font-size: 60px;
  font-weight: 600;
  color: #7a6750;
  margin-bottom: 5px;
  margin-top: 0px;
  text-align: center;

}
.contact-info-box{

  background-color: #fffdfc;
  height: 510px;
  width: 760px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 
  

  
}
.contact-info{
  font-size: 32px;
  font-family: Dai Banna SIL;
  color: #7a6750;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 5px;
  text-align: center;
  
  
  
}
.contact-info2{
  font-size: 31px;
  font-family: Dai Banna SIL;
  color: #7a6750;
  font-weight: 300;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 20px;
}

.icon-container-email{
   margin-left: 15px;
}
.info-title{
  font-family: Dai Banna SIL;
  font-size: 30px;
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 0px;
  color: #7a6750;
}
.info{
  font-family: Roboto;
  font-size: 20px;
  font-size: 400;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #544737;
}



.contact-form {
  position: relative;
  margin: auto;
  height: 450px;
  width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
 
  
}

.name-input{
  display: inline-block;
  margin-bottom: 0px;
  height: 60px;
  width: 400px;
  margin-top: 30px;
  margin-bottom: 25px;
  margin-right: 12px;
  border-radius: 2px;
  border: none;
  background-color: #fffdfc;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-size: 28px;
  font-family: Dai Banna SIL;
}
.email-input{
  width: 400px;
  height: 60px;
  border-radius: 2px;
  border: none;
  background-color: #fffdfc;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-size: 28px;
  font-family: Dai Banna SIL;
}
.subject-input{
  display: block;
  width: 820px;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 25px;

  border-radius: 2px;
  border: none;
  background-color: #fffdfc;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-size: 28px;
  font-family: Dai Banna SIL;

}
.message-input{
  width:820px;
  height: 150px;
  font-family: Dai Banna SIL;
  font-size: 28px;
  border-radius: 2px;
  border: none;
  background-color: #fffdfc;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  
}
.submit-button{
  display: block;
  width: 140px;
  height:55px;
  font-family: Dai Banna SIL;
  margin-top: 15px;
  border-radius: 4px;
  font-size: 28px;
  cursor:pointer;
  background-color: white;
  border: none;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  color: #7a6750;

  -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
  
    -webkit-box-shadow: 0px 9px 0px #e9e1d5;
    -moz-box-shadow: 0px 9px 0px #e9e1d5;
    box-shadow: 0px 9px 0px #e9e1d5;
}
.submit-button:active{
  -webkit-box-shadow: 0px 2px 0px #e9e1d5;
    -moz-box-shadow: 0px 2px 0px #e9e1d5;
    box-shadow: 0px 2px 0px #e9e1d5;
    width: 118px;
    height: 42px;
}
/*FOOTER STYLES*/
.footer-container{
  background-color: #fffdfc;
  width: 100vw;
  height: 390px;
  position: relative;
  display: flex;
  
  
  align-items: baseline;
}
.footer-line{
  width: 1990px;
  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: 1990px;
  height: 1px;
  background-color: #C8BAA8;
  
  margin-left: 0px;
  position: absolute;
  bottom: 30px;
  display: block;
  opacity: 50%;
  

}







@media (max-width:1552px) and (min-width:1280px){
  /*ANCHOR STYLES*/
a{
  text-decoration: none;
}
/*HEADER STYLES*/
.hero{
  position: relative;
}
.hero-header{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 500px;
  top: 0px;
 
}
.hero-title{
  position: relative;
  display: flex;
  font-family: Dai Banna SIL, sans-serif;
  flex-direction: column;
  margin-top: 140px;
  align-items: center;
  line-height: 0px;
  margin-bottom: 10px;
  color: white;
  text-shadow: 4px 6px 4px rgba(0,0,0,0.3 );
}
.header-text{
  font-size: 50px;
  margin-bottom: 0px;
  font-weight: 500;
  
}
.header-text-2{
  font-size: 45px;
  margin-top: 60px;
  font-weight: 500;
}
.hero-buttons{
  position: relative;
  display: flex;
  justify-content: center;
  margin-left: 40px;
 

}
.header-button{
  font-family: Dai Banna SIL, sans serif;
  width:190px;
  color: white;
  height: 55px;
  margin-right: 20px;
  font-size: 20px;
  border-radius: 8px;
  border: none;
  background-color: #A69580;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-weight: 500;
  cursor: pointer;
  outline-offset: 4px;

}
.header-button:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.4s;
  
}
.header-button:active{
  background-color: #A69580;
  color: white;
  width: 185px;
  height: 52px;
}
 


.started-button{
  font-family: Dai Banna SIL, sans serif;
  width:190px;
  color: #A69580;
  height: 55px;
  margin-right: 40px;
  font-size: 20px;
  border-radius: 8px;
  border: none;
  font-weight: 500;
  background-color: #F1EDE7;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  
}
.started-button:hover{
  background-color: #A69580;
  color:#f1ede7;
  transition: 0.4s;

}
.started-button:active{
  background-color: #F1EDE7;
  color:#A69580;
  width: 185px;
  height: 52px;
}

.logo{
  position: absolute;
  top: 0px;
  left: 20px;
  width: 250px;
  height: 130px;
  cursor: pointer;
  object-fit: cover;
  
}
/*NAV BAR STYLES*/
.nav-container{
  position: relative;
}
.nav-pages{
  display: flex;
  position: absolute;
  top:0px;
  right: 20px;
  align-items: center;
 
  
}
.nav-text{
  margin-right: 12px;
  margin-left: 20px;
  font-size: 22px;
  color: white;
  text-shadow: 4px 6px 4px rgba(0,0,0,0.2);
  cursor: pointer;
  
  
}
.nav-text:hover{
  
  color: #d8d5cf;

  
}
.nav-button-1{
  width:110px;
  color: white;
  height: 50px;
  margin-left: 18px;
  font-size: 24px;
  border-radius: 8px;
  border: none;
  background-color: #A69580;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-family: Dai Banna SIL;
  cursor: pointer;
}
.nav-button-1:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.5s;
}
.nav-button-1:active{
   background-color: #A69580;
  color: white;
  width: 106px;
  height: 47px;
}
.nav-button-2:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.4s;
}
.nav-button-2:active{
  background-color: #A69580;
  color: white;
  width: 136px;
  height: 47px;
}
.nav-button-2{ 
  color: white;
  width:140px;
  height: 50px;
  margin-left: 18px;
  font-size: 24px;
  border-radius: 8px;
  border:none;
  background-color: #A69580;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-family: Dai Banna SIL, sans serif;
  cursor: pointer;
}

/*BODY STYLES*/

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
/*CAROUSEL STYLES*/
.carousel-1{
  display:flex;
  width: 240px;
  height: 300px;
  margin-right: 20px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  
}
.carousel-2{
  display: flex;
  width: 240px;
  height: 300px;
  margin-right: 20px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.carousel-3{
  display: flex;
  width: 240px;
  height: 300px;
  margin-right: 20px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.carousel-4{
  display: flex;
  width: 240px;
  height: 300px;
  margin-right: 20px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.carousel-5{
  display: flex;
  width: 240px;
  height: 300px;
  margin-right: 20px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.carousel-container{
 display: flex;
  position: relative;
  margin-top: 120px;
  background-color: #F1EDE7;
  padding-top: 20px;
  width: 100vw;
  height: 320px;
  margin-bottom: 0px;
  overflow: hidden;
  
  
}
@keyframes slide {
  from {
    transform: translateX(0)
  }
  to{ 
    transform: translateX(-100%)
  }
}
.carousel{
  display: flex;
  

  animation: 15s slide infinite linear ;

}


/*GALLERY STYLES*/

.gallery-banner{
  display: flex;
  position: relative;
  width: 100vw;
  height: 420px;
  padding: 0;
  
}

.gallery-img{
  width: 100vw;
  height: 420px;
  position: absolute;
}
.gallery-widget{
  background-color: #CEBFAD;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 50px;
  left: 50px;
  width: 510px;
  height: 320px;
  align-items: center;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.gallery-logo{
  width: 340px;
  height: 130px;
  margin-top: 10px;
  
}
.gallery-home{
  width: 500px;
  height:450px;
  position: absolute;
  display: flex;
  margin: 0;
  top: 0;
  right: 0;
  object-fit: cover;
  
}
.widget-text{
  font-family: Dai Banna SIL, sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: white;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 30px;
  line-height: 12px;
  text-shadow: 4px 6px 4px rgba(0,0,0,0.2);
}
.gallery-button{
  font-family: Dai Banna SIL, sans-serif;
  font-weight: 500;
  font-size: 24px;
  color:#A69580;
  width: 230px;
  height: 55px;
  border: none;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 4px 6px 4px rgba(0,0,0,0.2);
  background-color: #fffefd;
  cursor: pointer;
  outline-offset: 4px;

  -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
  
    -webkit-box-shadow: 0px 9px 0px #e9e1d5;
    -moz-box-shadow: 0px 9px 0px #e9e1d5;
    box-shadow: 0px 9px 0px #e9e1d5;
}
.gallery-button:hover{
  background-color: #fafafa;
}
.gallery-button:active{
  -webkit-box-shadow: 0px 2px 0px #e9e1d5;
    -moz-box-shadow: 0px 2px 0px #e9e1d5;
    box-shadow: 0px 2px 0px #e9e1d5;
    width: 226px;
    height: 52px;
}

/*ABOUT US SECTION*/
.about-container{
  width:100vw;
  position: relative;
  display: flex;
  margin-bottom: 0px;
  height: 400px;
  display:flex;
  
}
.about-img{
  display: flex;
  width: 320px;
  height: 400px;
  object-fit: cover;
  margin-right: 0px;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
 

}
.about-box{
  display: flex;

  background-color: #CEBFAD;
  
  width: 1200px;




}
.about-title{
  font-size: 50px;
  
  font-weight: 500;
  color: #7a6750;
  font-weight: 600;
  font-family: Dai Banna SIL;

  margin-top: 0px;
  margin-bottom: 20px;
}
.about-flicker{
  
  width: 480px;
  height: 400px;
  object-fit: cover;
  margin-left: 0px;
  display: flex;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
  
}
.about-flicker2{
  position: absolute;
  right: 0px;
  height: 400px;
  width: 320px;
  object-fit: cover;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
}

.about-banner{
  display: flex;
  position: absolute;
  right: 300px;
  background-color: #fffdfc;
  
  padding-top: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
 
  width: 450px;
  height: 390px;
  
  z-index: 2;
 

}
.about-info{
  font-size: 22px;
  font-family: Dai Banna SIL;
  text-align: center;
  color: #7a6750;
  font-weight: 400;
  margin-top: 10px;
}
.learnmore-button{
  color: white;
  font-size: 22px;
  font-weight: 500;
  font-family: Dai Banna SIL, sans-serif;
  height: 55px;
  width: 180px;
  background-color: #A69580;

  border: none;
  border-radius: 8px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  margin: 15px;
  cursor: pointer;
  outline-offset: 4px;

  -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
  
    -webkit-box-shadow: 0px 9px 0px #877662;
    -moz-box-shadow: 0px 9px 0px #877662;
    box-shadow: 0px 9px 0px #877662;
}
.learnmore-button:active{
  -webkit-box-shadow: 0px 2px 0px #877662;
    -moz-box-shadow: 0px 2px 0px #877662;
    box-shadow: 0px 2px 0px #877662;
    width: 177px;
    height: 52px;
}



/*REVIEW SECTION*/



section{
  position: relative;  
  height: 460px;
  width: 100vw;
  display: flex;
  align-items: center;
  font-family: Roboto;
  background-color: #F0ECE6;
  
}
.profile-pic2{
  margin-left: 8px;
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 20px;
}

.swiper{
  width: 840px;
}


.card{
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 335px;
  margin-bottom: 60px;
  
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.card::before{
  content: "";
  position: absolute;
  background: white;
  border-radius: 20px 20px 0 0;
}

 .card-content{
  display: flex;
  flex-direction: column;
  align-items: center;

  position: relative;
  z-index: 100;
 
}

.review:hover{
  position: absolute;
  width: 260px;
  height: 420px;
  background-color: white;

  
}




.review-img-box{
  
  width: 300px;
  height: 420px;
  background-color: white;
  border-radius: 10px;
  border: none;
  border-color: white;
  border-width: 2px;
  
  margin-left: 10px ;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  margin-right: 20px;
  
}
.review-img{
  height: 250px;
  width: 300px;
  
  object-fit: cover;
}
.review-stars{
  width: 100px;
  height: 25px;
  object-fit: cover;
  margin-left: 8px;


  
  
  
  
}

.review-title{
  font-family: Dai Banna SIL;
  font-weight: 600;
  font-size: 35px;
  color:#8c775bc4 ;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  text-align: center;
  margin-bottom: 0px;
  padding: 0px;
  margin-bottom: 5px;
  

}

.review-title-small{
    display: none;
}
.review-title-medium{
  display: none;
}

.review-text{
  font-family: Roboto, sans-serif;
  color: #8a7362be;
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 500;
  

  

}
.review{
  transition: linear 0.3s;
}
.review:hover .review-text-2{
  
  opacity: 1;
}
.review-text-2{
  font-family: Roboto, sans-serif;
  color: #8a7362be;
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  opacity: 0;
  padding: 0px;
  

  
  
}
.profile{
  font-family: Roboto , sans-serif;
  margin-left: 10px;
  color: #8a7362be;
  font-weight: 500;
  font-size: 20px;
}
.profile-pic1{
  margin-left: 8px;
  width: 30px;
 
  

  
}

.profile-container{
  display: flex;
  align-items: center;
  margin-top: 0px;
}



.swiper-pagination{
  position: absolute;
  top: 450px;
  margin-bottom: 5px;
}

.swiper-pagination-bullet{
  height: 7px;
  width: 26px;
  border-radius: 25px;
  background: #8c775b;
 
}

.swiper-button-next, .swiper-button-prev{
  opacity: 1;
  color: #8c775b;
  transition: all 0.3s ease;
  
}
.swiper-button-prev{
  margin-left: 200px;
  font-weight: 800;
}
.swiper-button-next{
  margin-right: 200px;
  font-weight: bolder;
}



/*CONTACT SECTION*/
.contact-container{
  background-color: #CEBFAD;
  width: 100vw;
  position: relative;
  margin-top: 0px;
  display: flex;
  height: 450px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.icon-container{
  display: flex;
}
.phone-icon{
  width :20px;
  
}
.info-column-1{
  display: flex;
  align-items: center;
  

}
.info-column-2{
  display: flex;
  align-items: center;
}
.phone-icon{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.email-icon{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.web-icon{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.location-icon{
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.contact-title{
  font-family: Dai Banna SIL;
  font-size: 55px;
  font-weight: 600;
  color: #7a6750;
  margin-bottom: 5px;
  margin-top: 0px;
  text-align: center;

}
.contact-info-box{

  background-color: #fffdfc;
  height: 440px;
  width: 700px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 
  

  
}
.contact-info{
  font-size: 22px;
  font-family: Dai Banna SIL;
  color: #7a6750;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 15px;
  text-align: center;
  
  
  
}
.contact-info2{
  font-size: 20px;
  font-family: Dai Banna SIL;
  color: #7a6750;
  font-weight: 300;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 20px;
}

.icon-container-email{
   margin-left: 15px;
}
.info-title{
  font-family: Dai Banna SIL;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #7a6750;
}
.info{
  font-family: Roboto;
  font-size: 14px;
  font-size: 400;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #544737;
}



.contact-form {
  position: relative;
  margin: auto;
  height: 450px;
  width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
 
  
}

.name-input{
  display: inline-block;
  margin-bottom: 0px;
  height: 50px;
  width: 300px;
  margin-top: 60px;
  margin-bottom: 30px;
  margin-right: 12px;
  border-radius: 2px;
  border: none;
  background-color: #fffdfc;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-size: 18px;
  font-family: Dai Banna SIL;
}
.email-input{
  width: 300px;
  height: 50px;
  border-radius: 2px;
  border: none;
  background-color: #fffdfc;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-size: 18px;
  font-family: Dai Banna SIL;
}
.subject-input{
  display: block;
  width: 625px;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 30px;

  border-radius: 2px;
  border: none;
  background-color: #fffdfc;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-size: 18px;
  font-family: Dai Banna SIL;

}
.message-input{
  width:625px;
  height: 100px;
  font-family: Dai Banna SIL;
  font-size: 18px;
  border-radius: 2px;
  border: none;
  background-color: #fffdfc;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  
}
.submit-button{
  display: block;
  width: 120px;
  height: 45px;
  font-family: Dai Banna SIL;
  margin-top: 30px;
  border-radius: 4px;
  font-size: 22px;
  cursor:pointer;
  background-color: white;
  border: none;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  color: #7a6750;

  -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
  
    -webkit-box-shadow: 0px 9px 0px #e9e1d5;
    -moz-box-shadow: 0px 9px 0px #e9e1d5;
    box-shadow: 0px 9px 0px #e9e1d5;
}
.submit-button:active{
  -webkit-box-shadow: 0px 2px 0px #e9e1d5;
    -moz-box-shadow: 0px 2px 0px #e9e1d5;
    box-shadow: 0px 2px 0px #e9e1d5;
    width: 118px;
    height: 42px;
}
/*FOOTER STYLES*/
.footer-container{
  background-color: #fffdfc;
  width: 100vw;
  height:360px;
  position: relative;
  display: flex;
  align-items: baseline;
}
.footer-line{
  width: 1450px;
  height: 1px;
  background-color: #C8BAA8;
  margin-top: 40px;
  margin-left: 30px;
  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: 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;
  margin-top: 80px;
  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: 400px;
  font-family: Dai Banna SIL;
  margin-left: 60px;
}
.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: 1450px;
  height: 1px;
  background-color: #C8BAA8;
  
  margin-left: 30px;
  position: absolute;
  bottom: 45px;
  display: block;
  opacity: 50%;
  

}
} 



/*HEADER STYLES*/
@media (max-width:510px) and (min-width:200px){
/*ANCHOR STYLES*/
a{
  text-decoration: none;
}
  .hero{
    width: 100%;
    position: relative;
  }
.hero-header{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 270px;
  top: 0px;
  object-fit:cover ;

 
}
.hero-title{
  position: relative;
  display: flex;
  font-family: Dai Banna SIL, sans-serif;
  flex-direction: column;
  margin-top: 40px;
  text-align: center;
  align-items: center;

  line-height: 0px;
  margin-bottom: 5px;
  color: white;
  text-shadow: 4px 6px 4px rgba(0,0,0,0.3 );
}
.header-text{
  
  font-size: 25px;
  margin-bottom: 0px;
  font-weight: 500;
  
}
.header-text-2{
 
  font-size: 20px;
  margin-top: 25px;
  font-weight: 500;
}
.hero-buttons{
  position: relative;
  display: flex;
 

}
.header-button{
  font-family: Dai Banna SIL, sans serif;
  width:130px;
  color: white;
  height: 35px;
  margin-left: -10px;
  margin-right: 40px;
  font-size: 14px;
  border-radius: 8px;
  border: none;
  background-color: #A69580;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-weight: 500;
  cursor: pointer;
  outline-offset: 4px;

}
.header-button:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.4s;
  
}
.header-button:active{
  background-color: #A69580;
  color: white;
  width: 127px;
  height: 31px;
}
 


.started-button{
  font-family: Dai Banna SIL, sans serif;
  width:130px;
  color: #A69580;
  height: 35px;
  margin-left: -30px;
  font-size: 14px;
  border-radius: 8px;
  border: none;
  font-weight: 500;
  background-color: #F1EDE7;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  
}
.started-button:hover{
  background-color: #A69580;
  color:#f1ede7;
  transition: 0.4s;

}
.started-button:active{
  background-color: #F1EDE7;
  color:#A69580;
  width: 127px;
  height: 31px;
}

.logo{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 145px;
  height: 70px;
  cursor: pointer;
  object-fit: fill;
  display: none;
  
}
/*NAV BAR STYLES*/
.nav-pages{
  display: flex;
  position: relative;
  justify-content: center;
  top: 0px;
  margin-left: 30px;
  align-items: center;
  

 
  
}
.nav-text{
  margin-left: 8px;
  margin-right: 8px;
  
  font-size: 14px;
  color: white;
  text-shadow: 4px 6px 4px rgba(0,0,0,0.2);
  cursor: pointer;

  
  
}
.nav-text:hover{
  
  color: #d8d5cf;

  
}
.nav-button-1{
  width:60px;
  color: white;
  height: 30px;
  margin-left: 8px;
  font-size: 14px;
  border-radius: 8px;
  border: none;
  background-color: #A69580;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-family: Dai Banna SIL;
  cursor: pointer;
}
.nav-button-1:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.5s;
}
.nav-button-1:active{
   background-color: #A69580;
  color: white;
  width: 58px;
  height: 26px;
}
.nav-button-2:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.4s;
}
.nav-button-2:active{
  background-color: #A69580;
  color: white;
  width: 75px;
  height: 31px;
}
.nav-button-2{ 
  color: white;
  width:80px;
  height: 30px;
  margin-left: 8px;
  font-size: 14px;
  border-radius: 8px;
  border:none;
  background-color: #A69580;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-family: Dai Banna SIL, sans serif;
  cursor: pointer;
}

/*BODY STYLES*/

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
/*CAROUSEL STYLES*/
.carousel-1{
  display:flex;
  width: 140px;
  height: 160px;
  margin-right: 10px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  
}
.carousel-2{
  display: flex;
  width: 140px;
  height: 160px;
  margin-right: 10px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.carousel-3{
  display: flex;
  width: 140px;
  height: 160px;
  margin-right: 10px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.carousel-4{
  display: flex;
  width: 140px;
  height: 160px;
  margin-right: 10px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.carousel-5{
  display: flex;
  width: 140px;
  height: 160px;
  margin-right: 10px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.carousel-container{
 display: flex;
  position: relative;
  margin-top: 75px;
  background-color: #F1EDE7;
  padding-top: 10px;
  width: 100vw;
  height: 170px;
  margin-bottom: 0px;
  overflow: hidden;
  
  
}
@keyframes slide {
  from {
    transform: translateX(0)
  }
  to{ 
    transform: translateX(-100%)
  }
}
.carousel{
  display: flex;
  

  animation: 15s slide infinite linear ;

}


/*GALLERY STYLES*/

.gallery-banner{
  display: flex;
  position: relative;
  width: 100%;
  height: 250px;
  padding: 0;
  overflow: hidden;
  
}

.gallery-img{
  width: 100vw;
  height: 250px;
  position: absolute;
}
.gallery-widget{
  background-color: #CEBFAD;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  top: 65px;
  left: 20px;
  width: 200px;
  height: 130px;
  align-items: center;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.gallery-logo{
  width: 120px;
  height: 50px;
  margin-top: 5px;
  
}
.gallery-home{
  width: 250px;
  height:250px;
  position: absolute;
  display: flex;
  margin: 0;
  top: 0;
  right: -90px;
  object-fit: cover;
  
  
}
.widget-text{
  font-family: Dai Banna SIL, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 8px;
  line-height: 8px;
  text-shadow: 4px 6px 4px rgba(0,0,0,0.2);
}
.gallery-button{
  font-family: Dai Banna SIL, sans-serif;
  font-weight: 500;
  font-size: 10px;
  color:#A69580;
  width: 60px;
  height: 16px;
  border: none;
  border-radius: 8px;
  margin-top: 2px;
  box-shadow: 4px 6px 4px rgba(0,0,0,0.2);
  background-color: #fffefd;
  cursor: pointer;
  outline-offset: 4px;

  -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
  
    -webkit-box-shadow: 0px 6px 0px #e9e1d5;
    -moz-box-shadow: 0px 6px 0px #e9e1d5;
    box-shadow: 0px 6px 0px #e9e1d5;
}
.gallery-button:hover{
  background-color: #fafafa;
}
.gallery-button:active{
  -webkit-box-shadow: 0px 2px 0px #e9e1d5;
    -moz-box-shadow: 0px 2px 0px #e9e1d5;
    box-shadow: 0px 2px 0px #e9e1d5;
    width: 68px;
    height: 18px;
}

/*ABOUT US SECTION*/
.about-container{
  width:100%;
  position: relative;
  display: flex;
  margin-bottom: 0px;
  height: 200px;
  display:flex;
  
}
.about-img{
  z-index: 1;
  display: flex;
  width: 1450px;
  height: 200px;
  object-fit: cover;
  margin-right: 0px;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
 

}
.about-box{
  display: flex;

  background-color: #CEBFAD;
  
  width: 1200px;




}
.about-title{
  font-size: 16px;
  
  font-weight: 500;
  color: #7a6750;
  font-weight: 600;
  font-family: Dai Banna SIL;

  margin-top: 0px;
  margin-bottom: 0px;
}
.about-flicker{
  display: none;
  
}
.about-flicker2{
  position: absolute;
  right: 0px;
  height: 200px;
  width: 200px;
  display: flex;
  object-fit: cover;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
  display: none;
}

.about-banner{
  display: flex;
  position: absolute;
  
  background-color: #fffdfc;
  right: 0px;
  padding-top: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
 
  width: 230px;
  height: 190px;

  z-index: 2;


}
.about-info{
  font-size: 11px;
  font-family: Dai Banna SIL;
  text-align: center;
  color: #7a6750;
  font-weight: 400;
  margin-top: 8px;
}
.learnmore-button{
  color: white;
  font-size: 10px;
  font-weight: 500;
  font-family: Dai Banna SIL, sans-serif;
  height: 20px;
  width: 90px;
  background-color: #A69580;

  border: none;
  border-radius: 8px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  margin: 5px;
  cursor: pointer;
  outline-offset: 4px;

  -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
  
    -webkit-box-shadow: 0px 6px 0px #877662;
    -moz-box-shadow: 0px 6px 0px #877662;
    box-shadow: 0px 6px 0px #877662;
}
.learnmore-button:active{
  -webkit-box-shadow: 0px 2px 0px #877662;
    -moz-box-shadow: 0px 2px 0px #877662;
    box-shadow: 0px 2px 0px #877662;
    width: 87px;
    height: 18px;
}



/*REVIEW SECTION*/



section{
  position: relative;  
  height: 200px;
  width: 100vw;
  display: flex;
  align-items: center;
  font-family: Roboto;
  background-color: #F0ECE6;
  
}
.profile-pic2{
  margin-left: 8px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  object-fit: cover;
  border-radius: 20px;
}

.swiper{
  width: 380px;
  height: 180px;
  
}



.card{
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 140px;
  
  margin-bottom: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.card::before{
  content: "";
  position: absolute;
  background: white;
  border-radius: 20px 20px 0 0;
}

 .card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
 
  position: relative;
  z-index: 100;
 
}

.review{
  position: relative;
  width: 110px;
  height: 40px;
  bottom: 40px;
  background-color: white;
  display: none;

  
}




.review-img-box{
  
  width: 200px;
  height: 140px;
  background-color: white;
  border-radius: 10px;
  border: none;
  border-color: white;
  border-width: 2px;
  
  margin-left: 10px ;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  margin-right: 20px;
  
}
.review-img{
  height: 140px;
  width: 140px;
  
  object-fit: cover;
}
.review-stars{
  width: 60px;
  height: 12px;
  object-fit: cover;
  margin-top: 0px;
  margin-left: 8px;


  
  
  
  
}

.review-title{
  
  font-family: Dai Banna SIL;
  font-weight: 600;
  font-size: 14px;
  color:#8c775bc4 ;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  text-align: center;
  margin-bottom: 0px;
  padding: 0px;
  margin-bottom: 0px;
  display: none;
  

}
.review-title-small{
  font-family: Dai Banna SIL;
  font-weight: 600;
  font-size: 18px;
  color:#8c775bc4 ;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  text-align: center;
  margin-bottom: 5px;
  padding: 0px;
  margin-top: 0px;
  
}
.review-title-medium{
  font-family: Dai Banna SIL;
  font-weight: 600;
  font-size: 14px;
  color:#8c775bc4 ;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  text-align: center;
  margin-bottom: 5px;
  padding: 0px;
  margin-top: 0px;
  display:none;
}

.review-text{
  font-family: Roboto, sans-serif;
  color: #8a7362be;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 8px;
  margin-left: 10px;
  font-weight: 500;
  display: none;
  
  

  

}


.review-text-2{
  font-family: Roboto, sans-serif;
  color: #8a7362be;
  margin-top: 0px;
  font-size: 8px;
  margin-bottom: 0px;
  font-weight: 500;
  opacity: 0;
  padding: 0px;
  display: none;
  

  
  
}
.profile{
  font-family: Roboto , sans-serif;
  margin-left: 10px;
  color: #8a7362be;
  font-weight: 500;
  font-size: 8px;
  margin-bottom: 0px;
}
.profile-pic1{
  margin-left: 8px;
  width: 20px;
  margin-top: 2px;

 
  

  
}

.profile-container{
  display: flex;
  align-items: center;
  margin-top: 0px;
  
}



.swiper-pagination{
  position: absolute;
  top: 450px;
  margin-bottom: 0px;
  
}

.swiper-pagination-bullet{
 
  height: 4px;
  width: 16px;
  border-radius: 25px;
  background: #8c775b;
 
}

.swiper-button-next, .swiper-button-prev{
  opacity: 1;
  color: #8c775b;
  transition: all 0.3s ease;
  display: none;
 
  
  
}
.swiper-button-prev{
  margin-left: 10px;
 
 
}
.swiper-button-next{
  margin-right: 10px;
}



/*CONTACT SECTION*/
.contact-container{
  background-color: #CEBFAD;
  width: 100vw;
  position: relative;
  display: flex;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 200px;
}

.icon-container{
  display: flex;
  
}
.phone-icon{
  width :20px;
  
}
.info-column-1{
  display: flex;
  align-items: center;
  
 
  

}
.info-column-2{
  display: flex;
  align-items: center;
  
}
.phone-icon{
  width: 20px;
  height: 20px;
  margin-right: 2px;
  margin-left: 10px;
}
.email-icon{
  width: 20px;
  height: 20px;
  margin-left: -30px;
  margin-right: 8px;
}
.web-icon{
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-left: 10px;
}
.location-icon{
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-left: -25px;
}
.contact-title{
  font-family: Dai Banna SIL;
  font-size: 16px;
  font-weight: 600;
  color: #7a6750;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;

}
.contact-info-box{
  background-color: #fffdfc;
  height: 200px;
  width: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  
}
.contact-info{
  font-size: 14px;
  font-family: Dai Banna SIL;
  color: #7a6750;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  
  
  
}
.contact-info2{
  font-size: 13px;
  font-family: Dai Banna SIL;
  color: #7a6750;
  font-weight: 300;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 10px;
}

.icon-container-email{
   margin-left: 10px;
}
.info-title{
  font-family: Dai Banna SIL;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #7a6750;
}
.info{
  font-family: Roboto;
  font-size: 7px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 16px;
  color: #544737;
  width: 100px;
}



.contact-form {
  position: relative;
  margin: auto;
  height: 230px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

 
  
}

.name-input{
  display: inline-block;
  margin-bottom: 0px;
  height: 20px;
  width: 60px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 5px;
  border-radius: 2px;
  border: none;
  background-color: #fffdfc;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-size: 10px;
  font-family: Dai Banna SIL;
}
.email-input{
  width: 60px;
  height: 20px;
  border-radius: 2px;
  border: none;
  background-color: #fffdfc;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-size: 10px;
  font-family: Dai Banna SIL;
}
.subject-input{
  display: block;
  width: 135px;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 10px;

  border-radius: 2px;
  border: none;
  background-color: #fffdfc;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-size: 10px;
  font-family: Dai Banna SIL;

}
.message-input{
  width:135px;
  height: 45px;
  font-family: Dai Banna SIL;
  font-size: 10px;
  border-radius: 2px;
  border: none;
  background-color: #fffdfc;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  
}
.submit-button{
    vertical-align: center;
  display: block;
  width: 50px;
  height: 15px;
  font-family: Dai Banna SIL;
  margin-top: 10px;
  border-radius: 4px;
  font-size:10px;
  cursor:pointer;
 box-shadow: 0px 4px 6px rgba(0,0,0,0.2); 
  color: #7a6750;
  
  -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
  
    -webkit-box-shadow: 0px 9px 0px #e9e1d5;
    -moz-box-shadow: 0px 9px 0px #e9e1d5;
    box-shadow: 0px 9px 0px #e9e1d5;
}
.submit-button:active{
  -webkit-box-shadow: 0px 2px 0px #e9e1d5;
    -moz-box-shadow: 0px 2px 0px #e9e1d5;
    box-shadow: 0px 2px 0px #e9e1d5;
    width: 118px;
    height: 42px;
}

/*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: 20px;
  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:768px) and (min-width:511px){
  /*ANCHOR STYLES*/
a{
  text-decoration: none;
}
.hero{
  position: relative;
}
  
.hero-header{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  
  height: 290px;
  top: 0px;
  object-fit:cover ;

 
}
.hero-title{
  position: relative;
  display: flex;
  font-family: Dai Banna SIL, sans-serif;
  flex-direction: column;
  margin-top: 40px;
  text-align: center;
  align-items: center;
  line-height: 0px;
  margin-bottom: 5px;
  color: white;
  text-shadow: 4px 6px 4px rgba(0,0,0,0.3 );
}
.header-text{
  
  font-size: 25px;
  margin-bottom: 0px;
  font-weight: 500;
  
}
.header-text-2{
 
  font-size: 20px;
  margin-top: 25px;
  font-weight: 500;
}
.hero-buttons{
  position: relative;
  display: flex;
  justify-content: center;
  margin-left: 32px;

}
.header-button{
  font-family: Dai Banna SIL, sans serif;
  width:130px;
  color: white;
  height: 35px;
  margin-right: 15px;
  font-size: 14px;
  border-radius: 8px;
  border: none;
  background-color: #A69580;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-weight: 500;
  cursor: pointer;
  outline-offset: 4px;

}
.header-button:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.4s;
  
}
.header-button:active{
  background-color: #A69580;
  color: white;
  width: 127px;
  height: 33px;
}
 


.started-button{
  font-family: Dai Banna SIL, sans serif;
  width:130px;
  color: #A69580;
  height: 35px;

  font-size: 14px;
  border-radius: 8px;
  border: none;
  font-weight: 500;
  background-color: #F1EDE7;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  
}
.started-button:hover{
  background-color: #A69580;
  color:#f1ede7;
  transition: 0.4s;

}
.started-button:active{
  background-color: #F1EDE7;
  color:#A69580;
  width: 127px;
  height: 31px;
}

.logo{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 145px;
  height: 70px;
  cursor: pointer;
  object-fit: fill;
  display: none;
  
  
  
}
/*NAV BAR STYLES*/
.nav-pages{
  position: relative;
  justify-content: center;
  margin-left: 20px;

  
  
  
}
.nav-text{
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  color: white;
  text-shadow: 4px 6px 4px rgba(0,0,0,0.2);
  cursor: pointer;

  
  
}
.nav-text:hover{
  
  color: #d8d5cf;

  
}
.nav-button-1{
  width:70px;
  color: white;
  height: 35px;
  margin-right: 10px;
  font-size: 16px;
  border-radius: 8px;
  border: none;
  background-color: #A69580;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-family: Dai Banna SIL;
  cursor: pointer;
}
.nav-button-1:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.5s;
}
.nav-button-1:active{
   background-color: #A69580;
  color: white;
  width: 68px;
  height: 28px;
}
.nav-button-2:hover{
  background-color: #F1EDE7;
  color:#A69580;
  transition: 0.4s;
}
.nav-button-2:active{
  background-color: #A69580;
  color: white;
  width: 75px;
  height: 31px;
}
.nav-button-2{ 
  color: white;
  width:80px;
  height: 35px;
  margin-left: 4px;
  font-size: 16px;
  border-radius: 8px;
  border:none;
  background-color: #A69580;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-family: Dai Banna SIL, sans serif;
  cursor: pointer;
}

/*BODY STYLES*/

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
/*CAROUSEL STYLES*/
.carousel-1{
  display:flex;
  width: 140px;
  height: 160px;
  margin-right: 10px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  
}
.carousel-2{
  display: flex;
  width: 140px;
  height: 160px;
  margin-right: 10px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.carousel-3{
  display: flex;
  width: 140px;
  height: 160px;
  margin-right: 10px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.carousel-4{
  display: flex;
  width: 140px;
  height: 160px;
  margin-right: 10px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.carousel-5{
  display: flex;
  width: 140px;
  height: 160px;
  margin-right: 10px;
  object-fit: cover;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
 
}
.carousel-container{
 display: flex;
  position: relative;
  margin-top: 75px;
  background-color: #F1EDE7;
  padding-top: 10px;
  width: 100vw;
  height: 170px;
  margin-bottom: 0px;
  overflow: hidden;
  
  
}
@keyframes slide {
  from {
    transform: translateX(0)
  }
  to{ 
    transform: translateX(-100%)
  }
}
.carousel{
  display: flex;
  

  animation: 15s slide infinite linear ;

}


/*GALLERY STYLES*/

.gallery-banner{
  display: flex;
  position: relative;
  width: 100%;
  height: 250px;
  padding: 0;
  overflow: hidden;
  
}

.gallery-img{
  width: 100vw;
  height: 250px;
  position: absolute;
}
.gallery-widget{
  background-color: #CEBFAD;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  top: 35px;
  left: 20px;
  width: 250px;
  height: 170px;
  align-items: center;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.gallery-logo{
  width: 140px;
  height: 70px;
  margin-top: 10px;
  
}
.gallery-home{
  width: 300px;
  height:250px;
  position: absolute;
  display: flex;
  margin: 0;
  top: 0;
  right: -20px;
  object-fit: cover;
  
  
}
.widget-text{
  font-family: Dai Banna SIL, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: white;
  text-align: center;
  margin-top: 10px;
  line-height: 8px;
  text-shadow: 4px 6px 4px rgba(0,0,0,0.2);
}
.gallery-button{
  font-family: Dai Banna SIL, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color:#A69580;
  width: 70px;
  height: 20px;
  border: none;
  border-radius: 8px;
  margin-top: 4px;
  box-shadow: 4px 6px 4px rgba(0,0,0,0.2);
  background-color: #fffefd;
  cursor: pointer;
  outline-offset: 4px;

  -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
  
    -webkit-box-shadow: 0px 6px 0px #e9e1d5;
    -moz-box-shadow: 0px 6px 0px #e9e1d5;
    box-shadow: 0px 6px 0px #e9e1d5;
}
.gallery-button:hover{
  background-color: #fafafa;
}
.gallery-button:active{
  -webkit-box-shadow: 0px 2px 0px #e9e1d5;
    -moz-box-shadow: 0px 2px 0px #e9e1d5;
    box-shadow: 0px 2px 0px #e9e1d5;
    width: 68px;
    height: 18px;
}

/*ABOUT US SECTION*/
.about-container{
  width:100%;
  position: relative;
  display: flex;
  margin-bottom: 0px;
  height: 230px;
  display:flex;
  overflow: hidden;
  
}
.about-img{
  width: 100%;
  z-index: 0;
  display: flex;
  
  height: 280px;
  object-fit: cover;
  margin-right: 0px;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
 

}
.about-box{
  display: flex;

  background-color: #CEBFAD;
  
  width:480px;


}
.about-title{
  font-size: 22px;
  
  font-weight: 500;
  color: #7a6750;
  font-weight: 600;
  font-family: Dai Banna SIL;

  margin-top: -70px;
  margin-bottom: 10px;
}
.about-flicker{
  height: 200px;
  width: 200px;
  display: none;
  
}
.about-flicker2{
  position: absolute;
  right: 0px;
  height: 200px;
  width: 200px;
  display: flex;
  object-fit: cover;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
  display: none;
}

.about-banner{
  display: flex;
  position: absolute;
  
  background-color: #fffdfc;
  right: 0px;
  
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
 
  width: 330px;
  height: 280px;

  z-index: 2;


}
.about-info{
  font-size: 14px;
  font-family: Dai Banna SIL;
  text-align: center;
  color: #7a6750;
  font-weight: 400;
  margin-top: 0px;
}
.learnmore-button{
  color: white;
  font-size: 14px;
  font-weight: 500;
  font-family: Dai Banna SIL, sans-serif;
  height: 25px;
  width: 90px;
  background-color: #A69580;

  border: none;
  border-radius: 8px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  margin: 5px;
  cursor: pointer;
  outline-offset: 4px;

  -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
  
    -webkit-box-shadow: 0px 6px 0px #877662;
    -moz-box-shadow: 0px 6px 0px #877662;
    box-shadow: 0px 6px 0px #877662;
}
.learnmore-button:active{
  -webkit-box-shadow: 0px 2px 0px #877662;
    -moz-box-shadow: 0px 2px 0px #877662;
    box-shadow: 0px 2px 0px #877662;
    width: 87px;
    height: 18px;
}



/*REVIEW SECTION*/



section{
  position: relative;  
  height: 280px;
  width: 100vw;
  display: flex;
  align-items: center;
  font-family: Roboto;
  background-color: #F0ECE6;
  
}
.profile-pic2{
  margin-left: 8px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  object-fit: cover;
  border-radius: 20px;
}

.swiper{
  margin-top: 50px;
  width: 500px;
  height: 280px;
  
}



.card{
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 200px;
  margin-bottom: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.card::before{
  content: "";
  position: absolute;
  background: white;
  border-radius: 20px 20px 0 0;
}

 .card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
 
  position: relative;
  z-index: 100;
 
}
.review:hover{
  position: absolute;
  width: 150px;
  height: 200px;
  background-color: white;

  
}

.review{

 
  transition: linear 0.3s;

  
}




.review-img-box{
  
  width: 200px;
  height: 140px;
  background-color: white;
  border-radius: 10px;
  border: none;
  border-color: white;
  border-width: 2px;
  
  margin-left: 10px ;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  margin-right: 20px;
  
}
.review-img{
  height: 160px;
  width: 160px;
  
  object-fit: cover;
}
.review-stars{
  width: 60px;
  height: 12px;
  object-fit: cover;
  margin-top: 0px;
  margin-left: 8px;


  
  
  
  
}

.review-title{
  
  font-family: Dai Banna SIL;
  font-weight: 600;
  font-size: 14px;
  color:#8c775bc4 ;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  text-align: center;
  margin-bottom: 0px;
  padding: 0px;
  margin-bottom: 0px;
  display: none;
  

}
.review-title-small{
  display: none;
}
.review-title-medium{
  font-family: Dai Banna SIL;
  font-weight: 600;
  font-size: 20px;
  color:#8c775bc4 ;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  text-align: center;
  margin-bottom: 5px;
  padding: 0px;
  margin-top: 0px;
  
}

.review-text{
  font-family: Roboto, sans-serif;
  color: #8a7362be;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 8px;
  margin-left: 10px;
  font-weight: 500;
  
  

  

}

.review:hover .review-text-2{
  
  opacity: 1;
}
.review-text-2{
  font-family: Roboto, sans-serif;
  color: #8a7362be;
  margin-top: 0px;
  font-size: 8px;
  margin-bottom: 0px;
  font-weight: 500;
  opacity: 0;
  padding: 0px;
  

  
  
}
.profile{
  font-family: Roboto , sans-serif;
  margin-left: 10px;
  color: #8a7362be;
  font-weight: 500;
  font-size: 8px;
  margin-bottom: 0px;
}
.profile-pic1{
  margin-left: 8px;
  width: 20px;
  margin-top: 2px;

 
  

  
}

.profile-container{
  display: flex;
  align-items: center;
  margin-top: 0px;
  
}



.swiper-pagination{
  position: absolute;
  top: 450px;
  margin-bottom: 0px;
  
}

.swiper-pagination-bullet{
 
  height: 4px;
  width: 16px;
  border-radius: 25px;
  background: #8c775b;
 
}

.swiper-button-next, .swiper-button-prev{
  opacity: 1;
  color: #8c775b;
  transition: all 0.3s ease;

 
  
  
}
.swiper-button-prev{
  margin-left: 1px;
 
 
}
.swiper-button-next{
  margin-right: 1px;
}



/*CONTACT SECTION*/
.contact-container{
  background-color: #CEBFAD;
  width: 100vw;
  position: relative;
  display: flex;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 280px;
}

.icon-container{
  display: flex;
  
}
.phone-icon{
  width :20px;
  
}
.info-column-1{
  display: flex;
  margin-right: 40px;
  
 
  

}
.info-column-2{
  display: flex;
  align-items: center;
  
}
.phone-icon{
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-left: 10px;
}
.email-icon{
  width: 30px;
  height: 30px;
  margin-left: -10px;
  margin-right: 8px;
}
.web-icon{
  width: 30px;
  height: 30px;
  margin-right: 8px;
  margin-left: 10px;
}
.location-icon{
  width: 40px;
  height: 40px;
  margin-right: 8px;
  margin-left: -10px;
}
.contact-title{
  font-family: Dai Banna SIL;
  font-size: 20px;
  font-weight: 600;
  color: #7a6750;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;

}
.contact-info-box{
  background-color: #fffdfc;
  height: 280px;
  width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  
}
.contact-info{
  font-size: 18px;
  font-family: Dai Banna SIL;
  color: #7a6750;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  
  
  
}
.contact-info2{
  font-size: 16px;
  font-family: Dai Banna SIL;
  color: #7a6750;
  font-weight: 300;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 10px;
}

.icon-container-email{
   margin-left: 10px;
}
.info-title{
  font-family: Dai Banna SIL;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #7a6750;
}
.info{
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 16px;
  color: #544737;
  width: 100px;
}



.contact-form {
  position: relative;
  margin: auto;
  height: 230px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

 
  
}

.name-input{
  display: inline-block;
  margin-bottom: 0px;
  height: 30px;
  width: 140px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 5px;
  border-radius: 2px;
  border: none;
  background-color: #fffdfc;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-size: 14px;
  font-family: Dai Banna SIL;
}
.email-input{
  width: 140px;
  height: 30px;
  border-radius: 2px;
  margin-bottom: 15px ;
  border: none;
  background-color: #fffdfc;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-size: 14px;
  font-family: Dai Banna SIL;
}
.subject-input{
  display: block;
  width: 293px;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 15px;

  border-radius: 2px;
  border: none;
  background-color: #fffdfc;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  font-size: 14px;
  font-family: Dai Banna SIL;

}
.message-input{
  width:293px;
  height: 70px;
  font-family: Dai Banna SIL;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  background-color: #fffdfc;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  
}
.submit-button{
  display: block;
  width: 70px;
  height: 25px;
  font-family: Dai Banna SIL;
  margin-top: 10px;
  border-radius: 4px;
  font-size:16px;
  cursor:pointer;
  background-color: white;
  border: none;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  color: #7a6750;

  -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
  
    -webkit-box-shadow: 0px 6px 0px #e9e1d5;
    -moz-box-shadow: 0px 6px 0px #e9e1d5;
    box-shadow: 0px 6px 0px #e9e1d5;
}
.submit-button:active{
  -webkit-box-shadow: 0px 2px 0px #e9e1d5;
    -moz-box-shadow: 0px 2px 0px #e9e1d5;
    box-shadow: 0px 2px 0px #e9e1d5;
    width: 64px;
    height: 22px;
}
/*FOOTER STYLES*/
.footer-container{
  background-color: #fffdfc;
  width: 100vw;
  height: 200px;
  position: relative;
  display: flex;
  
  
  
}
.footer-line{
  width: 780px;
  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: 70px;
  
  
}
.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: 780px;
  height: 1px;
  background-color: #C8BAA8;
  margin-left: 0px;
  position: absolute;
  bottom: 25px;
  display: block;
  opacity: 50%;
  
  

}
}
@media (max-width:1024px) and (min-width:769px){
  /*ANCHOR STYLES*/
a{
  text-decoration: none;
}
  .hero{
    position: relative;
    
   
  }
    
  .hero-header{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 340px;
    object-fit:cover ;
  
   
  }
  .hero-title{
    position: relative;
    display: flex;
    font-family: Dai Banna SIL, sans-serif;
    flex-direction: column;
    top: -115px;
    text-align: center;
    align-items: center;
    line-height: 0px;
    color: white;
    text-shadow: 4px 6px 4px rgba(0,0,0,0.3 );
  }
  .header-text{
    
    font-size: 35px;
    margin-bottom: 0px;
    font-weight: 500;
    
  }
  .header-text-2{
   
    font-size: 30px;
    margin-top: 35px;
    font-weight: 500;
  }
  .hero-buttons{
    position: relative;
    top: -120px;
    
    margin-left: 35px;
  
  }
  .header-button{
    font-family: Dai Banna SIL, sans serif;
    width:170px;
    color: white;
    height: 45px;
    margin-right: 15px;
    font-size: 18px;
    border-radius: 8px;
    border: none;
    background-color: #A69580;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    font-weight: 500;
    cursor: pointer;
    outline-offset: 4px;
  
  }
  .header-button:hover{
    background-color: #F1EDE7;
    color:#A69580;
    transition: 0.4s;
    
  }
  .header-button:active{
    background-color: #A69580;
    color: white;
    width: 166px;
    height: 40px;
  }
   
  
  
  .started-button{
    font-family: Dai Banna SIL, sans serif;
    width:170px;
    color: #A69580;
    height: 45px;
  
    font-size: 18px;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    background-color: #F1EDE7;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    cursor: pointer;
    
  }
  .started-button:hover{
    background-color: #A69580;
    color:#f1ede7;
    transition: 0.4s;
  
  }
  .started-button:active{
    background-color: #F1EDE7;
    color:#A69580;
    width: 166px;
    height: 40px;
  }
  
  .logo{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 90px;
    cursor: pointer;
    object-fit: fill;
    
    
    
    
  }
  /*NAV BAR STYLES*/
  .nav-container{
    position: relative;
  }
  .nav-pages{
    position: absolute;
    right: 8px;
  
  
    
    
    
  }
  .nav-text{
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    color: white;
    text-shadow: 4px 6px 4px rgba(0,0,0,0.2);
    cursor: pointer;
  
    
    
  }
  .nav-text:hover{
    
    color: #d8d5cf;
  
    
  }
  .nav-button-1{
    width:70px;
    color: white;
    height: 35px;
    margin-right: 8px;
    font-size: 18px;
    border-radius: 8px;
    border: none;
    background-color: #A69580;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    font-family: Dai Banna SIL;
    cursor: pointer;
  }
  .nav-button-1:hover{
    background-color: #F1EDE7;
    color:#A69580;
    transition: 0.5s;
  }
  .nav-button-1:active{
     background-color: #A69580;
    color: white;
    width: 68px;
    height: 28px;
  }
  .nav-button-2:hover{
    background-color: #F1EDE7;
    color:#A69580;
    transition: 0.4s;
  }
  .nav-button-2:active{
    background-color: #A69580;
    color: white;
    width: 86px;
    height: 30px;
  }
  .nav-button-2{ 
    color: white;
    width:90px;
    height: 35px;
    margin-left: 4px;
    font-size: 18px;
    border-radius: 8px;
    border:none;
    background-color: #A69580;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    font-family: Dai Banna SIL, sans serif;
    cursor: pointer;
  }
  
  /*BODY STYLES*/
  
  html,body
  {
      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px;
      overflow-x: hidden; 
  }
  /*CAROUSEL STYLES*/
  .carousel-1{
    display:flex;
    width: 180px;
    height:210px;
    margin-right: 10px;
    object-fit: cover;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    
  }
  .carousel-2{
    display: flex;
    width: 180px;
    height:210px;
    margin-right: 10px;
    object-fit: cover;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  }
  .carousel-3{
    display: flex;
    width: 180px;
    height:210px;
    margin-right: 10px;
    object-fit: cover;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  }
  .carousel-4{
    display: flex;
    width: 180px;
    height: 210px;
    margin-right: 10px;
    object-fit: cover;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
   
  }
  .carousel-5{
    display: flex;
    width: 180px;
    height:210px;
    margin-right: 10px;
   object-fit: cover;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
   
  }
  .carousel-container{
    display: flex;
    position: relative;
    margin-top: -35px;
    background-color: #F1EDE7;
    padding-top: 10px;
    width: 100vw;
    height: 220px;
    margin-bottom: 0px;
    overflow: hidden;
    
    
  }
  @keyframes slide {
    from {
      transform: translateX(0)
    }
    to{ 
      transform: translateX(-100%)
    }
  }
  .carousel{
    display: flex;
    
  
    animation: 15s slide infinite linear ;
  
  }
  
  
  /*GALLERY STYLES*/
  
  .gallery-banner{
    display: flex;
    position: relative;
    width: 100%;
    height: 280px;
    padding: 0;
    overflow: hidden;
    
  }
  
  .gallery-img{
    width: 100vw;
    height: 280px;
    position: absolute;
  }
  .gallery-widget{
    background-color: #CEBFAD;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    top: 30px;
    left: 30px;
    width: 330px;
    height: 210px;
    align-items: center;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
  }
  .gallery-logo{
    width: 200px;
    height: 80px;
    margin-top: 10px;
    
  }
  .gallery-home{
    width: 500px;
    height:280px;
    position: absolute;
    display: flex;
    margin: 0;
    top: 0;
    right: -20px;
    object-fit: cover;
    
    
  }
  .widget-text{
    font-family: Dai Banna SIL, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: white;
    text-align: center;
    margin-top: 15px;
    line-height: 8px;
    text-shadow: 4px 6px 4px rgba(0,0,0,0.2);
  }
  .gallery-button{
    font-family: Dai Banna SIL, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color:#A69580;
    width: 90px;
    height: 30px;
    border: none;
    border-radius: 8px;
    margin-top: 4px;
    box-shadow: 4px 6px 4px rgba(0,0,0,0.2);
    background-color: #fffefd;
    cursor: pointer;
    outline-offset: 4px;
  
    -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s;
    
      -webkit-box-shadow: 0px 6px 0px #e9e1d5;
      -moz-box-shadow: 0px 6px 0px #e9e1d5;
      box-shadow: 0px 6px 0px #e9e1d5;
  }
  .gallery-button:hover{
    background-color: #fafafa;
  }
  .gallery-button:active{
    -webkit-box-shadow: 0px 2px 0px #e9e1d5;
      -moz-box-shadow: 0px 2px 0px #e9e1d5;
      box-shadow: 0px 2px 0px #e9e1d5;
      width: 88px;
      height: 28px;
  }
  
  /*ABOUT US SECTION*/
  .about-container{
    width:100%;
    position: relative;
    display: flex;
    margin-bottom: 0px;
    height: 280px;
    display:flex;
    overflow: hidden;
    
  }
  .about-img{
    width: 238px;
    z-index: 0;
    display: flex;
    
    height: 280px;
    object-fit: cover;
    margin-right: 0px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
   
  
  }
  .about-box{
    display: flex;
  
    background-color: #CEBFAD;
    
    width:295px;
  
  
  }
  .about-title{
    font-size: 26px;
    
    font-weight: 500;
    color: #7a6750;
    font-weight: 600;
    font-family: Dai Banna SIL;
  
    margin-top: -20px;
    margin-bottom: 10px;
  }
  .about-flicker{
    height: 280px;
    width: 270px;

    
  }
  .about-flicker2{
    position: absolute;
    right: 0px;
    height: 280px;
    width: 250px;
    display: flex;
    object-fit: cover;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    
  }
  
  .about-banner{
    display: flex;
    position: absolute;
    
    background-color: #fffdfc;
    right: 250px;
    
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
   
    width: 330px;
    height: 280px;
  
    z-index: 2;
  
  
  }
  .about-info{
    font-size: 16px;
    font-family: Dai Banna SIL;
    text-align: center;
    color: #7a6750;
    font-weight: 400;
    margin-top: 8px;
  }
  .learnmore-button{
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: Dai Banna SIL, sans-serif;
    height: 30px;
    width: 120px;
    background-color: #A69580;
  
    border: none;
    border-radius: 8px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    margin: 5px;
    cursor: pointer;
    outline-offset: 4px;
  
    -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s;
    
      -webkit-box-shadow: 0px 6px 0px #877662;
      -moz-box-shadow: 0px 6px 0px #877662;
      box-shadow: 0px 6px 0px #877662;
  }
  .learnmore-button:active{
    -webkit-box-shadow: 0px 2px 0px #877662;
      -moz-box-shadow: 0px 2px 0px #877662;
      box-shadow: 0px 2px 0px #877662;
      width: 118px;
      height: 28px;
  }
  
  
  
  /*REVIEW SECTION*/
  
  
  
  section{
    position: relative;  
    height: 300px;
    width: 100vw;
    display: flex;
    align-items: center;
    font-family: Roboto;
    background-color: #F0ECE6;
    
  }
  .profile-pic2{
    margin-left: 8px;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    object-fit: cover;
    border-radius: 20px;
  }
  
  .swiper{
    margin-top: 80px;
    width: 550px;
    height: 400px;
    
  }
  
  
  
  .card{
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 220px;
    margin-bottom: 0px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  
  .card::before{
    content: "";
    position: absolute;
    background: white;
    border-radius: 20px 20px 0 0;
  }
  
   .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
   
    position: relative;
    z-index: 100;
   
  }
  .review:hover{
    position: absolute;
    width: 165px;
    height: 210px;
    background-color: white;
  
    
  }
  
  .review{
  
   
    transition: linear 0.3s;
  
    
  }
  
  
  
  
  .review-img-box{
    
    width: 200px;
    height: 140px;
    background-color: white;
    border-radius: 10px;
    border: none;
    border-color: white;
    border-width: 2px;
    
    margin-left: 10px ;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    margin-right: 20px;
    
  }
  .review-img{
    height: 170px;
    width: 170px;
    
    object-fit: cover;
  }
  .review-stars{
    width: 80px;
    height: 20px;
    object-fit: cover;
    margin-top: 0px;
    margin-left: 10px;
  
  
    
    
    
    
  }
  
  .review-title{
    
    font-family: Dai Banna SIL;
    font-weight: 600;
    font-size: 24px;
    color:#8c775bc4 ;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    text-align: center;
    padding: 0px;
    margin-bottom: 5px;
    
    
  
  }
  .review-title-medium{
    font-family: Dai Banna SIL;
    font-weight: 600;
    font-size: 20px;
    color:#8c775bc4 ;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    text-align: center;
    margin-bottom: 5px;
    padding: 0px;
    margin-top: 0px;
    display: none;
  }
  .review-title-small{
    display: none;
  }
  
  .review-text{
    font-family: Roboto, sans-serif;
    color: #8a7362be;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 9px;
    margin-left: 5px;
    font-weight: 500;
    
    
  
    
  
  }
  
  .review:hover .review-text-2{
    
    opacity: 1;
  }
  .review-text-2{
    font-family: Roboto, sans-serif;
    color: #8a7362be;
    margin-top: 0px;
    font-size: 9px;
    margin-bottom: 0px;
    font-weight: 500;
    opacity: 0;
    padding: 0px;
    
  
    
    
  }
  .profile{
    font-family: Roboto , sans-serif;
    margin-left: 10px;
    color: #8a7362be;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0px;
  }
  .profile-pic1{
    margin-left: 8px;
    width: 20px;
    margin-top: 8px;
  
   
    
  
    
  }
  
  .profile-container{
    display: flex;
    align-items: center;
    margin-top: 0px;
    
  }
  
  
  
  .swiper-pagination{
    position: absolute;
    top: 450px;
    margin-bottom: 0px;
    
  }
  
  .swiper-pagination-bullet{
   
    height: 6px;
    width: 18px;
    border-radius: 25px;
    background: #8c775b;
   
  }
  
  .swiper-button-next, .swiper-button-prev{
    opacity: 1;
    color: #8c775b;
    transition: all 0.3s ease;
    
   
    
    
  }
  .swiper-button-prev{
    margin-right: -30px;
   
   
  }
  .swiper-button-next{
    margin-left: -30px;
  }
  
  
  
  /*CONTACT SECTION*/
  .contact-container{
    background-color: #CEBFAD;
    width: 100vw;
    position: relative;
    display: flex;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 280px;
  }
  
  .icon-container{
    display: flex;
    
  }
  .phone-icon{
    width :20px;
    
  }
  .info-column-1{
    display: flex;
    margin-right: 40px;
    
   
    
  
  }
  .info-column-2{
    display: flex;
    align-items: center;
    
  }
  .phone-icon{
    width: 30px;
    height: 30px;
    margin-right: 8px;
    margin-left: 10px;
  }
  .email-icon{
    width: 30px;
    height: 30px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .web-icon{
    width: 30px;
    height: 30px;
    margin-right: 8px;
    margin-left: 10px;
  }
  .location-icon{
    width: 40px;
    height: 40px;
    margin-right: 8px;
    margin-left: 20px;
  }
  .contact-title{
    font-family: Dai Banna SIL;
    font-size: 26px;
    font-weight: 600;
    color: #7a6750;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 2px;
  
  }
  .contact-info-box{
    background-color: #fffdfc;
    height: 280px;
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    
  }
  .contact-info{
    font-size: 22px;
    font-family: Dai Banna SIL;
    color: #7a6750;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    
    
    
  }
  .contact-info2{
    font-size: 18px;
    font-family: Dai Banna SIL;
    color: #7a6750;
    font-weight: 300;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .icon-container-email{
     margin-left: 10px;
  }
  .info-title{
    font-family: Dai Banna SIL;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #7a6750;
  }
  .info{
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #544737;
    width: 100px;
  }
  
  
  
  .contact-form {
    position: relative;
    margin: auto;
    height: 230px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  
   
    
  }
  
  .name-input{
    display: inline-block;
    margin-bottom: 0px;
    height: 30px;
    width: 160px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 2px;
    border: none;
    background-color: #fffdfc;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    font-size: 16px;
    font-family: Dai Banna SIL;
  }
  .email-input{
    width: 160px;
    height: 30px;
    border-radius: 2px;
    margin-bottom: 15px ;
    border: none;
    background-color: #fffdfc;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    font-size: 16px;
    font-family: Dai Banna SIL;
  }
  .subject-input{
    display: block;
    width: 332px;
    height: 30px;
    margin-top: 0px;
    margin-bottom: 15px;
  
    border-radius: 2px;
    border: none;
    background-color: #fffdfc;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    font-size: 16px;
    font-family: Dai Banna SIL;
  
  }
  .message-input{
    width:332px;
    height: 70px;
    font-family: Dai Banna SIL;
    font-size: 16px;
    border-radius: 2px;
    border: none;
    background-color: #fffdfc;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    
  }
  .submit-button{
    display: block;
    width: 70px;
    height: 25px;
    font-family: Dai Banna SIL;
    margin-top: 10px;
    border-radius: 4px;
    font-size:16px;
    cursor:pointer;
    background-color: white;
    border: none;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    color: #7a6750;
  
    -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s;
    
      -webkit-box-shadow: 0px 6px 0px #e9e1d5;
      -moz-box-shadow: 0px 6px 0px #e9e1d5;
      box-shadow: 0px 6px 0px #e9e1d5;
  }
  .submit-button:active{
    -webkit-box-shadow: 0px 2px 0px #e9e1d5;
      -moz-box-shadow: 0px 2px 0px #e9e1d5;
      box-shadow: 0px 2px 0px #e9e1d5;
      width: 64px;
      height: 22px;
  }
  /*FOOTER STYLES*/
  .footer-container{
    background-color: #fffdfc;
    width: 100vw;
    height: 230px;
    position: relative;
    display: flex;
    
    
    
  }
  .footer-line{
    width: 1024px;
    height: 1px;
    background-color: #C8BAA8;
    margin-top: 20px;
    margin-left: 0px;
    position: absolute;
    display: block;
    opacity: 50%;
  }
  .footer-logo-container{
    position: absolute;
    right: 20px;
    margin-top: 36px;
  }
  .footer-logo{
    width: 130px;
    
    
  }
  .footer-name-info{
    position: relative;
    width: 450px;
    top: -30px;
    left: 20px;
    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: 18px;
    font-weight: 500;
    color: #8e7a64;
    margin-top: 4px;
  }
  .footer-links{
    position: relative;
    list-style: none;
    text-align: center;
    top: -35px;
    font-family: Dai Banna SIL;
    margin-left: -140px;
  
  }
  .links-title{
    color: #684225;
    font-size: 22px;
    font-weight: 600;
    
  }
  
  .footer-hours{
    list-style: none;
    position: relative;
    text-align: center;
    width: 200px;
    font-family: Dai Banna SIL;
    top: -36px;
    margin-left: 80px;
   
  }
  .links{
    font-size: 22px;
    font-weight: 500;
    margin-top: 2px;
    color: #8e7a64;
    cursor: pointer;
  }
  .links:hover{
    color: #684225;
  }
  .hours-title-footer{
    font-size: 22px;
    font-weight: 600;
    color: #684225;
    margin-bottom: 2px;
    margin-left: -80px;
  }
  .weekdays{
    font-size: 14px;
    font-weight: 500;
    color: #8e7a64;
    margin-left: -80px;
  }
  .footer-line-2{
    width: 1024px;
    height: 1px;
    background-color: #C8BAA8;
    margin-left: 0px;
    position: absolute;
    bottom: 25px;
    display: block;
    opacity: 50%;
    
  
  }
}

/**/
@media (max-width:1280px) and (min-width:1025px){
  /*ANCHOR STYLES*/
a{
  text-decoration: none;
}
  .hero-header{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 500px;
    top: 0px;
   
  }
  .hero-title{
    position: relative;
    display: flex;
    font-family: Dai Banna SIL, sans-serif;
    flex-direction: column;
    margin-top: 140px;
    align-items: center;
    line-height: 0px;
    margin-bottom: 10px;
    color: white;
    text-shadow: 4px 6px 4px rgba(0,0,0,0.3 );
  }
  .header-text{
    font-size: 50px;
    margin-bottom: 0px;
    font-weight: 500;
    
  }
  .header-text-2{
    font-size: 45px;
    margin-top: 60px;
    font-weight: 500;
  }
  .hero-buttons{
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: 40px;
   
  
  }
  .header-button{
    font-family: Dai Banna SIL, sans serif;
    width:190px;
    color: white;
    height: 55px;
    margin-right: 20px;
    font-size: 20px;
    border-radius: 8px;
    border: none;
    background-color: #A69580;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    font-weight: 500;
    cursor: pointer;
    outline-offset: 4px;
  
  }
  .header-button:hover{
    background-color: #F1EDE7;
    color:#A69580;
    transition: 0.4s;
    
  }
  .header-button:active{
    background-color: #A69580;
    color: white;
    width: 185px;
    height: 52px;
  }
   
  
  
  .started-button{
    font-family: Dai Banna SIL, sans serif;
    width:190px;
    color: #A69580;
    height: 55px;
    margin-right: 40px;
    font-size: 20px;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    background-color: #F1EDE7;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    cursor: pointer;
    
  }
  .started-button:hover{
    background-color: #A69580;
    color:#f1ede7;
    transition: 0.4s;
  
  }
  .started-button:active{
    background-color: #F1EDE7;
    color:#A69580;
    width: 185px;
    height: 52px;
  }
  
  .logo{
    position: absolute;
    top: 0px;
    left: 20px;
    width: 250px;
    height: 130px;
    cursor: pointer;
    object-fit: cover;
    
  }
  /*NAV BAR STYLES*/
  .nav-pages{
    display: flex;
    position: absolute;
    top:0px;
    right: 20px;
    align-items: center;
   
    
  }
  .nav-text{
    margin-right: 12px;
    margin-left: 20px;
    font-size: 22px;
    color: white;
    text-shadow: 4px 6px 4px rgba(0,0,0,0.2);
    cursor: pointer;
    
    
  }
  .nav-text:hover{
    
    color: #d8d5cf;
  
    
  }
  .nav-button-1{
    width:110px;
    color: white;
    height: 50px;
    margin-left: 18px;
    font-size: 24px;
    border-radius: 8px;
    border: none;
    background-color: #A69580;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    font-family: Dai Banna SIL;
    cursor: pointer;
  }
  .nav-button-1:hover{
    background-color: #F1EDE7;
    color:#A69580;
    transition: 0.5s;
  }
  .nav-button-1:active{
     background-color: #A69580;
    color: white;
    width: 106px;
    height: 47px;
  }
  .nav-button-2:hover{
    background-color: #F1EDE7;
    color:#A69580;
    transition: 0.4s;
  }
  .nav-button-2:active{
    background-color: #A69580;
    color: white;
    width: 136px;
    height: 47px;
  }
  .nav-button-2{ 
    color: white;
    width:140px;
    height: 50px;
    margin-left: 18px;
    font-size: 24px;
    border-radius: 8px;
    border:none;
    background-color: #A69580;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    font-family: Dai Banna SIL, sans serif;
    cursor: pointer;
  }
  
  /*BODY STYLES*/
  
  body{
    background-color: #C8BAA8 ;
    margin: 0;
    width: 100vw;
    height: 100vw;
  
  
  }
  /*CAROUSEL STYLES*/
  .carousel-1{
    display:flex;
    width: 240px;
    height: 300px;
    margin-right: 20px;
    object-fit: cover;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    
  }
  .carousel-2{
    display: flex;
    width: 240px;
    height: 300px;
    margin-right: 20px;
    object-fit: cover;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  }
  .carousel-3{
    display: flex;
    width: 240px;
    height: 300px;
    margin-right: 20px;
    object-fit: cover;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  }
  .carousel-4{
    display: flex;
    width: 240px;
    height: 300px;
    margin-right: 20px;
    object-fit: cover;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
   
  }
  .carousel-5{
    display: flex;
    width: 240px;
    height: 300px;
    margin-right: 20px;
    object-fit: cover;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
   
  }
  .carousel-container{
   display: flex;
    position: relative;
    margin-top: 120px;
    background-color: #F1EDE7;
    padding-top: 20px;
    width: 100vw;
    height: 320px;
    margin-bottom: 0px;
    overflow: hidden;
    
    
  }
  @keyframes slide {
    from {
      transform: translateX(0)
    }
    to{ 
      transform: translateX(-100%)
    }
  }
  .carousel{
    display: flex;
    
  
    animation: 15s slide infinite linear ;
  
  }
  
  
  /*GALLERY STYLES*/
  
  .gallery-banner{
    display: flex;
    position: relative;
    width: 100vw;
    height: 420px;
    padding: 0;
    
  }
  
  .gallery-img{
    width: 100vw;
    height: 420px;
    position: absolute;
  }
  .gallery-widget{
    background-color: #CEBFAD;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 60px;
    left: 50px;
    width: 460px;
    height: 290px;
    align-items: center;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
  }
  .gallery-logo{
    width: 340px;
    height: 130px;
    margin-top: 10px;
    
  }
  .gallery-home{
    width: 400px;
    height:430px;
    position: absolute;
    display: flex;
    margin: 0;
    top: 0;
    right: 0;
    object-fit: cover;
    
  }
  .widget-text{
    font-family: Dai Banna SIL, sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: white;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 20px;
    line-height: 12px;
    text-shadow: 4px 6px 4px rgba(0,0,0,0.2);
  }
  .gallery-button{
    font-family: Dai Banna SIL, sans-serif;
    font-weight: 500;
    font-size: 24px;
    color:#A69580;
    width: 180px;
    height: 45px;
    border: none;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 4px 6px 4px rgba(0,0,0,0.2);
    background-color: #fffefd;
    cursor: pointer;
    outline-offset: 4px;
  
    -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s;
    
      -webkit-box-shadow: 0px 9px 0px #e9e1d5;
      -moz-box-shadow: 0px 9px 0px #e9e1d5;
      box-shadow: 0px 9px 0px #e9e1d5;
  }
  .gallery-button:hover{
    background-color: #fafafa;
  }
  .gallery-button:active{
    -webkit-box-shadow: 0px 2px 0px #e9e1d5;
      -moz-box-shadow: 0px 2px 0px #e9e1d5;
      box-shadow: 0px 2px 0px #e9e1d5;
      width: 226px;
      height: 52px;
  }
  
  /*ABOUT US SECTION*/
  .about-container{
    width:100vw;
    position: relative;
    display: flex;
    margin-bottom: 0px;
    height: 400px;
    display:flex;
    
  }
  .about-img{
    display: flex;
    width: 300px;
    height: 400px;
    object-fit: cover;
    margin-right: 0px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
   
  
  }
  .about-box{
    display: flex;
  
    background-color: #CEBFAD;
    
    width: 1200px;
  
  
  
  
  }
  .about-title{
    font-size: 50px;
    
    font-weight: 500;
    color: #7a6750;
    font-weight: 600;
    font-family: Dai Banna SIL;
  
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .about-flicker{
    
    width: 380px;
    height: 400px;
    object-fit: cover;
    margin-left: 2px;
    display: flex;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    
  }
  .about-flicker2{
    position: absolute;
    right: 0px;
    height: 400px;
    width: 320px;
    object-fit: cover;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
  }
  
  .about-banner{
    display: flex;
    position: absolute;
    right: 190px;
    background-color: #fffdfc;
    
    padding-top: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
   
    width: 440px;
    height: 390px;
    
    z-index: 2;
   
  
  }
  .about-info{
    font-size: 22px;
    font-family: Dai Banna SIL;
    text-align: center;
    color: #7a6750;
    font-weight: 400;
    margin-top: 10px;
  }
  .learnmore-button{
    color: white;
    font-size: 22px;
    font-weight: 500;
    font-family: Dai Banna SIL, sans-serif;
    height: 55px;
    width: 180px;
    background-color: #A69580;
  
    border: none;
    border-radius: 8px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    margin: 15px;
    cursor: pointer;
    outline-offset: 4px;
  
    -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s;
    
      -webkit-box-shadow: 0px 9px 0px #877662;
      -moz-box-shadow: 0px 9px 0px #877662;
      box-shadow: 0px 9px 0px #877662;
  }
  .learnmore-button:active{
    -webkit-box-shadow: 0px 2px 0px #877662;
      -moz-box-shadow: 0px 2px 0px #877662;
      box-shadow: 0px 2px 0px #877662;
      width: 177px;
      height: 52px;
  }
  
  
  
  /*REVIEW SECTION*/
  
  
  
  section{
    position: relative;  
    height: 430px;
    width: 100vw;
    display: flex;
    align-items: center;
    font-family: Roboto;
    background-color: #F0ECE6;
    
  }
  .profile-pic2{
    margin-left: 8px;
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 20px;
  }
  
  .swiper{
    width: 750px;
  }
  
  
  .card{
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 300px;
    margin-bottom: 60px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  
  .card::before{
    content: "";
    position: absolute;
    background: white;
    border-radius: 20px 20px 0 0;
  }
  
   .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
  
    position: relative;
    z-index: 100;
   
  }
  
  .review:hover{
    position: absolute;
    width: 230px;
    height: 420px;
    background-color: white;
  
    
  }
  
  
  
  
  .review-img-box{
    
    width: 300px;
    height: 420px;
    background-color: white;
    border-radius: 10px;
    border: none;
    border-color: white;
    border-width: 2px;
    
    margin-left: 10px ;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    margin-right: 20px;
    
  }
  .review-img{
    height: 230px;
    width: 300px;
    
    object-fit: cover;
  }
  .review-stars{
    width: 100px;
    height: 15px;
    object-fit: cover;
    margin-left: 10px;
    
  
    
    
    
    
  }
  
  .review-title{
    font-family: Dai Banna SIL;
    font-weight: 600;
    font-size: 35px;
    color:#8c775bc4 ;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    text-align: center;
    margin-bottom: 0px;
    padding: 0px;
    margin-bottom: 5px;
    
  
  }
  
  .review-title-small{
      display: none;
  }
  .review-title-medium{
    display: none;
  }
  
  .review-text{
    font-family: Roboto, sans-serif;
    color: #8a7362be;
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 500;
    
  
    
  
  }
  .review{
    transition: linear 0.3s;
  }
  .review:hover .review-text-2{
    
    opacity: 1;
  }
  .review-text-2{
    font-family: Roboto, sans-serif;
    color: #8a7362be;
    margin-top: 0px;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    opacity: 0;
    padding: 0px;
    
  
    
    
  }
  .profile{
    font-family: Roboto , sans-serif;
    margin-left: 10px;
    color: #8a7362be;
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 7px;
  }
  .profile-pic1{
    margin-left: 8px;
    width: 30px;
   
    
  
    
  }
  
  .profile-container{
    display: flex;
    align-items: center;
    margin-top: 0px;
  }
  
  
  
  .swiper-pagination{
    position: absolute;
    top: 450px;
    margin-bottom: 5px;
  }
  
  .swiper-pagination-bullet{
    height: 7px;
    width: 26px;
    border-radius: 25px;
    background: #8c775b;
   
  }
  
  .swiper-button-next, .swiper-button-prev{
    opacity: 1;
    color: #8c775b;
    transition: all 0.3s ease;
    
  }
  .swiper-button-prev{
    margin-left: 80px;
  }
  .swiper-button-next{
    margin-right: 80px;
  }
  
  
  
  /*CONTACT SECTION*/
  .contact-container{
    background-color: #CEBFAD;
    width: 100vw;
    position: relative;
    margin-top: 0px;
    display: flex;
    height: 450px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  
  .icon-container{
    display: flex;
  }
  .phone-icon{
    width :20px;
    
  }
  .info-column-1{
    display: flex;
    align-items: center;
    
  
  }
  .info-column-2{
    display: flex;
    align-items: center;
  }
  .phone-icon{
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .email-icon{
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .web-icon{
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .location-icon{
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .contact-title{
    font-family: Dai Banna SIL;
    font-size: 55px;
    font-weight: 600;
    color: #7a6750;
    margin-bottom: 5px;
    margin-top: 0px;
    text-align: center;
  
  }
  .contact-info-box{
  
    background-color: #fffdfc;
    height: 440px;
    width: 700px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   
    
  
    
  }
  .contact-info{
    font-size: 22px;
    font-family: Dai Banna SIL;
    color: #7a6750;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: center;
    
    
    
  }
  .contact-info2{
    font-size: 20px;
    font-family: Dai Banna SIL;
    color: #7a6750;
    font-weight: 300;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .icon-container-email{
     margin-left: 15px;
  }
  .info-title{
    font-family: Dai Banna SIL;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #7a6750;
  }
  .info{
    font-family: Roboto;
    font-size: 14px;
    font-size: 400;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #544737;
  }
  
  
  
  .contact-form {
    position: relative;
    margin: auto;
    height: 450px;
    width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
   
    
  }
  
  .name-input{
    display: inline-block;
    margin-bottom: 0px;
    height: 50px;
    width: 300px;
    margin-top: 60px;
    margin-bottom: 30px;
    margin-right: 12px;
    border-radius: 2px;
    border: none;
    background-color: #fffdfc;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    font-size: 18px;
    font-family: Dai Banna SIL;
  }
  .email-input{
    width: 300px;
    height: 50px;
    border-radius: 2px;
    border: none;
    background-color: #fffdfc;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    font-size: 18px;
    font-family: Dai Banna SIL;
  }
  .subject-input{
    display: block;
    width: 625px;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 30px;
  
    border-radius: 2px;
    border: none;
    background-color: #fffdfc;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    font-size: 18px;
    font-family: Dai Banna SIL;
  
  }
  .message-input{
    width:625px;
    height: 100px;
    font-family: Dai Banna SIL;
    font-size: 18px;
    border-radius: 2px;
    border: none;
    background-color: #fffdfc;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    
  }
  .submit-button{
    display: block;
    width: 120px;
    height: 45px;
    font-family: Dai Banna SIL;
    margin-top: 30px;
    border-radius: 4px;
    font-size: 22px;
    cursor:pointer;
    background-color: white;
    border: none;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    color: #7a6750;
  
    -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s;
    
      -webkit-box-shadow: 0px 9px 0px #e9e1d5;
      -moz-box-shadow: 0px 9px 0px #e9e1d5;
      box-shadow: 0px 9px 0px #e9e1d5;
  }
  .submit-button:active{
    -webkit-box-shadow: 0px 2px 0px #e9e1d5;
      -moz-box-shadow: 0px 2px 0px #e9e1d5;
      box-shadow: 0px 2px 0px #e9e1d5;
      width: 118px;
      height: 42px;
  }
  /*FOOTER STYLES*/
  .footer-container{
    background-color: #fffdfc;
    width: 100vw;
    height: 360px;
    position: relative;
    display: flex;
    align-items: baseline;
  }
  .footer-line{
    width: 1450px;
    height: 1px;
    background-color: #C8BAA8;
    margin-top: 40px;
    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;
    margin-top: 50px;
    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;
    margin-top: 80px;
    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: 1450px;
    height: 1px;
    background-color: #C8BAA8;
    
    margin-left: 30px;
    position: absolute;
    bottom: 45px;
    display: block;
    opacity: 50%;
    
  
  }
  
}
