*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Inter';
}

@font-face {
    font-family: Geist;
    src: url(../Fonts/Geist-Regular.woff2);
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul{
    list-style: none;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 35px;
}
li p{
    font-size: 2rem;
    font-weight: 600;
    color:#BEA064;
}
li a{
    padding-left: 20px;
    text-decoration: none;
    color:#BEA064;
    font-size: 14px; 
    font-weight: 600;
}
li a:hover{
    color: #b9dad0;
}
#upper-header{
    text-align: center;
    color: #BEA067;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
}
nav{
    height: 80px;
    border: 1.5px solid rgb(169, 128, 42);
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 115px;
    background-color: white;
}

main {
    background-color: white;
    margin-top: 115px; /* Match the height of the header */
}





#section1{
    align-items: center;
    display: flex;
    padding: 60px 0px 500px;
    flex-direction: column;
    justify-content: space-around;
    background-position: bottom!important;
    background-image: url(//theobroma.in/cdn/shop/files/aboutpage-header.jpg?v=1615444228  );
    
}


#section1 h2{
    font-size: 36px;
    color: #a2813a;
    margin: 10px;
}

#section2{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 60px 0px;
    background-image: url(https://cdn.shopify.com/s/files/1/0521/3929/4884/files/about-intro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    background-color: #fff;
    padding-top: 30px;
    
}

#section2 div{
    margin: 20px 0px;
}

#section4{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 50px 0px;

}

#section4 .title{
    font-size: 32px !important;
    color: #a9802a;
    font-size: 22px;
    padding-bottom: 1px;
    font-weight: 600;
    text-align: center;
    letter-spacing: .5px;
    margin: 20px 0px;
}

#section4 .mini-title{
    color: #a9802a;
    font-size: 22px;
    padding-bottom: 1px;
    font-weight: 600;
    text-align: center;
    letter-spacing: .5px;
    margin: 20px 0px;
}

#section4 .content-holder{
    display: flex;
    justify-content: center;
    margin: 50px 46px 0px;
    align-items: center;
}

.mini-content-holder{
    padding: 10px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section4 .mini-desc{
    font-size: 15px;
    color: #282929;
    padding-bottom: 50px;
    text-align: center;
    max-width:446px;
    flex-wrap: wrap;
}

#section3 h2{
    font-size: 48px;
    color: #a2813a;
    margin: 10px;
}

#section3 p{
    font-size: 18px;
    font-weight: 500;
    width: 835px;
    margin: 30px 180px 0px 180px;
}

#section3{
    display: block;
    text-align: center;
    align-items: center;
    padding: 80px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: hsl(105, 29%, 95%);
    background-image:url(https://theobroma.in/cdn/shop/files/Likeourprod-theo-new1.jpg) ;
}











footer{
    background-color:#b8d9cf;
    font-size: 12px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

footer div p{
margin: 20px;
}
footer .footer-hover :hover{
color: #A9802A;
}
footer div p span:hover{

    color: #A9802A;
}

.social-platforms{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 10px auto;
}


.social-platforms div{
    align-self:center ;
    justify-content: center;
    border: 1px solid black;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    padding: 5px;
    
}

.social-platforms div:hover{
    border: 1px solid #A9802A;

}

#email-gather {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* margin: 20px; */
    width: 80%;
}

#email {
    padding: 10px;
    font-size: 12px;
    flex: 1;
    background-color: transparent;
    border: 1px solid #A9802A;
    margin: auto;
}

#signup-btn {
    background-color: transparent;
    color: #A9802A;
    font-size: 12px;
    padding: 10px 20px;
    border: 1px solid #A9802A;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
    margin: auto;
}
#signup-btn:hover{
    background-color: #a2823a;
    color: white;
   
}

.store-locations{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;

}

.store-locations p{
    /* display: inline; */
    font-size: 13px;

}

.last-div-footer{
    width: 25%;
    display: flex;
    justify-content: center;
    flex-wrap:wrap ;
}

@media screen and (max-width: 768px) {
    nav ul {
      flex-direction: column;
    }
  
    .section2-content {
      flex-direction: column;
    }
  
    .main-content, #side-option-bar {
      width: 100%;
    }
  
    .item-card {
      width: 100%;
    }
  
    footer {
      flex-direction: column;
      gap: 10px;
    }
  }
#button-cart {
    transition: background-color 0.3s ease;
    font-weight: 600;
}
#button-cart:hover {
    background-color: #a2823a;
    
    color: white;
    cursor: pointer;
}
  

