.carousel-caption {
  bottom: 250px !important;
}

.carousel-indicators {
  bottom: 240px !important;
}

.bg-corousel {
  position: absolute;
  bottom: 0px;
}

.gradient-box {
  height: 100px;
  color: white;
}

.gradient-box:hover {
  color: rgba(0, 0, 0, 0);
}

.custom-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.PlumPlate {
  background: linear-gradient(to right, #667eea, #764ba2);
}

.WarmFlame {
  background: linear-gradient(to right, #ff9a9e, #fad0c4);
}

.NightFade {
  background: linear-gradient(to right, #a18cd1, #fbc2eb);
}

.SpringWarmth {
  background: linear-gradient(to right, #fad0c4, #ffd1ff);
}

.JuicyPeach {
  background: linear-gradient(to right, #ffecd2, #fcb69f);
}

.SunnyMorning {
  background: linear-gradient(to right, #f6d365, #fda085);
}

.RainyAshville {
  background: linear-gradient(to right, #fbc2eb, #a6c1ee);
}

.FrozenDreams {
  background: linear-gradient(to right, #fdcbf1, #e6dee9);
}

.WinterNeva {
  background: linear-gradient(to right, #a1c4fd, #c2e9fb);
}

.DustyGrass {
  background: linear-gradient(to right, #d4fc79, #96e6a1);
}

.TemptingAzure {
  background: linear-gradient(to right, #84fab0, #8fd3f4);
}

.AmyCrisp {
  background: linear-gradient(to right, #a6c0fe, #f68084);
}

.MeanFruit {
  background: linear-gradient(to right, #fccb90, #d57eeb);
}

.DeepBlue {
  background: linear-gradient(to right, #e0c3fc, #8ec5fc);
}

.RipeMalinka {
  background: linear-gradient(to right, #f093fb, #f5576c);
}

.MalibuBeach {
  background: linear-gradient(to right, #4facfe, #00f2fe);
}

.NewLife {
  background: linear-gradient(to right, #43e97b, #38f9d7);
}

.TrueSunset {
  background: linear-gradient(to right, #fa709a, #fee140);
}

.MorpheusDen {
  background: linear-gradient(to right, #30cfd0, #330867);
}

.RareWind {
  background: linear-gradient(to right, #a8edea, #fed6e3);
}

.NearMoon {
  background: linear-gradient(to right, #5ee7df, #b490ca);
}

.WildApple {
  background: linear-gradient(to right, #d299c2, #fef9d7);
}

.HappyFisher {
  background: linear-gradient(to right, #89f7fe, #66a6ff);
}

.ZeusMiracle {
  background: linear-gradient(to right, #cd9cf2, #f6f3ff);
}

.DeepBlue {
  background: linear-gradient(to right, #6a11cb, #2575fc);
}

.HappyAcid {
  background: linear-gradient(to right, #37ecba, #72afd3);
}

.AwesomePine {
  background: linear-gradient(to right, #ebbba7, #cfc7f8);
}

.NewYork {
  background: linear-gradient(to right, #fff1eb, #ace0f9);
}

.MixedHopes {
  background: linear-gradient(to right, #c471f5, #fa71cd);
}

.FlyHigh {
  background: linear-gradient(to right, #48c6ef, #6f86d6);
}

.FreshMilk {
  background: linear-gradient(to right, #feada6, #f5efef);
}

.SnowAgain {
  background: linear-gradient(to right, #e6e9f0, #eef1f5);
}

.FebruaryInk {
  background: linear-gradient(to right, #accbee, #e7f0fd);
}

.KindSteel {
  background: linear-gradient(to right, #e9defa, #fbfcdb);
}

.SoftGrass {
  background: linear-gradient(to right, #c1dfc4, #deecdd);
}

.DirtyBeauty {
  background: linear-gradient(to right, #6a85b6, #bac8e0);
}

* {
  box-sizing: border-box;
}

body {
  font-family: Verdana, sans-serif;
  margin: 0;
}

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: -20px;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: -20px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* .active, .dot:hover {
  background-color: #717171;
} */
/* Fading animation */
.fadeVidio {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeVidio {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeVidio {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}
