div.jumbotron.carousel-hero {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
}

div.row-cols-1 svg {
  width: 28px;
  height: 28px;
}

div.row-cols-1 h5 {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


div.jumbotron.hero-nature {
  background-image: url('../../assets/img/img13.jpg');

}

div.jumbotron.hero-photography {
  background-image: url('../../assets/img/slide/img1.jfif');
}

div.jumbotron.hero-technology {
  background-image: url('../../assets/img/slide/img11.jpg');
}

div.jumbotron.hero-technology1 {
  background-image: url('../../assets/img/slide/img3.jpg');
}

div.jumbotron.hero-technology2 {
  background-image: url('../../assets/img/slide/img4.jpg');
}

div.jumbotron.hero-technology3 {
  background-image: url('../../assets/img/slide/img5.jpg');
}

div.jumbotron.hero-technology4 {
  background-image: url('../../assets/img/slide/img6.jpg');
}

div.jumbotron.hero-technology5 {
  background-image: url('../../assets/img/slide/img7.jpg');
}

div.jumbotron.hero-technology6 {
  background-image: url('../../assets/img/slide/img8.jpg');
}

div.jumbotron.hero-technology7 {
  background-image: url('../../assets/img/slide/img9.jpg');
}

div.jumbotron.hero-technology8 {
  background-image: url('../../assets/img/slide/img12.jpg');
}


h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 1px 1px rgb(254 255 255 / 40%);
  color: #fff;
  font-size: 18px;
    max-width: 1000px;
    margin: 10px auto;
}

p.hero-subtitle {
  max-width: 1000px;
  margin: 10px auto;
  padding: 5px 15px;
  color: white;
  font-size: 13px;
  text-shadow: 0 1px 1px rgb(254 255 255 / 40%);
}

.plat {
  border-radius: 0px;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0 #0059ff!important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #016090;
  border-color: #016090;
}

.btn.btn-primary {
  background-color: #052952!important;
  border-color: #1c528a!important;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

span {
  font-style: inherit;
  font-weight: inherit;
}

