/* Add custom CSS styles below */ 
/* Add custom CSS styles below */
@import 'https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap';* {
  font-family: "El Messiri", sans-serif!important
}
.store-header{
    position:relative !important;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 3rem;
}
.main-nav-container .navbar-brand img {
    max-height: 4rem;
}

.h-full .text-center{
    width:90% ;
}
.h-full h1{
    line-height: 3.5rem;
}
section.h-\[85vh\].relative{
    height: 100vh;
}
section:nth-child( 1 of .h-\[85vh\].relative) .text-center{
    padding:2rem;
}
.category img {
    height: 100% !important;
}
.category .justify-between {
    justify-content: center;
    gap: 40px;
}
.category a{
    font-size:16px;
    font-weight:700;
}
.special-products h1 {
    color: #fff;
    font-size: 30px;
    z-index: 3;
    text-align: center;
    line-height: 50px
}

.special-products .overlay {
    row-gap: 2rem;
    justify-content: flex-end;
    padding-bottom:2rem;
}
.second-banner h1 {
  font-size: 26px!important;
  color: #fff
}
.second-banner .absolute {
  width: 100%;
  left: 0;
  top: 70%;
  background-color:#00000033;
  padding:1rem;  
}
.second-banner button {
  border-color: #fff;
  background-color: #7c5033;
  width: 100% !important;
}
.second-banner a {
  color: #fff
}
.about-us .shape{
    background-color:#7c5033;
}
.about-us p{
    color:#fff;
}
.Questions .absolute{
    background-color:#7c5033;
}
@media(max-width: 768px) {
.h-full .text-center{
    width:100%;
}
section:nth-child( 1 of .h-\[85vh\].relative) .text-center{
    padding:1rem;
    width:100%;
}
section.h-\[85vh\].relative {
    height: 65vh !important;
}
.second-banner .absolute {
  width: 100%;
  left: 0;
  top: 60%;
  background-color:#00000033;
  padding:1rem;  
}
.second-banner h1 {
  font-size: 18px!important;
  line-height:2.5rem;
}
.h-full h1{
    line-height: 2rem;
    font-size:22px
}
footer *{
    text-align:center;
    margin:auto;
}
.details-sec .grid>div:nth-child(2) {
  height: 360px;
}
.details-sec .grid>div:first-child{
  height: 250px;
}
.details-sec .grid {
  height: 94vh !important;
}
}
 footer .relative {
    background-color:#ffffff !important;
     width:100%;
}
footer .relative h3 , footer .relative p {
    color:#7c5033 !important
}