body{ font-family: "Alegreya", serif;
margin:0px 0px;
padding : 0 0;
}
#header{
    background-image: url(IMGS/bg-home.jpg);
    background-size: cover;
    background-position:center;
    height :100vh;
    position:relative;

}
#header .header-caption{  
    text-align: center;
    color:aliceblue;
    position: absolute;
    top:250px;
    left:450px;  
}
#header .header-caption p{
    font-size: 22px;
    line-height:20px;

}
#header .header-caption h1{
    font-family: "Alegreya", serif;
    font-size: 70px;
    margin :20px 0px;
}
#header .header-caption .btn1{
    background-color:#8E7754;
        color:aliceblue;
        border:solid transparent 2px ;
        margin:0px 10px;

}
#header .header-caption .btn2{
    background-color:transparent;;
    color:aliceblue;
    border:solid white 2px ;

}
#header .header-caption button{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    padding:20px 30px;
    border-radius: 2%;
    border-radius: 5%;
    margin:20px 0px;

}
#header .header-caption button.btn1:hover {
    background-color: white;
    color: black;
}  

#header .header-caption button.btn2:hover {
    background-color: white;
    color: black;
}
.home1{
    margin-top:100px;
    float:left;
    position:relative;
    line-height: 20px;

}
.home1 img{
    width:550px;
    height:600px;
    margin:0px 100px;

}
.home1 .home-text1{
    float:right;
    margin: 40px 100px;
}
.home1 .home-text1 p{
    color:#6b6661;

}
.icons1{ 
width:500px;
height:fit-content;
}
.icons1 .icon-item{
    display:flex; 
    align-items:center;
    padding:12px 0;
}
.icons1 .icon-item i{
    width:40px; 
    height:40px; 
    border-radius:50%;
    display:flex;
    align-items:center; 
    justify-content:center;
    background:#fff; 
    border:2px solid #e9e5da; color:#a37c42;
    background:white; 
    color:#a07e4d; 
    font-size:20px;
}
.icons1 .icon-item p{
font-size:20px; 
margin:0 20px;
color:#6b6661; 
}
.fix_clear1{
    clear:both;
}


.home2{
    margin-right:100px;
    float:right;
    position:relative;
    line-height: 20px;

}
.home2 .home-text2 p{
    color:#6b6661; 

}
.home2 img{
    width:550px;
    height:500px;
    margin:140px 0 0;
    margin-bottom: 50px;
    float:right;

}
.home2 .home-text2{
    float:left;
    margin: 200px 100px 0 0;
}
.home2 .home-text2 h2{
    margin:20px 0px;

}
.fix_clear2{
    clear:both;
}
.baking-header{
    text-align: center;
    margin:40px;
}
.baking {
    padding: 80px 60px;
    text-align: center;
}
.baking-header h2 {
    font-size: 36px;
    margin-bottom: 15px;
    text-align: center;
}
.baking-header p {
    font-size: 16px;
    margin-bottom: 60px;
    color:#6b6661; 
}
.prods {
    width: 100%;
}
.prods img {
    width: 100%;
    height:fit-content;
    margin:0 25px;
}
.prod1{
    width: 30%;
    float: left;
    margin-right: 2%;
}
.prod2{
    width: 30%;
    float: left;
    margin-right: 2%;
    display:block;
}
.prod3 {
    width: 30%;
    float: left;
    margin-right: 0;
}
.prods h3 {
    font-size: 22px;
    margin: 25px 0 15px 0px;
}

.prods p {
    text-align: center;
    font-size: 15px;
    line-height: 1;
    color:#6b6661; 
}
.fix_clear3 {
    clear: both;
}
.contact-info{ 
    width:48%;
    display:inline-block;
    margin:100px 0 0 80px;
    padding:0 18px; 
}
.contact-info h2{ 
    font-size:25px; 
    color:#393534; 
    }
.contact-info .description p{ 
    color:#7b7773; 
    line-height:2; 
    margin:6px 0; 
    font-size:16px; 
    }
.details-title{ 
    margin-top:28px; 
    color:#6b6661; 
    font-size:16px; 
    }

.info-item{ 
    display:flex; 
    align-items:center; 
    padding:18px 0;  
    }
    .info-item i{ 
    width:44px; 
    height:44px; 
    border-radius:50%; 
    display:flex; 
    align-items:center; 
    justify-content:center; 
    background:#a07e4d; 
    color:#fff; 
    font-size:14px;  
    }
.info-item p{ 
    margin:0; 
    color:#6b6b6b; 
    font-size:16px; 
    margin:0 20px;
    }
.info-item:first-of-type{ 
    margin-top:14px; 
    }
.contact-section {
    max-width:1200px;
    margin:80px auto;
    padding:0 40px;
    display:flex;
}
.contact-info{
    width:48%;
    margin:0;
    padding:0 12px;
}
.map-wrap {
    width:60%;
    height:550px;
    border-radius:8px;
    position:relative;
    overflow:hidden;
    margin-left: 100px;
    margin-top:22px
}
.map-wrap iframe {
    width:100%;
    height:100%;
    display:block;
    border: 0;
}
.main-footer{
    width: 100%;
    margin: 0;
    padding: 0;
}
.site-footer{
    background:#403D38;
    color:#b9b0a8;
    padding:60px 0 80px;
    position:relative;
}

.site-footer .container{
    max-width: none;
    width: 100%;
    margin:0;
    padding: 0;

}
.site-footer .container::after{
    content: "";
    display: table;
    clear: both;
}
.footer-col{
    float: left;
    width: 25%;
    min-width:220px;
    display:block;
    padding: 0 20px;
    box-sizing: border-box;
}
.footer-col:last-child{
    padding-right:0;
}

.site-footer h3{color:#f4ece6;
    font-size:22px;
    margin:0 0 18px 0;
    font-weight:600
}
.site-footer p{
    line-height:2;
    margin:0 0 18px 0;
    color:#b9b0a8
} 
.footer-col ul{
    padding:0;
    margin:0}
.footer-col ul li{
    padding:18px 0;
    border-bottom:1px solid rgba(255,255,255,0.03);
    display:flex;
    align-items:center;
    color:#b9b0a8}
.footer-col ul li::before{
    content:"›";
    display:inline-block;
    width:26px;
    color:#8f8681;
    margin-right:12px;
    font-size:18px
} 

.contact-list li{
    border-bottom:1px solid rgba(255,255,255,0.04)}
.contact-list li i{
    width:36px;
    text-align:center;
    color:#b9b0a8;
    margin-right:12px;
    font-size:18px
}
.footer{
    background-color: #353330;
    text-align: center;
    margin:0px;    
}
.footer img{
    width:350px;
    height:fit-content;
    margin-top:80px ;
    
}
.footer p{
    color:#7b7773; 
}
.social-icons{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 0;
}
.social-icons i{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    border-radius:50%;
    color:#7b7773; 
    font-size:20px;
    border:1px solid transparent;
}
.social-icons i:hover{
    color: #fff;
}

.social-icons .social1:hover{ background-color: #3B5998;
        border-radius:50%;
}  
.social-icons .social2:hover{ background-color:#DD4B39;
        border-radius:50%;
}  
.social-icons .social3:hover{ background-color:#007BB5;
    border-radius:50%; 
}  
.social-icons .social4:hover{ background-color: #00ACED;
    border-radius:50%;
}











