/* Add custom CSS styles below */ 
/* 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
}
 
.index .main-nav-container .mobile-menu ul li a {
    color: #ffffff;
    opacity: 1;
}

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

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

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

#mainnav.fixed-pinned.main-nav-container .header-btn__icon {
    color: #1d4a6d !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: #1d4a6d;
}

section.h-\[85vh\].relative{
    height: 90vh;
}

.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: 60%;
  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.h-\[85vh\].relative {
    height: 65vh !important;
}
.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;
}
}

.about-us .bg-\[var\(--f-color\)\] {
  background-color: #1d4a6d!important
}

.about-us p {
  color: #fff
}
 footer .relative {
    background-color:#1d4a6d !important;
     width:100%;
}
footer .relative h3 , footer .relative p {
    color:#ffffff !important
}
~~~
@media(min-width:768px){
    .main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 5rem;
}
    .main-nav-container .navbar-brand img {
    max-height: 7rem;
}
}