

body {
   
    background-image: url(../images/body-bg.png);
}

.link.active {
    background-color: #800;
    color: #fff;
}

.link {
    border-radius: 5px;
    display: block;
}

.container {
    margin: 0 auto;
    padding: 0 12px;
}

footer{
    position: relative;
}

footer::after {
    content: '';
    background-image: url(../images/footer-bg.png);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 700px;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}


.h6 {
    margin: 5px 0;
    font-size: 14px;
  }
  
  h6 {
    margin: 0 5px;
    font-size: 14px;
  }




@media (min-width:1400px) {
    header {
        background-image: url(Hedar.png);
        
    }



}



@media (min-width:1600px) {
    .container{
        background-position: 313px 53px !important  ;
    }



}

.main-content::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/main-bg.png);
}



@media (max-width: 639px) {
    .mobile\:-mt-\[119px\] {
      margin-top: -223px !important;
    }


    .w-full{
        width : 90% !important;
    }

    .max-w-\[930px\]{
        width : 90% !important;
    }


    .container{
        background-image: none !important;
    }

    
  }
  
  