footer.d-flex.flex-wrap, footer .copyrightSection {
    background-color: #074d31;
    border-radius: 0;
}
 
 
footer h5.category span {
    color: #ffffff;
}
.footerQuicklinks a:hover, footer .quickLinks .footerLink:hover{
    color:rgba(255, 255, 255, .8) !important;
    text-decoration:underline;
}
.footerQuicklinks a{
       /* border-left: 2px solid rgb(255 255 255 / 46%); */
}
footer .quickLinks .footerLink {
    color: var(--link-icon-oncolor-visited);
    margin: 0;
    padding-bottom: var(--spacing-md);
    line-height: 24px;
}
 
footer h5.category {
    border-bottom: 1px solid var(--border-oncolor-transparent-30);
    margin-bottom: var(--spacing-md);
    padding: 0;
    padding-bottom: var(--spacing-md);
}
 
 

 
footer .text-increase, footer .sound, footer .color-filters, footer .socialIcons-footer a, footer .sign {
    /* outline: 1px solid #ffffff80; */
    border-radius: 4px;
    padding: var(--spacing-sm);
    margin: 0 var(--spacing-xs) !important;
}
footer .text-increase{
    margin-right:0!important;
}
span.call-us {
        color: white;

}
 
span.call-us a, span.call-us a:visited, .footerQuicklinks a  {
    color: white;
}
 
span.call-us a{
    border-bottom: 1px solid var(--link-neutral);
}
 
 
footer .quickLinks:last-child .accessibility, footer .quickLinks:last-child .contacts-us, footer .quickLinks:last-child .DownloadApp {
    margin-bottom: var(--spacing-4xl);
}
 

 
footer  .text-increase svg path:first-child,  
footer  .sound svg path:first-child,
footer  .sound svg path:first-child,
footer  .snap svg path:first-child {
  stroke:white; 
}
footer  .text-increase svg path:last-child, 
footer  .color-filters svg path,
footer  .sign svg path,
footer  .fb svg path,
footer  .insta svg path,
footer  .insta svg path, 
footer  .linked svg path ,
footer  .x svg path {
  fill: white;
}
footer .text-increase, footer .sound, footer .color-filters, footer .socialIcons-footer a, footer .sign {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 footer .sound{
     display:none;
 }


 


.video-container.card-img-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(0 0 0 / 90%), transparent);
}
 
.heroBanner .slide .card-img-overlay {
    width: 100%;
    padding: 9rem 1rem;
}


.heroBanner {
             height: 70vh;
}
.video-container.card-img-top {
    background-color: #e3dad0;
}
 
 
.heroBanner .slide .card-img-overlay:before {
    content: '';
    position: absolute;
    right: 0;
   /* walid background-image: url('/themes/custom/nbu/images/founding-day/Saudi Founding Day Logo.svg');  */
    height: 3rem;
    width: 9rem;
    background-repeat: no-repeat;
    top: 3rem;
}
 
a.visionLink {
    margin: 0;
}
footer .copyrightSection .stamps a{
    /* flex:1; */
    /* width: 9.3rem; */
    gap: 1rem;
    display: flex;
    justify-content: center;
}
a.visionLink img {
       height: 3rem;
    width: 7rem;
}
 
footer.d-flex.flex-wrap:before {
    content: '';
   /* walid background-image: url('/themes/custom/nbu/images/founding-day/footerpattern.png');   */
    top: 3rem;
    width: 36rem;
    left: 0;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
}
@media (min-width: 992px) {
    .heroBanner .slide .card-img-overlay {
        padding: 9rem 0;
    }
    .heroBanner {
               height: 70vh;
    }
  
}


