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

/* Carousel base class */
#myCarousel {
    max-width: 1800px;
    padding-top: 5px;
    width: 95%;
}


.carousel-caption p.content-slider {
  font-size: 20px;
}

/*full width page withslider*/

.full-width #myCarousel {
    max-width: 100%;
    padding-top:0;
    margin-top: 0;
    width: 100%;
}

.carousel {
  margin-bottom: 4rem;
}

.carousel-indicators{
    z-index: 999 !important;
}

.carousel-control-next,.carousel-control-prev{
    width:5%;
}


#myCarousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border:0;
    border-radius: 100px;
    opacity: 1 !important;
    box-sizing: content-box;
    flex: 0 1 auto;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    display: flex;
}

#myCarousel .carousel-indicators .active {
    width: 10px;
    height: 10px;
    border: 3px solid #ffffff;
    background-color: transparent;
    border-radius: 100px;
    opacity: 1 !important;
    margin-top: -3px;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
    position: absolute;
    top:30%;
    right:1%;
    left:1%;
}

.carousel-inner{
    border-radius: 0px;
}

.carousel-caption p.text-slide{
  font-size: 60px;
  line-height: 1.0;
}

.carousel-caption a.btn-primary{
    margin-top: 50px;
}


/* Declare heights because of positioning of img element */

.carousel-item {
  width: 100%;
  height: auto;
}


/* 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
------------------------- */
.row.featurette{
  margin:60px auto;
}

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

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

@media (min-width: 992px){
    .full-width #myCarousel {
        max-width: 100%;
        padding-top:0;
        margin-top: -142px;
    }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
    .carousel-caption a.btn-primary{
        margin-top: 60px;
    }
}

@media (min-width: 768px) {
    .carousel-caption {
        z-index: 10;
        top:40%;
    }
    .carousel-caption p.text-slide{
        font-size: 60px ;
        line-height: 90px;
     }
    .carousel-caption a.btn-primary{
        margin-top: 0;
    }
}

@media (min-width: 576px) AND (max-width: 889px) {
    .carousel-caption{
        top:20%;
    }
    .carousel-caption p.text-slide{
        font-size: 30px ;
    }
}

@media (min-width: 890px) {
    .carousel-caption{
      top:20% !important;
    }
}


@media (min-width: 1024px) {
    .carousel-caption p.text-slide{
        font-size: 50px ;
    }
    .carousel-caption a.btn-primary{
        margin-top: 70px;
    }
}

@media (min-width: 1280px) {
    .carousel-caption{
        top:30% !important;
    }
    .carousel-caption a.btn-primary{
        margin-top: 140px;
    }
}

@media (min-width: 1440px) {
    .carousel-caption{
        top: 35% !important;
        left: -50%;
    }
    .carousel-caption.template-2{
        top: 30% !important;
        right: 10%;
    }
    .carousel-caption a.btn-primary{
        margin-top: 50px;
    }
}