body{
    margin: 0px;
}
.navimg-1{
    background-image: url("images/experience-bg-free-img.jpg");
    background-size: cover;
    width: 100%;
}
.overlay{
    background-color: #000000cc;
}
.navbar{
    width: 75%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
nav{
    text-transform: capitalize;
}
nav li{
    list-style: none;
    float: left;
}
nav a{
    text-decoration: none;
    padding: 0px 20px;
    font-size: 17px;
    color: white;
    font-weight: 600;  
}
nav a:hover{
    color: #c50529;;
}
.experience{
    margin-top: 150px;
    padding-bottom: 200px;
}
.experience h3{
    width: 250px;
    margin: 0px auto;
    color: #e1a957;
    font-size: 21px;
    text-align: center;
}
.experience h1{
    width: 400px;
    margin: 0px auto;
    color: white;
    font-size: 50px;
    text-align: center;
    
}
.experience p{
    color: white;
    width: 700px;
    margin: auto;
    line-height: 25px;
    text-align: center;
}
.fixed-img{
    background-image: url("images/grape-leaves1-free-img.jpg");
    background-size: contain;
    background-attachment: fixed;
}
.restaurant{
    width: 80%;
    margin:  auto;
    padding-top: 150px ;
    padding-bottom: 150px ;
}
.restaurant h3{
    width: 250px;
    color: #8c95bb;
    font-size: 22px;
    margin-bottom: 0px;
}
.restaurant h1{
    width: 400px;
    color: #c50529;
    font-size: 40px;
    margin-top: 10px; 
}
.restaurant p{
    width: 700px;
    line-height: 25px;
}
.restaurant hr{
    width: 700px;
    text-align: left;
}
.dine h3{
    width: 250px;
    margin: auto;
    color: #e1a957;
    font-size: 22px;
    text-align: center;
    margin-top: 0px ;
    margin-bottom: 0px;
    padding-top: 100px;
}
.dine h1{
    width: 700px;
    margin: 20px auto;
    color: #8c95bb;
    font-size: 45px;
    text-align: center;
    margin-top: 10px; 
}
.dine p{
    width: 700px;
    margin: auto;
    text-align: center;
    line-height: 25px;
}
.bg-color{
    background-color: #faf6f6;
}
.container{
    width: 80%;
    margin: auto;
    
}
.row1{
    display:flex;
    justify-content: center;
    margin-bottom: 35px;
}
.card1{
    background-color:white; 
    padding: 45px ;
    padding-right: 50px;
    margin-right: 20px;
    padding-bottom: 30px;
}
.card1 h3{
    width: 250px;
    color: #8b94bb;
    font-size: 24px;
    margin-top: 0px ;
    margin-bottom: 0px;
}
.card1 h1{
    width: 400px;
    color: #c50529;
    font-size: 42px;
     margin-top: 10px;
    margin-bottom: 25px;
}
.card2 p{
    font-size: 17px;
}
 li{
    list-style: none;
    line-height: 25px;
    font-size: 17px;

}
.card2{
    margin-left:20px; 
    padding: 50px ;
    padding-bottom: 20px;
    background-color: #ffffff;
    background-image: url("images/red-wine-free-img.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.card2 h2{
    color: #c50529;
    font-size: 28px;
    padding-right: 150px;
    padding-top: 15px;  
}
.card2 button{
    background-color: white;
    padding: 16px 32px;
    margin-top: 20px;
    border: 1px solid black;
    font-size: 18px;
}
.card2 a{
    text-decoration: none;
}

.card2 button:hover{
    background-color: #818a91;
    color:white;
}

.row2{
    display:flex;
    justify-content: center;
    margin-top: 35px;
    
}
.card3{
    margin-right:20px; 
    padding: 50px ;
    padding-bottom: 20px;
    background-color: #ffffff;
    background-image: url("images/chardonnay-free-img.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.card3 h2{
    color: #c50529;
    font-size: 28px;
    padding-right: 250px;
    padding-top: 15px;  
}
.card3 button{
    background-color: white;
    padding: 16px 32px;
    margin-top: 20px;
    border: 1px solid black;
    font-size: 18px;
}
.card3 a{
    text-decoration: none;
}

.card3 button:hover{
    background-color: #818a91;
    color:white;
}
.card4{
    margin-left:20px; 
    padding: 50px ;
    padding-bottom: 20px;
    background-color: #ffffff;
    background-image: url("images/rose-free-img.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.card4 h2{
    color: #c50529;
    font-size: 28px;
    padding-right: 250px;
    padding-top: 15px;  
}
.card4 button{
    background-color: white;
    padding: 16px 32px;
    margin-top: 20px;
    border: 1px solid black;
    font-size: 18px;
}
.card4 a{
    text-decoration: none;
}

.card4 button:hover{
    background-color: #818a91;
    color:white;
}
.row-margin{
    margin-top:50px;
    padding-bottom: 100px;
}
.text-box{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}
.text{
    width: 25%;
    background-color: #474747;
    color: white;
    margin: 0px;
    padding: 0px 40px;
    padding-left: 75px;
}
.text h2{
    padding-top: 40px;
    font-size: 50px;
    width: 150px;
}
.text p{
    width: 250px;
    line-height: 30px;
}
.container2{
    width: 75%;
   display: inline-block;
   margin: 0px;
}
.images1{
    width: 100%;
    display: flex;
}
.images1 img{
    width:100%;
}
.images2{
    width: 100%;
    margin: auto;
    display: flex;
}
.images2 img{
    width:100%;
}
.wine-tasting{
    width: 90%;
    margin: 100px auto;
    display: flex;
    flex-wrap: wrap;
}

.wine-tasting ul{
    padding:0px;
}
.wine-tasting li{
    line-height: 5px;
}
.lunch{
    width: 20%;
    padding :10px 20px;
}
.lunch h3 {
    color: #e1a957;
    font-size: 22px;
}
.lunch h2{
    color: #c50529;
    font-size: 28px;
}
.dinner{
    width: 20%;
    padding :10px 20px;
}
.dinner h3 {
    color: #e1a957;
    font-size: 22px;
}
.dinner h2{
    color: #c50529;
    font-size: 28px;
}
.tasting-img{
    width: 53%;
    background-image: url("images/wine-tasting-free-img.jpg");
    background-size:cover; 
}
.tasting-img h2{
    font-size: 50px;
    color: white;
    margin-top: 0px;
    padding-top: 32%;
    margin-bottom: 0px;
    padding-left: 25px;
}
.tasting-img h4{
    padding-left: 32px;
    color: white;
    padding-bottom: 30px;
}
.wine-bg{
    background-color: #47474766;
    height: 100%;
}
.container3 h1{
    width: 651px;
    margin:  auto;
    color: #e1a957;
    font-size: 42px;
    padding-top: 100px;
}
.wine-bottles {
    width: 85%;
    margin: auto;
    padding: 100px;
    display: flex;
    flex-wrap: wrap;
}
.bottle{
    width: 24%;
    text-align: center;
    border: 1px solid grey;
    background-color: black;
    color: gray;
    padding: 25px 0px;
}
.bottle h2{
    font-size: 40px;
}
.bottle p{
    width: 80%;
    margin: auto;
}
.con3-img{
    background-image: url("images/grape-leaves-free-img.jpg");
    background-attachment: fixed;
    background-size: contain;
}
.reservation{
    text-align: center;
    background-color: #edf0f4;
}
.reservation h1{
    font-size: 40px;
    padding-top: 100px;
    color: #c50529;
    margin-top: 0px;
}
.reservation p{
    font-size: 15px;
}
.reservation h2{
    font-size:40px;
    color: gray;
    margin-bottom:0px;
    padding-bottom: 100px;
}
.footlogo{
    width: 200px;
    margin: 50px     auto;
}
.footnav{
    width: 100%;
    margin: auto;
   
}
.footnav ul{
    display: flex;
    justify-content: center;
}
.footnav a{
    text-decoration: none;
    color: #c50529;
    font-size: 17px;
    
}
.footnav a:hover{
    color: #818a91;
}
.footnav li{
    list-style: none;
    margin:0px 75px;
}
.copywrite{
    width: 75%;
    height: 50px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding-top:75px;
}
.foot-bg{
    background-image: url("images/estate-free-img.jpg");
    background-size: 100%;
    background-position: bottom;
}
.foot-overlay{
    background-color: #ffffffc7;
}
