@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap');

/*#carousel .carousel-item.boat{
  background-image:url("https://www.deliverating.com.ng/img/bg1.jpg");
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}*/
#carousel .carousel-item.boat {
  background-image:url("https://chow.padlog.com.ng/img/bg1.jpg");
  animation: 40s ease 0s normal none infinite running zoomout;
  -webkit-animation: 40s ease 0s normal none infinite running zoomout;
  -o-animation: 40s ease 0s normal none infinite running zoomout;
  -moz--o-animation: 40s ease 0s normal none infinite running zoomout;
  
}
#carousel .carousel-item.sea{
  background-image:url("https://chow.padlog.com.ng/img/bg1.jpg");
  animation: 40s ease 0s normal none infinite running zoomout;
  -webkit-animation: 40s ease 0s normal none infinite running zoomout;
  -o-animation: 40s ease 0s normal none infinite running zoomout;
  -moz--o-animation: 40s ease 0s normal none infinite running zoomout;

}
#carousel .carousel-item.river{
  background-image:url("https://chow.padlog.com.ng/img/bg1.jpg");
  animation: 40s ease 0s normal none infinite running zoomout;
  -webkit-animation: 40s ease 0s normal none infinite running zoomout;
  -o-animation: 40s ease 0s normal none infinite running zoomout;
  -moz--o-animation: 40s ease 0s normal none infinite running zoomout;
}
@keyframes zoomout {
  0% { transform: scale(1) }
  50% { transform: scale(1.5) }
  100% { transform: scale(1) }
}
#carousel .carousel-item{
  height:100vh;
  width:100%;
  min-height:350px;
  background:no-repeat center center scroll;
  background-size:cover;
}
#carousel .carousel-inner .carousel-item{
  transition:-webkit-transform 2s ease;
  transition:transform 2s ease;
  transition:transform 2s ease, -webkit-transform 2s ease;
}
#carousel .carousel-item .caption{
  background:rgba(0,0,0,0.5);
  padding:40px;
  color:white;
  animation-duration: 1s;
  animation-delay: 2s;
  border-radius: 8px;
}
#carousel .caption h2{
  animation-duration: 1s;
  animation-delay: 2s;
}
#carousel .caption p{
  animation-duration: 1s;
  animation-delay: 2.2s;
}

#carousel .caption a{
  animation-duration: 1s;
  animation-delay: 2.4s;
  text-decoration: none;
}
.delicious-btn{
  display: inline-block;
  min-width:160px;
  height:60px;
  color: gold;
  border:none;
  border-left:4px solid gold;
  border-radius: 4px;
  padding:0 30px;
  font-size:16px;
  line-height:58px;
  font-weight:600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background: #000;
}
.delicious-btn:hover,
.delicious-btn:active,
.delicious-btn:focus{
  font-size:16px;
  font-weight: 600;
  color: #000;
  background: gold;
  border-color: #000;
}

  