.section-baner a{
    position: absolute;
    left:0;
    top:0;
    bottom: 0;
    right: 0;
    width:100%;
    height: 100%;
}
.swiper-container{
margin:0 auto;
}


.swiper-button-prev,.swiper-button-next{
    background:#f5861d;
    color:#fff;
    border-radius:50px;
    height:50px;
    width:50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

  .section-baner .baner-single {
   
    /* height: 800px; */
   
  }
  footer {
    background: #e6e6e6;
    color:#333;
 
}

.swiper-pagination-bullet-active{
  background: #f5861d;
}

.section-document .extra-info {
  font-size: 64px;
  
}
.section-baner .baner-single{
  height: 100%;
}

/* .section-baner img{
  display: block;
} */


footer h1{
  font-size: 2rem;
}

.more{
  font-weight: 400;
}

  
  @media all and (max-width: 1360px) {
    /* .section-baner .baner-single {
   
        height: 700px;
       
      } */
  }



  @media all and (max-width: 990px) {
    /* .section-baner .baner-single {
   
        height: 600px;
       
      } */
  }
  @media (max-width: 768px){
  .section-baner .baner-single {
      height: 100%;
      
  }
  }

  @media all and (max-width: 600px) {
    /* .section-baner .baner-single {
   
        height: 400px;
       
      } */
  }