#slideImageSection{
    background-color:#0d0f11!important;
}
header{
    position: fixed;
    width:100%;
    z-index: 1;
    background: transparent;
}
#slideImg
{
    width:100%;
    height:640px;
    opacity: 0.5;
}
.numberInfo
{
    position: absolute;
    bottom: 0;
    padding: 20px 60px 160px 66px;
    text-align: center;
}
.numberInfo div
{
    font-size: 2vw;
    font-style: oblique;
    font-weight: 500;
    justify-content: space-around;
}
#serachOption
{
    position: absolute;
    top: 25vh;
    left: 9vw;
}
h2{
    letter-spacing: 0.2vw;
    font-weight: bold;
}
.card-img-top
{
    height:25vh;
}
.card{
    height: fit-content;
    box-shadow: 3px 5px 7px gray;
}
.carousel-control-next, .carousel-control-prev
{
    width: unset;
}
.iconCls
{
    color: black;
    font-size: xx-large;
}
#endBar
{
    height: 6px;
    width: 100px;
    margin: auto;
    background: #feb300;
}
.zoom {
    transition: transform .5s;
  }
  .zoom:hover {
    transform: scale(1.1); 
  }