html, body {
    width: 100%;
    margin: 0;
    padding: 0;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: 'Poppins', sans-serif;
    font-family: 'Titillium Web', sans-serif; */
}
body {
  width: 100%;
  text-align: left;
  color: #9b1811;
}
p {
  font-weight: 500;
}
/*  */
.social_links {
  background: transparent linear-gradient(90deg, #9b1811 30%, #73151e 90%) 0% 0% no-repeat padding-box;
  height: max-content;
  font-family: 'Poppins', sans-serif;
}
.link_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
 padding: 0.7rem 3rem;
}
.links {
  margin: 0.5rem 0rem;
  display: flex;
  gap: 1rem;
}
.number h2 {
  font-size: 1rem;
  color: #fff;
  font-family: 'Poppins', sans-serif;

}

.links img {
  width: 20px;
  margin-left: 1rem;
}
/*  */
header{
border: black;
border-width: 2px;
box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.06);
font-family: 'Poppins', sans-serif;
/* width: 100%; */

}
.head_container{
padding: 20px;
  height: auto;
}
.logo img{
height: 55px;
  width: 500px;
  cursor: pointer;
}
.logo {
  text-align: center;
  padding: 0.5rem 1rem;
  /* background-color: #fff; */

  border-radius: 4px;
}
.menu{
margin-top:5px;
}
.menu ul{
list-style-type: none;

}
.menu li{
display: inline;
}
.sticky {
width: 100%;
}

.fixed {
position: sticky;
top:0;
background-color: #fff ;
z-index: 100;
border-bottom: 1px solid #f1f1f1;
}
.list a{
  font-size: 1.1rem;
text-decoration: none;
font-weight: 500;
  color: #000;
  padding: 0rem 0.4rem;
/* color: #1c3664; */
    /* padding:10px; */
    /* padding-left: 15px; */
    /* padding-right: 15px; */
}
.icon{
display: none;
}

menu.responsive{
position: relative;
}
menu.responsive{
float: none;
  display: block;
  text-align: left;
}


@media screen and (max-width: 835px) {
.logo img {
    height: 40px;
}

.menu{
  margin:0;
}
  .sidenav {
      width: 250px;
  }
}


@media screen and (max-width: 1160px) {

.menu li{
display: none;
}
.icon{
  font-weight: 900 !important;
      font-size: 27px !important;
  padding: 0;
  margin: 0;
     /* margin-top: -22px; */
  display: flex;
}
.logo img {
    height: 40px;
}
}




.sidenav {
  margin-top: 4rem;
font-family: 'Poppins', sans-serif;
height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 87px;
  box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.24);
}
a {
  text-decoration: none;
}
.sidenav li a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  margin-top: 0.5rem;
  /* border-bottom: 1px solid #000; */
  font-size: 20px;
  color: #1c3664;
  display: block;
  transition: 0.3s;
}
.sidenav li:hover {
  background-color: #f2f2f2;
}

.sidenav a:hover, .offcanvas a:focus{
  /* color: #F7CA18; */
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #000;
}


/*  */
.about_us_image {
  background-image: url(xhero2.png.pagespeed.ic.hFcxrs-6as.webp);
    height: 50vh;
    /* background-position: center; */
    background-size: cover;

}
.about_us_links {
    font-family: 'Titillium Web', sans-serif;
    display: flex;
    gap: 1rem;
}
.postition {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 50vh;
}
.about_us_links a {
    text-decoration: none;
}
.about_us_image h1 {
    font-size: 3.5rem;
    color: #013243;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
}
/*  */
.width {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.width_2 {
    max-width: 100%;
    margin-left: 0;
    padding: 2rem 1rem;
    /* text-align: justify; */ /* Removed text-align property */
}
.pki_orgnaized {
    font-family: 'Poppins', sans-serif;
    text-align: left;
    display: block;
    margin-left: 0;
}
.food_content {
  font-family: 'Poppins', sans-serif;
}


.pki_orgnaized h1 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    text-align: left;
    color: #9b1811;
    border-bottom: 2px solid #9b1811;
    padding-bottom: 1rem;
}

.pki_orgnaized h1 span {
    font-size: 1rem;
    color: #6c757d;
    display: block;
    margin-top: 0.5rem;
}

.pki_orgnaized p {
    color: #4A5764;
    padding-bottom: 2rem;
    font-weight: 500;
}
.grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 1rem;
    column-gap: 1rem
}
.pki_organization_images img {
    width: 100%;
   
    /* max-width: 100%; */
    box-shadow: 1px 1px 7px 0px #000;
    /* height: 500px; */
    /* object-fit: cover; */
    cursor: pointer;
    /* object-position: 10% 10%; */
}


/*  */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }

  #myImg:hover {opacity: 0.7;}

  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }

  /* Modal Content (image) */
  .modal-content {
    margin: 4rem auto;
    display: block;
    width: 80%;
    max-width: 700px;
    padding: 0rem 1rem;
  }

  /* Caption of Modal Image */
  /* #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  } */

  /* Add Animation */
  .modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
  }

  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }

  /* The Close Button */
  .close {
    position: absolute;
    top: 95px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }

  /* Kidney Transplant */
  .border {
    border-bottom: 2px solid #000;
    padding: 0rem 0rem 4rem 0rem;
  }
  .kidney_Transplant img {
    width: 400px;
    max-width: 100%;
    box-shadow: 1px 1px 7px 0px #000;
    height: 300px;
    object-fit: cover;
    cursor: pointer;

  }
  /* First Kidney */
  .first_kidney img {
    width: 400px;
    max-width: 100%;
    box-shadow: 1px 1px 7px 0px #000;
    height: 300px;
    object-fit: cover;
    cursor: pointer;

  }
  /* Event_USA_2 */

  .Event_USA_2 img {
    width: 400px;
    max-width: 100%;
    box-shadow: 1px 1px 7px 0px #000;
    height: 300px;
    object-fit: cover;
    cursor: pointer;

  }

  /* Event_USA_5 */
    .event_USA_5 img {
      width: 400px;
      max-width: 100%;
      box-shadow: 1px 1px 7px 0px #000;
      height: 300px;
      object-fit: cover;
      cursor: pointer;

    }
    /* Event_USA_5 */
    .event_USA_1 img {
      width: 400px;
      max-width: 100%;
      box-shadow: 1px 1px 7px 0px #000;
      height: 300px;
      object-fit: cover;
      cursor: pointer;

    }
    /* Event_USA_6 */
    .event_USA_6 img {
      width: 400px;
      max-width: 100%;
      box-shadow: 1px 1px 7px 0px #000;
      height: 300px;
      object-fit: cover;
      cursor: pointer;

    }
  /* Event_USA_7 */
  .event_USA_7 img {
    width: 400px;
    max-width: 100%;
    box-shadow: 1px 1px 7px 0px #000;
    height: 300px;
    object-fit: cover;
    cursor: pointer;

  }
  /*  */
  .footer_flex {
    display: flex;
    align-items: center;
    padding: 2rem 3rem 2rem 1rem;
    width: 100%;
    margin: auto;
    justify-content: space-evenly;
    text-align: center;
}

.footer_text {}

.footer_flex .text h1 {
    font-size: 1.8rem;
    line-height: 1.1;
}

.footer_flex .text a {
    color: #000;
    text-decoration: none;
}

.footer_flex .text p {
    padding: 1rem 0rem;
}

.inputs .contact h1 {
    font-size: 1.8rem;
    border-bottom: 2px solid #000;
    width: fit-content;
}

.input {
    margin: 0.7rem 0rem;
}

.input input {
    width: 100%;
    height: 40px;
    padding: 0rem 0.3rem;
    border-style: none none solid none;
    outline: none;
}

.button {
    background-color: #9b1811;
    color: #fff;
    padding: 0.8rem 1.4rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
}

.button:hover {
    background-color: rgba(155, 24, 17, 0.8);
}

.rights {
    text-align: center;
    font-weight: bold;
    padding: 0.5rem 0rem;
}

@media(max-width:950px) {
  .grid {
    grid-template-columns: repeat(2,300px);
    /* width: max-content; */
    margin: auto;
  }
  .pki_organization_images img {
    width: 100%;
  }  
}
@media(max-width:730px) {
 
}
@media (max-width:900px) {
  .link_flex {
      flex-direction: column;
  }
  .logo img {
      width: 100%;
      object-fit: contain;
  }
  .logo {
      height: 50px;
      max-height: 50%;
      
      text-align: center;
  }
}
@media(max-width:700px) {
  .grid {
    grid-template-columns: repeat(1,1fr);
    width: fit-content;
    margin: auto;
  }
}
@media (max-width:1020px) {
  .footer_flex {
    flex-direction: column;
    
}
.footer_flex .text {
    text-align: center;
}
.input input {
    width: max-content;
}
}
video {
  display: flex;
  align-items: center;
  width: 300px;
  margin: auto;
  /* padding: 0rem 2rem; */
}
.video_width p {
  text-align: center;
  padding: 1rem 1rem;
  width: 100%;
  font-family: 'Poppins', sans-serif;

}