

.carousel-slide {
  padding: 20% 15% 15%;
}

.carousel-container {
  margin-top:-10%;
}

.container-parteneri {
  justify-content:center;
}

.container-parteneri a {
  height:6rem;
}

.textc {
  text-align:left;
  padding: 0 10%;
}

.servicii .deco {
  margin:0;
}

.servicii-info {
  padding:0 5% 0 5%;
}



.swbtn {
  display:block;
  width:30%;
}

.decoimage {
  background-image: url(../../foto/watermark-3.png);
  width: 100%;
  height: 30rem;
  position: absolute;
  right: -66%;
  background-repeat: no-repeat;
  top: 15%;
  background-size: contain;
  transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}


@keyframes float {
	0% {
		
		transform: translatey(0px);
	}
	50% {
		
		transform: translatey(-20px);
	}
	100% {
		
		transform: translatey(0px);
	}
}

#srats {
    margin-top:7%;
}
@media only screen and (max-width: 768px) {
  .carousel-slide {
    padding: 35% 15% 25% 15%;
  }

  .swbtn {
    width:100%;
    margin-bottom: 15%;
  }

  #slide1 {
          background-position: 82%;
  }
.carousel-container {
  margin-top:-25%;
}


}
