@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lobster&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pacifico&display=swap');

/* for sub heading */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lobster&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pacifico&display=swap');

/* hero section paragraph */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lobster&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* hero section buttons */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lobster&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pacifico&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* about us heading */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lobster&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pacifico&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* paragraph under heading about us */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lobster&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pacifico&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* MENU SECTION HEADING */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lobster&family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pacifico&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* MENU SECTION PARAGRAPH UNDER EACH HEADING */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lobster&family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pacifico&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
}
body::-webkit-scrollbar{
    display: none;
}
.nav_Bar{
    background-color:rgba(21, 243, 13, 0);
    display: none;
}
.close_btn{
    font-size: 2vw;
}
.nav-panel{
    background-color:  rgb(75, 3, 3);
    height: 100px;
    width: 100%;
    display: flex;
    color: #fff;
    font-size: 1.4vw;
    font-family: "Lobster", sans-serif;
    align-items: center;
    justify-content: space-between;
    padding: 2vw 5vw;
    position: fixed;
    top: 0;
    z-index: 2;
    font-weight: 200;
}
ul{
    display: flex;
    align-items: center;
}
ul li {
    font-family: "Open Sans", sans-serif;
    margin-left: 2vw;
    color: #fff;
    list-style-type: none;
}
.menu-icon{
    font-size: 1.5vw;
    display: none;

}
.inner-nav a{
    color: #fff;
    text-decoration: none;
    padding: 1vw;   
    border-radius: 2vw;
    font-size: 1.3vw;
}
.inner-nav a:hover{
    transition: 0.5s;
    background-color: rgba(241, 170, 18, 0.8);
    color: black;
}
.nav-left-part{
    display: flex;
    align-items: center;
    justify-content: center;
}
.coffee-icon{
    font-size: 2vw;
    margin-right: 0.5vw;
}
.hero-section{
    width: 100%;
    margin-top: 100px;
    height: calc(100% - 100px);
    background-color: rgb(75, 3, 3);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-portion{
    width: 60%;
    height: 100%;
    padding: 10vw 5vw;
}
/* BEST COFFE HEADING  */
.left-portion h2{
    font-size: 3vw;
    width: 100%;
    font-family: "Lobster", sans-serif;
    font-weight: 700;
    color: rgb(238, 151, 0);
    margin-bottom: 1vw;
    font-weight: 400;
}
/* SUB HEADING */
.left-portion h3{
    font-family: "Pacifico", sans-serif;
    font-size: 2vw;
    color: #fff;
    margin-bottom: 1vw;
    font-weight: 300;
}
/* hero section paragraph */
.left-portion p{
    font-size: 1.7vw;
    color: #fff;
    font-family: "Poppins",sans-serif;
    width: 100%;
    margin-bottom: 1vw;
    animation-name: animation;
    animation-timing-function: 2s;
    animation-delay:  view();
    animation-duration: 2s;
}
/* hero section buttons*/
button{
    font-size: 1.3vw;
    padding:  0.8vw;
    border-radius: 50px;
    background-color: transparent;
    border: 2px solid white;
    color: #fff;
    margin-right: 0.9vw;
    font-weight: 500;
}
#btn1{
    background-color: rgb(238, 151, 0);
    color: #212121;
    border: none;
}
/* ANIMATION */
@keyframe animation{
    from{
        opacity: 0;
        transition: translate(0)
    }
    to{
        opacity: 10;
        transition: translate(10)
    }
}


#btn1:hover{
    transition: 0.2s;
    background-color: transparent;
    border: 2px solid white;
    color: #fff;
}
.btn2:hover{
    transition: 0.2s;
    background-color:rgb(238, 151, 0);
    border: none;
    color: #212121;
}
.right-portion{
    width: 60%;
    height: 100%;
    padding: 1vw 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-portion img{
    width: 35vw;
    height: 35vw;
    text-align: center;
    object-fit: cover;
}
/* ABOUT US SECTION */
.about-us{
    width: 100%;
    height: 70vh;
    background-color: #fff;
    display: flex;
    position: relative;
}
.about-image{
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-image img{
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 50%;
    background-color: #fff;
}
.about{
    width: 60%;
    height: 100%;
    padding: 6vw 6vw;
}
.about h2{
    text-align: center;
    font-size: 3vw;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: "Playfair Display", serif;
}
.span{
    width: 100%;
    font-size: 1.5vw;
    text-align: center;
    color: #212121;
    font-family: "Lora", serif;
    padding: 2vw 2vw 1vw 2vw;
}
.icon{
    text-align: center;
    font-size: 1.7vw;
    position: relative;
    left: 22vw;
}
.icon:hover{
    color:rgb(238, 151, 0);
}
/* MENU SECTION */
.menu{
    width: 100%;
    height: 165vh;
    background-color: #303030;
}
.menu h1{
    position: relative;
    top: 3vw;
    text-align: center;
    font-family: "Merriweather", serif;
    text-decoration: underline;
    text-decoration-color: rgb(221, 145, 14);
    text-decoration-style: unset;
    color: #e2dede;
    padding: 1rem;
}

.menu-container{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.img{
    width: 30vw;
    height: 60vh;
    margin-top: 6vw;
    padding: 1vw  2vw;
}
.menu-container img{
    width: 20vw;
    height:20vw;
    object-fit: contain;
    margin-left: 2.5vw;
}
.img h2{
    text-align: center;
    color: #e2dede;
    font-size: 1.8vw;
    margin-bottom: 1vw;
    font-family: "Playfair Display", serif;
}
.paragraph{
    width: 75%;
    margin-left: 3vw;
    color: #d5c6c6;
    font-size: 1.3vw;
    text-align: center;
    font-family: "Raleway", sans-serif;
}

/* GALLERY SECTION */
.gallery-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}
.gallery{
    font-size: 2.5vw;
    padding: 1vw;
    text-decoration: underline;
    font-family: "Merriweather", serif;
    text-align: center;
    margin: 3vw;
}
.gallery-img img{
    width: 25vw;
    height: 40vh;
    object-fit: cover;
    border-radius: 30px;
    margin: 2.8vw;
}
.gallery-img img:hover{
    transition: 0.5s  ease-in-out;
    scale: 0.9;
}
/*  footer and form area */
footer{
    width: 100%;
    height: 80%;
    background-color: rgba(226, 190, 196,0.2);
}
.contact{
    text-align: center;
    padding: 4vw;
    text-decoration: underline;
    font-family: "Merriweather", serif;
}
.footer-containe{
    display: flex;
    justify-content: space-around;
}
.left-side{
    width: 90vh;
    height: 100%;
    color: #212121;
    display: flex;
    flex-direction: column;
    gap: 4vh;
    margin-left: 10vw;
    font-size: 1.1vw;
}
.right-side{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2vw;  
}
.btn{
    height: 8vh;
    width: 70%;
    font-size: 1.3vw;
    border-radius: 10px;
    padding: 1vw;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    border: 0.2px solid #e2dede;
}
.message-input{
    height: 10vh;
    text-align: start;
    padding-top: 0px;
}
.btn:hover{
    border: 2px solid #303030;
}
.submit-btn{
    background-color: rgb(75, 3, 3); 
    position: relative;
    left: 0.5vw;
    border: none;
    width: 10vw;
}
.submit-btn:hover{
    background-color: transparent;
    border: 1px solid #212121;
    color: #1d1c1c;
}
.bottom{
    width: 100%;
    height: 12vh;
    background-color: #1d1c1c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5vh;
}
.bottom-left-side{
    color: #e2dede;
    font-size: 1rem;
}
.bottom-social-media{
    color: #e2dede;
    font-size: 1.2rem;
}
.bottom-icon:hover{
    color: rgb(238, 151, 0);
}
.bottom-right-side {
    display: flex;
    color: #e2dede;
}

@media (max-width: 500px){
    .nav_Bar{
        display: block;
        z-index: 99;
        height: 50%;
        width: 100%;
        color: black;
        position: fixed;
        right: 0;
        top: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 5vw;
        gap: 3vh;
        backdrop-filter: blur(20px);
        transform: translateY(-200%);
    }
    .nav_Bar a{
        color: black;
        text-decoration: none;
        font-size: 2rem;
        font-weight: 200;
        font-family: "Lobster", sans-serif;
    }
    .close_btn{
        font-size: 10vw;
        position: fixed;
        top: 0;
        right: 2%;
        color: #fff;
        z-index: 999;
    }
    .nav-panel{
        width: 100%;
        height: 60px;
        font-size: 3vw;
    }
    .menu-icon{
        display: block;
        font-size: 5vw;
        padding: 3vw;
        position: fixed;
        top: 0;
        right: 0;
    }
    ul li{
        display: none;
    }
    .coffee-icon{
        font-size: 4vw;
        padding: 1.5vw;
    }
    .hero-section{
        width: 100%;
        margin-top: 60px;
        height: calc(100% - 60px);
        flex-direction: column-reverse;
    }
    .left-portion{
        width: 100%;
        height: 60%;
        padding: 8vh 10vw;
    }
    .left-portion h2{
        font-size: 12vw;
        margin-bottom: 4vw;
    }
    .left-portion h3{
        font-size: 6vw;
        margin-bottom: 4vw;
    }
    .left-portion p{
        font-size: 3vw;
        margin-bottom: 4vw;
    }
    button{
        font-size: 3vw;
        padding: 2vw; 
    }
    .right-portion{
        width: 100%;
        height: 40%;
        padding: 2vw 2vw;
    }
    .right-portion img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin-top: 5vh;
        margin-right: 5vw;
    }
    .about{
        width: 100%;
        height: 50%;
        padding: 2vh;
    }
    .about h2{
        font-size: 3vh;
    }
    .span{
        font-size: 2.5vh;
        padding: 5vw 3vw;
    }
    .icon{
        font-size: 2.5vh;
        position: relative;
        left: 18vh;
    }
    .about-us{
        flex-direction: column-reverse;
        width: 100%;
        height: 80vh;
    }
    .about-image{
        width: 100%;
        height: 50%;
    }
    .about-image img{
        width: 45vw;
        height:45vw;
        border-radius: 50%;
    }
    /* MENU SECTION */
    .menu{
        width: 100%; 
        height: 355vh;
    }
    .menu-container{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .img{
        width: 100%;
        height: 80%;
        text-align: center;
        margin-bottom: 2vh;
    }
    .menu-container img{
        width: 30vh;
        height: 30vh;
    }
    .real-image{
        width: 100%;
        height: 70%;
        object-fit: cover;
    }
    .img h2{
        font-size: 5vh;
    }
    .paragraph{
        font-size: 2.8vh;
        text-align: center;
        margin-left: 5vw 5vw;
        padding: 2vh;
        width: 95%;
    }
    /* GALLERY SECTION */
    .gallery-container{
        flex-direction: column;
        width: 100%;
    }
    .gallery{
        font-size: 5vh;
    }
    .gallery-img {
        padding: 1vh;
    }
    .gallery-img img{
        align-items: center;
        justify-content: center;
        width: 90%;
        margin-bottom: 5vh;
        margin-left: 5vw;
    }
    /* FOOTER SECTION */
     .footer-containe{
        width: 100%;
        height: 100%;
        flex-direction: column-reverse;
    }
    .left-side{
        width: 100%;
        height: 55%;
        gap: 2vh;
        font-size: 3vw;
        margin-left: 0;
        padding: 2vh 5vh;
        font-size: 2vh;
        margin-bottom: 1vh;
    }
    .right-side{
        width: 100%;
        height: 45%;
        padding: 4vh;
    }
    .btn{
        width: 90%;
        margin-bottom: 2vh;
        font-size: 2vh;
    }
    .submit-btn{
        font-size: 2vh;
        pad: 2vh;
        width: 30vw;
    }
    .bottom{
        width: 100%;
        height: 15vh;
        display: flex;
        flex-direction: column;
        gap: 1vh;
        padding: 2vh;
    }
}
