body {
    margin: 0;
    padding: 0;
    /* background-image: url(./contact/Group\ 427318889.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover; */
}

.salonimg {
    width: 100%;
}

.map {
    width: 100%;
}

.map1 {
    height: 548.45px;
    background-color: rgba(0, 0, 0, 0.4);
}

#card {
 
    border-radius: 25px;
    border: 1px solid #F5B300;
    background: #004441;
    width: 630px;
    height: 505px;
    flex-shrink: 0;
    top: 87%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.content {
    justify-content: center;
    align-items: center;
    padding: 45px 117px;
}

.cardhead {
    color: #d6b469;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 100px;
}

.heading {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    gap: 0rem;
}

.details {
    margin: 0 1rem;
}

.detail1 {
    display: flex;
    gap: 1rem;
    margin-bottom: 20px;
}

.detailpara {
    color: #fff;
    font-family: MadaniArabic-Light;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.whatsapp{
    position: fixed;right: 0;top: 40%;z-index:500;
}
.memorieslogo{
   width: 146px; height: 171.094px;
}
/* Media Queries */
@media screen and (max-width: 600px) {
    #card {
        width: 80%;
        height: auto;
        padding: 20px;
        top: 42%;
    }
    .content {
        justify-content: center;
        align-items: center;
        padding: 30px 8px;
    }
    .whatsapp{
        width: 44px;
    }
}
@media screen and (max-width: 350px) {
.memorieslogo{
    width: 135px;
    height: 166.094px;
}
.cardhead{
    font-size: 20px;
}
.content {
    padding: 30px 4px;
}
.details{
    margin: 0;
}
.detailpara{
    font-size: 16px;
}
#card{
    top: 130%;
}
}
