/* Home Page Carousel */
header.carousel,
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}
header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
@media(max-width:767px) {
  header.carousel .carousel {
    height: 100%;
  }
}

#text-carousel {
  width: 100%;
  padding: 0 20px;
}
#text-carousel a:hover{text-decoration:none}
.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 138px;
  width: 100%;
  z-index:1;
}
.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card span {
  font-size: 12px;
  color: #666;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
  z-index: -1;
}
.quote-card.blue-card {
  background: #0078FF;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.blue-card:before, .quote-card.blue-card:after {
  color: #5FAAFF;
}
.quote-card.green-card {
  background: #00970B;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.green-card:before, .quote-card.green-card:after {
  color:#59E063 ;
}
.quote-card.red-card {
  background: #F61E32;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.red-card:before, .quote-card.red-card:after {
  color:#F65665 ;
}
.quote-card.yellow-card {
/*   background: #F9A825; */
  background: #fcda85;
  color: #222222;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.yellow-card:before, .quote-card.yellow-card:after {
  color: #FBC02D;
}
@media (max-width: 640px) {
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
}

.promo {
  position: absolute;
  top: 50px;
  left: 10%;
  z-index: 10;
  /* display: none; */
  /* border-radius: 50%; */
  height: 460px;
  width: 428px;
  background: url(images/hot-summer-sale-pearl-destinations-sri-lanka.png) left top no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
@media screen and (min-width: 425px) and (max-width: 768px) {
  .promo {
    height: 230px;
    width: 214px;
  }
}
@media screen and (max-width: 425px) {
  .promo {
    height: 180px;
    width: 167px;
  }
}

#hero-overlay {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33vh;
  width: 80%;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
}
#hero-overlay h1 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
}
#hero-overlay p {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
  #hero-overlay h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #hero-overlay h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #hero-overlay h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  #hero-overlay h1 {
    font-size: 25px;
  }
}
