header {
    background: #c00101e5
}
.adel {
    background: rgba(133, 0, 0,0.1)

}

main {
    width: 100%;
    height: 100vh;
    position: relative;
}


.carousel,
.carousel-inner,
.carousel-item,
.carousel-item::before {
  position: absolute ;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.carousel-caption {
    position :static;
}
.carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.back {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 20px;
}
.custom {
    background-color: #EEEEEE; 
}
a:hover {
    color: #BAD7E9 !important;
}

.test img {
    width: 350px;
    height: 220px;
    margin: 20px;
}
.test {
    display: flex;
    justify-content: center;
}
/* .about img {
    width: 500px;
} */
.equi img {
    min-width: 200px;
    max-width: 240px;
}
.navbar-brand img {
    width: 200px;
}

