
.main-section-offer{
    background-image: url(../images/about-us-page-bg.webp); 
    background-size: cover;
    background-position: center;   
    background-attachment: fixed;   

}
.tattoo-offer-section{
    background-image: url(../images/tattoo-on-offer.webp);
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: left;
    color: #fff;
}
.form-23{
    position: sticky;
    top: 5rem;
}
.form-23 .form-control {
      border-radius: 5px;
      margin-bottom: 15px;
    }
.form-23 .submit-btn {
      background-color: #000;
      color: #fff;
      border-radius: 5px;
      padding: 10px 30px;
      border: none;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
.form-23 .submit-btn:hover {
      background-color: #333;
    }
.form-23 h2{
    font-family: 'Marcellus', serif;
    font-size: 20px !important;
    color: #000;
}
.form-23 .form-control{
    padding: 15px;
    border: 1px solid #000;
    margin-bottom: 30px;
}
.form-23 .form-control:focus{
    box-shadow: none !important;
}
.form-23 button{
        width: 100% !important;
    background: #171717;
    font-family: 'Marcellus', serif;
    color: #fff;
}
.contact-map iframe{
    padding: 0;
}
@media screen and (max-width: 768px) {
    .contact-us-section{
        height: 100vh;
        padding: 10px;
    }
    .reach-us .reach-cont i{
    font-size: 30px;
}
    .form-23{
        margin-top: 20px;
    }
}