*{
    margin: 0;
    padding: 0;
    font-family: 'Aldrich', sans-serif;
}
.nav-first{
    padding: 10px;
    text-align: center;
    background-color: #d2e1ee;
}
.nav-second{
    display: flex;
    padding: 20px 40px;
    background-color:rgb(255,247,216) ;
    justify-content: space-between;
    align-items: center;
}
.nav-items1{
    display: flex;
    align-items: center;
}
.nav-items1 ul{
    display: flex;
    gap: 20px;
}
.nav-items1 ul a{
    padding:0px 10px;
    margin-left: 10px;
}
.nav-items1 ul a:hover{
    color: green;
}
.nav-items1 p a{
    color: #000000;
    font-size: 40px;
    text-decoration: none;
}
.nav-items1 ul a{
    list-style: none;
    color: #000000;
    font-size: 16px;
}
.nav-items2{
    display: flex;
    align-items: center;
    gap: 20px;
}
.log-in{
    display: flex;
    align-items: center;
}
.nav-items2 a{
    color: #000000;
}
.order a{
    color: white;
    background-color: #000000;
    padding: 10px;
    transition: 0.5s;
}
.order a:hover{
    color: rgb(255,247,216);
    background-color: green;
}
.hero-section{
    background-image: url('/coffee.jpg');
    background-size:cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.main-heading{
    font-size: 100px;
    color: white;
    margin-left: 10px;
    width: 80%;
}
.shop-blends{
    text-align: end;
    margin-right: 90px;
}
.shop-blends a{
    color: black;
    font-size: 40px;
    padding: 30px;
    background-color:rgb(255,247,216);
    border: 2px solid black;
    transition: 0.5s;
}
.shop-blends a:hover{
    background-color:green;
    color: rgb(255,247,216);
}
.main-text{
    background-color:#fffcf2e8;
    padding:150px 0px;
    text-align: center;
    font-size: 25px;
}
.main-text h2{
    width: 716px;
    margin: auto;
}
.grab{
    background-color: rgb(255,247,216);
    padding: 50px 0px;
    text-align: center;
    font-size: 25px;
}
.card-stack{
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}
.cards{
    width: 450px;
}
.cards h5{
    font-size: 28px;
    padding-bottom: 10px;
    text-align: left;
    padding-top: 10px;
}
.cards p{
    font-size: 16px;
    margin-bottom: 0px;
    text-align: left;
}
.banner-img img{
    width: 100%;
    height: 100%;
}
.slideshow{
    background-color: #fffcf2e8;
    padding: 50px 0px;
    text-align: center;
    font-size: 25px;
}


.slideshow-container {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
  }

  .cards-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .card {
    flex: 0 0 16.666%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
  }

  .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }
  .card-content{
    text-align: left;
    font-size: 16px;
  }
  .shop-all{
    text-align: center;
    padding-top:70px;
}
.shop-all a{
    color: black;
    font-size: 40px;
    padding: 20px 60px;
    background-color:rgb(255,247,216);
    border: 2px solid black;
    transition: 0.5s;
}
.shop-all a:hover{
    background-color:green;
    color: rgb(255,247,216);
}
footer{
    background-color:rgb(210,225,238);
}
.footer-contents{
    padding: 50px 0px;
    display: flex;
    justify-content: space-around;
}
.come h2{
    margin-bottom: 20px;
}
.come2{
    margin-top: 40px;
}
.come2 p{
    margin-bottom: 10px;
}
.come3{
    margin-top: 40px;
}
.come3 p{
    margin-bottom: 10px;
}
.talk h2{
    margin-bottom: 20px;
}
.talk2{
    margin-top: 120px;
}
.email{
    margin-top: 15px;
    display: flex;
    align-items: center;
}
input{
    padding: 15px;
    width: 300px;
    border: 2px solid black;
    background-color: transparent;
}
input:hover{
    border: none;
    border-bottom: 2px solid black;
}
.email a{
    padding: 15px;
    color: white;
    background-color: black;
    transition: 0.5s;
}
.email a:hover{
    padding: 15px;
    color:rgb(255,247,216) ;
    background-color:green;
}
footer ul{
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    margin-top: 70px;
    padding: 20px 0px;
}

  






