*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* body{
    padding-left: 15px;
    padding-right: 15px;
} */
.about-holder {
    margin-top: 45px;
    height: 65svh;
    background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2)), url(../assest/img/contact_back.jpg);
    /* background-image: url(https://www.joshwcomeau.com/_next/image/?url=%2Fimages%2Fshadow-palette%2Fslopes.png&w=3840&q=75); */
    /* background-image: url(https://images.unsplash.com/photo-1611162617213-7d7a39e9b1d7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-origin: border-box;
    /* background-image: url(https://images.unsplash.com/photo-1579567761406-4684ee0c75b6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=387&q=80); */
}

.text-holder {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 65svh;
    width: 100%;
    background: rgba(14, 14, 14, 0.14);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    font-weight: bolder;
}

.text-holder h1 {
    font-family: 'EB Garamond', serif;
    height: max-content !important;
    height: max-content;
    font-size: 4rem;
    margin-top: 3rem;
   color:black;
          
        
}

.text-holder span {
    font-family: 'EB Garamond', serif;
    font-weight: bolder;
    font-size: 1.3rem;
    margin-top: 1.5rem;
    display: block;
    color:black;
}

.text-holder i {
    color:black;

}
.contact-all{
    text-align: center;
}
.contact-all>h4{
    margin-top: 35px;
}
.contact-all>h1{
    margin-bottom: 35px;
}
.easy-contact{
    margin-bottom: 35px;
    /* display: grid; */
    display: flex;
    height: auto;
    align-content: space-evenly;
    grid-template-columns: 10px 10px 10px;
}
.address_contact{
    margin-bottom: 10px;
    height: 140px;
    align-self:center;
    background-color: black;
    color: white;
    border-radius: 20px;
}
.address-icon{
    background-color: rgb(255, 72, 0);
    padding: 7px;
    width: 30px;
    margin: 6px 0;
    border-radius:15px;
}
.email_contact{
    margin-bottom: 10px;
    height: 140px;
    align-self:center;
    background-color: black;
    color: white;
    border-radius: 20px;
}
.email-icon{
    background-color: rgb(255, 81, 0);
    padding: 7px;
    width: 30px;
    margin: 6px 0;
    border-radius:15px;
}

.number_contact{
    margin-bottom: 10px;
    height: 140px;
    align-self:center;
    background-color: black;
    color: white;
    border-radius: 20px;
}
.number-icon{
    background-color: rgb(255, 102, 0);
    padding: 7px;
    width: 30px;
    margin: 6px 0;
    border-radius:15px;
}

.mapouter{
    /* position:relative; */
    text-align:center;
    width:100%;
    height:375px;
    margin-bottom: 20px;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    width:100%;
    height:375px;
    margin-bottom: 20px;
}
.gmap_iframe {
    height:375px!important;
}
.contact{
    background-color: rgba(223, 226, 226, 0.897);
    padding: 20px;
}
/* .contact-back>h1{
    background: rgba(255, 255, 255, 0.21);
    backdrop-filter: blur(5.3px);
    -webkit-backdrop-filter: blur(5.3px);
    width: 40%;
    padding-top: 40px;    
} */
.contact-back{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    height: 150px;
    background: url(../assest/logo/sontthaboomi.png);
    background-position: center;
    background-size: cover;
}
.nameandemail{
    margin: 0 auto;
}
.input-data{
    margin-bottom:10px ;
}
.input-data>label{
    margin-bottom: 5px;
    border-color:black;
}
.submit-btn{
    padding: 20px;
    width: 150px;
    height: 50px;
}

