*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}

.footer{
    justify-content: center;
    display: flex;
    flex-direction: column;
    /* border: 2px solid rgb(201, 13, 13); */
    width: 100%;
    /* height: auto; */
   
}
.showroomImage{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(images/showroom.jpg);
    width: 100%;
    /* height: 300px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* opacity: 0.35; */
   
}
.textcontainer{
    display: flex;
    flex-direction: row;
    width: 100%;
    /* height: 300px; */
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    /* border: 1px solid white; */
    backdrop-filter: blur(5px);
    

}
.section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    width: 350px;
      /* border: 1px solid white; */
      padding: 10px;
      /* background-color: rgba(0, 0, 0, 0.432); */
}
.logotext{
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.socialMedia{
    display: flex;
    flex-direction: column;
    
    /* align-items: center; */
    justify-content: center;
    margin: 0 auto;
   
}
.socialMedia a{
    display: flex;
    text-decoration: none;
    color: white;
    
}
.socialMedia img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    /* z-index: 150; */
}
.socialMedia .fa{
    padding: 10px;
    /* font-size: 8px; */
}
.icon{
    display: flex;
    flex-direction: row;
    padding: 5px;
    /* gap: 10px; */
    justify-content: start;
    align-items: center;
    font-size: 1rem;
}

.showroomaddress{
    display: flex;
    /* font-size: 1em; */
    /* background-color: rgb(22, 26, 26); */
    color: white;
   
}
.showroomaddress div{
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
}
.services{
    display: flex;
    flex-direction: row;
    width: 100%;
    /* height: 75px; */
    background-color: rgba(0, 0, 0, 0.815);
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.text{
    display: flex;
    /* border: 1px solid white; */
    /* height: 80%; */
    width: 350px;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    color: white;
   
}
@media screen and (max-width:740px) {
.showroomaddress div{
    text-align: center;
    justify-content: center;
    /* background-color: aquamarine; */
    align-items: center;
}

}