*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Cormorant Garamond", serif;
}
body{
    background-color: #000000;
    color: #ffffff;
}
.navbar{
    height: 9vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid aqua;
}
.logo{
    margin-left: 3vw;
    font: bold;
    font-size: 40px;
    cursor: pointer;
}
.nav-links{
    width: 30%;
    display: flex;
}
.nav-links a{
    width: 100%;
    color: #ffffff;
    display: flex;
    justify-content: space-around;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}
.nav-links a:hover{
    font-weight: 600;
}
.subscribe{
    display: flex;
    width: 20%;
    justify-content: space-between;
    margin-right: 4vw;
}
.signup{
    width: 60%;
    height: 100%;
    font-weight: 600;
    border-right: 2px solid #ffffff;
}
.links{
    font-size: 13px;
    font-weight: 400;
}
.links a:hover{
    font-weight: 900;
    cursor: pointer;
}
.booking{
    width: 40%;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}
.booking a:hover{
    font-weight: 900;
    cursor: pointer;
}

/*Home*/
.homeContainer{
    width: 100%;
}
.hc{
    width: 100%;
    display: flex;
    color: white;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vh;
}
@media (min-width: 1024px){
    .hc{
        width: 90%;
        flex-direction: row;
        margin-top: 5vh;
    }
}
.homeContent{
    width: 100%;
    display: flex;
    gap: 5px;
}
@media (min-width: 1024px){
    .homeContent{
        width: 50%;
    }
}
.sideContent{
    width: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1024px){
    .sideContent{
        width: 15%;
    }
}
.hastag{
    padding-top: 10px;
    display: flex;
    gap: 20px;
    transform: rotate(-90deg);
    height: 3vh;
    font-weight: 400;
    font-size: 16px;
    text-orientation: upright;
}
@media (min-width: 1024px){
    .hastag{
        padding-top: 0;
        height: 5vh;
    }
}
@media (min-width: 768px){
    .hastag{
        font-size: 20px;
    }
}
@media (min-width: 640px){
    .hastag{
        font-size: 18px;
    }
}
.mainContent{
    width: 90%;
    display: flex;
    align-items: center;
    margin-bottom: 3vh;
}
@media (min-width: 1024px){
    .mainContent{
        width: 90%;
        margin-left: 5vh;
        margin-bottom: 0;
    }
}
.minitag{
    font-weight: 500;
}
@media (min-width: 1024px){
    .minitag{
        margin-top: 5vh;
    }
}
.minitag p{
    text-orientation: upright;
    text-align: center;
    font-size: 18px;
}
@media (min-width: 1024px){
    .minitag p{
        text-align: left;
    }
}
@media (min-width: 768px){
    .minitag p{
        font-size: 22px;
    }
}
@media (min-width: 640px){
    .minitag p{
        font-size: 20px;
    }
}
.minitag img{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    padding: 2px 0 1px 0;
}
@media (min-width: 1024px){
    .minitag img{
        margin-left: 0;
        margin-right: 0;
    }
}
.boldtag{
    width: 100%;
    font-size: 40px;
    padding: 0;
    font-family: Cormorant Garamond;
}
@media (min-width: 1024px){
    .boldtag{
        width: 80%;
        font-size: 80px;
    }
}
@media (min-width: 768px){
    .boldtag{
        font-size: 70px;
    }
}
@media (min-width: 1024px){
    .boldtag{
        font-size: 60px;
    }
}
.boldtag p{
    color: #dcca87;
    margin: 0;
    line-height: 50px;
}
@media (min-width: 1024px){
    .boldtag p{
        text-align: left;
        line-height: 95px;
    }
}
@media (min-width: 768px){
    .boldtag p{
        line-height: 85px;
    }
}
@media (min-width: 640px){
    .boldtag p{
        line-height: 70px;
    }
}
.disss p{
    margin-top: 2vh;
    width: 100%;
    font-size: 14px;
    color: #aaa;
    text-align: center;
}
@media (min-width: 1024px){
    .disss p{
        margin-top: 4vh;
        text-align: left;
        font-size: 17px;
        width: 80%;
    }
}
@media (min-width: 768px){
    .disss p{
        font-size: 16px;
    }
}
@media (min-width: 640px){
    .disss p{
        font-size: 15px;
    }
}
.btn{
    margin-top: 3vh;
    display: flex;
    justify-content: center;
}
@media (min-width: 1024px){
    .btn{
        margin-top: 5vh;
        justify-content: start;
    }
}
.btn button{
    background: #dcca87;
    padding: 7px;
    border-radius: 3px;
    font-size: 14px;
    color: #000;
    text-orientation: upright;
}
@media (min-width: 1024px){
    .btn button{
        font-size: 17px;
    }
}
@media (min-width: 768px){
    .btn button{
        padding: 12px;
        font-size: 16px;
    }
}
@media (min-width: 640px){
    .btn button{
        padding: 10px;
        font-size: 15px;
    }
}
.homePhoto{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    object-position: center;
    margin-top: 3vh;
    padding: 2vh 0 2vh 0;
}
@media (min-width: 1024px){
    .homePhoto{
        width: 35%;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.photoArea{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.firstBox{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: end;
}
.box{
    width: 50%;
    height: 100%;
    background: #dcca87;
}
.secondBox{
    width: 100%;
    height: 60%;
}
.photo{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.photo img{
    width: 90%;
}
@media (min-width: 1024px){
    .photo img{
        width: 93%;
        height: 94%;
    }
}

/*About*/
.aboutContainer{
    margin-top: 10vh;
    position: relative;
}
@media (min-width: 1024px){
    .aboutContainer{
        margin-top: 20vh;
    }
}
.watermark{
    font-size: 350px;
    font-weight: 500;
    color: #272727;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
@media (min-width: 1024px){
    .watermark{
        height: 100%;
        font-size: 450px;
    }
}
@media (min-width: 768px){
    .watermark{
        font-size: 350px;
    }
}
@media (min-width: 640px){
    .watermark{
        font-size: 250px;    
    }
}
.contents{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}
@media (min-width: 1024px){
    .contents{
        flex-direction: row;
    }
}
.left{
    width: 45%;
    height: auto;
}
@media (min-width: 1024px){
    .left{
        width: 30%;
        height: 35vh;
        margin-bottom: 0;
    }
}
.left p{
    color: #dcca87;
    font-size: 25px;
    font-weight: 500;
    width: 100%;
    display: flex;
    justify-content: center;
    text-orientation: upright;
}
@media (min-width: 1024px){
    .left p{
        justify-content: end;
    }
}
@media (min-width: 768px){
    .left p{
        font-size: 35px;
    }
}
@media (min-width: 640px){
    .left p{
        font-size: 30px;
    }
}
.spoon{
    width: 100%;
    display: flex;
    justify-content: center;
}
@media (min-width: 1024px){
    .spoon{
        justify-content: end;
    }
}
.spoon img{
    transform: rotate(-180deg);
}
.dis p{
    margin-top: 4vh;
    font-size: 13px;
    color: #aaa;
    text-align: center;
}
@media (min-width: 1024px){
    .dis p{
        font-size: 16px;
        text-align: end;        
    }
}
@media (min-width: 768px){
    .dis p{
        font-size: 15px;
    }
}
@media (min-width: 640px){
    .dis p{
        font-size: 14px;
    }
}
.aboutBtn{
    margin-top: 3vh;
    display: flex;
    justify-content: center;
}
@media (min-width: 1024px){
    .aboutBtn{
        justify-content: end;
    }
}
.aboutBtn button{
    background: #dcca87;
    padding: 8px;
    font-size: 13px;
    color: #000;
}
@media (min-width: 1024px){
    .aboutBtn button{
        font-size: 16px;
    }
}
@media (min-width: 768px){
    .aboutBtn button{
        font-size: 15px;
        padding: 12px;
    }
}
@media (min-width: 640px){
    .aboutBtn button{
        font-size: 14px;
        padding: 10px;
    }
}
.img {
    width: 10%;
    height: 50vh;
    display: flex;
    justify-content: center;
    margin-bottom: 5vh;
}
@media (min-width: 1024px){
    .img{
        height: auto;
        width: 13%;
        margin-bottom: 0;
    }
}
@media (min-width: 768px){
    .img{
        width: 15%;
    }
}
@media (min-width: 640px){
    .img{
        width: 20%;
    }
}
.right{
    width: 45%;
    height: auto;
}
@media (min-width: 1024px){
    .right{
        width: 30%;
        height: 35vh;
    }
}
.p1{
    color: #dcca87;
    font-size: 25px;
    font-weight: 500;
    width: 100%;
    display: flex;
    justify-content: center;
    text-orientation: upright;
}
@media (min-width: 1024px){
    .p1{
        justify-content: start;
    }
}
@media (min-width: 768px){
    .p1{
        font-size: 35px;
    }
}
@media (min-width: 640px){
    .p1{
        font-size: 30px;
    }
}
.spooon{
    width: 100%;
    display: flex;
    justify-content: center;
}
@media (min-width: 1024px){
    .spooon{
        justify-content: start;
    }
}
.diss p{
    margin-top: 4vh;
    font-size: 13px;
    color: #aaa;
    align-items: center;
}
@media (min-width: 1024px){
    .p{
        align-items: start;
        font-size: 16px;
    }
}
@media (min-width: 768px){
    .p{
        font-size: 15px;
    }
}
@media (min-width: 640px){
    .p{
        font-size: 14px;
    }
}
.aboutBtnn{
    margin-top: 3vh;
    display: flex;
    justify-content: center;
}
@media (min-width: 1024px){
    .aboutBtnn{
        justify-content: start;
    }
}
.aboutBtnn button{
    background: #dcca87;
    padding: 8px;
    font-size: 13px;
    color: #000;
}
@media (min-width: 1024px){
    .aboutBtnn button{
        font-size: 16px;
    }
}
@media (min-width: 768px){
    .aboutBtnn button{
        font-size: 15px;
        padding: 12px;
    }
}
@media (min-width: 640px){
    .aboutBtnn button{
        font-size: 14px;
        padding: 10px;
    }
}

/*menu card*/
.menuCard{
    margin-top: 5vh;
    position: relative;
    color: white;
}
@media (min-width: 1024px){
    .menuCard{
        margin-top: 20vh;
    }
}
@media (min-width: 640px){
    .menuCard{
        margin-top: 15vh;
    }
}
.head1{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.p3{
    text-orientation: upright;
    font-size: 18px;
}
@media (min-width: 768px){
    .p3{
        font-size: 20px;
    }
}
@media (min-width: 640px){
    .p3{
        font-size: 17px;
    }
}
.p2{
    font-size: 45px;
    color: #dcca87;
    text-orientation: upright;
}
@media (min-width: 1024px){
    .p2{
        font-size: 50px;
    }
}
@media (min-width: 768px){
    .p2{
        font-size: 45px;
    }
}
@media (min-width: 640px){
    .p2{
        font-size: 40px;
    }
}
.content1{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    gap: 30px;
    margin-top: 5vh;
}
@media (min-width: 1024px){
    .content1{
        flex-direction: row;
    }
}
.left1{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1024px){
    .left1{
        width: 20%;
    }
}
@media (min-width: 768px){
    .left1{
        width: 40%;
    }
}
@media (min-width: 640px){
    .left1{
        width: 60%;
    }
}
.p4{
    text-align: center;
    font-size: 35px;
    text-orientation: upright;
    font-weight: bold;
}
@media (min-width: 768px){
    .p4{
        font-size: 35px;
    }
}
@media (min-width: 640px){
    .p4{
        font-size: 30px;
    }
}
.menu1{
    margin-top: 2vh;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.menu1 li{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.m1{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.n1{
    color: #dcca87;
}
.l1{
    width: 30%;
    height: 1px;
    background: #dcca87;
}
.sp{
    color: #aaa;
    font-size: 12px;
}
@media (min-width: 640px){
    .sp{
        font-size: 13px;
    }
}
.img1{
    width: 100%;
    display: flex;
    justify-content: center;
}
@media (min-width: 1024px){
    .img1{
        width: 20%;
    }
}
@media (min-width: 768px){
    .img1{
        width: 30%;
    }
}
@media (min-width: 640px){
    .img1{
        width: 40%;
    }
}
.img1 img{
    width: 70%;
}
@media (min-width: 768px){
    .img1 img{
        width: 90%;
    }
}
@media (min-width: 640px){
    .img1 img{
        width: 80%;
    }
}
.right1{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1024px){
    .right1{
        width: 20%;
    }
}
@media (min-width: 768px){
    .right1{
        width: 40%;
    }
}
@media (min-width: 640px){
    .right1{
        width: 60%;
    }
}
.p5{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    text-orientation: upright;
}
@media (min-width: 768px){
    .p5{
        font-size: 35px;
    }
}
@media (min-width: 640px){
    .p5{
        font-size: 30px;
    }
}
.left1{
    padding: 0 100px 0 100px;
}
.right1{
    padding: 0 100px 0 100px;
}

/*Chef*/
.chefContainer{
    width: full;
    margin-top: 10vh;
    margin-bottom: 3vh;
}
@media (min-width: 1024px){
    .chefContainer{
        margin-top: 20vh;
        margin-bottom: 10vh;
    }
}
@media (min-width: 640px){
    .chefContainer{
        margin-top: 15vh;
    }
}
.cc1{
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    gap: 5vh;
}
@media (min-width: 1024px){
    .cc1{
        flex-direction: row;
        width: 80%;
        gap: 10vw;
    }
}
.left2{
    width: 100%;
    position: relative;
    overflow: hidden;
    object-position: center;
    padding-top: 2vh;
    padding-bottom: 2vh;
}
@media (min-width: 1024px){
    .left2{
        width: 35%;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.right2{
    width: 100%;
    display: flex;
    align-items: center;
}
@media (min-width: 1024px){
    .right2{
        width: 50%;
    }
}
.l21{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.l22{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: end;
}
.l23{
    width: 50%;
    height: 100%;
    background: #dcca87;
}
.l24{
    width: 100%;
    height: 60%;
}
.l25{
    width: 50%;
    height: 100%;
    background: #dcca87;
}
.c1img{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.c1img img{
    width: 90%;
}
@media (min-width: 1024px){
    .c1img img{
        height: 94%;
    }
}
@media (min-width: 640px){
    .c1img img{
        width: 93%;
    }
}
.minitag1{
    font-weight: 500;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 1024px){
    .minitag1{
        display: inline;
    }
}
.minitag1 p{
    color: white;
    text-orientation: upright;
    font-size: 18px;
}
@media (min-width: 768px){
    .minitag1 p{
        font-size: 22px;
    }
}
@media (min-width: 640px){
    .minitag1 p{
        font-size: 20px;
    }
}
.boldtag1{
    width: 100%;
    font-size: 30px;
    padding: 0;
}
@media (min-width: 1024px){
    .boldtag1{
        width: 80%;
    }
}
@media (min-width: 768px){
    .boldtag1{
        font-size: 40px;
    }
}
@media (min-width: 640px){
    .boldtag1{
        font-size: 35px;
    }
}
.disChef p{
    margin-top: 4vh;
    width: 100%;
    font-size: 14px;
    text-orientation: upright;
    color: #aaa;
    text-align: center;
}
@media (min-width: 1024px){
    .disChef p{
        width: 80%;
        text-align: left;
    }
}
@media (min-width: 768px){
    .disChef p{
        font-size: 17px;
    }
}
@media (min-width: 640px){
    .disChef p{
        font-size: 16px;
    }
}
.disChef p img {
    display: inline-block;
    width: 20px;

}
@media (min-width: 768px){
    .disChef p img{
        width: 35px;
    }
}
@media (min-width: 640px){
    .disChef p img{
        width: 30px;
    }
}
.chefName{
    margin-top: 3vh;
    text-align: center;
}
@media (min-width: 1024px){
    .chefName{
        margin-top: 5vh;
        text-align: left;
    }
}
.cname{
    color: #dcca87;
    text-orientation: upright;
    font-weight: 100;
    font-size: 20px;
}
@media (min-width: 768px){
    .cname{
        font-size: 28px;
    }
}
@media (min-width: 640px){
    .cname{
        font-size: 25px;
    }
}
.description{
    font-size: 14px;
}
@media (min-width: 768px){
    .description{
        font-size: 16px;
    }
}
@media (min-width: 640px){
    .description{
        font-size: 15px;
    }
}
.sign{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1024px){
    .sign{
        margin-left: 0;
        margin-right: 0;
        margin-top: 5vh;
    }
}
@media (min-width: 768px){
    .sign{
        width: 30%;
    }
}
@media (min-width: 640px){
    .sign{
        width: 40%;
    }
}

/*Video*/
.videoContainer{
    width: full;
    position: relative;
}
.video{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 30vh;
    display: flex;
    justify-content: center;
}
@media (min-width: 1024px){
    .video{
        width: 98%;
        height: auto;
    }
}
.video video{
    height: 100%;
    width: 100%;
    /*border-radius: 60px;*/
}
.play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(50%);
    transform: translateY(50%);
    cursor: pointer;
    border-radius: 100%;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: opacity;
    transition-duration: 300ms;
}
.play img{
    width: 60px;
}

/*Awards*/
.awards {
    width: 100%;
    background: #0c0c0c;
    color: white;
}
.awardContainer {
    width: 100%;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 8%;
    box-sizing: border-box;
}
.awardDisplay {
    width: 52%;
    display: flex;
    align-items: center;
}
.laurelscont {
    width: 100%;
}
.heading {
    margin-bottom: 55px;
}
.minitag3 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.minitag3 p {
    color: #dcca87;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
}
.minitag3 img {
    width: 40px;
    height: 10px;
    object-fit: contain;
}
.boldtag3 p {
    color: #dcca87;
    font-family: "Cormorant Garamond", serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}
.laurels {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 55px;
    row-gap: 45px;
}
.allLorels {
    display: flex;
    align-items: center;
    gap: 20px;
}
.laurelImg {
    position: relative;
    width: 75px;
    min-width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.laurelImg img {
    position: absolute;
    width: 75px;
    height: 75px;
    object-fit: contain;
}
.laurelImg > div {
    position: relative;
    z-index: 2;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #dcca87;
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 600;
}
.laurelName {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.laurelName p {
    margin: 0;
}
.l2 {
    color: #dcca87;
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px !important;
}
.l3 {
    color: #aaaaaa;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    max-width: 180px;
}
.foodimg {
    width: 43%;
    min-height: 520px;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}
.bg {
    position: absolute;
    font-family: "Cormorant Garamond", serif;
    font-size: 500px;
    font-weight: 700;
    color: #dcca87;
    opacity: 0.08;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.imgFood {
    position: relative;
    z-index: 1;
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgFood img {
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.5s ease;
}
.imgFood img:hover {
    transform: scale(1.03);
}
@media (max-width: 1100px) {
    .awardContainer {
        padding: 70px 6%;
    }
    .awardDisplay {
        width: 55%;
    }
    .foodimg {
        width: 40%;
    }
    .boldtag3 p {
        font-size: 52px;
    }
    .laurels {
        column-gap: 30px;
    }
    .allLorels {
        gap: 12px;
    }
    .l2 {
        font-size: 19px;
    }
    .l3 {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .awardContainer {
        min-height: auto;
        flex-direction: column;

        padding: 70px 25px;
    }
    .awardDisplay {
        width: 100%;
    }
    .heading {
        margin-bottom: 45px;
    }
    .boldtag3 p {
        font-size: 48px;
    }
    .laurels {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .allLorels {
        gap: 18px;
    }
    .laurelImg {
        width: 70px;
        min-width: 70px;
        height: 70px;
    }
    .laurelImg img {
        width: 70px;
        height: 70px;
    }
    .foodimg {
        width: 100%;
        min-height: 400px;
        margin-top: 50px;
    }
    .imgFood {
        width: 80%;
    }
    .bg {
        font-size: 400px;
    }
}
@media (max-width: 480px) {
    .awardContainer {
        padding: 55px 20px;
    }
    .minitag3 p {
        font-size: 16px;
    }
    .boldtag3 p {
        font-size: 40px;
    }
    .laurelImg {
        width: 65px;
        min-width: 65px;
        height: 65px;
    }
    .laurelImg img {
        width: 65px;
        height: 65px;
    }
    .l2 {
        font-size: 18px;
    }
    .l3 {
        font-size: 12px;
    }
    .foodimg {
        min-height: 240px;
    }
    .imgFood {
        width: 70%;
    }
    .bg {
        font-size: 300px;
    }
}
.findUs {
    width: 100%;
    background: #0c0c0c;
    color: white;
}
.findUsContainer {
    width: 100%;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 90px 8%;
    box-sizing: border-box;
}
.findUsContent {
    width: 48%;
}
.findUsHeading {
    margin-bottom: 30px;
}
.miniTagFind {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
.miniTagFind p {
    margin: 0;
    color: #dcca87;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.miniTagFind img {
    width: 40px;
    height: 10px;
}
.findUsHeading h2 {
    margin: 0;
    color: #dcca87;
    font-family: "Cormorant Garamond", serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
}
.findUsText {
    max-width: 500px;
    margin: 0 0 40px;
    color: #aaaaaa;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.8;
}
.findUsDetails {
    display: flex;
    gap: 70px;
    margin-bottom: 40px;
}
.findDetail h3 {
    margin: 0 0 12px;
    color: #dcca87;
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 600;
}
.findDetail p {
    margin: 0;
    color: #aaaaaa;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.7;
}
.findUsButton {
    display: inline-block;
    padding: 15px 28px;
    background: #dcca87;
    color: #0c0c0c;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.findUsButton:hover {
    background: #ffffff;
    color: #0c0c0c;
}
.findUsImage {
    width: 45%;
    min-height: 520px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.findUsBg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #dcca87;
    opacity: 0.07;
    font-family: "Cormorant Garamond", serif;
    font-size: 500px;
    font-weight: 700;
    line-height: 1;
    z-index: 0;
}
.findUsImage img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 550px;
    height: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.5s ease;
}
.findUsImage img:hover {
    transform: scale(1.03);
}
@media (max-width: 1100px) {
    .findUsContainer {
        padding: 70px 6%;
    }
    .findUsContent {
        width: 52%;
    }
    .findUsImage {
        width: 42%;
    }
    .findUsHeading h2 {
        font-size: 58px;
    }
    .findUsDetails {
        gap: 40px;
    }
}
@media (max-width: 768px) {
    .findUsContainer {
        min-height: auto;
        flex-direction: column;
        padding: 70px 25px;
    }
    .findUsContent {
        width: 100%;
    }
    .findUsHeading h2 {
        font-size: 50px;
    }
    .findUsText {
        font-size: 14px;
    }
    .findUsDetails {
        flex-direction: column;
        gap: 25px;
    }
    .findUsImage {
        width: 100%;
        min-height: 400px;
        margin-top: 50px;
    }
    .findUsImage img {
        width: 90%;
    }
    .findUsBg {
        font-size: 400px;
    }
}
@media (max-width: 480px) {
    .findUsContainer {
        padding: 55px 20px;
    }
    .miniTagFind p {
        font-size: 16px;
    }
    .findUsHeading h2 {
        font-size: 42px;
    }
    .findUsText {
        font-size: 13px;
    }
    .findUsDetails {
        gap: 20px;
    }
    .findDetail h3 {
        font-size: 20px;
    }
    .findDetail p {
        font-size: 13px;
    }
    .findUsImage {
        min-height: 320px;
    }
    .findUsBg {
        font-size: 300px;
    }
}

 /*NEWSLETTER*/
.newsletter {
    width: 100%;
    background: #0c0c0c;
    padding: 80px 8%;
    box-sizing: border-box;
}
.newsletterContainer {
    max-width: 1100px;
    margin: 0 auto;
    padding: 70px 50px;
    border: 1px solid #dcca87;
    text-align: center;
    box-sizing: border-box;
}
.newsletterContent {
    width: 100%;
}
.newsletterMiniTag {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
.newsletterMiniTag p {
    margin: 0;
    color: #dcca87;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    letter-spacing: 1px;
}
.newsletterMiniTag img {
    width: 40px;
    height: 10px;
}
.newsletterContent h2 {
    margin: 0;
    color: #dcca87;
    font-family: "Cormorant Garamond", serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.1;
}
.newsletterText {
    margin: 15px 0 35px;
    color: #aaaaaa;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}
.newsletterForm {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    gap: 12px;
}
.newsletterForm input {
    flex: 1;
    height: 55px;
    padding: 0 20px;
    background: transparent;
    border: 1px solid #555;
    outline: none;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}
.newsletterForm input::placeholder {
    color: #888;
}
.newsletterForm input:focus {
    border-color: #dcca87;
}
.newsletterForm button {
    height: 55px;
    padding: 0 28px;
    border: none;
    background: #dcca87;
    color: #0c0c0c;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.newsletterForm button:hover {
    background: white;
}
@media (max-width: 600px) {
    .newsletter {
        padding: 60px 20px;
    }
    .newsletterContainer {
        padding: 50px 20px;
    }
    .newsletterContent h2 {
        font-size: 38px;
    }
    .newsletterForm {
        flex-direction: column;
    }
    .newsletterForm input,
    .newsletterForm button {
        width: 100%;
    }
}

 /*FOOTER*/
.footer {
    width: 100%;
    background: #0c0c0c;
    color: white;
    border-top: 1px solid rgba(220, 202, 135, 0.2);
}
.footerContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 60px;
    text-align: center;
    box-sizing: border-box;
}
.footerColumn h3 {
    margin: 0 0 20px;
    color: #dcca87;
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    font-weight: 600;
}
.footerColumn p {
    margin: 0 0 20px;
    color: #aaaaaa;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.8;
}
.footerCenter h2 {
    margin: 0 0 20px;
    color: #dcca87;
    font-family: "Cormorant Garamond", serif;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 4px;
}
.footerCenter p {
    max-width: 400px;
    margin: 0 auto 25px;
    color: #aaaaaa;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
}
.socialLinks {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.socialLinks a {
    color: #dcca87;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    transition: color 0.3s ease;
}
.socialLinks a:hover {
    color: white;
}
.footerBottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.footerBottom p {
    margin: 0;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}
.footerBottomLinks {
    display: flex;
    gap: 25px;
}
.footerBottomLinks a {
    color: #777;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    transition: color 0.3s ease;
}
.footerBottomLinks a:hover {
    color: #dcca87;
}
@media (max-width: 800px) {
    .footerContainer {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 60px 30px;
    }
    .footerCenter {
        order: -1;
    }
    .footerBottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .footerContainer {
        padding: 50px 20px;
    }
    .footerCenter h2 {
        font-size: 45px;
    }
    .footerCenter p {
        font-size: 16px;
    }
    .footerBottom {
        padding: 20px;
    }
    .footerBottomLinks {
        flex-direction: column;
        gap: 10px;
    }
}