@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playwrite+ES+Deco:wght@100..400&family=Playwrite+NZ:wght@100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


 *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: capitalize;
}

body,html{
    overflow-x: hidden;
}


:root{
    --brown:#3b141c;
    --dark-color:#252525;
    --secondary:#f3961c;
    --light-pink:#faf4f5;
    --medium-gray:#ccc;
}
body{
    overflow-x: hidden;
}
.container{
    padding:20px 90px;
}


.logo{
    margin-top: 15px;
    display: flex;
}
.logo img{
    align-items: center;
    width: 60px;
    height: 60px;
}



.navbar{
    position: sticky;
    padding:0px 90px;
    top: 0;
    text-align: center;
    align-items: center;
    z-index: 100;
    color: white;
    justify-content: space-between;
    display: flex;
    background-color: var(--brown);
}
.list ul li{
    padding: 10px 18px;
    border-radius: 20px;
    list-style-type: none;
    transition: 0.3s ease-in-out;
}
.list ul li:hover{
    color: var(--brown);
    background-color: var(--secondary);
}
.list ul{
    gap: 10px;
    display: flex;
}



/* top */
.top h1{
    color: var(--secondary);
}
.left p,h1 ,h2,button{
    padding-bottom: 20px;
}
.left{
    position: relative;
    top: 100px;
}
.top{
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding:20px 90px;
    background-color: var(--brown);
    height: 100vh;
}
button{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 20px;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.btn{
    margin-right: 10px;
    font-weight: 500;
    background-color:var(--secondary);
    border: 1px solid var(--secondary);
    color: var(--brown);
    padding: 7px 20px;
    border-radius: 20px;
}
button:hover{
    font-weight: 500;
    background-color:var(--secondary);
    border: 1px solid var(--secondary);
    color: var(--brown);
    padding: 7px 20px;
    border-radius: 20px;
}
.btn:hover{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 20px;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.right img{
    width: 600px;
}
.right{
    position: relative;
    top: -50px;
    left: 30px;
}
.left h1{
    font-family: "Miniver", cursive;
  font-weight: 400;
  font-style: normal;
}

/* second */
.second{
    padding:20px 90px;
    display: flex;
    justify-content: space-between;
}
.main-img img{
    background-position:center;
    background-size: contain;
    position: relative;
    top: 50px;
    height: 300px;
    width: 300px;
    border-radius: 50%;
}
.about-us p{
    text-align: center;
}
.about-us h1{
    text-align: center;
}
.icon{
    text-align: center;
}
.fa-brands:hover{
    color: #f3961c;
}
.fa-brands{
    color: var(--brown);
}
.about-us{
    margin-top: 90px;
}
.about-us h1,p, .icon{
    margin-bottom: 40px;
}
.about-us p{
    line-height: 1.8;
}
.divider-1{
    border-bottom: 3px solid var(--secondary);
    width: 60px;
    position: relative;
    top: -45px;
    left: 43%;
}
.divider{
    border-bottom: 3px solid var(--secondary);
    width: 60px;
}



/* our menu */
.gray{
    color: white;
    background-color: var(--dark-color);
    padding:100px 90px;
}
.gray>h1{
    margin: 50px 0px;
}
.coffee img{
    position: relative;
    left: 30px;
    width: 200px;
}
.coffee{
    overflow-x: hidden;
    justify-content: center;
    line-height: -4.9;
    flex-wrap: wrap;
    gap: 200px;
    padding-top: 50px;
    display: flex;
}
.coffee h3{
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}
.gray>h1{
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    padding: 70px 0px 10px 12px;
}
.divider-2{
    position: relative;
    top: -35px;
    left: 47%;
    border-bottom: 3px solid var(--secondary);
    width: 60px;
}
.coffee h1{
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}
.bur{
    position: relative;
    left: 30px;
}
.combos h3,.dessert h3,.burger h3{
    position: relative;
    left: 35px;
}
ul{
    list-style-type: none;
}
/* gallery */

.gallery-h1{
    color: #f3961c;
    font-size: 40px;
    padding: 50px 20px;
    text-align: center;
}
.divider-3{
    position: relative;
    top: -35px;
    left: 47%;
    border-bottom: 3px solid var(--secondary);
    width: 60px;
}
.gallery{
    padding: 10px 90px;
}
.grid{
    justify-content: center;

}
.grid{
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
}
.grid-1{
    overflow: hidden;
}
.grid-1>img{
    border-radius: 20px;
    height: 100%;
    width: 100%;
    cursor: zoom-in;
    height: 220px;
    width: 320px;
}
.grid-1>img{
    transition: 0.5s ease-in-out;
}
.grid-1:hover img{
    transform:scale(1.2);
}

/* contact-us */
.contact{
    overflow-y: hidden;
}
.contact-us{
    position: relative;
    top: 50px;
    text-align: center;
}
.divider-4{
    border-bottom: 3px solid var(--secondary);
    width: 60px;
    position: relative;
    left: 640px;
    top: 60px;
}
.left-right{
    padding: 20px 80px;
    justify-content: space-between;
    display: flex;
}
.right1 input,textarea{
    display: flex;
    flex-direction: column;
    width: 400px;
    padding:10px 30px;
    border-radius: 5px;
    margin-bottom:20px;
    border: 1px solid #aaa;
}
.left-right{
    margin-top: 80px;
    margin-left: 100px;
}



/* contact */
.contact{
    margin-top: 100px;
    padding:90px 0px ;
    background-color: rgb(238, 218, 221);
}
.left1>h2{
    font-size: 15px;
    font-weight: 500;
}

.button-1{
    background-color: #3b141c;
}
.button-1:hover{
    background-color: #3b141c;
}
.left1 i{
    margin-right: 20px;
}
.itag i{
    color: #fff;
}
footer{
    padding: 10px 60px;
    color: #fff;
    justify-content: space-between;
    display: flex;
    background-color: var(--dark-color);
}




.gray{
    overflow-x: hidden;
}



/* responsive nav-bar */


.checkbtn{
    position: absolute;
    top: 30px;
    right: 50px;
    display: none;
    font-size: 20px;
}
#check{
    display: none;
}
.logo-1{
    display: none;
}
@media (max-width:1052px){
    .checkbtn{
        display: block;
    }
    ul{
        flex-direction: column;
        display: block;
        z-index: 100;
        position: fixed;
        width: 80%;
        background-color:rgba(59, 20, 28,0.8);
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .7s;
    }
    .sub{
        text-align: center;
        width: 90%;
    }
    .list ul li:hover{
        width: 90%;
    }
    .list{
        height: 50px;
    }
    .list ul li{
        display: block;
        margin: 10px 0;
        line-height: 30px;
    }
    #check:checked~ul{
        left: 0;
    }
    label .logo-1{
        font-size: 22px;
    }
}







@media (max-width:550px){
        .gallery{
            padding: 0px 50px;
        }
}






@media (max-width:590px){
    .coffee{
        padding: 0px 50px;
    }
    .black-coffee{
        position: relative;
        left: -30px;
    }
}



@media (max-width:520px){
    .black-coffee>h1,h3{
        position: relative;
        left: 13px;
    }
}



@media (max-width:608px){
    .gray>h1{
        margin-top: -100px;
    }
    .divider-2{
        margin-left: -10px;
    }
}









@media (max-width:1123px){
    .top{
        text-align: center;
        height: 190vh;
        justify-content: center;
        flex-direction: column;
    }
    .right>img{
        margin-top: 200px;
    }
}









@media (max-width:762px){
    .top{
        text-align: center;
        height: 190vh;
        justify-content: center;
        flex-direction: column;
    }
    .right>img{
        margin-left: 60px;
        width: 520px;
    }
}






@media (max-width:645px){
    .right>img{
        width: 420px;
    }
}




@media (max-width:515px){
    .right>img{
        width: 320px;
    }
}







@media (max-width:1135px){
    .second{
        text-align: center;
        flex-direction: column;
    }
}








@media (max-width:1046px){
    .left-right{
        /* text-align: center; */
        flex-direction: column;
    }
    .right1{
        margin-top: 60px;
    }
}






@media (max-width:663px){
    .left-right{
        /* text-align: center; */
        flex-direction: column;
    }
    .right1{
        margin-top: 60px;
    }
}






@media (max-width:705px){
    .left-right{
        padding: 10px 40px;
        flex-direction: column;
    }
    .right1{
        margin-top: 60px;
    }
}


@media (max-width:615px){
    .left-right{
        padding: 10px 10px;
        flex-direction: column;
    }
    .right1{
        margin-top: 60px;
    }
}


@media (max-width:548px){
    .left-right{
        margin-left: 10px;
        flex-direction: column;
    }
    .right1{
        margin-top: 60px;
    }
}




@media (max-width:577px){
    footer{
        text-align: center;
        flex-direction: column;
    }
    
}
@media (max-width:516px){
    footer>h3{
        margin-left: -20px;
    }
}










/* Responsive from 1089px */
@media (max-width:1089px){

    /* Container + Navbar */
    .container{
        padding: 20px 40px;
    }
    .navbar{
        padding: 0px 40px;
    }

    /* Hero Section */
    .top{
        padding: 20px 40px;
        flex-direction: column;
        height: auto;
        text-align: center;
        align-items: center;
    }
    .left{
        top: 40px;
    }
    .right{
        top: 0;
        left: 0;
        margin-top: 40px;
    }
    .right img{
        width: 480px;
        max-width: 100%;
    }

    /* About Section */
    .second{
        padding: 20px 40px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .main-img img{
        width: 240px;
        height: 240px;
    }
    .about-us{
        margin-top: 40px;
    }

    /* Menu Section */
    .gray{
        padding: 60px 40px;
    }
    .coffee{
        gap: 80px;
    }
    .coffee img{
        width: 160px;
    }

    /* Gallery */
    .gallery{
        padding: 20px 40px;
    }
    .grid{
        gap: 20px;
    }
    .grid-1 img{
        width: 260px;
        height: 180px;
    }

    /* Contact */
    .left-right{
        flex-direction: column;
        padding: 20px 40px;
        margin: 0;
    }
    .right1{
        margin-top: 30px;
    }
    .right1 input,
    .right1 textarea{
        width: 100%;
        max-width: 400px;
    }

    /* Footer */
    footer{
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}








@media (max-width:700px){

    /* Navbar */
    .navbar{
        padding: 10px 20px;
        /* flex-direction: column; */
        gap: 15px;
        text-align: center;
    }
    .navbar ul{
        flex-direction: column;
        gap: 10px;
    }

    /* Hero Section */
    .top{
        padding: 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto;
    }
    .left h1{
        font-size: 28px;
        line-height: 1.2;
    }
    .left p{
        font-size: 14px;
    }
    .right img{
        width: 90%;
        max-width: 320px;
        margin-top: 20px;
    }

    /* About Section */
    .second{
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }
    .main-img img{
        width: 200px;
        height: 200px;
    }
    .about-us{
        margin-top: 20px;
    }

    /* Menu Section */
    .gray{
        padding: 40px 20px;
    }
    .coffee{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .coffee img{
        width: 140px;
    }

    /* Gallery */
    .gallery{
        padding: 20px;
        gap: 15px;
        justify-content: center;
    }
    .grid-1 img{
        width: 90%;
        max-width: 260px;
        height: auto;
    }

    /* Contact */
    .left-right{
        flex-direction: column;
        padding: 20px;
        align-items: center;
    }
    .right1 input,
    .right1 textarea{
        width: 100%;
        max-width: 320px;
    }

    .contact-us{
        margin-bottom: 40px;
    }

    /* Footer */
    footer{
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 20px;
    }
}