*{
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
@import url('https://fonts.googleapis.com/css2?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');

body{
    font-family: "Poppins", sans-serif;

    overflow-x: hidden;
    background-color: #211f1e;
}
ul{
    list-style: none;
}
.text-cofee{
    color: #ca8e46;
}
.header-main{
    background-color: #000;
}
.nav-menu ul li button{
    background-color: transparent;
    border: 0;
    text-decoration: none;
    font-weight: 600;
}
.nav-menu ul li a{
    background-color: transparent;
    border: 0;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.cafe-main .owl-carousel img{
    height: 860px;
    object-fit: cover;
}
.cafe-main .owl-nav{
    position: absolute;
    bottom: 128px;
    color: #000;
    left: 154px;
    display: flex;
    gap: 20px;
    /* font-size: 41px; */
}
.cafe-main .owl-nav .owl-prev{
    background-color: #ca8e46 !important;
    width: 30px;
    height: 30px;
    color: #fff;
    position: relative;
}
.cafe-main .owl-nav .owl-prev span{
    font-size: 36px;
    position: absolute;
    top: -14px;
    color: #fff;
    left: 9px;
}
.cafe-main .owl-nav .owl-next{
    background-color: #ca8e46 !important;
    width: 30px;
    height: 30px;
    position: relative;
}
.cafe-main .owl-nav .owl-next span{
    font-size: 36px;
    position: absolute;
    top: -14px;
    color: #fff;
    left: 9px;
}
.image-content {
    position: absolute;
    left: 35%;
    top: 45%;
    transform: translate(-50%, -50%);
}
.image-content h3 {
    font-size: 75px;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: 0;
    line-height: 100px;
    font-family: 'Mrs Saint Delafield', cursive;
    font-weight: 400;
    font-style: normal;
}
.image-content h4{
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 60px;
    display: block;
    color: #fff;
    margin-top: -25px;
    text-transform: uppercase;
    margin-bottom: 40px;
    width: 100%;
    font-weight: 800;
    letter-spacing: .2em;
    margin-left: .1em;
}
.heading h2{
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.about-content img{
    width: 500px;
}
.image-cover{
    border: 5px solid #fff;
    overflow: hidden;
}
.image-two{
    border: 5px solid #fff;   
    overflow: hidden;
}
.image-two img:hover{
    transform: scale(1.1);
    transition: .3s;
}
.image-two{
    position: absolute;
    bottom: 50px;
    left: 373px;
}
.image-two img{
    width: 300px;
}
.about-contant p{
    font-size: 18px;
    width: 85%;
    color: #fff !important;
}
.image-cover img:hover{
    transform: scale(1.1);
    transition: .3s;
}
.details p{
    font-weight: 600;
}
.input-theme{
    height: 42px;
    outline: none;
    border-radius: 10px;
    background-color: #3a3a39;
    border: 0;
    color: #fff;
    text-indent: 15px;
}
.input-theme::placeholder{
    font-size: 14px;
}
.submit-btn button{
    border: 0;
    background-color: #ca8e46;
    width: 120px;
    height: 38px;
    border-radius: 10px;
    font-weight: 400;
}
.footer-main{
    background-color: #000;
    font-size: 14px;
}
.mobile-menu{
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    background: #000;
    padding: 14px;
    padding-left: 16px;
    z-index: 50;
    opacity: 0;
    transform: translateY(0px);
    transition: .3s;
}
.mobile-menu.highlight{
    transform: translateY(0px);
    opacity: 1 !important;
}
.toggal-btn{
    display: none;
}
.toggal-btn{
    background-color: transparent;
}
@media(max-width:576px){
    .nav-menu{
        gap: 10px !important;
    }
    .web-menu{
        display: none !important;
    }
    .mobile-menu, .toggal-btn{
        display: block;
    }
    .cafe-main .owl-carousel img{
        height: 460px;
    }
    .image-content{
        top: 38%;
    }
    .image-content h4{
        font-size: 24px !important;
    }
    .cafe-main .owl-carousel img{
        height: 360px !important;
    }
    .input-box{
        flex-direction: column;
    }
    .details p{
        font-size: 14px;
    }
}
@media(max-width:768px){
    .image-content h4{
        font-size: 40px;
    }
    .image-content h3{
        font-size: 42px;
    }
    .cafe-main .owl-carousel img{
        height: 560px;
    }
    .cafe-main .owl-nav {
        bottom: 22px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .image-two{
        display: none;
    }
    .about-content img{
        width: 100%;
    }
    .information-parts{
        flex-direction: column;
    }
}
@media(max-width:992px){
    .about-content-main{
        flex-direction: column;
    }
}
@media(max-width:1199px){
    .about-contant p{
        width: 100% !important;
        font-size: 16px;
    }
}