@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
 /*Fonts*/
@font-face {
    font-family: 'aeonik_bold';
    src: url('fonts/aeonik/aeonik-bold-webfont.woff2') format('woff2'),
         url('fonts/aeonik-bold-webfont.woff') format('woff'),
         url('fonts/aeonik/aeonik-bold.otf') format("opentype");
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aeonik_bold_italic';
    src: url('fonts/aeonik-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/aeonik-bolditalic-webfont.woff') format('woff'),
         url('fonts/aeonik/aeonik-bolditalic.otf') format("opentype");
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aeonik_light';
    src: url('fonts/aeonik/aeonik-light-webfont.woff2') format('woff2'),
         url('fonts/aeonik/aeonik-light-webfont.woff') format('woff'),
         url('fonts/aeonik/aeonik-light.otf') format("opentype");
    font-weight: normal;
    font-style: normal;

}@font-face {
    font-family: 'aeonik_light_italic';
    src: url('fonts/aeonik/aeonik-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/aeonik/aeonik-lightitalic-webfont.woff') format('woff'),
         url('fonts/aeonik/aeonik-lightitalic.otf') format("opentype");
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aeonik_regular';
    src: url('fonts/aeonik/aeonik-regular-webfont.woff2') format('woff2'),
         url('fonts/aeonik/aeonik-regular-webfont.woff') format('woff'),
         url('fonts/aeonik/aeonik-regular.otf') format("opentype");
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'marcellus';
    src: url('fonts/Marcellus-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'graphie_regular';
    src: url('fonts/Graphie-Regular.otf') format("opentype");
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'graphie_light';
    src: url('fonts/Graphie-Light.otf') format("opentype");
    font-weight: normal;
    font-style: normal;

}

html, body {
    font-family: 'graphie_light', Helvetica, Arial, sans-serif;
    color: #3e3e3e;
    background: #FAF5F2;
    font-size: 16px;
}

img {
    max-width: 100%;
    width: 100%;
}

h1, h2, h4, h5, .menu a {
    font-family: 'marcellus', Helvetica, Arial, sans-serif;
    font-weight: normal;
}
h2 {
    margin-bottom: 1em;
}
.logo a {
    font-family: 'aeonik_bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

h3, a, link, button, .button, [type=button]:not(:disabled), [type=submit]:not(:disabled) {
    font-family: 'graphie_regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
}
h3 {
    font-size:14px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}
h5 {
    font-size: 1.8rem;
}
a, button, .button, [type=button]:not(:disabled), [type=submit]:not(:disabled) {
    text-decoration: none;
    color: #3e3e3e;
    cursor: crosshair;
    transition: all 0.3s ease;
}
a:hover, button:hover, .button:hover, [type=button]:not(:disabled):hover, [type=submit]:not(:disabled):hover  {
    opacity: 0.75;
    color: #2f3235;
}

.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}

.top-bar {
    justify-content: space-between;
    /* width: calc(100% - 3rem); */
    padding: 40px 0;
    display: flex;
    align-items: center;
}

.logo a {
font-size: 30px;
}



.heading h1 {
    margin-bottom: 1em;
}






.heading .image {
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.heading img {
width: auto;
}

/* .heading p {
    font-size: 1.5rem;
} */

.heading .wrap h1, .heading .wrap p {
    max-width: 800px;
}

/* .heading h2 {
    font-family: 'aeonik_light', Helvetica, Arial, sans-serif;
    font-weight: normal;
} */

.menu a {
    text-decoration: none;
    padding: 20px;
}




.navbar-toggler[b-papssko9l3] {
    background-color: transparent!important;
    background: none;
    padding: 10px;
    position: relative;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-line {
    margin: 6px 0;
    width: 40px;
    height: 4px;
    background: #3e3e3e;
    display: block;
}

.navbar-toggler.close {
    position: absolute;
    top: 44px;
    right: 20px;
}
.navbar-toggler.close .close-wrap {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
}
.navbar-toggler.close .navbar-line {
    background: #2f3235;
    position: absolute;
}
.navbar-toggler.close .navbar-line:first-child {
    transform: rotate(45deg);
}
.navbar-toggler.close .navbar-line:nth-child(2) {
    transform: rotate(-45deg);
}




.row {
    padding: 3em 0;
}

.row.bg-color-grey {
    background: #d4d0cd;
    margin: 10px;
    color: #ffffff;
}

.benefits .column {
    text-align: center;
}
.benefits .flex {justify-content: space-between;}






.portfolio img {
    margin-bottom: 1em;
}
.contact-block {
    background-color: #ebe5db;
    /* margin-top: 6rem!important; */
    }
.contact-block .container {
    max-width: 600px;
}



.container {
    /* max-width: 1500px; */
}
.home-content .flex {
     align-items: center; 
    justify-content: space-between;
}
.benefits .flex {
    justify-content: space-evenly;
}

.inner-content .container {
    max-width: 1100px;
    justify-content: space-between;
}

.services-block {
    margin-bottom: 3em;
}



.footer .copyright {
    margin-top: 3em;
}

.footer .inner-copyright {
    margin-top: 3em;
}



input, textarea {
    border: none;
    border-bottom: 1px solid #9a9a9a;
    width: 100%;
    padding: 10px 15px;
    background: none;
    margin-bottom: 10px;
}

label {
    display: block;
}

button, .button, .link {
    background: none;
    border: none;
    /* border-bottom: 2px solid #2f3235;; */
    color: #2f3235;;
text-transform: uppercase;
letter-spacing: 0.3em;
font-size: 12px;
padding: 10px 0;
}
button {padding: 10px 15px;}

.link {padding: 10px 0;}

button:after, .button:after, [type=button]:not(:disabled):after, [type=submit]:not(:disabled):after {
    content: url("../images/arrow-right-long-light.svg");
    width: 15px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: sub;
}

.navbar-toggler:after {
    content: none;
}




.portfolio-image {
    position: relative;
}
.portfolio-text {
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.portfolio-text h2 {
    margin-bottom: 0.2em;
}




.contact-form {
    max-width: 800px;
    margin: auto;
}

.portfolio-content {
    max-width: 1600px;
    margin:auto;
}
.portfolio-content .portfolio-block {
    margin-bottom: 2em;
}
.portfolio-content .portfolio-block img {
    margin-bottom: 1em;
}
.portfolio-content .portfolio-block p {
    margin-bottom: 0.3em;
}
.portfolio-content .portfolio-block .text h2 {
    margin-bottom: 0.2em;
}

.portfolio-image img {
    border-radius: 15px;
}
.portfolio-content {
    margin-top: 6em;
}
.portfolio-content h1 {
    margin-bottom:0.7em;
}
.portfolio-content h3 {
    margin-bottom:2em;
}

/*Responsive*/

@media only screen and (min-width: 901px) {
    .menu a {
        font-family: 'graphie_regular', Helvetica, Arial, sans-serif;
        font-weight: normal;
    }
    .flex {
        display: flex;
    }
    .space-btwn {
        justify-content: space-between;
    }
   
    .menu .flex-column {
        flex-direction: row!important;
    }
    
    .menu .flex > div {
        display: inline-block;
    }
    .menu a {
        /* color: #ffffff; */
        letter-spacing: 0.3em;
        font-size: 12px;
        text-transform: uppercase;
        margin: 0 10px;
    }
    .nav-scrollable {
        height: auto!important;
        overflow-y: hidden!important;
    }

    .heading {
        align-items: center;
      justify-content: center;
      min-height: calc(100vh - 175px);
    } 

    .heading .image {max-height:calc(100vh - 175px);}

    .home-heading .image {
        order: 2;
        border-radius: 15px;
    }

.heading > div {
    width: 50%;
}
.heading .wrap {
    padding: 0 40px;
}
.home-heading h1 {
    margin-bottom: 10rem;
}
.heading.about-content > div:first-child {
    width: 55%;
}

.heading.about-content > div:nth-child(2) {
    width: 40%;
}
    .benefits .column {
        width: 26%;
        max-width: 380px;
    }
    .benefits h2 {
        margin-bottom: 3rem;
    }
    .benefits .cta {
        margin-top: 3rem;
    }
    .home-content .left-col {
        width: 50%;
    }
    .home-content .right-col {
        width: 50%;
        padding: 0 40px;
        padding-left: 6rem;
    }
    .home-content .right-col h2, .home-content .right-col p {
        max-width: 800px;
    }
    .home-content img {
        border-radius: 15px;
    }
    .inner-content .left-col {
        width: 30%;
        padding: 0 40px;
    }
    .inner-content .right-col {
        width: 60%;
    }
    .about-content h1, .services-content h1 {
        margin-bottom: 40px;
    }
    
    .about-content img, .services-content img {
        border-radius: 15px;
    }
    .about-paras, .services-block {display:block;}
    .services-block {margin-bottom:0;}
    .services-content .image, .about-content .image {order: 2; border-radius: 15px;}
    .contact-heading .image {border-radius:15px;}
    .portfolio .column {
        padding: 0 1em;
    }
    .portfolio-block img {
        border-radius: 15px;
    }
    .portfolio-content .portfolio-block {
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5em;
    }
    .portfolio-content .portfolio-block .text {
        width: 22%;
    }
    .portfolio-content .portfolio-block .image {
        width: 75%;
    }
    .portfolio-wrap:nth-child(even) .text {order:2;}
    .portfolio-wrap:nth-child(odd) .image {order:2;}
    .portfolio-content .portfolio-block img {
        margin-bottom: 2em;
    }
    .portfolio-content .portfolio-block p {
        margin-bottom: 0.5em;
    }
    .footer .column {
        width: 25%;
    }
    .row {
        padding: 5em 0;
    }
    
    
    .benefits h3 {
        margin-bottom: 20px;
    }
    .about-paras .column {
        padding: 0 60px 0 0;
        }
        
        
    .contact-block {
        background-image: url("../images/Contact-Background.png");
        background-position: top left; /* Center the image */
      background-repeat: no-repeat; /* Do not repeat the image */
      background-size: cover; /* Resize the background image to cover the entire container */
        border-radius: 15px;
        padding: 9em 0;
        }
        .contact-heading .wrap h1, .contact-heading .wrap p {
            max-width: 420px;
        }
        .portfolio img {
            border-radius: 15px;
            margin-bottom: 3em;
        }
        .portfolio h5 {
            margin-bottom: 1rem;
        }
        .portfolio h2 {
            margin-bottom: 3rem;
        }
    .footer {
        margin: 0 20px;
        padding: 10em 0 2em;
    }
        .footer .copyright {
        margin-top: 7em;
    }
    .footer .inner-copyright {
        margin-top: 3em;
    }
    
  }

  @media only screen and (max-width: 900px) {
    h1 {
        font-size: 1.8em;
    }
    h2 {
        font-size: 1.5em;
    }
   
    h4 {
        font-size: 1.2em;
    }
    h5 {
        font-size: 1.2em;
    }
    /* .heading {
        padding: 0 20px;
    } */
    .nav-scrollable {
        position: fixed;
        height: 100%;
        width: 100%;
        background: #FAF5F2;
        top: 0;
        right: 0;
        transition: all 0.3s ease;
        padding: 100px 20px 20px;
        overflow-y: unset!important;
        z-index: 1;
    }
 .menu a {
    font-size: 1.8em;
    margin-bottom: 1em;
    display: block;
    padding: 5px 20px;
 }
 .heading .image {
    margin-bottom: 2em;
 }
 .services-block .column {margin-bottom: 2em;}
    .top-bar {
        padding: 10px 0 20px;
    }
    .footer {
        text-align: center;
    }
    .footer .contactform {
        margin-top: 3em;
    }
    .footer .column {
        margin-bottom: 2em;
    }
    .home-content .column {
        margin-bottom: 2em;
    }
    .portfolio .column {
        margin-bottom: 3em;
    }

    .portfolio-block .portfolio-image {
        height: 403px;
        overflow:hidden;
        padding:0;
    }
    .portfolio-block .portfolio-image img {
        width: auto;
        max-width: none;
        height: 100%;
    }
    .portfolio-block .portfolio-text {
        right: auto;
        bottom: 13px;
        left: 20px;
    }
    .portfolio-block .portfolio-text h2 {
        margin-bottom: 0;
    }

   .services-block {margin-top: 1em; margin-bottom:1em;}

   .contact-heading {margin-bottom:3em;}
   .contact-heading .image {max-height:300px;}

   .portfolio-heading {padding: 1em 0 2em;}

  }

  @media only screen and (min-width: 1400px) {
    .heading h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    
    .contact-block {
        margin-top: 6rem;
        }
        .benefits {
            padding: 14em 0;
            margin: 0 20px;
        }
        .benefits h2 {
            margin-bottom: 6rem;
        }
        .benefits .cta {
            margin-top: 6rem;
        }
        .heading.contact-heading .wrap {
            padding-left: 100px;
        }
        .about-paras, .services-block {display:flex;}
        .services-block .w50 {
            padding-right: 80px;
            width: 48%;
            margin-bottom:1em;
        }
        .portfolio-content .portfolio-block .text {
            padding: 0 20px;
        }
        
}

@media only screen and (max-width: 1399px) {
h3 {font-size:12px;}

}


h1:focus {
    outline: none;
}

/* a, .btn-link {
    color: #0071c1;
} */

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }
.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: none;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: none;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: none;
}
