@tailwind base;
@tailwind components;
@tailwind utilities;

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=ADLaM+Display&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Wallpoet&display=swap');

/* Category Button */
.category-btn {
  @apply flex flex-col items-center justify-center bg-white p-4 rounded-lg shadow-md hover:scale-105 transition-transform cursor-pointer text-brand-green font-medium;
}

/* Card Style */
.card {
  @apply bg-white shadow-card rounded-lg p-6 hover:shadow-cardHover hover:scale-105 transition transform cursor-pointer;
}

/* Background Hex Pattern */
body {
   font-family: "Poppins", sans-serif;
    font-family: 'Poppins', sans-serif;
    backdrop-filter: blur(80px);
    background:url(assest/public/img/bg.jpg);
    backface-visibility: 20%;
    background-size: contain;
    color: #e6f0ff;
}

.slab{
  width: 20px;
  height: 7px;
  border-radius:50px;
  background-color: rgba(255, 255, 255, 0.3);
}

.titlefont{
  color: rgba(255, 255, 255, 1)!important;
  font-family: "Wallpoet", sans-serif;
  font-weight: 400 !important;
  font-style: Regular!important;
  font-size: 26px!important;
  line-height: 27px!important;
  letter-spacing: 1%!important;
}

.btntext{
background: rgba(255, 255, 255, 0.06) !important;
font-weight: 400;
font-style: Regular;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
padding: 10px 0px;
}

    p{
        color: #8D99A9 !important;
        font-weight: 300 !important;
        font-style: Light !important;
        font-size: 18px;
        line-height: 131% !important;
        letter-spacing: 0%;
        text-align: center;
      }

      h1, h2, h3, h4, h5, h6{
              color: #FFFFFF !important;
      }