*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
.logo{
    height: 30%;
    width: 40%;
}
.navbar-toggler span {
    height: 1px !important;
    width: 2px !important;
    background-color: black !important;
}

.navbar-nav:hover .nav-link:hover, .navbar-nav:active .nav-link:active{
color:#fff !important;
}

.card-body img{
    height: 600px;
    width: 100%;
}
.carousel-item img{
    width: 100%;
    height: 400px;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
    background-color:  rgb(241, 196, 99) !important;
    padding: 20px;
}

.gallery-img img:hover{
    -ms-transform: scale(1.5); 
    -webkit-transform: scale(0.5); 
    transform: scale(1.5); 
    padding: 40px;
}

.gallery-img img{
    /* padding: 50px; */
    transition: transform .2s;
    /* width: 200px; */
    /* height: 200px; */
    margin: 0 auto;
}
  
.owl-theme:active{
    color: rgb(241, 196, 99) !important;
}
  
.whatsapp-in{
    position:fixed;
    bottom: 20px;
    right: 20px;
    z-index:500;
}
@media screen and (max-width: 667px) {
    .listimage{
        width: 354px !important;
        height: 100% !important;
    }
    .logo {
        align-items: center;
    }
    .carousel-item img{
        width: 100%;
        height: 300px;
    }
   
  }