.packdetails {
    background-image: url(m3.jpg);
    margin-top: 225px;
    height: 40vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
  }
  .packdetails header h3 {
    font-size: 1.2rem;
    padding-top: 1rem;
  }
  .packdetails header h1 {
    font-size: 2.2rem;
    padding-top: 1rem;
  }
  .newbtn a {
    color: #fff;
  }
  
  .itis {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .iti {
    border: 1px solid rgba(0, 0, 0, 0.144);
    padding: 2rem;
    margin: 2rem 2rem 0rem;
    box-shadow: 5px 6px 16px 0px rgba(0, 0, 0, 0.62);
    -webkit-box-shadow: 5px 6px 16px 0px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 5px 6px 16px 0px rgba(0, 0, 0, 0.62);
    transition: all 200ms ease-in-out;
  }
  .iti:hover {
    scale: 1.02;
  }
  .extrainfo {
    margin: 2rem 0;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 2rem;
    min-height: 40vh;
    background: rgb(142, 161, 47);
    color: #fff;
  }
  
  .be ul li {
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .be {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
  }
  .be h1 {
    font-size: 2.2rem;
  }
  .iti .iti-head h5 {
    font-size: 1rem;
    margin: 0.5rem 0;
    font-weight: 200;
  }
  @media (max-width: 1200px) {
    .itis {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  .packdetails header {
    background: rgba(119, 111, 111, 0.4);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(243, 235, 235, 0.1);
    backdrop-filter: blur(6.2px);
    -webkit-backdrop-filter: blur(6.2px);
  
    height: 20vh;
  }
  @media (max-width: 768px) {
    .packdetails {
      margin-top: 124px;
    }
    .itis {
      grid-template-columns: 1fr;
      gap: 3px;
    }
    .iti {
      margin: 10px 0;
    }
    .be h1 {
      font-size: 1.2rem;
    }
    .be ul li {
      font-size: 0.8rem;
    }
    .iti-head p {
      font-size: 0.7rem;
    }
    .iti-head h5 {
      font-size: 0.7rem;
    }
    .iti-head h2 {
      font-size: 1rem;
    }
  
    .packdetails header h1 {
      font-size: 1.4rem;
    }
    .packdetails header h3 {
      font-size: 1rem;
    }
  }