@font-face {
font-family: font1;
src: url(../fonts/Helvetica-Bold.ttf);
}
@font-face {
    font-family: font2;
    src: url(../fonts/Helvetica.ttf);
}
.at-bold-font
{
    font-family: font1;
}
.at-normal-font
{
    font-family: font2;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
.at-image-border
{
    border-radius: 20px;
    border: 1px;
}
.at-image-slide{
    padding:20px;
}

    /* CSS for right-side background image */
.at-prod-bg-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; /* Adjust width as needed */
    height: 100%;
    background-image: url('../images/water-bg.webp'); /* Path to the image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2; /* Set opacity for less visibility */
    z-index: 0;
    pointer-events: none; /* Prevent background from interfering with content */
}

/* Ensure main content appears above background */
.at-image-border .container {
    position: relative;
    z-index: 1;
}

.at-prod-border{
    border-radius: 50px 0px;
}

.at-call-btn
{
    width:90px;border-radius: 0px 0px 50px 0px;
}

#quotation-form
{
    margin-top:-300px;padding-top:100px;
}
