@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');

html{
  scroll-behavior: smooth;
}


#carousel .carousel-item.boat{
    background-image:url("images/img1.jpg");
  }
  #carousel .carousel-item.sea{
    background-image:url("images/img3.jpg");
  }
  #carousel .carousel-item.river{
    background-image:url("images/img2.jpg");
  }
  #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{
    padding:40px;
    color: #fff;
    animation-duration: 1s;
    animation-delay: 2s;
  }
  #carousel .caption h2{
    animation-duration: 1s;
    animation-delay: 2s;
    font-size: 3rem;
    font-family: 'poppins' , sans-serif;
    font-weight: 900;
  }
  #carousel .caption p{
    animation-duration: 1s;
    animation-delay: 2.2s;
  }
  
  #carousel .caption a{
    animation-duration: 1s;
    animation-delay: 2.4s;
  }
  .delicious-btn{
    display: inline-block;
    min-width:160px;
    height:60px;
    color:#fff;
    border:none;
    border-left:3px solid #1c8314;
    border-radius: 0;
    padding:0 30px;
    font-size:16px;
    line-height:58px;
    font-weight:600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    background:#40ba37;
  }
  .delicious-btn:hover,
  .delicious-btn:active,
  .delicious-btn:focus{
    font-size:16px;
    font-weight: 600;
    color:#fff;
    background:#1c8314;
    border-color:#40ba37
  }
  

  .carousel-control-prev-icon:hover{
      background-color: #3c60ac;
      border-radius: 30px;
      padding: 20px;
  }
.carousel-control-next-icon:hover{
    background-color: #3c60ac;
    border-radius: 30px;
    padding: 20px;
}




h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700 !important;
    color: #333333;
}
p{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500 !important;
    color: #747d88;
}
.jumbotron {
	color: white;
	background-image: url("work\ from\ home2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
  }

  .generate{
    color: #061e52;
  }
  .count{
    
      background-image: linear-gradient(to top right, #3c60ac, #fff);
    
  }
  .display-4{
    font-size: 5rem !important;
    color: #fff;
    font-weight: bolder !important;
  }


  .diffrent a{
    border: 2px solid #1d3d64;
    border-radius: 50px;
    letter-spacing: 1px;
    color: #061e52;
    text-transform: uppercase;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif;
  }


/*DEMO ONLY*/

.service-categories {
  padding-top: 3em;
  padding-bottom: 3em;
  background-size: cover;
}


/*DEMO ONLY*/

.service-categories .card {
  transition: all 0.3s;
}

.service-categories .card-title {
  padding-top: 0.5em;
}

.service-categories a:hover {
  text-decoration: none;
}

.service-card {
  background: #5d727c;
  border: 0;
}

.service-card:hover {
  background: rgba(72, 88, 104, 1);
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2)
}

.fa {
  color: #000;
}







/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    width: 100%;
  }
  
  .services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    /* background: #ffc451; */
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
  }
  
  .services .icon-box .icon i {
    color: #151515;
    font-size: 28px;
    transition: ease-in-out 0.3s;
  }
  
  .services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
  }
  
  .services .icon-box h4 a {
    color: #151515;
    transition: ease-in-out 0.3s;
  }
  
  .services .icon-box h4 a:hover {
    color: #ffc451;
  }
  
  .services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
  }


