body {
   background-image: url(./assest/Group\ 9.png);
   background-color:  #211f20;
}


.container{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
     background-image: url(./assest/Group\ 9.png);
}


.header{
      background-color: rgba(30, 12, 6, 1);
      width: 100%;
      border-radius: 42px;
}

.navbar{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navbar ul {
    display: flex;
    justify-content: space-around;
    gap: 60px;
    color: white;
}

.navbar ul li{
    color: white;
    list-style: none;
    font-size: 20px;
}

.navbar ul li a{
    text-decoration: none;
    color: white;
}

.contact{
     padding-top: 100px;
     display: flex;
     justify-content: space-around;
}

.heading{
    color: white;
}

.number h1{
    color: white;
}

.location h1{
    color: white;
}


.map{
    padding-bottom: 100px;
}

.footer {
    background-color: rgba(30, 12, 6, 1);
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    box-shadow: 50px 50px 50px;


}

.logo h1{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}