.hero .carousel-inner {
  max-width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  margin: 0;
}
.carousel-indicators li {
  width: 8px;
  border-radius: 100%;
  height: 8px;
}

.hero-img {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-caption {
  justify-content: center;
}

.carousel-caption {
  top: 35%;
  color: #fff;
}
.carosel-caption-s3 {
  font-family: Roboto;
  font-size: 105.9px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
  text-transform: uppercase;
 
}
.carosel-caption-p {
  font-family: Roboto;
}

.Hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-btn {
  display: inline-flex;
  padding: 17.133px 36.719px 17.959px 36.281px;
  justify-content: center;
  align-items: center;
  border-radius: 31.242px;
  border: 1.466px solid #FFF;

}
.hero-img .btn {
  font-family: Roboto;
  border-radius: 35px;
  color: #ffffff;
  border-color: #fff;
  letter-spacing: 1px;
  background: transparent;
  transition: all 0.6s ease 0s;
  top:20%;
}

.hero-img.btn:hover {
  color: #0070d5;
  background: #fff;
  border-color: #fff;
}

.hero .btn {
  font-family: Roboto;
  color: #ffffff;
  border-color: #fff;
  letter-spacing: 1px;
  background: transparent;
  transition: all 0.6s ease 0s;
}

.hero .btn:hover {
  color: #0070d5;
  background: #fff;
  border-color: #fff;
}

.carousel-inner .item {
  position: relative;
  display: none;
  -webkit-transition: 2s ease-in-out left;
  -moz-transition: 2s ease-in-out left;
  -o-transition: 2s ease-in-out left;
  transition: 2s ease-in-out left;
  transition-delay: 2s;
}

.hero-img-1 {
  background-image: url("../img/heroSection/Slide1.jpg");
}

.hero-img-2 {
  background-image: url("../img/heroSection/Slide2.png");
}

.hero-img-3 {
  background-image: url("../img/heroSection/Slide3.png");
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

/* .learn-more-btn{
  border-radius: 2.575rem;
} */


@media only screen and (max-width: 575px) {
  .carosel-caption-s3 {
    font-size: 1.9rem;
  }
  .carosel-caption-p {
    font-size: 0.8rem;
  }
  .hero .btn {
    font-size: 13px;
    line-height: 18px;
    border-radius: 25px;
  }

  .hero-img .btn {
    font-size: 13px;
    line-height: 18px;
    border-radius: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .carosel-caption-s3 {
    font-size: 2.0rem;
  }


  .hero .btn {
    font-size: 16px;
    line-height: 25px;
    border-radius: 35px;
  }

  .hero-img .btn {
    font-size: 16px;
    line-height: 25px;
    border-radius: 35px;
  }
}



@media only screen and (min-width: 992px) {
  /* .carosel-caption-s3 {
    font-size: 3.2rem;
  } */
  .carosel-caption-p {
    font-size: 1.3rem;
  }
  .hero .btn {
    font-size: 16px;
    line-height: 25px;
    border-radius: 35px;
  }
}

.desk-img {
  display: block;
}

.mobile-img {
  display: none;
}

@media (max-width: 700px) {
  .desk-img {
    display: none !important;
  }
  .mobile-img {
    display: block;
  }

  .hero-img {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-img-1 {
    background-image: url("../img/heroSection/Slide1.png");
  }

  .hero-img-2 {
    background-image: url("../img/heroSection/Slide1.png");
  }

}
