@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

html,
body {
    overflow: hidden;
    height: 1541.45px;
    width: 865.5px !important;
}

.carousel,
.item,
.active {
    height: 1541.45px;
}

.carousel-inner {
  height: 1541.45px;
  background: #000;
}

.carousel-caption {
    padding-bottom: 80px;
}

.carousel-indicators {
    position: absolute;
    bottom: 100px;
    left: 50%;
}

h2 {
    font-size: 35px;
    line-height: 1.5;
}

h2[class*="animated"] {
    font-family: 'Merienda', cursive;
}

p {
    padding:10px;
}

.fill img {
    width: 100%;
    height: 1541.45px;
    background-position: center;
    background-size: cover;
    opacity:0.9;
}

.fill > .img-fluid {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 1541.45px;
    transform: translate(-50%, -50%);
}

.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

.animated {
  animation-duration: 1.5s;
}

#button1, #button2, #button3, #button4, #button5 {
    transform: scale(1.2);
    color: white !important;
}

#button1:hover, #button2:hover, #button3:hover, #button4:hover, #button5:hover {
    color: black !important;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

.carousel-inner .item .fill > img {
  animation: zoom 20s;
  animation-iteration-count: infinite;
}

.background {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 650px;
  left: -70px;
  top: -90px;
  position: relative;
  height: fit-content;
  padding: 15px;
  border-radius: 50px;
}

