*{
    
  font-family: "Alegreya Sans", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;

}

/* start navbar section */
.container{
    width: 80%;
    margin: auto;
}

.navbar{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 0;
}

.navbar .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img{
    width: 180px;
}

.nav-links{
    list-style: none;
    display: flex;
    gap: 30px;
}

.nav-links li a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-family: "Alegreya", serif;
    transition: 0.3s;
}

.nav-links li a:hover{
    color: #c1ab84;
}
.clearfix {
  clear: both;
}
.container{
    width: 80%;
    margin: auto;
}
/* end navbar section */

/* start header section */
#header{

    background:linear-gradient(rgba(0, 0, 0, 0.205), rgba(0,0,0,0.5)),
    url(../images/drew-coffman-1872.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    overflow: auto;
}
#header .headercontent{
   width: 50%;
   text-align: center;
   margin: auto;
  margin-top: 200px;


}
#header .headercontent p{
  /*  background-color: blue;*/
    color: white;
    font-size: 22px;
    line-height: 41px;
    margin: 0 0;
    font-weight: 400;

}
#header .headercontent h1{
    text-transform: capitalize;
    font-family: "Alegreya", serif;
 /* background-color: aqua;*/
   color: white;
   font-size: 76px;
   line-height: 92px;
   margin: 0 0 18px;
   font-weight: 400;
}
#header .headercontent button{
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #8e7754;
    color: white;
    border: 2px solid #8e7754;
   line-height: 35px;
   transition: all 0.5s;

   
   

}
#header .headercontent button:hover{
    background:white;
    color:black;
    border-color:white;
}

#header .headercontent button.customBtn {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  transition: all 0.5s;
}
#header .headercontent button.customBtn:hover{
    background-color:white ;
    color: black;
}

 /*end header sacion */
 /* start   About section */
 #about{
    
   padding-block: 50px;
 }
 #about .aboutimage{
     width: 50%;
  float: left;
  margin: 30px;
 }

 #about .aboutimage img{
    width: 90%;
    
 }

 #about .aboutContent h2{
     font-family: "Alegreya", serif;

  color: #303030;
  font-size: 32px;
  line-height: 45px;
  margin: 0 0 25px;
  
 }
 #about .aboutContent p {
  color: #686868;
  
  font-size: 16px;
  line-height: 32px;
  width: 100%;
}
#about .aboutContent ul {
    margin-top: 50px;
    
}
.aboutContent ul li {
  color: #686868;
  font-size: 17px;
  line-height: 50px;
  padding-block: 10px;
  

  
}

/*end  About sacion */
/* start location section */
#location{
 width: 90%;
 margin: auto;
 padding: 45px 0;
}
.text{
    
    width: 45%;
    float: left;
   /* margin-left: 40px; */
    margin-top: 80px
  
}
.image{
    width: 45%;
    float: right;
    display: block;
}

.image img{
    width: 100%;
    margin-top: 20%;
    
}
.text h2{
    margin: 30px;
    margin-bottom: 30px;
     font-family: "Alegreya", serif;
     margin-top: 20%;
}
.text p{
    color: #686868;
    line-height: 30px;
    margin-bottom: 20px;
    margin: 30px;
     font-family: "Alegreya", serif;
    
}
/*end location sacion */
/* start Baking  section */
.baking-header{
    width: 90%;
    margin: auto;
    text-align: center;
}


.baking-header h2{
    margin-top: 80px;
    margin-bottom: 30px;
    text-align: center;
     font-family: "Alegreya", serif;
    
}
.baking-header p{
    font-family: "Alegreya", serif;
    color: #686868;
   margin-top: 30px;
    

}
.demo{
    width: 100%;
    float: left;
    margin-right: 3%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 0;

}
.demo .item{
    margin-top: 30px;
    display: inline-block;
    width: 30%;
    margin-right: 3%;
    box-sizing: border-box;
}
.demo img{
    width: 100%;

}
.demo h3{
   margin-top: 30px;
   margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
     font-family: "Alegreya", serif;

}
.demo p{
    font-size: 18px;
    color: #686868;
    line-height: 30px;
     font-family: "Alegreya", serif;
}
.clear{
    clear: both;
}
/*end Baking  sacion */
/* start Contact section */
.contact{
    width: 90%;
    margin: 80px auto;
    

}
.left{
    width: 45%;
    float: left;
    margin-top: 50px;
}
.right iframe{
    width: 100%;
    height: 500px;
    
    margin-top: 50px;
}
.left h1{
    margin-bottom: 30px;
     font-family: "Alegreya", serif;
     font-size: 30px;
}
.left p{
    color: #686868;
    line-height: 30px;
    margin-bottom: 20px;
     font-family: "Alegreya", serif;

}
.left h3{
    margin-top: 50px;
    margin-bottom: 20px;
     font-family: "Alegreya", serif;
     font-size: 20px;
     color: #686868;
}
.list{
    list-style:none ;
}
.list li{
    color: #686868;
    margin-bottom: 18px;
    font-size: 15px;
     font-family: "Alegreya", serif;
     margin-top: 20px;
     line-height: 40px;
}
.right{
    width: 45%;
    float: right;
}/*end Contact sacion */

/* start Footer section */
.footer{
    margin-top: 90%;
    background-color: #403d38;
    padding: 90px 40px;
    overflow: hidden;
    
}

.footer-item{
    width: 25%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}

.footer-item h3{
    color: #fff;
    margin-bottom: 25px;
    font-family: "Alegreya", serif;
}

.footer-item p{
    color: #969696;
    line-height: 40px;
    font-size: 17px;
    font-family: "Alegreya", serif;
    
}

.footer-item ul li{
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #969696;
    font-family: "Alegreya", serif;
}

.contact-details{
    background-image: url(..//images/contact-details-map.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 90%;
    opacity: 1;
}

.map{
    list-style:none ;
}
.map li{
    color: #686868;
    margin-bottom: 10px;
    font-size: 18px;
     
     margin-top: 20px;
     
}

/*end Footer sacion */

/*start end sacion sacion */
.end-footer{
    background-color:#353330;
    text-align:center;
    padding:60px 0;
}

.end-footer img{
    width:350px;
    margin-bottom:25px;
}

.end-footer p{
    color:#777;
    font-size:15px;
    margin-bottom:30px;
}

.social-icons a{
    display:inline-block;
    width:45px;
    height:45px;
    line-height:45px;
    border-radius:50%;
    background:#484540;
    color:#8c8a86;
    font-size:20px;
    margin:0 5px;
    transition:.4s;
}

.social-icons a:hover{
    color:#fff;
}

.social-icons a:nth-child(1):hover{
    background:#3b5998;
}

.social-icons a:nth-child(2):hover{
    background:#dd4b39;
}

.social-icons a:nth-child(3):hover{
    background:#0077b5;
}

.social-icons a:nth-child(4):hover{
    background:#1da1f2;
}
  /*end end sacion */