*{
    padding: 0;
    margin: 0;
    width:100%;
    font-family:-apple-system,BlinkMacSystemFont, sans-serif; 
    font-weight: bolder;
}

 .navbar .navbar-toggler-icon{

   
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler{

   
     --bs-navbar-toggler-border-color: none;
     --bs-navbar-toggler-border-radius: 0;
     --bs-navbar-toggler-focus-width: 0;
     --bs-navbar-toggler-transition: none;

}
.nav-link:hover{
    box-shadow: -10px -10px 30px rgba(106, 241, 106, 0.582);
    
}
.nav-link.active{
    
    box-shadow: -10px -10px 30px rgba(106, 241, 106, 0.582);
    
    
}


@media all and (min-width:576px){
.nav-link:hover,.nav-link.active{
    box-shadow: 10px 10px 10px rgba(106, 241, 106, 0.582);
    

    }
}
#home{

    background-image: url(./homebg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width:100%;

    background-color:rgb(188, 245, 199);
    background-blend-mode: overlay;    
    




}
::-webkit-scrollbar{
    
    display: none;
    
    
}


form input,form textarea{

    font-size:8px;
    border:3px solid rgb(100, 245, 100);
    border-radius: 10px;
    box-shadow:inset 3px 3px 30px green;
    color:green;
}


@media all and (min-width:461px){
form input,form textarea{
    
    font-size:12px;
}
}
@media all and (min-width:556px){

    form input,form textarea{
        
        font-size:20px;
    }
    }
form input:hover,form textarea:hover{
    box-shadow:none;
    


}

.swiper {
    width: 90%;
    height: 300px;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-next{
    color:green !important;
    
  }
  .swiper-button-prev{
    color:green !important;
  }
  .swiper-pagination-bullet{
    background-color:green !important;
  }




