html{
    scroll-behavior: smooth;
}
.heading{
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: yellow;
}
nav{
    transition:all .5s;
}
.container-fluid{
    margin:0 !important;
    padding:0 !important;
}


nav .nav-item{
    padding-left:25px
}
nav .nav-link{
    color:white !important;
}

@media screen and (max-width:992px){
    .navbar-collapse .ml-auto{
        margin-right:0;
    }
    nav .nav-item{
        padding-left:0;
    } 
    nav .nav-item{
        text-align: right;
    }

}
.head-nav{
    background:linear-gradient(to right,rgba(255,0,0,0.4),rgba(0,0,255,0.4)),url(../images/IMG-20221019-WA0011.jpg);
    background-attachment:fixed ;
    background-size: cover;
    height: 700px;
    transition: all .2s;

}
.nav-link:hover{
    transition: all .2s;
}
.nav-link:hover{
    color:rgb(69, 68, 68) !important;
    transform: scale(1.1);
    font-weight: bolder;
}
.our-categ{
    transition: .2s;
    margin-top:20px;
    cursor:pointer;
    transition: all .5s;

}

.our-categ h3{
    transition: all .5s;

}
.our-categ h3:hover{
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    transform: scale(1.3);
}

footer ul li{
    display: inline-block;
}
  
footer  ul li a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    font-size: 25px;
    margin: 0 10px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }
  
  footer ul li a .icon {
    position: relative;
    color: #262626;
    transition: .5s;
    z-index: 3;
    margin-top:10px;
  }
  
  footer ul li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
  }
  
  footer ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
  }
  
  footer  ul li a:hover:before {
    top: 0;
  }
  
  footer ul li:nth-child(1) a:before{
    background: green;
  }
  footer ul li:nth-child(2) a:before{
    background: #3b5999;
  }
  
  footer ul li:nth-child(3) a:before{
    background: #55acee;
  }
  
  footer ul li:nth-child(4) a:before {
    background: #0077b5;
  }
  
  footer ul li:nth-child(5) a:before {
    background: #dd4b39;
  }
  .copyrights{
    padding-bottom: 1px !important;
    background-color: #262626;
}
.copyrights p{
    margin-top:20px
}
.footer-contact{
    margin-top:100px !important;
    align-items: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content:center;
    padding:20px 0 10px 0 !important;
}
.image-cont .cat-s{
    padding-top:25px;
    padding-bottom:25px;
}
.image-cont .cat-s h5{
    padding-top:5px;
    padding-bottom:5px;
}
.page-7ob{
    filter:brightness(50%);
    background: url(../images/ma7al.jpg);   
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.scroller{
    background:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.5) ),url(../images/IMG-20221019-WA0056.jpg);
    filter:brightness(40%);
    background-size: cover;
    background-repeat: no-repeat;
    height:350px;
    background-attachment: fixed;
}