

.carousel-item .bg-img{
    background-size: cover;
    position: relative;
    min-height: 100vh;
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .80);
}

.carousel-item .book-btn{
    background-color: #ff5a5f;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* margin-top: 140px; */
}

.carousel-item button:hover {
    background-color: #e14b50;
}

.carousel-item  .color-overlays {
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    
   height: 280px;
    margin-bottom: 80px;
    margin-top: -30px;
    background-color: rgba(0, 0, 0, .6);
}

.carousel-item {
    height:85vh ;
    min-height: 300px;
    background: no-repeat scroll center scroll;
    -webkit-background-size: cover;
    background-size: cover;
   
  }

  .carousel-item img {
    width: 100%;
  }
  
  .carousel-item::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.7;
  }
  
  .carousel-caption {
    top: 170px;
    padding-left: 100px;
    padding-right: 100px;
  }
 


 @media only screen and (max-width:1024px) {
  .carousel-item  .color-overlays {
    margin-top: 135px;
}
 }

@media only screen and (max-width:768px)
{
   

    .carousel-caption {
        top: 180px;
        padding-left: 90px;
        padding-right: 90px;
       
      }

      .carousel-caption h5{
        font-size: 30px;
      }
      .carousel-item  .color-overlays{
        margin-top: 30px;
        height: 200px;
      }
}

@media only screen and (max-width:425px)
{
   
  

      .carousel-caption {
        top: 100px;
        padding-left: 0px;
        padding-right: 0px;
       
      }
      
      .carousel-caption h5{
        font-size: 20px;
        margin-left: 70px;
        

      }

      .carousel-item  .color-overlays {
       
        margin-bottom: 0px;
        height: 200px;
        margin-top: 20px;
    }

    


    .carousel-item .book-btn{
      position: relative;
      top: 70px;
      right: 115px;
    
        padding: 10px 5px;
        font-size: 10px;
        width: 70px;
    }
}


