    * {
      padding: 0;
      margin: 0;
    }

    body {
      margin: 0;
      font-family: Arial, sans-serif;

    }

    .navbar {
      background-color: rgba(0, 0, 0, 0.544);
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 40px;
      position: fixed;
      width: 95%;
    }

    .navbar .logo {
      display: flex;
      align-items: center;
      width: 50px;
    }

    .navbar .logo img {
      height: 90px;
      margin-right: 10px;
      width: 95px;
    }

    .papa {
      font-size: 25px;
      display: flex;
      align-items: end;
    }

    .navbar .nav-links {
      display: flex;
      gap: 25px;
    }

    .navbar .nav-links a {
      color: white;
      text-decoration: none;
      font-weight: bold;
      font-size: 20px;
    }

    .navbar .nav-links a:hover {
      text-decoration: underline;
    }

    .header {
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(../img/Country-banner1.png);
      height: 80vh;
    }

    .header,
    text {
      color: white;
      font-size: 70px;
      display: flex;
      align-items: center;
      padding-left: 60px;
    }

    /* .naa{
      display: flex;
      justify-content: center;
    } */

    .country {
      color: #ff9929;
      font-weight: bold;
      font-size: 24px;
      display: flex;
      justify-content: center;
      padding: 20px;
    }

    .description {
      font-size: 18px;
      /* max-width: 800px; */
      margin: 20px 0 0;
      line-height: 1.6;
      display: flex;
      justify-content: center;
    }

    .highlight-blue {
      color: #0077cc;
      font-weight: bold;
    }

    /* mnn */

    .csr-header {
      padding: 40px 20px 20px;
    }

    .csr-header h1 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 10px;
      display: flex;
      justify-content: center;
      color: #ff9929;
    }

    .csr-header p {
      font-size: 14px;
      max-width: 800px;
      margin: auto;
    }

    .csr-card:hover {
      background-color: #0056b3;
      transform: translateY(-7px);
      transition: .5s;
    }

    .csr-container {
      display: flex;
      /* background-color: #007BFF; */

    }

    .mom {
      /* background-color: #007BFF; */
      display: flex;
      justify-content: center;
      gap: 100px;
    }

    .csr-card {
      width: 200px;
      padding: 30px 20px;
      margin: 10px;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .circle-container {
      width: 150px;
      height: 150px;
      border: 3px solid white;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .icon-circle {
      width: 100px;
      height: 100px;
      border: 2px solid white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      font-size: 40px;
    }

    .infos {
      display: flex;
      justify-content: center;
    }

    .csr-container img {
      width: 30px;
      padding-top: 50px;
    }

    .csr-card h3 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .food-images {
      display: flex;
      padding: 40px;
      margin-left: 30px;
      gap: 90px;
    }

    /* .description.span{
      color: #000;
    } */
    .csr-card button {
      padding: 10px 15px;
      background: transparent;
      border: 1px solid white;
      color: white;
      cursor: pointer;
      font-weight: bold;
    }

    .tourism {
      background-color: #9dc82d;
    }

    .health {
      background-color: #0898a0;
    }

    .education {
      background-color: #d9c350;
    }

    .environment {
      background-color: #56be91;
    }

    .charities {
      background-color: #a2cf7a;
    }

    .canteen-section {
      /* border: 1px solid #000; */
      /* background-color: #ccc; */
      /* padding: 10px; */
      font-weight: bold;
      color: #ff9929;
      display: flex;
      justify-content: center;
    }

    table {

      width: 90%;
      border-collapse: collapse;
      margin-top: 100px;
      margin-left: 100px;
    }

    th {
      background-color: #00ADEE;
    }

    th,
    td {
      border: 1px solid #00ADEE;
      padding: 20px;
      text-align: center;
    }

    td:hover {
      background-color: #00bbff47;

    }

    /* 
  .food-images {
    display: flex;
    justify-content: center;

    } */

    .canteen-section,
    h1 {
      margin-top: 50px;
      display: flex;
      justify-content: center;
    }

    .canteen-section.span {
      display: flex;
      flex-direction: column;
      margin-left: 50px;
      color: black;
      font-size: 50px;
      /* max-width: 800px; */
      /* margin: 20px auto 0; */
      /* line-height: 1.6; */
    }

    .food-images img {
      /* display: flex;
   justify-content: space-between; */
      width: 300px;
      height: 200px;
      /* display: grid;
      grid-template-rows: 1fr 1fr 1fr 1fr; */
      border-radius: 20px;
      border: 1px solid white;
    }

    .information {
      /* padding: 50px; */
      display: flex;
      justify-content: center;
      margin-top: 40px;
    }

    .food-images img:hover {
      transform: translateY(-7px);
      transition: 0.50s;
    }

    .sports-section {
      /* border: 1px solid #000; */
      /* background-color: #ccc; */
      padding: 40px;
      font-weight: bold;
      margin-top: 50px;
    }

    .cards-container:hover {
      transform: translateY(-7px);
      transition: 0.50s;
    }

    h1 {
      color: #ff9929;
      display: flex;
      /* color: white; */
      justify-content: center;
      /* font-size: 10px; */
    }

    .sports-description {
      border: 1px solid #000;
      padding: 10px;
      margin-bottom: 20px;
    }

    .sportss {
      display: flex;
      justify-content: center;
      margin-bottom: 50px;

    }

    .cards-container {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0px;
      justify-content: space-around;
    }

    .card {
      width: 250px;
      border: 1px solid #ddd;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      padding: 15px;
      background-color: #fff;
    }

    .card img {
      width: 100%;
      height: 150px;
      object-fit: cover;
      border-radius: 5px;
    }

    .card h3 {
      margin: 10px 0 5px;
    }

    .card p {
      margin: 5px 0;
      font-size: 14px;
    }

    .card .time {
      font-style: italic;
      color: #555;
    }

    .navs {
      margin-top: 50px;
      padding: 50px;
    }


    .na {
      display: flex;
      justify-content: center;
      color: #ff9929;
      margin-top: 40px;
    }

    .nas {
      display: flex;
      justify-content: center;
      margin-top: 50px;
    }

    .cardss {
      background-color: #00ADEE;
      border: 5px solid ghostwhite;
      color: black;
      border-radius: 10px;
      margin-top: 40px;
      padding: 20px;
      display: flex;
      align-items: center;
      width: 40%;
    }

    .cardss:hover {
      background-color: #53d1ff;
      color: white;
    }

    .main {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: space-around;
      /* justify-content: space-between; */
      padding: 30px;
      /* margin-left: 10px; */
      /* height: 200vh; */
    }

    .cardss img {
      width: 300px;
      height: auto;
      border-radius: 10px;
      margin-right: 20px;
    }

    .cardss-text {
      color: black;
      font-size: 16px;
    }

    .cardss-text b {
      font-size: 18px;
    }

    .contact-container {
      display: flex;
      max-width: 800px;
      padding: 50px;
    }

    .contact,
    h1 {
      color: #f7931e;
    }

    .info {
      margin-bottom: 20px;
      gap: 40px;
    }

    form {
      /* background-color: #902d2d; */
      padding: 40px;
      border-radius: 10px;
      width: 50%;
      max-width: 400px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .form-group {
      margin-bottom: 20px;
      width: 100%;
    }

    label {
      display: block;
      margin-bottom: 6px;
      font-weight: bold;
    }

    input,
    select,
    textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 14px;
    }

    textarea {
      resize: vertical;
    }

    button {
      background-color: #007BFF;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    button:hover {
      background-color: #0056b3;
    }

    .form-group {
      margin-bottom: 15px;
    }

    label {
      display: block;
      margin-bottom: 5px;
    }

    input,
    textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    button {
      background-color: #f7931e;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    button:hover {
      background-color: #e67e22;
    }

    .contact-containers {
      display: flex;
      justify-content: space-between;
      padding: 50px;
    }

    .map-section {
      margin-top: 50px;
    }

    iframe {
      width: 100%;
      height: 500px;
      border: none;
    }

    .map marquee {
      margin-top: 30px;
      color: orange;
      font-size: 25px;
      font-size: bold;
    }



    .footer {
      background-color: black;
      padding: 20px;
      color: white;
      /* border-top: 2px solid #ccc; */
      display: flex;
      justify-content: space-between;
    }

    .footer h3 {
      margin-bottom: 10px;
      color: white;
    }

    .footer-columns {
      display: flex;
      flex-direction: column;
      padding-left: 100px;
    }

    .c,
    img {
      display: flex;
      width: 40px;
      /* gap: 30px; */

    }

    /* .c,li{
      display: flex;
      align-items: end;
    } */
    /* .class c,img{
      display: flex;
      width: 70px;
    } */

    .footer-column {
      flex: 1;
      min-width: 200px;
      margin-right: 20px;

    }

    .c {
      margin-top: 15px;

    }

    .footer-column ul {
      list-style-type: none;
      padding: 0;
    }

    .footer-column li {
      margin-bottom: 8px;

    }

    @media(max-width:890px) and (min-width:700px) {
      .header {
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/Country-banner1.png);
        height: 30vh;
      }

      .text {
        font-size: 40px;
        /* display: flex; */
        align-items: end;
        margin-top: 55px;
      }

      .information {
        font-size: large;
        margin-left: 40px;

      }

      .papa {
        font-size: 15px;
        margin-top: 0px;
      }

      .taa {
        font-size: 30px;
      }

      /* .icon-circle {
      width: 100px;
      height: 100px;
      border: 2px solid white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      font-size: 40px;
    } */

      .naa {
        margin-left: 30px;
      }

      .csr-container {
        display: flex;
        justify-content: space-around;
      }

      .mom {
        gap: 20px;


      }

      .sportss {
        display: flex;
        justify-content: center;
        margin-left: 20px;
      }

      h3 {
        color: white;
      }

      .infos {
        display: flex;
        justify-content: center;
        font-size: small;
        margin-bottom: 20px;
        color: rgb(35, 33, 33);
      }

      .naa {
        display: flex;
        justify-content: center;
      }

      .cardss {
        width: 90%;
      }

      .cardss-text {
        margin-top: 20px;
        color: rgb(59, 56, 56);
      }

      .navbar {
        height: 90px;
      }

      .nav-links {
        margin-right: 20px;
      }

      .nas {
        display: flex;
        justify-content: center;
        margin-left: 40px;
      }

      .card {
        margin-top: 40px;
      }

      .food-images {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }

      table {
        margin-left: 40px;
      }

      .main {
        display: grid;
        grid-template-columns: 1fr;

      }
        .mom {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 15px;

      }
      .tourism{
        width: 180px;
        padding: 10px;
      }
      .health{
        width: 180px;
      }
      .education{
        width: 180px;
      }
      .environment{
        width: 180px;
      }
      h3{
        color: white;
      }

    }

    @media(max-width:600px) and (min-width:300px) {
      .header {
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/Country-banner1.png);
        height: 420px;

        /* width: 20px; */

      }

      .naa {
        display: flex;
        justify-content: center;
        margin-left: 25px;
        height: 100%;
        font-size: 20px;
      }

      .text {
        font-size: 55px;
        /* display: flex; */
        align-items: end;
        margin-top: 55px;
      }

      .papa {
        font-size: 22px;
        margin-top: 0px;
      }

      .taa {
        font-size: 35px;
      }

      /* .csr-container {
       
        
       
       
        gap: 80px;
      } */

      .information {
        font-size: 20px;
        padding: 40px;
      }

      .food-images img {
        width: 200px;

      }

      .sportss {
        padding: 40px;
      }

      .nas {
        padding: 40px;
      }

      .food-images {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: 80px;
        padding: none;

        /* height: 50px; */
      }

      table {
        width: 90%;
        border-collapse: collapse;
        margin-top: 80px;
        width: 830px;
      }

      .cards-container {
        /* display: flex; */
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-left: 120px;


        /* justify-content: center; */
        /* flex-wrap: wrap; */
        /* gap: 50px; */
        /* justify-content: space-around; */
      }

      .card {
        margin-top: 50px;


      }

      .cardss {
        width: 90%;
      }

      .info {
        display: none;
      }

      form {
        width: 200%;
        margin-left: 200px;
      }

      /* .csr-card {
      width: 0px;
      padding: 30px;
      margin: 10px;
      background-color: #a12222;
      display: flex;
      flex-direction: column;
      align-items: center;
    } */
      .mom {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 15px;

      }
      .tourism{
        width: 180px;
        padding: 10px;
      }
      .health{
        width: 180px;
      }
      .education{
        width: 180px;
      }
      .environment{
        width: 180px;
      }
      h3{
        color: white;
      }

    
    }