@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.3, 1.3);
  }
}

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

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 5s;
  animation: zoom 5s;
}


.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.6);
}



.carousel-caption h1{
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0px 3px 2px rgba(0,0,0,0.46);
}

/* Declare heights because of positioning of img element */
.carousel-item {
  width: 100% !important;
  height: auto !important;
  box-shadow: 2px 7px 8px -2px rgba(0,0,0,0.61);
-webkit-box-shadow: 2px 7px 8px -2px rgba(0,0,0,0.61);
-moz-box-shadow: 2px 7px 8px -2px rgba(0,0,0,0.61);
}


/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
/* .carousel-caption {
  top: 10rem;
  left: 1rem;
  z-index: 10;
} */

.carousel-caption {
  position: absolute;
  /* right: (100% - $carousel-caption-width) * .5;
  bottom: $carousel-caption-spacer;
  left: (100% - $carousel-caption-width) * .5;
  padding-top: $carousel-caption-padding-y;
  padding-bottom: $carousel-caption-padding-y;
  color: $carousel-caption-color; */
  left:15% !important;
  right: 10% !important;;
  top:10%;
  text-align: right;
  z-index: 10;

}

.button_area{
  padding-top: 20px;
}
.button_area .btn{
  width: 120px;
  height: auto;
  margin-top: 10px;
  font-size: 26px;
  font-weight: 400;
  margin-right: 5px;
}

/* Declare heights because of positioning of img element */
/* .carousel-item {
  height: 32rem;
} */



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  .carousel-caption p {
    /* margin-bottom: 1.25rem; */
    font-size: 1.25rem;
    line-height: 1.4;
  }


  .carousel-caption h1{
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
  }
}

@media (min-width: 62em) {

  .carousel-caption h1{
    font-size: 56px;
    font-weight: 600;
    color: #ffffff;
  }
}
