.bg-image {
  background-image: url("../img/dream-pulse-header.jpg")
}

.hover-trans-img {
    transition: transform 0.5s;
}
.hover-trans-img:hover {
    transform: scale(1.1);
}

.hover-trans-img-big {
    transition: transform 0.5s;
}
.hover-trans-img-big:hover {
    transform: scale(1.5);
}

.business-backlink1 {
    position: absolute;
    left: 90%;
}
.business-backlink2 {
    position: absolute;
    left: 80%;
}

.indeximage{
    margin: 20px auto;
    width: 100%;
    height: 100%;
    position: relative;
}
.indeximage ul{
    position: relative;
}
.indeximage li{
    list-style: none;
    position: absolute;
    opacity: 0;
    transition-duration: 5s;
}
.indeximage li:first-child{
    opacity: 1;
}

.indeximg-img-01 {
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.indeximg-img-02 {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.indeximage div:hover span{
    display: block;
}
.indeximage span{
    position: absolute;
    font-size: 24px;
    cursor: pointer;
    display: none;
    background-color: grey;
    border-radius: 50%;
    opacity: 0.5;
}
.indeximage span:first-of-type{
    left: 20px;
    top: 110px;
}
.indeximage span:last-of-type{
    right: 20px;
    top: 110px;
}
.indeximage a{
    position: absolute;
    width: 50px;
    height: 5px;
    background-color: grey;
    cursor: pointer;
    display: none;
}
.indeximage a:first-of-type{
    bottom: 10px;
    left: 100px;
    background-color: white;
}
.indeximage a:nth-of-type(2){
    bottom: 10px;
    left: 160px;
}
.indeximage a:nth-of-type(3){
    bottom: 10px;
    left: 220px;
}
.indeximage a:nth-of-type(4){
    bottom: 10px;
    left: 280px;
}
.indeximage a:nth-of-type(5){
    bottom: 10px;
    left: 340px;
}
