*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
.nav{
    display: flex;
    width: 100%;
    height: 80px;
    background: #f7e5d2;
    justify-content: space-between;
    font-size: 25px;
    line-height: 80px;
    /* position: sticky;
    top: 0; */
    z-index: 5;
  
}
button{
    cursor: pointer;
}
.title{
    margin: 0 0 0 20px;
    
}
.burger{
    width:30px;
    height: 30px;
    position: absolute;
    display: none;
    top: 30%;
    right: 1%;
}
.it{
    width: 25px;
    height: 6px;
    margin: 2px;
    background-color: black;
    display: block;
}
.cafe{
    color: #60695d;
}
li{
    list-style: none;
   float: left;
   width: 140px;
   text-align: center;
}
 .log{
    margin: 0 20px 0 0;
} 
a{
text-decoration: none;
text-align: center;
color: black;
padding: 0 5px;
overflow: hidden;

}
li:hover a{
color: #cf893f;
font-size: 23px;

}
.container{
    background:rgba(0,0,0,0.3)url('coffee.jpg');
     background-blend-mode: darken; 
    background-repeat: no-repeat;
    background-size: cover;
    /* border: 3px solid red; */
    height: 800px;
}
.inner-title{
    font-size: 24px;
    padding-top: 15rem;
    padding-left: 5rem;
    color: white;
}
.inner-para{
    font-size: 72px;
    width: 47rem;
    color:white;
    padding-left: 5rem;
}
.btn {
    padding: 15px 40px;
    /* border-radius: 25px; */
    margin: 25px 84px;
    background-color: #e2a2a2;
    font-size: 18px;
    color: white;
    text-transform: capitalize;
    /* outline: 2px solid rgb(226, 178, 21); */
    border: 1px solid white;
    background-color: transparent;
    transition: all 0.5s;
}
.btn:hover{
    background: #60695d;
}
.menu{
    margin:0 0 0 -20px ;
}
.items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    height: auto;
    /* border: 5px inset red; */
    overflow: hidden;
}
.fir-head{
    font-size: 80px;
    margin: 0 0 15px 0;
}
.parag{
    /* margin: 120px; */
        width:35rem;
    /* padding: 0 0 0 7rem; */
    width: 23rem;
    margin: auto;
}
.inner-item-para{
    margin: 0 0 25px 0;
    font-size: 20px;
}
.first-item-pic{
   width: 100%;
   height: 100vh;
}
.item-image{
    width: 45%;
}
.item-btn{
    padding: 10px 20px;
    font-size: 20px;
    background:transparent;
    border: 2px solid black;
    transition: all 0.5s;
}
@media screen and (max-width:830px){
    .inner-para{
        width: auto;
    }
    .inner-title{
        padding-top: 10rem;
    }
}
@media screen and (max-width:365px){
.nav-item{
    display: none;
}
}

@media screen and (max-width:490px){
   .inner-para{
    font-size: 40px;
    padding-left: 10px;
   }
   .inner-title{
    padding-left: 10px;
   }
   .btn{
    margin-left: 10px;
   }
   .menu{
    margin-left: -80px;
   }
}
.item-btn:hover{
    background-color: #60695d;
    color: white;
}
.item-image-two{
    width: 100%;
}
.sec-head-t{
    font-size: 80px;
    margin: 0 0 -2rem 9rem;
} 
.inner-item-para-two{
    margin: 33px 90px 33px 140px;
    font-size: 20px;
}

.item-btn-two{
    padding: 10px 20px;
    font-size: 20px;
    margin: 0 0 0 140px;
    background:transparent;
    border: 2px solid black;
    transition: all 0.5s;
}
.item-btn-two:hover{
    background-color: #60695d;
    color: white;
}
.mid{
    width: 27rem;
    margin: auto;
    position: relative;
}

.drop-down{
    height: 450px;
    background-color: antiquewhite;
}

.drop-head{
    font-size: 5rem;
    text-align: center;
    /* width: 50rem; */
    margin: auto;
    padding: 3rem;
}
.location{
    /* margin: 25px 0 0 474px; */
    white-space: pre-wrap;
    float: left;
    padding: 0 1rem;
}
.location-head{
font-size: 33px;
}
.drop-para{
    white-space: pre-wrap;  
}
.time{
    /* margin: -168px 0 0 689px; */
    width: 22rem;
    padding: 2rem 0 0 15rem;
}
.time-head{
    font-size: 33px;
}
.line{
    width: 0.2rem;
    height: 179px;
    background-color: black;
    margin: auto;
    float: left;

}
#photo{
    display: flex;
    width:100%;

    overflow: auto;
    
}
 img[alt="loading waiting"]{
    width: 100%;
    height: 400px; 
} 
.last{
    color: white;
    width: 100%;
    background-color: #404d3c;
    height: 400px;
    display: flex;
    justify-content: space-around;
}
.links{
    color: white;
    font-size:50px;
    padding: 0 0 0px 0;
    margin: 0 0 0px 0;
    display: block;
}
.firsts{
    padding: 20px;
}
.fir-para{
    margin: 35px 0 33px 0;
    font-size: 20px;
}
label{
    font-size: 22px;
}
.email{
     padding: 9px; 
     /* border-radius: 6px 0 0 6px; */
     border: 1px solid white; 
    background: transparent;
    outline: none;
    caret-color: white;
}

.join{
     margin: 0 0 0 -5px; 
    background: transparent;
    padding: 6px 20px;
    /* border-radius:0 6px 86x 0;  */
    color: white;
    font-size: 19px;
    position: relative;
    top: 2px;
    cursor: pointer;
    transition: all 0.4s;
    border: 1px solid white; 
    box-sizing: border-box;
}
.second-item-pic{
    height: 33rem;
    width: 100%;
}
input:hover{
    background-color: #536f4b;
}
.join:hover{
    background-color: #536f4b;
}
.photo{
    width: 100%;
}
.sec-head{
    margin: 50px 0 0 0;
    font-size: 60px;
}
.inner-last-para{
    margin: 10px 0 0 0;
    white-space: pre-wrap;
    font-size: 20px;
}
.inner-down-para{
    white-space: pre-wrap;
    margin: 20px 0 0 0;
    font-size: 20px;
}
.right{
    white-space: pre-wrap;
    margin: 31px 0 0 0;
}
footer{
    background-color: black;
    text-align: center;
    color: white;
}
@media screen and (max-width:744px){
   .drop-down{
    height: auto;
   }
   .time{
    width: auto;
   }
} 
@media screen and (max-width:430px){
    .mid{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: auto;
    }
    .line{
        /* transform: rotate(180deg); */
        height: 4px;
    width: 70%;
    border-radius: 13px;
    margin: 0 0 15px 0;
    }
    .drop-head{
        font-size: 40px;
        padding: 10px;
    }
    .time{
        padding: 0;
    }
 } 
@media screen and (max-width:920px) {
    .nav{
        transition: 0.5s;
    }
  .burger{
    display: block;
    position:absolute;
    top: 3%;
    right: 1%;
  }
  .na-active{
 height: 25rem;
  }
  .log{
    position: relative;
    right: 4%;
  }
  .lists{
    position: relative;
    top: -470%;
    display: flex;
    flex-direction: column;
    transition: all 0.45s;
  }
  .dis{
    background: #f7e5d2;
    display: block;
  }
  .active{
    top:0;
  }

}
.second{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 30px;
}
@media screen and (max-width:900px){
    .items{
        flex-direction: column;
    }
    #photo{
        flex-wrap: wrap;
    }
    .parag{
        padding: 0;
        /* width: 34rem; */
    }
    .parag-two{
        width: 23rem;
        margin: auto;
    }
    .sec-head-t,.item-btn-two,.inner-item-para-two{
        margin: 0 0 12px 0;
    }
    .special{
        flex-direction: column-reverse;
    }
    .item-image{
        width: 95%;
    margin: 0 auto;
    }
    .item-image-two{
        width: 94%;
    }
    .second-item-pic{
        width: 100%;
    }
}
@media screen and (max-width:1000px){
    .last{
    flex-direction: column;
    height: auto;
    }
}
    .firsts{
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
   