*{
    margin: 0;
    padding: 0;
}
body{
    background-color: black;
}
.heading h1 {
    text-decoration: underline;
}

.heading h1:hover {
    text-shadow: 1px 1px 2px grey;
}

#navbar{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: black;
}
#logo{
    margin-left: 7px;
    margin-top: 7px;
    margin-bottom: 5px;
}
#logo img{
    height: 70px;
    width: 60px;
}
#navbar ul{
    display: flex;
    flex-wrap: wrap;
}
#navbar ul li{
    list-style: none;
    padding: 15px;
    margin-top: 5%;

}
#navbar ul li a{
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: white;
}
#navbar ul li .item1{
    color: grey;
}
.heading{
    margin-top: 2%;
    display: flex;
    flex-wrap: wrap;
}
.heading h1{
    font-family: 'Poppins', sans-serif;
    margin: auto;
}
.container1 {
    margin-top: 2%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 2%;
    margin-right: 2%;
    gap: 5%;
  }
  
  .c1 {
    margin: 1%;
    position: relative;
    text-align: center;
    color: white;
    border-radius: 20px;
  }
  
  .centered {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Poppins', sans-serif;
    font-size: 1.7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    width: 90%;
    max-width: 400px;
  }
  
  .c1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  
  .c2 {
    margin: 1%;
    flex: 1;
    position: relative;
    text-align: center;
    color: white;
    border-radius: 20px;
  }
  
  .c2 img {
    width: 77%;
    height: 102%;
    object-fit: cover;
  }
  .container2,.container3 ,.container4  {
    margin-top: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .c3, .c4, .c5 {
    flex: 1;
    position: relative;
    text-align: center;
    color: white;
    margin: 0 10px;
    border-radius: 20px;
  }
  .c3 img, .c4 img, .c5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .centered2 {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Poppins', sans-serif;
    font-size: 1.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    width: 90%;
    max-width: 400px;
  }
  .centered2 a{
    color: white;
    text-decoration: none;
  }
  .c3:hover .centered2 a,
  .c4:hover .centered2 a,
  .c5:hover .centered2 a {
    color: black;
  }
  .c1:hover .centered a,
  .c2:hover .centered a {
    color: black;
  }
  .c4:hover .centered2 a,
  .c11:hover .centered2 a {
      color: black;
}
.centered a{
    color: white;
    text-decoration: none;
}
.c3:hover,
.c1:hover,.c2:hover,.c4:hover,.c5:hover {
    transform: scale(0.7);
    transition: transform 0.8s ease;
    box-shadow: 0 0 50px black;
    z-index: 1;
}
.container5{
  background-color: black;
  justify-content: center;
  width: 100%;
  height: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2%;
}
.container5 h5{
  font-family: 'Poppins', sans-serif;
  justify-content: center;
  color: white;
  padding: 2%;
}


  
  