/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Author : Srabon +++++++++++++++++++++++++++++++++++++++*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,700&family=Roboto:ital,wght@0,300;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;500&display=swap');

body{
    font-family: 'Poppins', sans-serif;
    
}
.blue-card {
    box-shadow:  20px 20px 18px #888888;
    padding-top: 3rem; 
    margin-top: 0;
    border-radius: 10px;
}
.white-card{
    box-shadow:  5px 5px 18px #888888;
}

.Availability{
    min-height:100%;
    background:linear-gradient(25deg, rgba(0,0,0,.4), rgba(0,0,0,.8)), url('/images/pexels-nita-52907.jpg');
    background-size:cover;
  }


  .drk:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.6;
    z-index: 1;
  }
  
  .carousel-caption {
    z-index: 2;
  }

.ourpac{
  font-family: 'Roboto', sans-serif;
  color:#231D4F;
  font-weight: bold;
}
.copyright {
font-family: 'Manrope', sans-serif;
font-size: 14px;
}
ul{
  font-weight: 200;
  color:#231D4F;
  font-size: 14px;
}