/*body content */
body{
    background-color: #ca9768;
}
/*header content*/
#header{
    width:100%;
    height:70px;
    background-color:#663300;
    overflow: hidden;
    position:fixed;
    z-index: 1000;
    font-family:'pacifico' ,cursive ;
    font-size: 20px;
    justify-content: space-between;
    top:0;
    

    
}
/*.text{

font-family: 'Pacifico',cursive; 
font-size: 25px; 
display:block;
text-align: left;
                
}*/
span{
    font-family: 'Dancing Script',cursive;
    font-size: 35px;
    display:block;
    
}

nav ul{
    list-style: none;
    display:flex;
    align-items: right;
    justify-content: space-between;
    padding-top: 0px;
    padding-left: 55%;
    padding-right: 1%;
}
nav li {
   margin-right: 20px;
}
nav a{
    color:white;
    text-decoration: none;
}
nav a:hover{
    color:#ca9768;
}
/*Home page side images div*/
.container{
    position:relative;
    float:right;
    margin-top: 5%;
}
/*Home page side images inner-div1*/
.in1{
    
    position:absolute;
    top:90%;
    left:0%;
    transform: translate(-50%,-50%);
    border: 30px;
    padding: 0px;
}
/*Home page side images inner-div2*/
.in2{
    position:absolute;
    top:30%;
    left:0%;
    transform: translate(-50%,-50%);
  
}
/*Home page side image editing*/
.container img{
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius:20px;
    border-style:ridge;
}
.in1 img,.in2 img{
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border-style:ridge;

}
.in1 img,.container img{
    max-width: 100%;
    max-height:100% ;
}
/*Overview editing*/
#overview{
    position:relative;
    float:left;
    width:400px;
    height:500px;
    margin-left:0%;
    background-color: #663300;
    border-radius: 40px;
    margin-top: 5%;
   
}
/*Overview text editing*/
.innertext{
    display: flex;
    margin:20px;
    font-family:'Pacifico',cursive;
    color:white;
    font-size: 25px;
}
/*line style*/
.line{
    background-color:#663300;
    height:2px;
    border:none;
    width:100%;
    clear: both;
    display: block;
    margin-top: 20px;
    z-index: 1;
}
.line1{
    background-color:#663300;
    height: 2px;
    width:100%;
   border: none; 
    margin-top:30%;
}
/*Gallery div*/
.container1{
    position:relative;
    display: flex;
    justify-content: space-between;
}
/*Gallery div image*/
.container1 img{
    border-style:ridge;
    justify-content: center;
    align-items: center;
    border-radius:10px;
    max-width:100%;
    max-height:100%;
}
/*Menu sliding photos*/
.con{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    float:left;
    width: 230px;
   
    
}
.con div{
    margin: 0px;
  padding: 10px;
}
.box img{
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius:20px;
    /*border-style:ridge;*/
    max-width: 100%;
    max-height:100% ;
    transition:transform 0.3s;
    

}
.con1{
    display:flex;
    flex-direction: column;justify-content: space-between;
    float: right;
    width: 230px;
   
}
.con1  div{
    margin: 0px;
  padding: 10px;
}
/*
.box{
    overflow: hidden;
}
.box img{
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box :hover img{
   transform: scale(1.2);

}*/
.text-box{
    width:auto;
    height: 50px;
    /*opacity: 1;*/
    background-color: black;
    padding-bottom: 0px;
    justify-content: space-between;
}
.text{
    color:white;
    font-size: 25px;
    font-family: cursive;}
.box-1{
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius:20px;
    border-style:ridge;
    max-width: 100%;
    max-height:100% ;
    transition:transform 0.3s;
    background-image: url("espresso.jpeg");
}
/*Our Brand Features div*/
.cor{
    display:flex;
    flex-direction: row;justify-content: space-between;
    float:left;
    width: 100%;
    height: 300px;
    
}
/*Our Brand Features inner-div*/
.cor-in{
    width: 300px;
    height: 350px;
    border-radius:20px;
    background-color: #996633;
    display: grid;
}
/*Our Brand Features text-editing(topics)*/
.topic{
    display: flex;
    margin:20px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color:#663300;
    font-size: 25px;

}
/*Our Brand Features text-editing(content)*/
.para{
    display: flex;
    margin:20px;
    font-family:'Courier New', Courier, monospace;
    color:white;
    font-size: 16px;
}
/*Our Brand Features Title(div)*/
.obf{
    display:grid;
    justify-content: center;
    color:black;
    font-size: 35px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
/*This is for contact information div block*/
.contact-outer{
    display:flex;
    flex-direction: row;
}
.contact-inner1{
    position:relative;
    width:50%;
    height:100%;
}
/*Background Image*/
.Image-contact{
    width:100%;
    height:100%;
    object-fit: fill;
    opacity: 0.4;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
}
/*contact-us title*/
#contact-us{
    display: flex;
    width:100%;
  
    justify-content: center;
    
}
/*form-contact page*/
form{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color:transparent;
    width:70%;
   
   
}
/*form title editing*/
form p{
    text-align: center;
    font-size: 35px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:rgb(70, 2, 2)
}
/*form input box editing*/
input[type=text],input[type=email]{
    width:100%;
    padding:12px 20px ;
    margin: 8px 0;
    background-color: transparent;
    box-sizing: border-box;
    border:none;
    border-bottom: 2px solid rgb(70, 2, 2);

}

input[type="text"]::placeholder,input[type="email"]::placeholder{
    color: whitesmoke;
}
/*form button*/
form button{
    background-color:  rgb(49, 1, 1);
    border: none;
   border-radius: 5px;
    color:white;
    text-align: center;
    cursor:pointer;
    font-size: 15px;
    width:30%;
    height:30%;
   display: block;
   margin: 0 auto;
   padding: 20px;
}
.contact-inner2{
    
    width:50%;
    height:100%;
    background-color:#663300;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:white;

}
.contact-form{
    position: relative;
    width:100%;
    height: 100vh;
}
/*contact informations editing*/

/*menu page*/
.menu-img{
    margin:0px 300px 0px 250px;

    display: flex;
    width: 800px;
    height: 1500px;
    
    flex-direction: column;

}
.menu-text{
    font-size: 80px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: italic;
    color:white;
    
    margin-left:40%;
    

}
.menu-inn{
    display: flex;
    width: 100%;
    height: 350px;
    border-radius:20px;
    background-color: #996633;
   
   font-size: 25px;
   color: beige;
   justify-content: space-between;
  
}
.menu-cor-in{
    text-align: left;
    width:50%;
    margin-left:60px;
   
}
.text-cor-in { 
    margin:20px ;
}
.menu-cor-in2{
   /* width: 800px;
    height:350px;*/
    margin-right: 60px;
    text-align: right;
    width: 50%;
}
.menu-cor-in1{
    margin-right: 60px;
    text-align: right;
    width: 50%;
}
.topic1{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color:#663300;
    font-size: 25px;

}
.menu-inn1{
    display: flex;
    width: 800px;
    height: 350px;
    font-size: 25px;
    color: beige;
    justify-content: space-between; 
    /*margin-left: 23%; */
}
/*Title editing*/
.Brand-rep{
    display: flex;
    width:100%;
  
    justify-content: center;
    
}
/* About us*/
#about{
    margin: 15%;
    display: grid;
    width: 70%;
    background-color: #996633;
    height:500px;
    border-radius: 10px;
    
   
}
#about-editing{
    width:100%;height:10%;display:grid;justify-items: center;
    margin-bottom: -15%;
    margin-top: 70px;
    padding-top: 70px;
    
}
.about-content-text{
    margin-top: 100px;
    margin-left:40px;
    margin-right:40px;
    font-size: 25px;
    color: beige;
    font-family: 'Pacifico',cursive;
    text-align: center;
}
.fa-thin-fa-phone{
    color: ffffff!important;
}