*{
    padding: 0px;
    margin: 0px;
}
/* /////////////////Contact start//////////////////// */
body{
    /* background-color: rgba(212,236,244,255); */
    background-image: url(../../shared/tile-bg.png);
    /* background-color: rgba(212,236,244,255); */
    background-position: center;
    background-size: 1500px;
}
.contact-bg{
    border-radius: 20px;
    background-color: rgba(255,255,255, 0.75);
    width: 70vw;
    height: fit-content;
    margin: auto;
}
.contact-container{
    /* border: 1px solid red; */
    border-radius: 20px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0.02) 100%);
    backdrop-filter: blur(2px);
    margin: 20px auto;
    width: 70vw;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    height: fit-content;
}
.contact-left{
    flex-grow: 6;
    min-width: 250px;
}
.contact-left input,.contact-left textarea{
    width: 100%;
}
.contact-right{
    flex-grow: 1;
}
.contact_map{
    width: 35vmin;
    height: 35vmin;
    min-height: 250px;
    min-width: 250px;
}

#err{
    color: red;
}
/* /////////////////Contact end//////////////////// */