/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.index .main-nav-container .mobile-menu ul li a {
    color: #ffffff;
    opacity: 1;
}

.index .main-nav-container .mobile-menu ul li a:hover {
    color: #343041 !important;
}

.index .main-nav-container .header-btn__icon {
    color: #ffffff!important
}

.main-nav-container.fixed-pinned .mobile-menu ul li a {
    color: #343041;
    opacity: 1
}

#mainnav.fixed-pinned.main-nav-container .header-btn__icon {
    color: #343041 !important;
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 3rem;
}

.main-nav-container .navbar-brand img {
    max-height: 4rem;
}
.main-nav-container .mobile-menu ul li .sub-menu ul li a {
    color: #343041;
}

.h-full .text-center{
    width:50% ;
}
.h-full h1{
    line-height: 3.5rem;
}
section.h-\[85vh\].relative{
    height: 80vh;
}
section:nth-child( 1 of .h-\[85vh\].relative) .text-center{
    background-color:#0000004D;
    padding:2rem;
    border-radius:20px;
}
section:nth-child( 2 of .h-\[85vh\].relative){
    height: 60vh;
}
section.h-full a {
    margin:auto;
}
.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: 29px!important;
  color: #fff
}
.second-banner .absolute {
  width: 100%;
  left: 0;
  top: 70%;
  background-color:#00000033;
  padding:1rem;  
}
.second-banner button {
  border-color: #fff
}
.second-banner a {
  color: #fff
}
@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;
}
}
 footer .relative {
    background-color:#edebf4 !important;
     width:100%;
}
footer .relative h3 , footer .relative p {
    color:#343041 !important
}