@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Manrope:wght@200..800&display=swap');
*{
    font-family: Manrope;
}
.box{
    width: 200px;
    height: 200px;
    border-radius: 10%;
    background-image: linear-gradient(to bottom right, #15db40, #7be55b);
}

.join-us-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.join-us-content{
    display:flex;
    flex-direction: column;
    text-align: center;
    gap: 32px;
}

.join-us-text{
    display: flex;
    flex-direction: column;
    gap:8px;
}

.join-us-text p{
    color:#000000 !important
}

.join-us-content button {
  align-self: center;
  width: auto;
}


.buttons{
    display: flex;
    flex-direction: row;
    gap: 16px;
}

body{
    display:flex;
    flex-direction: column;
    padding: 0px 91px;
    margin: 0px;
    gap: 30px;
    align-items: normal;

}

html{
    scroll-behavior: smooth;
    padding: 0px;
}
nav{
    border-bottom: 1px solid #E5E8EB;
}
.navclass{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;    
    
    padding: 12px 0px;
}

.navclass ul{
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: none;
    align-items: center;
    background-color: transparent;

}

.navbuttons{
    display: flex;
    flex-direction: row;
    gap: 10px;
    border: none;
    background-color: transparent;
}

.ul-button-group{
    display: flex;
    flex-direction: row;
    gap: 32px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.hero-section{
    background-image: url('../assets/hero-bg.png') ;
    background-color: #000000;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 144px 20px;
    text-align: center;
    border-radius: 10px;
}



.hero-section h1, .hero-section p{
    color: #FFFFFF !important;
}

.hero-content{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.hero-text{
    gap: 10px;
}

.hero-content button {
  align-self: center;
  width: auto;
}


.featured-products-section{
    display: flex;
    gap: 12px;
    flex-direction: column;
    
}



.product-card{
    display:flex;
    flex: 0 0 auto;
    flex-direction: column;
    width:300px;
    gap:12px;
    justify-content: left;
    scroll-snap-align: start;
    padding-bottom:10px;
}

.product-card button{
    align-self: flex-start;
    width: auto;
}

.product-card img{
    width: 100%;
  border-radius: 10px;
  object-fit: cover;
}


.product-card-content p{
    color: #000000 !important;
    overflow-wrap: break-word;
    word-wrap: wrap;
    opacity: 0.6;   
}

.product-scroller {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  max-width: 100%;
  width:100%;
  padding-bottom:px;
  
}

.product-scroller::-webkit-scrollbar {
  height: 8px;
  padding-top: 4px;;
}

.product-scroller::-webkit-scrollbar-thumb {
  background: #E5E8EB;
  border-radius: 4px;
  transition:ease-in-out 0.3s;
}

.product-scroller::-webkit-scrollbar-thumb:hover {
  background: #d5d5d5;
  border-radius: 4px;
  transition:ease-in-out 0.3s;
}


.our-story-section{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: -webkit-fill-available;
}

.our-story-content{
    display: flex;
    max-height:540px;
    flex-direction: column;
    gap: 32px;
    max-width: 600px;
}

.our-story-content p{
    width:-webkit-fill-available;
    color:#000000;
}

.our-story-image{
    width: -webkit-fill-available;
    max-height: 540px;
    border-radius: 10px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .our-story-section{
        flex-direction: column;
        align-items: center;
    }
    .our-story-content{
        max-width: 100%;
    }
    .our-story-image{
        width: 100%;
    }
    
}

.footer{
    display:flex;
    flex-direction: column;
    background-color: #F5F5F5;
    justify-content: center;
    align-items: center;
    padding: 80px 200px;
    gap:40px;
    width : -webkit-fill-available;
    margin-left: -91px;
    margin-right: -91px;
}

.shop-rel-opt{
    display: flex;
    flex-direction: row;
    opacity: 0.5;
    justify-content: space-between;
    align-items: center;
    width:100%
    

}

.sitemap{
    display: flex;
    flex-direction: row;
    opacity: 0.5;
    justify-content: space-between;
    align-items: center;
    width:100%;

}

.social-media{
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;

}

.footer p{
    color: #000000;
    opacity: 0.5;
}

.company-info{
     display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width:100%;
}

.company-info img{
    opacity: 0.5;
}
