@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

.containers{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    background-image: url('gallery/1628138200353.jpg');
    background: fixed;

}


.imgbox img{
    width:100px;
    height:100px;
    border-radius: 50%;
    object-fit: cover;

}

.imgbox{
    text-align: center;
}

.carousel-control{
    background: transparent!important;
}

.glyphicon {
    color:black
}


.carousel{
    background: white;
    padding: 0px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 1px 1px 30px #b1aeae;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.carousel-caption p{ 
    width: 100%;
    color:black!important;
    text-shadow: none;
    font-family: 'Roboto', sans-serif;
    padding:0 80px!important;
    background-color: white!important;

}
 

.carousel-caption h3{ 
    color:black!important;
    text-shadow: none;
    font-family: 'Oswald', sans-serif;
}


.carousel-caption{
    position: relative!important;  
  right: 0%!important;  
    bottom: 0px!important;  
  left: 0%!important;
    
}

.carousel-indicators{
    bottom: -4px;
}

.carousel-indicators li{
    width: 50px;
    background:rgba(253,29,29,1)
}


.carousel-indicators li.active{
    width: 50px;
    background:rgba(252,176,69,1)
}


