.carouselContainer {
  position: relative;
  z-index: 1 !important;
  width: 100%;
  color: #fff;
  top: -100px;
}
.carousel-caption {
  right: 5%;
  text-align: right;
  left: auto;
  padding: 5px;
  position: absolute;
  bottom: 70px;
}
.carousel-caption p {
  margin-bottom: 3rem;
}
.carousel-indicators {
  text-align: right;
  left: auto;
  right: 5%;
  margin-right: 0;
  margin-left: 0;
  opacity: 0.5;
}
.carousel-indicators li {
  margin: 10px;
  width: 50px;
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-indicators .active p {
  opacity: 1;
}
.carousel-indicators p {
  position: relative;
  bottom: 32px;
  right: 0px;
  font-family: Montserrat_SemiBold;
  letter-spacing: 2px;
  font-size: 14pt;
  opacity: 0.8;
  color: #fff;
  z-index: 10 !important;
}
.carousel-inner h5 {
  font-size: 30pt;
  font-family: Montserrat_Bold;
  margin: 0;
  text-shadow: 2px 2px 10px #444;
}
.carousel-inner p {
  font-size: 15pt;
  width: 500px;
  text-shadow: 2px 2px 10px #444;
  color: #fff !important;
}
.image img {
  width: 100%;
  height: auto;
}
.grad {
  display: block;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 15px;
  z-index: 3 !important;
  bottom: 0;
}
.carousel-buttons {
  position: absolute;
  bottom: 0%;
  left: 7%;
  width: 650px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 4;
}
.carousel-buttons-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 0 20px;
  background-color: #31569c;
  color: #fff;
  font: normal small-caps 500 20pt "BebasNeue";
  letter-spacing: 1px;
  box-shadow: 0 0 5px 0.5px #383838;
  transition: 0.3s;
}
.carousel-buttons-button:hover {
  background-color: #fff;
  color: #31569c;
}
@media screen and (max-width: 1300px) {
  .carouselContainer {
    top: -15px !important;
  }
}
@media screen and (max-width: 1400px) {
  .carousel-buttons {
    width: 600px;
  }
  .carousel-caption {
    right: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .carousel-indicators {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .carousel-buttons-button {
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .carouselContainer {
    margin-bottom: 100px;
  }
  .carousel-buttons {
    min-width: auto;
    width: 90%;
    left: 0;
    right: 0;
    bottom: -50px;
    margin-left: auto;
    margin-right: auto;
  }
  .carousel-buttons-button {
    width: 48%;
    text-align: center;
    height: auto;
    padding: 20px;
  }
  .grad {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .carouselContainer {
    top: -1px !important;
  }
  .carousel-indicators {
    display: none;
  }
  .carousel-control-prev {
    display: none;
  }
  .carousel-control-next {
    display: none;
  }
  .carousel-caption {
    bottom: -35px;
  }
}
@media screen and (max-width: 576px) {
  .carouselContainer {
    margin-bottom: 250px;
  }
  .carouselContainer.modelCarouselContainer {
    margin-bottom: 60px;
  }
  .carousel-buttons {
    bottom: -150px;
    flex-direction: column;
    align-items: center;
  }
  .carousel-buttons-button {
    width: 100%;
  }
  .carousel-buttons-button:first-of-type {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 340px) {
  .carouselContainer {
    margin-bottom: 270px;
  }
}
