/****************
Slider
*****************/
.carousel-caption-main {
    position: absolute;
    right: 32%;
    left: 15%;
    top: 24%;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    font-family: Gotham-Medium;

}
.carousel-caption-main > h5 {
    font-size: 3.56rem;
    color: white;
    line-height: 78px;
    font-weight: bold;
}

.snapp_svg_wrapper {
    position: relative;
    width: 450px;
    height: 150px;
}

.snapp_carousel_indicators_num{
  font-size: 10px;
  margin-left: 0px;
  margin-right: 0px;
  color: rgba(255,255,255,0.7);
} 

.carousel-caption-main > .title-slider {
    font-size: 3.4rem;
    color: white;
    line-height: 78px;
    white-space: nowrap;
}

.carousel-caption-main > p{
  font-family: Gotham-Book;
  font-size: 20px;
  
}

.text-floating-timeline{
  z-index: 1;
  left: 25%;
  right:25%;
}
.slide-image{
   background-position: center center!important; 
   background-size: cover!important; 
   background-repeat: no-repeat!important;
   height:100vh;
}
.carousel-caption.text-floating p{
    color: white;
}


#carouselTimeline.section-py-10{
  padding: 10vh 0;
}

#carouselTimeline .carousel-control-next{
    position: absolute;
    top: 0%; 
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 76%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

#carouselTimeline .carousel-control-prev{
    position: absolute;
    top: 0%;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 76%;
    color: #fff;
    text-align: center;
    opacity: .5;

}


.carousel-caption-main > h1 {
    font-size: 3.56rem;
    color: white;
    line-height: 78px;
    font-weight: bold;
}

.carousel-caption-main > p {
    color: white;
    font-size: 1.5rem;
    font-weight: 100;
}

.carousel-caption-main > hr {
    width: 2%;
    height: 1px;
    background: white;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 18px;
}

.carousel-caption-main > .btn-snapp {
    margin: 2.5rem 0;
    color:black;
    padding: .8rem 3.4rem;
    border-radius: 54px;
    background: white!important;
    border-color: white!important;
}

.column-second{
  height: 60vh;
}
.carousel-inner.left-to-right-both>.text-floating{
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 15%;
    left: 20%;
    right: 20%;
}
.carousel-caption.text-floating{
    bottom: 0;
    top: 40%
}
.carousel-caption.text-floating h5 {
    font-size: 82px;
    font-weight: bold;
    color: white;
}
.carousel-indicators{
  color: white;
  font-size: 15px;
}
.carousel-indicators li {
    font-family: Gotham-Bold;
    color: white;
    position: relative;
    text-indent: 10px;
    cursor: pointer;
    background-color: rgba(255,255,255,0);
    margin-left: 30px;
    margin-right: 30px;
    opacity: 0.5;
    text-align: center;
    width: 80px;
}

  .carousel-indicators .active {
    background-color: unset;
    color: white;
    font-size: 15px;
    opacity: 1;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
  }
  .carousel-indicators .active > span{
    margin: 0 0;
  }

  .mouse-icon{
    margin-left: 70px!important;
  }
/******************************
Responsive Mobile First
*****************************/
@media screen and (max-width: 600px){
  .carousel-caption-main > h1 {
    font-size: 6vh!important;
    color: white;
    line-height: 6vh;
    font-weight: bold;
}

  .carousel-caption-main > hr {
   margin-bottom: 0;
   margin-top: 12px; 
  }
  .carousel-caption-main > .btn-snapp {
    margin: 0;
    padding: 4px;
    }
    .btn-snapp{
      width: auto;
    }
   /* Carousel */
   .slide-hr{
    margin:0;
   }
  .w-100{
    min-height:75vh;
  }
  .carousel-caption.text-floating > .title-slider{
    font-size: 30px;
  }
  .carousel-caption.text-floating > p{
    font-size: 16px;
  }


.text-floating-timeline{
  position: initial;
  z-index: 1;
  left: 25%;
  right:25%;
}

  .carousel-caption-main {
    position: absolute;
    right: 15%;
    left: 15%;
    top: 6%;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
  }
  .carousel-caption-main > span.title-slider {
      font-size: 4vh;
      color: white;
      line-height: 4vh;
      font-weight: bold;
      white-space: inherit;
  }
}

@media screen and (max-width: 600px) and (orientation:portrait){
    .slide-image {
    max-height: 80vh;
  }
}

@media screen and (min-width: 601px) and (max-width: 930px) {



   /*Slider*/
  .carousel-caption.text-floating h5{
    font-size:50px;
  }
  .carousel-caption.text-floating {
    top: 35%;
  }
  .carousel-inner.left-to-right-both>.text-floating {
    left: 20%;
    right: 20%;
  }
}


@media screen and (min-width: 931px) and (max-width: 1368px){

  .carousel-caption-main {
      position: absolute;
      right: 32%;
      left: 15%;
      top: 8%;
      z-index: 10;
      padding-top: 15px;
      padding-bottom: 20px;
      color: #fff;
      text-align: left;
  }
  .carousel-caption-main > .title-slider {
    font-size: 3rem;
    line-height: 40px;
  }
  .carousel-caption-main  > h1 {
  	line-height: 55px;
  }
  .snapp_svg_text {
      margin: 2px;
      padding: 12px 24px;
      font-size: 46px;
      position: inherit;
      color: #fff;
      top: -130px;
  }
}

@media screen and (min-width: 1370px) and (max-width: 1650px){
	.carousel-caption-main > .title-slider {
		font-size: 3.2rem;
	}
}
@media screen and (min-width: 1651px) and (max-width: 2100px) {
    .carousel-inner.left-to-right-both>.text-floating {
      z-index: 1;
      position: absolute;
      bottom: 0;
      top: 12%;
      left: 20%;
      right: 20%;
  }
  .carousel-inner.left-to-right-both>.text-floating h2 {
    font-size: 3.8rem;
  }
  .text-floating {
    z-index: 1;
    position: absolute;
    bottom: 5%;
    left: 15%;
    right: 15%;
  }
  .carousel-caption.text-floating h5 {
    font-size: 146px;
    font-weight: bold;
    color: white;
  }
  .carousel-caption.text-floating p {
    color: white;
    margin-bottom: 8px;
    line-height: 1.7;
    font-size: 22px;
  }
}