@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap');


*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

html {
    direction: ltr;
    overflow-x: hidden;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #fbfaf9;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    text-align: left;
    overflow-x: hidden !important;

}

html, body {
    min-height: 100vh;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a, button {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
    color: inherit;
}

a:hover, a:active, a:focus, a:visited {
    text-decoration: none !important;
}

a:hover {
    color: inherit;
}

input, textarea, a, button {
    outline: none !important;
    text-decoration: none;
}

.margin-auto {
    margin: 0 auto;
    float: none !important;
}

/* img hover */
.img-hover {
    overflow: hidden;
    display: block;
}

.img-hover > img {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 600;
    font-style: normal;
}

/* end img hover */
.page-container {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


header {
    padding: 40px 0 100px 0;
}

.logo img {
    height: 70px;
}

.home-section .home-txt h2 {
    font-size: 80px;
    color: #000;
    display: flex;
    align-items: center;
    line-height: 90px;
}

/*.home-section .home-txt h2 + h2 {*/
/*    padding-left: 80px;*/
/*}*/

/*.home-section .home-txt h2 + h2 + h2 {*/
/*    padding-left: 160px;*/
/*}*/

.home-section .home-txt .x img {
    width: 50px;
}

.home-section .home-txt .x {
    display: flex;
    align-items: center;
}

.home-txt-details {
    font-size: 20px;
}

.home-image {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 800px;
    overflow: hidden;
    margin: 100px 0 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.home-image img {
    object-fit: cover;
    width: 100%;
    max-height: 100%;
    opacity: 0;
}

.counters-section {
    background: #000;
    padding: 80px 0;
}

.counters-items .item {
    text-align: center;
}

.counters-items h4 {
    font-size: 40px;
    color: #356275;
}

.counters-items h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
}

.works-section {
    padding: 80px 0;
}

.works-section .section-title {
    margin-bottom: 80px;
}

.section-title h2 {
    color: #954739;
}

.works-items .item {
    margin-bottom: 6rem;
}

.works-items .item a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    position: relative;
}
.works-items .item a:after {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.34);
    width: 100%;
    height: 100%;
    content: '';
}
.works-items .item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.works-items > div:nth-child(2) {
    padding-top: 6rem;
}

.works-items.g-5 {
    --bs-gutter-y: 0rem;
}

.works-items.g-5 {
    --bs-gutter-x: 6rem;
}

.works-text {
    font-size: 35px;
    /*text-align: justify;*/

}

.btn-dark {
    border-radius: 0;
}

.scroll-section {
    background: #954739;
    padding: 80px 0;
}

.scroll-items {
    display: flex;
    align-items: center;
    font-size: 100px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.scroll-item {
    white-space: nowrap;
    margin-right: 100px;
}

.js-marquee-wrapper {
    display: flex;
    align-items: center;
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
}

.js-marquee {
    display: flex;
    align-items: center;
}

.js-marquee .x-img {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;

}

.js-marquee .x-img img {
    width: 100%;
    height: 100%;
}

.about-us-section {
    padding: 80px 0;
}

.about-us-details {
    font-size: 20px;
    /*text-align: justify;*/
}

.about-img {
    height: 550px;
}

.about-img img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.partners-section {
    padding: 0 0 80px 0;
}

.partners-section .section-title {
    margin-bottom: 80px;
}

.partners-section .section-title h2 {
    color: #000;
}


.owl-carousel .owl-item img {
    width: auto;
    min-height: 60px;
}

.partners-slider .item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 100px;

}

.partners-slider .item img {
    min-height: 80px;
    width: auto;

}

footer {
    margin-top: auto;
    background: #000000;
    color: #fff;
    padding-top: 80px;
}

.footer-text p {
    font-size: 38px;
    text-transform: uppercase;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li a {
    color: #366275;
    font-size: 65px;
    font-weight: 600;
}

.footer-2 {
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.53);
}

.social-links, .social-links-menu {
    display: flex;
    gap: 25px;
    font-size: 20px;
}

.social-links-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    color: #FFFFFF;
    width: 100%;
    justify-content: center;
}

.footer2-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
    font-size: 20px;
}

.page-title h1 {
    font-size: 80px;
    text-transform: uppercase;
}

.page-title h2 {
    font-size: 80px;
    text-transform: uppercase;
}

.about-us-text {
    font-size: 24px;
}

.about-us-text--1 {
    font-weight: 400;
    padding: 80px 0;
    /*text-align: justify;*/

}

.alignright {
    float: right;
    margin-left: 20px;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.aligncenter {
    float: none;
    display: block;
    margin: 15px auto;
}


.about-us-text--2 {
    padding: 80px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.53);
}

.about-us-text--2 h2 {
    font-weight: 500;
    text-transform: uppercase;
}

.faq-section {
    background: #332621;
    color: #fff;
    padding: 80px 0 20px 0;
}

.accordion-button {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
}

.accordion-button i {
    font-size: 45px;
    opacity: 0;
}

.accordion-button, .accordion-item, .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #fff;
}

.accordion-button:not(.collapsed), .accordion-button:focus {
    box-shadow: 0 -1px rgba(135, 135, 135, 0.37);
}

.accordion-item {
    border-color: rgba(135, 135, 135, 0.37);
}

.accordion-button:not(.collapsed) {
    color: #366275;
}

.accordion-button i.fa-caret-right {
    opacity: 0;
    visibility: hidden;
    margin-left: -22px;
    transition: all 0.3s ease-in-out;
}

.accordion-button.collapsed:hover i.fa-caret-right {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

.accordion-button:not(.collapsed) i:not(.fa-caret-right) {
    opacity: 1;
}

.accordion-body {
    font-size: 24px;
}

.faq-section .section-title h2 {
    color: #fff;
}

.faq-section .section-title {
    margin-bottom: 40px;
}

.project-item {
    position: relative;
    height: 350px;
    max-height: 350px;
}

.project-item a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

.project-item a img {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 100%;
    object-fit: cover;
}

.project-item-text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 15px;
}

.project-item-text h3 {
    color: #FFFFFF;
    font-size: 24px;
    text-transform: uppercase;
}

.project-item-text h4 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

.project-item a:after {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.34);
    width: 100%;
    height: 100%;
    content: '';
}

.projects-items {
    margin-bottom: 80px;
}


/*mobile menu*/

/*menu*/

.menu-mobile {

    position: fixed;

    right: 0px;

    top: 0px;

    bottom: 0;

    height: 100%;

    width: 100%;

    background-color: #000000;

    z-index: 1001;

    overflow-y: auto;

    -webkit-transform: translateX(100%);

    -moz-transform: translateX(100%);

    -ms-transform: translateX(100%);

    -o-transform: translateX(100%);

    transform: translateX(100%);

    -webkit-transition: -webkit-transform .8s ease-in-out;

    transition: -webkit-transform .8s ease-in-out;

    transition: transform .8s ease-in-out;

    transition: transform .8s ease-in-out;;


    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brand-area {

    position: absolute;
    padding: 100px 40px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;

}


.brand-area a > img {

    max-width: 100%;

    max-height: 50px;

    margin: auto;

}

.mmenu {
    position: relative;
    z-index: 3;
}

.mmenu > ul {

    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mmenu > ul li a {

    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 45px;
    padding: 10px;
    transition: all .3s;
    font-weight: 700;
}

.mmenu > ul li a > i {

    margin-left: 5px;

}

.mmenu > ul li a:hover {

    background: #fff;

    color: #000;

    border-color: #fff;

}

.register-mobile {

    margin-top: 0 !important;

}

.register-mobile li:last-child > a {

    border-bottom: 0;

}

.plusIcon {

    font-size: 14px;

    margin-left: 5px;

}

.m-overlay {

    position: fixed;

    content: '';

    left: 0px;

    top: 0px;

    right: 0px;

    bottom: 0px;

    background: #333;

    z-index: 1000;

    opacity: 0;

    visibility: hidden;

    transition: all .3s;

}

.menu-toggle {

    overflow: hidden;

}

.menu-toggle .m-overlay {

    opacity: 0.6;

    visibility: visible;

}

.menu-toggle .menu-mobile {

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);


}

.menu-toggle .main-wrapper {

    -webkit-transform: translate3d(-100%, 0, 0);

    -moz-transform: translate3d(-100%, 0, 0);

    -ms-transform: translate3d(-100%, 0, 0);

    -o-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

}

html.menu-toggle {

    overflow: hidden;

}

.contact-form {
    background: rgba(255, 255, 255, 0.1);
    display: block;
    padding: 40px;
    border-radius: 5px;
}

.contact-us-page {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;;
}

.contact-us-page footer {
    background: transparent;
}

.contact-us-page .page-title h1 {
    color: #fff;
}

.contact-form label {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
    display: block;
}

.contact-form .form-control {
    height: 45px;
    border-radius: 0;
    box-shadow: none
}

.contact-form textarea.form-control {
    height: 150px;
}

.contact-form .btn-primary {
    background-color: #356174;
    border-color: #356174;
    border-radius: 0;
}

select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.about-us-text--2 h2 {
    text-align: left;
}

/***
====================================================================
  Loading Transition
====================================================================
 ***/
/* Preloader */
.ctn-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999999;
    background: #fff;
}

.txt-loading {
    direction: ltr;
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 1px solid rgba(53, 123, 185, 0.15);
    border-top-color: #357BB9;
    height: 100px;
    margin: 0 auto 0 auto;
    width: 100px;
}

/* Texto cargando */

.ctn-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: #2196C6;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    line-height: 50px;
    position: absolute;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 10px;
    display: inline-block;
    color: rgba(12, 58, 86, 0.15);
    position: relative;
    font-size: 50px;
    line-height: 50px;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    animation-delay: 1.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
    animation-delay: 1.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
    animation-delay: 2s;
}

.ctn-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

/* AnimaciĂłn del preloader */

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.faq-items2 h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.faq-items2 p {
    font-size: 24px;
    /*text-align: justify;*/
}

.faq-items2 > div {
}

@media (min-width: 1400px) {
    .page-title h1 {
        font-size: 130px;
    }

    .page-title h2 {
        font-size: 130px;
    }

    .home-section .home-txt h2 {
        font-size: 100px;
    }

    /*.home-section .home-txt h2 + h2 {*/
    /*    padding-left: 100px;*/
    /*}*/
    /*.home-section .home-txt h2 + h2 + h2 {*/
    /*    padding-left: 200px;*/
    /*}*/
    .home-section .home-txt .x img {
        width: 70px;
    }
}

@media (max-width: 640px) {
    .logo img {
        height: 50px;
    }

    .counters-items > div {
        margin-bottom: 30px;
    }

    .home-section .home-txt h2 {
        font-size: 60px;
    }

    /*.home-section .home-txt h2 + h2 {*/
    /*    padding-left: 60px;*/
    /*}*/
    /*.home-section .home-txt h2 + h2 + h2 {*/
    /*    padding-left: 90px;*/
    /*}*/
    .home-section .home-txt .x img {
        width: 40px;
    }

    .works-items .item {
        margin-bottom: 2rem;
    }

    .works-items > div:nth-child(2) {
        padding-top: 0;
    }

    .works-text {
        font-size: 25px;
    }

    .footer-text p {
        font-size: 25px;
    }

    .footer2-menu {
        margin-bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        gap: 5px;
    }

    .mmenu > ul li a {
        font-size: 30px;
    }

    .footer2-menu li {
        margin-bottom: 5px;
    }

    .footer-2 {
        flex-direction: column-reverse;
    }

    .page-title h1 {
        font-size: 50px;
    }

    .page-title h2 {
        font-size: 50px;
    }

    .accordion-button {
        font-size: 35px;
    }

    .home-section .home-txt h2 {
        line-height: 50px;
    }

    .about-img {
        height: auto;
    }

    .works-items .item a {
        height: auto;
    }

    header {
        padding: 30px 0 100px 0;
    }

    .scroll-items {
        font-size: 40px;
    }

    .footer-links ul li a {
        font-size: 40px;
    }

    .counters-items .item {
        text-align: center;
    }

    .brand-area {
        padding: 20px 0;
        position: relative;
    }

    .menu-mobile {
        display: block;
        min-height: 100%;
        height: auto;
    }

    .social-links-menu {
        position: relative;
    }
}

@media (max-width: 500px) {
    .home-section .home-txt h2 {
        font-size: 40px;
        padding-left: 0;
    }

    /*.home-section .home-txt h2 + h2 {*/
    /*    padding-left: 40px;*/
    /*}*/
    /*.home-section .home-txt h2 + h2 + h2 {*/
    /*    padding-left: 60px;*/
    /*}*/
    .home-section .home-txt .x img {
        width: 26px;
    }

    .home-section .home-txt h2 {
        line-height: 40px;
    }

}

/***********************************/
.tbl-section {
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 31px;
}

.header-container {
    align-items: flex-end;
}

.mmenu > ul li a {
    font-weight: 600;
}

.faq-items2 h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-items2 h2 svg {
    height: 25px;
}

.project-slider {
    width: 100%;
    background: #000;
}

.project-slider img {
    width: 100% !important;
    height: 80vh;
    object-fit: cover;
}
.project-slider .owl-nav{
    margin: 0 !important;
}
.project-slider .owl-nav button {
    position: absolute;
    left: 15px;
    top: 50%;
    height: 60px;
    width: 60px;
    color: #000 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #fff !important;
    border-radius: 50% !important;
    font-size: 30px !important;
}

.project-slider .owl-nav button.owl-next {
    right: 15px;
    left: auto;
}

@media (max-width: 640px) {
    .about-us-text--1 {
        padding: 30px 0;
        font-size: 20px;
    }

    .about-us-text--2 {
        /*text-align: justify;*/
        font-size: 20px;
    }

    .menu-trigger {
        padding: 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .menu-trigger img {
        height: 30px;
    }

    /*.home-section .home-txt h2 + h2 + h2 {*/
    /*    padding-left: 150px;*/
    /*}*/
    .home-txt-details {
        /*text-align: justify;*/
    }

    .menu-header.align-items-center {
        align-items: flex-end !important;
    }

    .close-menu {
        padding: 0;
    }

    .close-menu img {
        height: 30px;
    }

    .mmenu > ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
        text-align: center;
    }

    .social-links-menu {
        position: absolute !important;
    }

    .mmenu > ul {
        padding-top: 50px;
    }

    .mmenu > ul {
        margin: 0 15px;
    }

    .faq-items2 p {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    /*.home-section .home-txt h2 + h2 + h2 {*/
    /*    padding-left: 102px;*/
    /*}*/
}

