* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
  }
  
  .Navbar {
    display: flex;
    padding: 10px;
    background-color: #ffeb3ba8;
  }
  
  .Navbar .logo {
    width: 20%;
  }
  
  .Navbar .logo img {
    width: 178px;
    height: 59px;
    margin-left: 50px;
  }
  
  .menu {
    width: 80%;
    display: flex;
    align-items: center;
  }
  .menu li {
    list-style: none;
  }
  
  .menu li a {
    text-decoration: none;
    padding: 35px;
    color: black;
  }






  /* Foote Starts  from Here  */


  .footer_Portion_1 .raw1{
    display: flex;
    margin: 87px;
    justify-content: space-between;
    
  }
  .footer_Portion_1 .raw1 .column_1{
    width: 33%;
    color: gray;
    line-height: 1.5;
  }
  .footer_Portion_1 .raw1 .column_1 p{
    text-align: justify ;
  }
  .footer_Portion_1 .raw1 .column_1 h2{
    color: black;
    text-align: center;
  }
  
  .footer_Portion_1 .raw1 .column_2 h2{
    color: black;
    text-align: center;
  }
  
  .footer_Portion_1 .raw1 .column_2{
    width: 33%;
    text-align: center;
    color: gray;
  }
  .footer_Portion_1 .raw1 .column_2 ul li{
  list-style: none;
  line-height: 2;
  }
  .footer_Portion_1 .raw1 .column_3{
    width: 33%;
  }
  
  
  #footer_link a{
   text-decoration: none;
   color: gray;
  }
  
  
  .footer_2 p{
    text-align: center;
  }
  .footer_2
  {
    background-color: #777;
    padding: 10px;
    text-align: center;
    color: white;
  }
  

  .containers {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 37px;
}
.containers .card {
    width: 24%;
    margin: 45px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 9px 9px;
  }
  .containers .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
