@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("font-awesome.min.css");
body {
  font-family: "poppins", sans-serif;
  color: #000;
  background-color: #ffffff;
}


/*end header section*/
.slider_section .slider_container {
  color: #000;
  background-color: #28a745;
  padding: 5px;
  border-radius: 0 0 15px 15px;
  height: 500px;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px;
}

.slider_section .img-box img {
  width: 275px;
}

.slider_section .detail-box .nature{
  color: #fff;
}

.slider_section .detail-box {
  padding-left: 45px;
  padding-top: 55px;
  margin: 45px 0;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  font-size: 3.5rem;
  margin-bottom: 10px;
}

.slider_section .detail-box p {
  font-weight: bolder;
  letter-spacing: 2px;
}

.slider_section .detail-box a {
  font-weight: lighter;
  text-decoration: none;
  color: #000;
  border-radius: 10px;
  border: 1px solid black;
  padding: 15px 25px;
  margin: 45px 0;
  align-items: center;
  text-transform: uppercase;
}

.slider_section .detail-box a:hover {
  background: #fd7e14;
  color: #ffffff;
}

.slider_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: -25px;
  left: 5%;
  padding: 7px 10px;
  border-radius: 5px 5px 0 0;
}

.slider_section .carousel_btn-box img {
  margin: 0 10px;
}

.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
  position: unset;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  opacity: 1;
  background-position: center;
  color: #000000;
  font-size: 14px;
}

