@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* optional */

/* @tailwind base;
@tailwind components;
@tailwind utilities; */

/*
! tailwindcss v3.0.16 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
  }

  hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
  }

  .main-logo {
    width: 14rem; /* Adjust this value as needed */
  }
  
  .main-logo img {
    width: 100%; /* This ensures the image fills the container */
    height: auto; /* Maintain aspect ratio */
  }
  


  .pricing-sub-heading{
   color: #6d6d6d;
  }

  .pricing-first-card{
    background-color: #3b82f6;
  }

  .pricing-card-subtitile {
    color: #808080c0;
  }

  .pricing-second-card{
    background-color: #8080803e;
  }

  .pricing-button{
    margin-bottom: 15px;
  
   
  }

  footer{
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #003fa4;
    font-size: 14px;
  }

  .footer-subtitle{
    padding-top: 5px;
    font-size: 12px;
  }