/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 8rem;
  color: #5a5a5a;
}

body.no-top-space {
  padding-top: 0rem;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 0rem;
  z-index: 10;
  left: 0rem;
}

/* Override Bootstrap's carousel transition duration */
#myCarousel .carousel-item {
  height: 32rem;
  transition: transform 0.6s ease-in-out !important;  
  transition-duration: 15s !important;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  transition: transform 0.6s ease-in-out !important;  
  transition-duration: 15s !important;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;  
}
.aquaBG {
    opacity: 0.7;
    background-color: black;
    padding-left: 0.7rem;
    text-align: left;
    text-transform: capitalize;
    border-radius: 0.3rem;
}
.ovalWhite{
  color: #e21082;
  letter-spacing: 0.05rem;
  background: #fcfcfc;
  border-radius: 30px 0px 0px 30px;
  padding: 0.2em 0.6em 0.2em 0.9em;
  font-size: 1em;
}
.oval {
  width: 180px;
  height: 50px;
  background: #e21082;
  border-radius: 0px 30px 30px 0px;
  padding-left: 0.5rem;
  font-weight: 500;
  padding-right: 0.7rem;
  font-size: 18px;
  /* vertical-align: 0.1rem; */
  color: white;
  letter-spacing: 0.05rem;
  /* padding-left: 0.4em;
  padding-right: 0.4em;
  padding-bottom: 0.1em;
  padding-top: 0.05em; */
  /* padding: 0.2em 0.6em 0.2em 0.6em !important; */
  padding:0.34em 0.6em 0.27em 0.6em !important;
}

.HomeCarouselVideo {
  width: 100%;
  height: 100%;
  margin-top: 1.5%;    
  background-color: #0a0303;
}
.carousel-control-next, .carousel-control-prev {
  height: 20%;
  top: 13em !important;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  color:#e21082;
  font-weight:600;
  /* word-spacing: 0.15em; */
  letter-spacing: 0.03em;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


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

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

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


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

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.6;
    color: white;/* #ffdb02; */
    font-weight: 400;
    width: 58%;
  }    
  .carousel-caption {
    bottom: 5rem;
    z-index: 10;
    /* left: 38rem; */
  }
  .featurette-heading {
    font-size: 30px;    
  }
  /* .carousel-button {      
    margin-left: 12rem;
  } */
  .featurette {
    padding-left: 2rem;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 0rem;
  }   
  .carousel-item > img {
    /* height: 58rem; */
    height: 32rem;
  }
}
@media (max-width: 62em) {
  .d-block.w-100.Car3 {
    object-position: 83% 20px !important;
    width: 100% !important;
  }    
}

@media (min-width: 1025px) { 
  .carousel-item > img {
    /* height: 88rem !important; */
    height: 32rem;
  }
  .featurette{
    padding-left: 10rem !important;
    width: 85%;
  }
  .carousel-caption p {   
    font-size: 1.1rem;
  }
}
@media (min-width: 1067px) { 
  .carousel-item > img { 
    height: 42rem;
  }
}
@media (min-width: 1350px) { 
  .carousel-item > img { 
    height: 44rem;
  }
}
@media (min-width: 1440px) { 
  .carousel-item > img { 
    height: 48rem;
  }
}
@media (min-width: 1540px) { 
  .carousel-item > img { 
    height: 52rem;
  }
}
@media (min-width: 1700px) { 
  .carousel-item > img { 
    height: 56rem;
  }
}
@media (min-width: 1850px) { 
  .carousel-item > img { 
    height: 60rem;
  }
}
@media (min-width: 2000px) { 
  .carousel-item > img { 
    height: 64rem;
  }
}