* {
    margin: 0;
    padding: 0;
    font-family: "Alegreya", serif;
    font-weight: 400;
    box-sizing: border-box;
}

ul {
    list-style: none;
    text-decoration: none;
}
p,
span,
li {
    font-family: "Alegreya Sans", sans-serif;
}
    
/*start nav*/
nav {
    z-index: 1000;
}
.nav-content .img {
    width:30%;
    cursor: pointer;
    display:inline-block ;

}

.nav-content .img2 {
   display: none;
}
a.nav-link  {
    text-decoration: none;
    color: white;
    font-size: 18px;
    cursor: pointer; 
    
}

@media (max-width:992px) {
    .navbar  {
    background-color: white;
    color: #353330;

}
.nav-content .img2{
 display: inline-block;
  width: 50%;
cursor: pointer;
}
.nav-content  .img{
    display: none;
    width: 30%;
    cursor: pointer;
}
a.nav-link  {
    color: #AB9259;
   
}
}

   
    
@media (max-width:992px) {
.collapse:not(.show) {
    display: none;
}
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
     color: #AB9259;
} 

a.nav-link:hover{
    color:#AB9259;
}
.navbar-nav .nav-link  {
  
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    transition: 0.3s;
   padding-bottom: 10px;
    border-bottom: 1px solid #b5b5b5;

}
@media (min-width: 992px) {
    .navbar-nav .nav-link {
        padding: 0;
        border-bottom: none;
    }
}






/*end nav*/



/*start home-page*/
#home {
    /*background-image: url();*/
    background:linear-gradient(rgba(0, 0, 0, .5)0% 100%), url("../images/home.jpg");
    width: 100%;
    height: 100dvh;
    background-size: cover;
    background-position: center;
    position: relative;

}

.home-content {
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    color: #FFFFFF;

}

.home-content p {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 1.7;
}

.home-content h1 {
    font-size: 76px;
    color: #FFFFFF;
    font-weight: 400;

}
@media (max-width: 992px) {
.home-content h1{
    font-size: 30px;
}
.home-content p {
    font-size: 15px;
}
}
.home-content .home-buttons button {
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    background-color: #a8a975;
    color: #FFFFFF;
    padding: 15px;
    border: none;
    margin: 10px;
    cursor: pointer;
    transition: 0.3s;


}

.home-content .home-buttons button:hover {
    background-color: white;
    color: black;
}

.home-content .home-buttons .custom-button {
    border: 2px solid white;
    background-color: transparent;
}

.btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
    z-index: 4;


}

.btn button {
    position: relative;
    width: 30px;
    height: 50px;
    border: 1px solid white;
    border-radius: 24px;
    background-color: transparent;
    cursor: pointer;

}

.btn span {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: white;
    left: 11px;
    top: 2px;
    text-align: center;
    animation: move 2.5s infinite linear;
    transition: .3s;

}
@keyframes move {
    from{
       top:0px;
    }
    to{
        top:20px;
         opacity:0;
         background-color : rgba(255, 255, 255, 0.9);
}
}


.about {
    position: relative;
   
    padding-top: 5%;
    margin-bottom: 20px;

}

.about img {
    width: 100%;
    

}



.about .content1 h2 {
    color: #303030;
    font-size: 32px;
    line-height: 44px;
    padding-left: 30px;

}

.about .content1 p {

    font-size: 17px;
    color: #686868;
    padding: 15px;
    line-height: 31px;




}

.about-list {
    margin-bottom:15px;

}

.about ul {
    margin-top: 0;
}

.about ul li {
   padding-bottom: 5px;
}



.about ul i {
    color: #8E7754;
    padding: 8px;
    font-size: 22px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    border: 1px solid #868686;
    background-color: transparent;
    text-align: center;
    line-height: 1.2;



}

.about span {
    color: #686868;
    font-size: 17px;
    margin-left: 10px;
    font-family: "Alegreya Sans", sans-serif;

}







/*end about*/
/*start location*/

.location {
    position: relative;
    width: 100%;
    padding-top: 5%;
    margin-bottom: 20px;
    background-color: #F8F8F8;

}


.location img {
    width: 100%;
}

.location .content2 h2 {
    color: #303030;
    font-size: 32px;
    line-height: 44px;
    padding-left: 30px;

}

.location .content2 p {

    font-size: 17px;
    color: #686868;
    padding: 30px;
    line-height: 31px;
    font-family: "Alegreya Sans", sans-serif;



}




/*end location*/

/*start articls*/
.articls {
    margin-top: 20px;
    font-family: "Alegreya", serif;
    font-weight: 400;
    text-align: center;
    width: 100%;
  
    margin-bottom: 30px;

}

.articls h3 {
    font-family: "Alegreya";
    color: #303030;
    font-size: 30px;
    text-align: center;

}

.articls p {
    color: #888888;
    font-size: 17px;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 400;
    padding: 15px;

}

.article {
    margin-top: 40px;
    text-align: center;
 
}


.article img {
    width: 100%;

}

.article h4 {
    font-size: 22px;
    color: #303030;
    margin-top: 20px;
    margin-bottom: 10px;

}

/*end articls*/

/*start contact*/


.contact {
    position: relative;
    width: 100%;
    padding-top: 5%;
    background-color: #F8F8F8;
     padding-bottom: 5%;

}
.contact .content3 {
    padding: 5px;
}

.contact .content3 h2 {
    color: #303030;
    font-size: 32px;
    line-height: 44px;
    padding-left: 30px;

}

.contact .content3 p {

    font-size: 17px;
    color: #686868;
    padding: 15px;
    line-height: 31px;



}

.contact-list {
    margin-bottom: 30px;

}

.contact ul {
    margin-top: 0;
}

.contact ul li {
    margin-left: 15px;
    margin-top: 13px;
}



.contact ul i {
    color: white;
    padding: 8px;
    font-size: 22px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    border: 1px solid #868686;
    background-color: #8E7754;
    text-align: center;
    line-height: 1.2;
}

.contact span {
    color: #686868;
    font-size: 17px;
    margin-left: 10px;


}

/*end contact*/
/*start footer*/
.footer {
    background-color: #403D38;
    width: 100%;
}

.column {
     color: #969696;
    font-size: 16px;


}

.column h4 {
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
  

}
.column  li {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.7;
    padding-left: 0;
    border-bottom: 1px solid #88888850;
    padding-bottom: 5px;

}

.column  span {
    padding: 5px;


}


/*end footer*/
/*start end*/
.end {

    background-color: #353330;
    width: 100%;
    text-align: center;
    height: 50dvh;

}

.end img {
    margin-top: 40px;


}
@media (max-width: 768px) {
    .end img {
        width: 50%;
    }

}

.end p {
    color: #777777;
    font-size: 15px;
    font-family: "Alegreya Sans", sans-serif;

}


.icons {

   
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
  

}

.end .icons ul {
  display: flex;
  justify-content: center;
   flex-direction: row;
   
}
.end .icons ul li {
     padding: 5px;
   
    list-style: none;
}

.end .icons ul i {
    color: #868686;
    padding: 8px;
    font-size: 22px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #423f3c;
    text-align: center;
    line-height: 1.2;
    cursor: pointer;
    transition: 0.3s;



}

.end .icons .first i:hover {
    background-color: #3B5998;
}

.end .icons .scende i:hover {
    background-color: #DD4B39;
}

.end .icons .third i:hover {
    background-color: #007BB5;
}

.end .icons .fourth i:hover {
    background-color: #00ACED;
}



/*end end*/

/*start about page*/
.section-about {
    margin-top: 20px;
    background-size: cover;
    background-position: center bottom;
    position: relative;
   width: 100%;
   height: 30vh;
    padding-top: 5%;
    margin-bottom: 20px;
    background-image: url("../images/home.jpg");
}
.about-content h4{
font-weight: 100;
}
.about-content p {
    color: #686868;;
    

}
/*start about page*/

/*start gallery page*/

.gallery {
    position: relative;
    width: 100%;
    padding-top: 5%;
    margin-bottom: 20px;
    background-color: #F8F8F8;

}
.gallery-content {
    margin-bottom: 10px;
     margin-top: 10px;
}
.gallery-content img {
    width: 100%;
}




/*end gallery page*/