  .travelPackage-bg-container {
    padding: 10px; 
    margin-bottom: 15px; 
    height: 480px; 
    width: 270px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    
  }

  /*.bg-for-list{
    background-color: rgb(255, 255, 255);
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 6px;
    width: 100%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    
  }

  .bg-for-price{
    background-color: rgb(255, 255, 255);
    margin-left: 2px;
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 6px;
    width: 50%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    
  }*/
  .bg-for-list, .bg-for-price {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 6px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
 
}

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Lobster&family=Roboto:wght@400;700&family=Playfair+Display:wght@400;700&display=swap');

.ql-font-poppins { font-family: 'Poppins', sans-serif !important;; }
.ql-font-lobster { font-family: 'Lobster', cursive !important;; }
.ql-font-roboto { font-family: 'Roboto', sans-serif !important;; }
.ql-font-playfair { font-family: 'Playfair Display', serif !important;; }
.ql-font-arial { font-family: Arial, sans-serif; }
.ql-font-verdana { font-family: Verdana, sans-serif; }
.ql-font-georgia { font-family: Georgia, serif; }
.ql-font-times { font-family: 'Times New Roman', serif; }
.ql-font-comic { font-family: 'Comic Sans MS', cursive; }
.ql-font-monospace { font-family: 'Courier New', monospace; }

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.woff2') format('woff2'),
         url('/fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold.ttf') format('truetype'),
         url('/fonts/Roboto-Regular.ttf') format('truetype');
}

/* Apply to Quill */
.ql-container {
    font-family: 'Poppins', 'Roboto', sans-serif;
}
