*{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.body{
    color: #fff;
    padding: 70px 90px;
    background-image: url(img/bg.png);
}


body,html{
    overflow-x: hidden;
}


nav{
    margin-bottom: 90px;
    display: flex;
    justify-content: space-between;
}
.list ul{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 10px;
    list-style: none;
    color: white;
    gap: 20px;
    display: flex;
}
button:hover{
    background-color: #a56c2a;
}
.brown{
    color: #fff;
}
button{
    transition: 0.5s;
    color: #fff;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 9px 19px;
}
.hero-section{
    position: relative;
    top: 30px;
    display: flex;
    justify-content: space-between;
}
.img img{
    width: 520px;
}
.main h1,h5,p,button{
    margin-bottom: 20px;
}
.main{
    /* line-height: 1.9; */
    align-content: center;
}
.main h1{
    font-size: 60px;
}
.main p{
    width: 500px;
}
.icons{
    gap: 30px;
    position: relative;
    top: 190px;
    display: flex;
    flex-direction: column;
}
.bn{
    border: none;
    background-color: #a56c2a;
}
.bn:hover{
    border: 1px solid white;
    background-color: transparent;
}
.brown{
    font-size: 25px;
}
span{
    color: #a56c2a;
    font-size: 15px;
}
a{
    text-decoration: none;
}
.icons i:hover{
    transition: 0.2s;
    color: #a56c2a;
}

/* history */
.history{
    gap: 30px;
    display: flex;
    padding:20px 130px ;
}
.history-img img{
    height: 320px;
    width: 400px;
}
.his{
    background-color: #a88255;
}









/* papular project */
.project{
    padding: 10px 130px;
}
.project>h1{
    text-align: center;
    margin: 40px 0px;
}
.to-cart button{
    font-weight: 700;
    color: #a88255;
    padding:5px 10px;
    border: 2px solid #a88255;
}
.to-cart button:hover{
    color: #fff;
    font-weight: 700;
    background-color: #a88255;
}
.add{
    display: flex;
    justify-content: space-between;
}
.cof>img{
    background-color: #ccc;
    width: 200px;
    height: 200px;
    padding: 5px 40px;
    border-radius: 6px;
    margin: 10px 10px;
}
.cof{
    height: 350px;
    border-radius: 9px;
    width: 300px;
    gap: 30px;
    background-color: #fff;
    box-shadow: 2px 2px 20px 2px gray;
}
.papular-flex{
    gap: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.add{
    padding: 10px 30px;
}
.cof h2{
    padding-left: 15px;
}
.twe{
    color: #fff;
    border-radius: 3px;
    text-align: center;
    background-color: #a88255;
    width: 50px;
    height: 26px;
    font-weight: 600;
}







/* coustomer */
.coustomer{
    gap: 45px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 120px;
    display: flex;
}
.cous>h1{
    margin: 30px 0px;
    text-align: center;
}
.stars .fa-star{
    color: #a88255;
}
.fa-star-half-stroke{
    color: #a88255;
}
.cou-1{
    border-radius: 10px;
    text-align: center;
    padding: 10px 20px;
    width: 280px;
    background-color: #fff;
    box-shadow: 2px 2px 20px 2px gray;
}
.cou-1 img{
    border-radius: 50%;
    width: 60px;
    height: 60px;
}



/* contact */


.coffee-shop{
    margin: 50px 0px;
    gap: 140px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 120px;
}
.shop p{
    width: 200px;
}
.coffee-shop ul{
    list-style-type: none;
}
.icon i{
    background-color: #ccc;
    padding: 9px;
    border-radius: 5px;
}
.icon i:hover{
    transition: 0.3s;
    background-color: #b4956e;
}



.suport,.view{
    margin-left: -75px;
}











.checkbtn{
    position: absolute;
    top: 80px;
    right: 50px;
    display: none;
}
#check{
    display: none;
}
.logo-1{
    display: none;
}
@media (max-width:890px){
    .checkbtn{
        display: block;
    }
    .list ul{
        flex-direction: column;
        display: block;
        z-index: 100;
        position: fixed;
        width: 50%;
        background-color:#a88255;
        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:1284px){
    .hero-section{
        text-align: center;
        flex-direction: column;
    }
    .main>p{
        margin-left: 270px;
    }
    .icons{
        justify-content: center;
        gap: 30px;
        position: relative;
        top: -10px;
        display: flex;
        flex-direction: row;
    }
}





@media (max-width:1155px){
    .main>p{
        margin-left: 230px;
    }
}





@media (max-width:1106px){
    .main>p{
        margin-left: 210px;
    }
}








@media (max-width:1024px){
    .main>p{
        margin-left: 190px;
    }
}








@media (max-width:946px){
    .main>p{
        margin-left: 120px;
    }
}







@media (max-width:877px){
    .main>p{
        margin-left: 100px;
    }
}









@media (max-width:831px){
    .main>p{
        margin-left: 79px;
    }
}




@media (max-width:766px){
    .main>p{
        margin-left: 49px;
    }
}








@media (max-width:678px){
    .main>p{
        margin-left: -9px;
    }
}






@media (max-width:633px){
    .main>p{
        margin-left: -39px;
    }
}








@media (max-width:571px){
    .main>p{
        margin-left: -69px;
    }
}










@media (max-width:539px){
    .main>p{
        font-size: 14px;
        margin-left: -79px;
    }
}




@media (max-width:509px){
    .main>p{
        margin-left: -40px;
        width: 460px;
    }
}


@media (max-width:485px){
    .main>p{
        position: relative;
        left: 10px;
        width: 430px;
    }
}





@media (max-width:469px){
    .main>p{
        position: relative;
        left: 17px;
        width: 400px;
    }
}








@media (max-width:450px){
    .main>p{
        position: relative;
        left: 10px;
        width: 400px;
    }
}






@media (max-width:525px){
    .main>h1{
        font-size: 40px;
    }
    .main>p{
        font-size: 14px;
        margin-left: -79px;
    }
}











@media (max-width:567px){
    .img img{
        margin-left: -100px;
    }
}






@media (max-width:531px){
    .img img{
        margin-left: -120px;
    }
}









@media (max-width:513px){
    .img img{
        width: 420px;
        margin-left: -100px;
    }
}












@media (max-width:1083px){
    .history{
        text-align: center;
        flex-direction: column;
    }
}









@media (max-width:611px){
    .history{
        text-align: center;
        flex-direction: column;
    }
    .history-img img{
        margin-left: -40px;
    }
}



.history-text>p{
    text-align: justify;
}



@media (max-width:561px){
    .history{
        text-align: center;
        flex-direction: column;
    }
    .history-img img{
        margin-left: -40px;
    }
}







@media (max-width:534px){
    .history{
        text-align: center;
        flex-direction: column;
    }
    .history-img img{
        margin-left: -70px;
    }
}








@media (max-width:509px){
    .history{
        text-align: center;
        flex-direction: column;
    }
    .history-img img{
        margin-left: -90px;
    }
}






@media (max-width:474px){
    .history{
        text-align: center;
        flex-direction: column;
    }
    .history-img img{
        margin-left: -100px;
    }
}


@media (max-width:460px){
    .history{
        text-align: center;
        flex-direction: column;
    }
    .history-img img{
        margin-left: -110px;
    }
    .history-text>h1{
        font-size: 30px;
    }
}














@media (max-width:594px){
    .project>h1{
        font-size: 30px;
    }
}








@media (max-width:576px){
    .project>h1{
        font-size: 25px;
    }
}




@media (max-width:540px){

  /* Body padding smaller */
  .body{
      padding: 40px 20px;
  }

  /* Hero Section */
  .hero-section{
      flex-direction: column;
      text-align: center;
      align-items: center;
  }
  .main h1{
      font-size: 36px;
  }
  .main p{
      width: 100%;
      max-width: 360px;
      margin: 0 auto;
      font-size: 14px;
  }
  .img img{
      width: 90%;
      max-width: 340px;
      margin: 20px auto 0;
      display: block;
  }
  .icons{
      flex-direction: row;
      justify-content: center;
      gap: 20px;
      position: static;
      margin-bottom: 20px;
  }

  /* History */
  .history{
      flex-direction: column;
      text-align: center;
      padding: 20px;
  }
  .history-img img{
      width: 90%;
      max-width: 320px;
      margin: 0 auto 20px;
      height: auto;
  }
  .history-text p{
      font-size: 14px;
  }

  /* Project */
  .project{
      padding: 20px;
  }
  .project>h1{
      font-size: 24px;
  }
  .papular-flex{
      gap: 20px;
  }
  .cof{
      width: calc(100% - 40px);
      max-width: 340px;
      margin: 0 auto;
  }
  .cof img{
      width: 150px;
      height: 150px;
      padding: 5px 20px;
  }

  /* Customer Reviews */
  .coustomer{
      padding: 20px;
      gap: 20px;
  }
  .cou-1{
      width: 90%;
      max-width: 320px;
      margin: 0 auto;
  }

  /* Coffee shop contact/footer */
  .coffee-shop{
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 40px;
      padding: 20px;
  }
  .suport,.view{
      margin-left: 0;
  }
}


