@import "./assets/css/color.css";
@import "./assets/css/loading.css";
@import "./assets/css/fonts.css";
.loading-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: var(--benu-color-bg);
}
:root {
    --benu-border-radius: .8rem;
    --benu-line-height: 1.8;
    --benu-navbar-height: 93px;
}
a {
    color: var(--benu-color-1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a:hover {
    color: var(--benu-color-2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
::-moz-selection {
    color: var(--benu-color-1);
    background: var(--benu-color-2);
}
::selection {
    color: var(--benu-color-1);
    background: var(--benu-color-2);
}
.transition-benu {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body {
    position: relative;
    font-size: 1em;
    font-family: Comfortaa, serif;
    font-weight: normal;
    margin: 0 auto;
    background-color: var(--benu-color-bg);
    height: 100%;
    cursor: default !important;
}
body.rtl-mode {
    text-align: right;
}
body.ltr-mode {
    text-align: left;
}
body, html {
    height: 100%;
    margin: 0;
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
.clear-n {
    clear: both;
}
#main-body-benu {
    margin: 0 auto;
    width: 100%;
}
*:focus-visible {
    outline: none !important;
}
.img-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 101%;
    height: 101%;
    object-fit: cover;
    -o-object-fit: cover;
}
.img-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}
.limit-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#magicMouseCursor {
    display: none !important;
}
#magicPointer {
    height: 7px !important;
    width: 7px !important;
    background: var(--benu-color-text) !important;
    border-radius: 50% !important;
    z-index: 999999;
}
#magicPointer.pointer-overlay {
    height: 15px !important;
    width: 15px !important;
    mix-blend-mode: normal !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    cursor: pointer !important;
}
.magic-hover:hover {
    cursor: pointer !important;
}
.header-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.swiper-home-slider {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.home-slide-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.header-inf {
    position: absolute;
    top: 50%;
    left: 71%;
    z-index: 3;
    transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
}
.header-logo {
    height: 150px;
    width: auto;
    display: block;
    margin-bottom: 1.25rem;
}
.header-logo:hover {
    opacity: .8;
}
.header-inf h2 {
    color: var(--benu-color-text);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
.header-inf h3 {
    color: var(--benu-color-text);
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1rem;
    display: block;
}
.menu-btn {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    color: var(--benu-color-text) !important;
    position: fixed;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    z-index: 5;
    font-size: 2.5rem;
}
.menu-btn:hover {
    color: var(--benu-color-1) !important;
}
.feature-project-home {
    position: absolute;
    top: 20%;
    left: 22%;
    z-index: 4;
    border-radius: 50%;
    overflow: hidden;
    width: 300px;
    height: 300px;
    cursor: move;
    box-shadow: 0 0 3px 1px rgba(24, 27, 20, 0.1);
    -webkit-box-shadow: 0 0 3px 1px rgba(24, 27, 20, 0.1);
}
.feature-project-home img {
    z-index: 1;
}
.feature-project-home svg {
    fill: currentColor;
    height: 110%;
    width: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(20deg);
    -ms-transform: translate(-50%, -50%) rotate(20deg);
    -webkit-transform: translate(-50%, -50%) rotate(20deg);
    z-index: 2;
}
.feature-project-home text {
    font-size: .28em;
    font-weight: 700;
    color: var(--benu-color-text);
}
.home-page-content {
    position: relative;
    width: 100%;
    color: var(--benu-color-text);
    line-height: var(--benu-line-height);
    font-size: 1.1rem;
    font-weight: normal;
    text-align: center;
}
.home-page-content p {
    margin-bottom: .5rem;
}
.offcanvas-backdrop {
    background-color: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.offcanvas-backdrop.show {
    opacity: 1;
}
.offcanvas {
    border: none !important;
    background-color: var(--benu-color-1);
}
.menu-mobile-items {
    padding: 0;
    margin: 0;
}
.menu-mobile-items li:not(:last-child) {
    margin-bottom: 1.8rem;
}
.menu-mobile-items a {
    color: var(--benu-color-bg);
    font-size: 1.25rem;
    font-weight: 700;
}
.menu-mobile-items a:hover {
    color: var(--benu-color-2);
}
.btn-close {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.social-links-menu {
    position: relative;
    width: 100%;
    margin-left: -0.35rem;
}
.social-links-menu a {
    color: var(--benu-color-bg);
    font-size: 1.7rem;
    width: 2.35rem;
    height: 2.35rem;
}
.social-links-menu a:hover {
    color: var(--benu-color-2);
}
#footer {
    position: relative;
    width: 100%;
    background-color: var(--benu-color-1-opacity15);
}
.footer-logo {
    height: 100px;
    width: auto;
    display: inline-block;
}
.footer-logo:hover {
    filter: brightness(105%);
    -webkit-filter: brightness(105%);
}
.contact-footer span,
.contact-footer a {
    color: var(--benu-color-text);
    font-size: 1rem;
    font-weight: 500;
    direction: ltr;
}
#footer .social-links-menu {
    margin-bottom: -0.35rem;
    margin-left: -0.35rem;
}
#footer .social-links-menu a {
    color: var(--benu-color-text);
}
#footer .social-links-menu a:hover,
.contact-footer a:hover {
    color: var(--benu-color-text);
}
.social-links-menu a:has(i.fa-linkedin) {
    font-size: 1.6rem;
}
.benu-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    z-index: 1000;
    background-color: var(--benu-color-bg);
}
.navbar-logo {
    height: 60px;
    width: auto;
    display: inline-block;
}
.navbar-logo:hover {
    opacity: .8;
}
.menu-btn-navbar {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    width: 1.5rem;
    height: 2.5rem;
    padding: 0;
    color: var(--benu-color-text) !important;
    font-size: 2rem;
    margin-right: -0.7rem;
}
.navbar-benu-fixed {
    padding: .5rem 0;
}
.navbar-benu-fixed .navbar-logo {
    height: 50px;
}
.pt-page {
    padding-top: var(--benu-navbar-height);
}
.page-title {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center;
}
.page-title h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .25rem;
    color: var(--benu-color-text);
}
.project-box {
    position: relative;
    width: 100%;
}
.project-box-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 75%;
    margin-bottom: .75rem;
}
.project-box-thumb img {
    filter: grayscale(85%);
    -webkit-filter: grayscale(85%);
}
.project-box:hover .project-box-thumb img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
.project-box h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--benu-color-text);
}
.project-box:hover h3 {
    color: var(--benu-color-1);
}
.gallery-item {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.gallery-item.landscape {
    padding-top: 75%;
}
.gallery-item.portrait {
    padding-top: 133.3333%;
}
.section-title {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center;
}
.section-title h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: .25rem;
    color: var(--benu-color-text);
}
.content-single-page {
    width: 100%;
    position: relative;
    color: var(--benu-color-text);
    font-weight: normal;
    font-size: 1.15rem;
    line-height: var(--benu-line-height);
    /*text-align: justify;*/
}
.content-single-page.small-p {
    font-size: 1rem;
}
.content-single-page h2 {
    margin-bottom: .5rem;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: var(--benu-line-height);
}
.content-single-page h3 {
    margin-bottom: .5rem;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: var(--benu-line-height);
}
.content-single-page h4 {
    margin-bottom: .5rem;
    font-weight: 800;
    font-size: 1.3rem;
    line-height: var(--benu-line-height);
}
.content-single-page h5 {
    margin-bottom: .5rem;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: var(--benu-line-height);
}
.content-single-page h6 {
    margin-bottom: .5rem;
    font-weight: 800;
    font-size: 1.1rem;
    line-height: var(--benu-line-height);
}
.content-single-page ul {
    list-style: square;
}
.content-single-page img {
    max-width: 100% !important;
    display: block;
    margin: 0 auto 1.5rem;
}
.content-single-page p {
    margin-bottom: .5rem;
}
.content-single-page strong {
    font-weight: 800;
}
.content-single-page a {
    color: var(--benu-color-1);
    text-decoration: underline;
}
.content-single-page a:hover {
    color: var(--benu-color-text);
    text-decoration: none;
}
.services-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 75%;
}
.text-primary {
    color: var(--benu-color-1) !important;
}
.content-services h2,
.content-services h3,
.content-services h4,
.content-services h5,
.content-services h6 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: .75rem;
}
.content-services h2::after,
.content-services h3::after,
.content-services h4::after,
.content-services h5::after,
.content-services h6::after,
.content-services h2::before,
.content-services h3::before,
.content-services h4::before,
.content-services h5::before,
.content-services h6::before {
    content: '';
    /*width: 23px;*/
    /*height: 5px;*/
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--benu-color-1);
}
.benu-map {
    position: relative;
    width: 100%;
    height: 500px;
}
.benu-map iframe {
    width: 100% !important;
    height: 100% !important;
}
.benu-form-section {
    position: relative;
    width: 100%;
}
.gform_confirmation_message {
    line-height: var(--benu-line-height) !important;
}
.contact-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 75%;
}
.person-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 133%;
}
.gallery-product-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.gallery-product-item-thumb {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 75%;
}
.gallery-product-item:hover .gallery-product-item-thumb img {
    opacity: .9;
}
.overlay-product-2,
.overlay-product {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 2;
}
.overlay-product-2 {
    background-color: var(--benu-color-2-opacity65);
    opacity: 0;
}
.gallery-product-item:hover .overlay-product {
    background-color: rgba(0, 0, 0, 0.5);
}
.gallery-product-item:hover .overlay-product-2 {
    opacity: 1;
}
.overlay-product-2 h4,
.overlay-product h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    line-height: var(--benu-line-height);
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.overlay-product-2 h4 {
    color: var(--benu-color-1);
    text-shadow: 0 0 5px #ffffff;
}
.product-gallery-title {
    background-color: var(--benu-color-2-opacity40);
    position: relative;
    padding: .7rem .5rem;
    width: 100%;
}
.product-gallery-title h4 {
    font-size: 1.15rem;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    color: var(--benu-color-1);
}
.lg-container {
    direction: ltr;
}
.lg-outer .lg-thumb-item {
    border-radius: .5rem !important;
    border: 2px solid transparent;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: var(--benu-color-1) !important;
}
.lg-sub-html {
    text-align: center !important;
    font-family: Comfortaa, serif !important;
    font-size: 1.1rem;
}
.product-gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    position: relative;
}
.gallery-product-item-parent {
    position: relative;
    height: 100%;
    cursor: pointer;
}
.gallery-product-item-parent {
    grid-column: span 1;
    grid-row: span 1;
}
.gallery-product-item-parent.portrait {
    grid-column: span 1;
    grid-row: span 2;
}
.gallery-product-item-parent.portrait .gallery-product-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.gallery-product-item-parent.portrait .gallery-product-item-thumb {
    flex-grow: 1;
}
.about-thumb {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
}



@media only screen and (min-width: 576px) {
    .home-slide-box img {
        object-position: center right;
        -o-object-position: center right;
    }
}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {

}
@media only screen and (min-width: 1200px) {

}
@media only screen and (min-width: 1400px) {

}

@media only screen and (max-width: 1399.98px) {
    .feature-project-home {
        left: 15%;
        width: 260px;
        height: 260px;
    }
}
@media only screen and (max-width: 1250px) {
    .header-inf {
        left: 66%;
    }
    .feature-project-home {
        top: 12%;
        left: 10%;
        width: 250px;
        height: 250px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .page-title h1 {
        font-size: 1.8rem;
    }
    .section-title h1 {
        font-size: 1.6rem;
    }
    .benu-map {
        height: 450px;
    }
}
@media only screen and (max-width: 1100px) {
    .header-inf {
        left: 62%;
    }
    .menu-btn {
        left: 0;
    }
    .overlay-product-2 h4,
    .overlay-product h4 {
        font-size: 1.4rem;
    }
}
@media only screen and (max-width: 991.98px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 4rem;
    }
    #footer .container,
    #footer .container-fluid,
    #footer .container-lg,
    #footer .container-md,
    #footer .container-sm,
    #footer .container-xl,
    #footer .container-xxl {
        --bs-gutter-x: 4.5rem;
    }
    .header-inf {
        left: 58%;
    }
    .header-logo {
        height: 130px;
    }
    .header-inf h2 {
        font-size: 1.1rem;
    }
    .header-inf h3 {
        font-size: .95rem;
    }
    .feature-project-home {
        top: 15%;
        left: 10%;
        width: 210px;
        height: 210px;
    }
    .menu-btn {
        top: 1rem;
        right: .25rem;
        left: auto;
        transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
    }
    .navbar-logo {
        height: 50px;
    }
    :root {
        --benu-navbar-height: 83px;
    }
    .page-title h1 {
        font-size: 1.6rem;
    }
    .section-title h1 {
        font-size: 1.4rem;
    }
    .overlay-product-2 h4,
    .overlay-product h4 {
        font-size: 1.3rem;
    }
    .product-gallery-title h4 {
        font-size: 1.1rem;
    }
}
@media only screen and (max-width: 870px) {
    .header-inf {
        left: 52%;
    }
}
@media only screen and (max-width: 767.98px) {
    .benu-disable-animation [data-aos-delay] {
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }
    .header-inf {
        left: 42%;
    }
    .feature-project-home {
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 180px;
        height: 180px;
    }
    .home-page-content {
        font-size: 1rem;
    }
    .product-gallery-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .gallery-product-item-parent {
        grid-row: span 1;
    }
    .gallery-product-item-parent.portrait .gallery-product-item-thumb {
        padding-top: 133.3333%;
    }
}
@media only screen and (max-width: 650px) {
    .header-inf {
        left: 35%;
    }
}
@media only screen and (max-width: 575.98px) {
    .header-inf {
        left: 26%;
    }
    .menu-btn {
        font-size: 2rem;
        width: 1.8rem;
        height: 2.7rem;
    }
    .header-logo {
        height: 115px;
        margin-bottom: 1rem;
    }
    .home-page-content {
        font-size: .95rem;
    }
    .menu-mobile-items a {
        font-size: 1.1rem;
    }
    .page-title h1 {
        font-size: 1.4rem;
    }
    .section-title h1 {
        font-size: 1.2rem;
    }
    .project-box h3 {
        font-size: 1.1rem;
    }
    .content-single-page {
        font-size: .95rem;
    }
    .content-single-page h2 {
        font-size: 1.2rem;
    }
    .content-single-page h3 {
        font-size: 1.1rem;
    }
    .content-single-page h4 {
        font-size: 1.05rem;
    }
    .content-single-page h5 {
        font-size: 1rem;
    }
    .content-single-page h6 {
        font-size: .95rem;
    }
    .content-services h2,
    .content-services h3,
    .content-services h4,
    .content-services h5,
    .content-services h6 {
        gap: .5rem;
    }
    .content-services h2::after,
    .content-services h3::after,
    .content-services h4::after,
    .content-services h5::after,
    .content-services h6::after,
    .content-services h2::before,
    .content-services h3::before,
    .content-services h4::before,
    .content-services h5::before,
    .content-services h6::before {
        width: 20px;
    }
    .benu-map {
        height: 400px;
    }
}
@media only screen and (max-width: 540px) {
    .header-inf {
        left: 21%;
    }
    .feature-project-home {
        width: 150px;
        height: 150px;
    }
    .footer-logo {
        height: 95px;
    }
    .contact-footer span,
    .contact-footer a {
        font-size: .95rem;
    }
}
@media only screen and (max-width: 510px) {
    .header-inf {
        left: 18%;
    }
    .contact-footer span,
    .contact-footer a {
        font-size: .9rem;
    }
    .footer-logo {
        height: 90px;
    }
}
@media only screen and (max-width: 400px) {
    .header-inf h2 {
        min-height: 2.9rem;
    }
}