/*  


.carousel{
    width: 70%;
    margin: 0;
    position: relative;
}
.slide{
    width: 100%;
    height: 100%; 
    position: absolute;
} 

.carousel-button{
    position: absolute;
   /*  background: none;
    border: none;
    
    font-size: 2rem;
    cursor: pointer;
    color:rgba(255,255,255,0.5);
    
    top: 50%;*/
 /*     top: 10;
    z-index: 2;  
    border-radius: 5px;
    padding:0 0.5rem 0 0.5rem;
    background-color: rgba(0,0,0,0.5); 


} 



.carousel-button:hover,
.carousel-button:focus{
    color: white;
}

.carousel-button:focus{
    outline: 1px solid #fff;
}

.carousel-button.prev{
    top: 50%;
    left: 1rem;
}
.carousel-button.next{
    right: 1rem;
} */


/* .img-slider{
    position: relative;
}

.img-slider-inner{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img-slider-inner::after{
    display: block;
    clear: both;
    content: "";
}


.img-slider-item{
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    transition: transform 0.6s ease-in-out;    
}

.img-slider-item-item-prev,.img-slider-item-item.active{display:block}. */

/* .img-slider .slide{
    z-index: 1;
    position: absolute;
    width: 100%;
    inset: 0;
}

.img-slider .slide img{
    z-index: 1;
    border-radius: 10px ;
    display: block;
    width: 100%;
    height: auto; 
    object-fit: cover;
    object-position: center;
   
}


.img-slider .slide .info {
    position: absolute;
    top: 0;
    padding:15px 30px

}

.img-slider .slide .info  h1{
    color: white;
}

.img-slider .slide .info  p{ 
    color: white;
}

 .img-slider .slide-nav{
    position: absolute;
    z-index: 2;
    bottom: 0;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    
    /* z-index: 2; bottom: 30px;
    left: 50%;
    translate: translateX(-50%) 

}
.img-slider .slide-nav .btn{
    background-color: black;
    width: 12px;
    height: 12px;
    margin-left: 2px;
    border-radius: 50%;
} 


@media only screen and (max-width: 500px) {
    .img-slider{
        position: relative;
        width: 90vw;
        height: 40vh;
        margin: 0;
        padding: 0;
    }
    
} */