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

body, html {
  height: 100%;
  margin: 0;
}


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

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

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


.carousel-item {
/* height: 100vh; */
/* min-height: 350px; */
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
/* background-blend-mode: overlay;
background: linear-gradient(to bottom right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.76) 100%); */
z-index: 1;
background-position: 50% 50%;
}

.item-work-image .carousel-item{
  height: 30px!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 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


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

.featurette-divider {
  /* margin: 5rem 0;  */
  height: 100px;
  /* 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: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.carousel-indicators {
  justify-content: flex-end;
  z-index: 3;
  margin-right: 5%;
}

.scroll-down{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
}

.scroll-down svg{
  max-height: 40px;
}

.scroll-down a{
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.text-scroll{
  margin-top: 10px;
}

.carousel-caption h5{
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 15px!important;
  letter-spacing: 0.88px;
}

.carousel-caption p{
  font-size: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.carousel-caption h2{
  color: #fff!important;
  /* font-size: 45px; */
  /* letter-spacing: -2.60px; */
  font-weight: 500;
  font-size: 100px;
  line-height: 82.12%;
  font-family: "GeneralSans-Regular";
}

.carousel-caption span,
.carousel-caption p.span{
  font-weight: 500;
  font-size: 20px;
  line-height: 122.62%;
  text-transform: none;
  margin: 0px;
}
.carousel-caption .col-md-6 {
  margin: auto;
}

.carousel-caption {
    position: absolute;
    right: 40%;
    bottom: 20px;
    left: 10%;
    top: auto;
    padding-top: auto;
    padding-bottom: auto;
    color: #fff;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

.carousel-caption .btn-contact {
  margin-top: 20px;
}

.carousel-item{
  background-color: rgba(0,0,0,0.8)!important;
}

.carousel-indicators [data-bs-target]{
  height: 8px!important;
  width: 8px!important;
  border-radius: 50%!important;
}

.destination .carousel-caption {
    right: 10%;
    left: 10%;
    top: 40%;
  }

.destination .carousel-caption h1{
  font-size: 34px;
}

@media (min-width: 62em) {
  /* .carousel-caption {
      right: 40%;
      left: 15%;
      top: 35%;
    } */

    .destination .carousel-caption {
        right: 15%;
        left: 15%;
        top: 35%;
      }

      .destination .carousel-caption h1{
        font-size: 111.414px;
        line-height: 82.12%;
        text-transform: uppercase;
      }
}

@media (min-width: 40em) {
  /* .carousel-caption {
      right: 50%;
      left: 15%;
      top: 55%;
    } */

    /* .carousel-caption h2{
      font-size: 85px;
      line-height: 66px;
    } */

    .carousel-caption p{
      font-size: 14px;
    }

    .carousel-indicators{
      margin-right: 10%;
    }
}
