*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header{
    opacity: 0.8;
    background-color: #000;
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    z-index: 2;
}
.logo{
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.menu ul{
    display: flex;
    margin-top: 14px;
    margin-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.menu li{
    margin-right: 30px;
    list-style: none;
    
}
.menu ul li a{
    text-decoration: none;
    color: #fff;
}
.menu ul li a:hover{
    transition: linear 0.2s;
    color: rgb(100, 92, 92);
}
#book{
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    color: #fff;
    border: 2px solid #cda45e;
    font-family: "Poppins", sans-serif;
    /* padding: 8px 10px;
    border: 1px solid rgb(185, 228, 29);
    outline: none;
    border-radius: 20px;
    margin-bottom: 10px; */
}
#book:hover{
    transition: linear 0.5s;
    background-color: #CDA45E;
    color: #fff;
    cursor: pointer;
}
.over_lay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    animation: fadeIn ease-in-out 0.5s;
}
.nav_mobile{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    max-width: 100%;
    background-color: #fff;
    transform: translateX(100%);
    opacity: 0;
    transition: transform linear 0.2s , opacity linear 0.2s;
    z-index: 2;
}
.nav_mobile_link{
    text-decoration: none;
    font-size: 19px;
    color: #333;
    line-height: 3.2;
}
.icon{
    font-size: 20px;
    padding: 0px 10px;
}
.close{
    position: absolute;
    top: 1.6rem;
    font-size: 25px;
    right: 1.5rem;
}
.nav_mobile_list{
    list-style: none;
    margin-top: 24px;
    display: block;
    padding: 0px 20px;
    font-size: 1.4rem;
}
.nav__input:checked ~ .over_lay{
    display: block;
}
.nav__input:checked ~ .nav_mobile{
    transform: translateX(0%);
    opacity: 1;
}
.fas{
    padding: 10px 5px;
    font-size: 25px;
}
.banner{
    background-image: url(./img/hero-bg.jpg);
    background-size: contain;
    background-size: cover;
    height: 800px;
    position: relative;
    z-index: -1;
    /* background-color: rgba(0, 0, 0, 0.3); */
}
.banner::before{
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.banner-text{
    text-align: left;
    position: absolute;
    bottom: 281px;
    left: 152px;
    font-family: "Poppins", sans-serif;
    z-index: 2;
}
.title{
    font-size: 50px;
    font-weight: 900;
}
#sub-title{
    font-size: 25px;
    line-height: 24px;
    font-family: 'Playfair Display', serif;
    color: #fff;
    cursor: pointer;
}
.ourmenu{
    margin-right: 20px;
    margin-top: 30px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    color: #fff;
    border: 2px solid #cda45e;
}
#a:hover {
    background-color: #cda45e;
}
.sub-bannerr{
    background-image: url(./img/about-bg.jpg);
    background-attachment: fixed;
    position: relative;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 1);
    padding-bottom: 100px;
}
.sub-bannerr ::before{
    position: relative;
    z-index: -1;
}
.text-banner_sub{
    color: #fff;
    z-index: 1;
    top: 156px;
    padding: 50px 10px;
    font-size: 17px;
}
#top{
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
}
.check{
    font-size: 20px;
    color: #fff;
    color: #cda45e;
}
.bot-banner img{
    padding: 10px 0px;
    z-index: 1;
    right: 0;
    top: 150px;
    width: 500px;
}
#top{
    margin-bottom: 20px;
}
.text-banner_sub ul li{
    margin-top: 10px;
    margin-bottom: 10px;
}
.reason{
    background-color: rgb(15, 14, 14);
    width: 100%;
    padding-bottom: 100px;
}
.why{
    padding-top: 50px;
    font-size: 18px;
}
#why{
    color: #ccc;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
#list{
    color: #CDA45E;
    margin-top: 20px;
}
.box{
    padding: 50px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    background: #1a1814;
    margin-top: 40px;
}

.box span{
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #cda45e;
}
  
.box h4{
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
    color: rgba(255, 255, 255, 0.8);
}
  
.box p{
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
  
.box:hover{
    background: #cda45e;
    padding: 30px 30px 70px 30px;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
  
.box:hover span, .box:hover h4, .box:hover p {
    color: #fff;
}
.list-menu{
    background-color:   #1a1814;
    width: 100%;
    padding-bottom: 50px;
}
.title{
    margin-left: 10px;
    margin-top: 50px;
    font-size: 18px;
    
}
#title{
    color: #ccc;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.menu-dishes ul{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    list-style: none;
    font-family: 'Playfair Display', sans-serif;
}
.menu-dishes ul li{
    margin-right: 20px;
}
.menu-dishes ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 19px;
}
.menu-dishes ul li:hover a{
    color:#CDA45E;
    transition: linear 0.4s;
}
.product{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.product-text{
    line-height: 1.6;
    margin-left: 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin-top: 10px;
}
.product img{
    width: 120px;
    border-radius: 50%;
}
#p{
    font-style: italic;
    font-weight: bold;
    font-size: 19px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}
#p:hover{
    color:#CDA45E;
}
.event{
    background-image: url(./img/event-birthday.jpg);
    background-attachment: fixed;
    position: relative;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 1);
    
}
.party{
    margin-left: 170px;
    margin-top: 50px;
    font-size: 18px;
    
}
#title{
    color: #ccc;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.sub-bannerr{
    background-image: url(./img/about-bg.jpg);
    background-attachment: fixed;
    position: relative;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 1);
    
}
.sub-bannerr ::before{
    position: relative;
    z-index: -1;
}
#text-banner_sub{
    color: #fff;
    top: 156px;
    padding: 50px 10px;
    font-size: 17px;
}
#top{
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
}
.check{
    font-size: 20px;
    color: #fff;
    color: #cda45e;
}
.bot-banner img{
    padding: 70px 0px;
    z-index: 1;
    right: 0;
    top: 150px;
    width: 100%;
}
#top{
    margin-bottom: 20px;
}
.text-banner_sub ul li{
    margin-top: 10px;
    margin-bottom: 10px;
}
.whyy{
    background-color: #1a1814;
}
.logo-footer{
    text-align: left;
}
.head{
    padding: 20px 0px;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.medium{
    padding: 10px 10px;
    margin-left: -10px;
    color: #fff;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    line-height: 1.5;
}
.iconn{
    padding: 10px 0px 10px 0px;
    margin-right: 10px;
    font-size: 19px;
    color: #fff;
}
.iconn:hover{
    transition: linear .2s;
    color: #cda45e;
}
.links{
    margin-top: 24px;
    padding: 0px 0px 10px 0px;
}
.links span{
    font-size: 24px;
    color:#fff;
    font-family: 'Playfair Display', serif;
}
.fot-icon{
    font-size: 15px;
    color: #cda45e;
}
.links ul{
    list-style: none;
    line-height: 1.2;
}
.links ul li{
    font-size: 19px;
}
.links ul li a{
    text-decoration: none;
    color: #fff;
}
.links ul li a:hover{
    transition: linear .3s;
    color: #cda45e;
}
.search{
    margin-top: 20px;
}
.search span{
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    color: #fff;
}
.subcri{
    padding-top: 20px;
}
#cri{
    color: #fff;
    margin-bottom: 20px;
}
#input{
    padding: 8px 20px;
    border-radius: 20px;
    margin-left: -5px;
}
.last{
    padding: 9px 10px;
    margin-left: -50px;
    border-radius: 20px;
    border: none;
    background-color: #CDA45E;
    cursor: pointer;
    color: #fff;
}
.last:hover{
    transition: linear 0.3s;
    background-color: #c28c2e;
}
.fot{
    text-align: center;
    color: #fff;
    font-size: 19px;
    margin-top: 20px;
}
/* tablet */
@media (max-width: 769px){
    .banner-text{
        padding: 0px 20px;
    }
    .text-banner_sub{
        display:block ;
    }
    /* .bot-banner{
        margin-top: 200px;
        width: 100%;
        padding: 0px 10px;
    } */
    .banner{
        width: 100%;
    }
    .sub-bannerr{
        padding-bottom: 50px;
    }
    #text-banner_sub{
        margin-top: -70px;
    }
    #party{
        margin-left: -30ppx;
    }
}
/* mobile */
@media (max-width: 640px) {
    .logo{
        margin-left: 10px;
    }
    .banner-text{
        margin-left: -100px;
    }
    #bot-banner{
        width: 100%;
    }
    .text-banner_sub{
        width: 100%;
    }
    .banner{
        width: 100%;
    }
    .fas{
        margin-right: 6px;
    }
    .box{
        margin-top: 20px;
        
    }
    .why{
        padding-left: 40px;
    }
    /* .why{
        margin-left: 20px;
    }
    #party{
        margin-left: 10px;
    }
    #text-banner_sub{
        margin-top: -70px;
    } */
}