/*
Theme Name: Prox
Theme URI: https://www.prox.co.il
Author: Prox Team
Author URI: https://www.prox.co.il
Description: Prox empty design with Bootstrap v4.2 RTL.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Prox, rtl, bootstrap
Text Domain: Prox
*/

@font-face {
    font-family: "almoni-tzar";
    font-weight: 100; /*(light)*/
    font-style: normal;
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-100.eot");
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-100.eot?#iefix") format("embedded-opentype"),
        url("fonts/almoni-tzar/almoni-tzar-aaa-100.ttf") format("truetype"), url("fonts/almoni-tzar/almoni-tzar-aaa-100.woff") format("woff");
}
@font-face {
    font-family: "almoni-tzar";
    font-weight: 200; /*(light)*/
    font-style: normal;
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-200.eot");
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-200.eot?#iefix") format("embedded-opentype"),
        url("fonts/almoni-tzar/almoni-tzar-aaa-200.ttf") format("truetype"), url("fonts/almoni-tzar/almoni-tzar-aaa-200.woff") format("woff");
}
@font-face {
    font-family: "almoni-tzar";
    font-weight: 300; /*(light)*/
    font-style: normal;
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-300.eot");
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-300.eot?#iefix") format("embedded-opentype"),
        url("fonts/almoni-tzar/almoni-tzar-aaa-300.ttf") format("truetype"), url("fonts/almoni-tzar/almoni-tzar-aaa-300.woff") format("woff");
}
@font-face {
    font-family: "almoni-tzar";
    font-weight: 400; /*(regular)*/
    font-style: normal;
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-400.eot");
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-400.eot?#iefix") format("embedded-opentype"),
        url("fonts/almoni-tzar/almoni-tzar-aaa-400.ttf") format("truetype"), url("fonts/almoni-tzar/almoni-tzar-aaa-400.woff") format("woff");
}
@font-face {
    font-family: "almoni-tzar";
    font-weight: 700; /*(bold)*/
    font-style: normal;
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-700.eot");
    src: url("fonts/almoni-tzar/almoni-tzar-aaa-700.eot?#iefix") format("embedded-opentype"),
        url("fonts/almoni-tzar/almoni-tzar-aaa-700.ttf") format("truetype"), url("fonts/almoni-tzar/almoni-tzar-aaa-700.woff") format("woff");
}

@font-face {
    font-family: "open-sans";
    font-weight: 300; /*(bold)*/
    font-style: normal;
    src: url("fonts/Open_Sans/OpenSans-Light.ttf");
}
@font-face {
    font-family: "open-sans";
    font-weight: 400; /*(bold)*/
    font-style: normal;
    src: url("fonts/Open_Sans/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "open-sans";
    font-weight: 700; /*(bold)*/
    font-style: normal;
    src: url("fonts/Open_Sans/OpenSans-Bold.ttf");
}
@font-face {
    font-family: "open-sans";
    font-weight: 900; /*(bold)*/
    font-style: normal;
    src: url("fonts/Open_Sans/OpenSans-ExtraBold.ttf");
}

@font-face {
    font-family: "open-sans-condensed";
    font-weight: 300; /*(bold)*/
    font-style: normal;
    src: url("fonts/Open_Sans/OpenSans_Condensed-Light.ttf");
}
@font-face {
    font-family: "open-sans-condensed";
    font-weight: 400; /*(bold)*/
    font-style: normal;
    src: url("fonts/Open_Sans/OpenSans_Condensed-Regular.ttf");
}

@font-face {
    font-family: "open-sans-condensed";
    font-weight: 700; /*(bold)*/
    font-style: normal;
    src: url("fonts/Open_Sans/OpenSans_Condensed-Bold.ttf");
}
@font-face {
    font-family: "open-sans-condensed";
    font-weight: 900; /*(bold)*/
    font-style: normal;
    src: url("fonts/Open_Sans/OpenSans_Condensed-ExtraBold.ttf");
}

@font-face {
    font-family: "Bahij";
    font-weight: 300; /*(light)*/
    font-style: normal;
    src: url("fonts/Bahij/Bahij_TheSansArabic-Light.eot");
    src: url("fonts/Bahij/Bahij_TheSansArabic-Light.eot?#iefix") format("embedded-opentype"),
        url("fonts/Bahij/Bahij_TheSansArabic-Light.ttf") format("truetype"), url("fonts/Bahij/Bahij_TheSansArabic-Light.woff") format("woff");
}
@font-face {
    font-family: "Bahij";
    font-weight: 400; /*(light)*/
    font-style: normal;
    src: url("fonts/Bahij/Bahij_TheSansArabic-Plain.ttf");
}
@font-face {
    font-family: "Bahij";
    font-weight: 700; /*(light)*/
    font-style: normal;
    src: url("fonts/Bahij/Bahij_TheSansArabic-Bold.eot");
    src: url("fonts/Bahij/Bahij_TheSansArabic-Bold.eot?#iefix") format("embedded-opentype"),
        url("fonts/Bahij/Bahij_TheSansArabic-Bold.ttf") format("truetype"), url("fonts/Bahij/Bahij_TheSansArabic-Bold.woff") format("woff");
}
header {
    position: absolute;

    width: 100%;
    z-index: 10;
}
.fixed-header {
    position: fixed;
    top: 0;

    z-index: 1000;
    background-color: #0000008c;
}
.fixed-header .py-4 {
    padding: 10px 0 !important;
}
.fixed-header .mylogo img {
    max-width: 120px !important;
}
html {
    height: 100%;
    width: 100%;
    text-decoration: none;
    border: none;
    scroll-behavior: smooth;

    background-color: #000;
}

body {
    background-color: #040404;
    color: #fff;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: open-sans, "Bahij", arial, sans-serif;
    border: none;
    direction: ltr;
}
*:lang(ar),
*:lang(he) {
    direction: rtl;
    text-align: right;
}
div:lang(he) .wpcf7,
div:lang(he) .wpcf7 input,
div:lang(he) .wpcf7 textarea,
div:lang(ar) .wpcf7,
div:lang(ar) .wpcf7 input,
div:lang(ar) .wpcf7 textarea {
    direction: rtl !important;
    text-align: right;
}
h1,
h2,
h3 {
    font-family: open-sans-condensed, "Bahij", arial, sans-serif;
}
.cond {
    font-family: open-sans-condensed, "Bahij", arial, sans-serif;
}
.dropdown-menu {
    text-align: right;
}

.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#HeaderNav ul {
    display: flex;

    flex-direction: column;
    margin-bottom: 0;
}
#HeaderNav ul li {
    list-style-type: none;
    padding: 8px 0;
}
#HeaderNav ul li a {
    color: #000;
    font-size: 64px;
    font-family: "open-sans-condensed", "Bahij";
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

#LegalMenu ul {
    display: flex;

    margin-bottom: 0;
}
#LegalMenu ul li {
    list-style-type: none;
    border-left: 1px solid black;
    padding: 0 5px;
    line-height: 1;
}
#LegalMenu:lang(en) ul li {
    border-left: 0;
    border-right: 1px solid black;
}
#LegalMenu ul li:last-of-type {
    border-left: 0;
}
#LegalMenu:lang(en) ul li:last-of-type {
    border-right: 0;
}
#LegalMenu ul li a {
    color: #000;
    font-size: 18px;
    line-height: 1;
}
.stickymenu {
    position: fixed;
    height: 100vh;
    padding: 70px;
    background-color: #fff;
    z-index: 1000;
    width: 30%;
    top: 0;
    left: -150%;
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
}
.stickymenu:lang(ar),
.stickymenu:lang(he) {
    left: auto;
    right: -150%;
}
.stickymenu.active {
    left: 0;
}
.stickymenu:lang(ar).active,
.stickymenu:lang(he).active {
    left: auto;
    right: 0;
}
.menuSocial img {
    filter: invert(100%) brightness(0) contrast(100%);
}
.sc1 {
    color: #febe09;
}

.mlink {
    border: 2px solid white;
    color: #fff;
    width: max-content;
    padding: 0px 30px;
    font-size: 23px;
    transition: all 0.3s ease;
    line-height: 1;
}
.mlink2 {
    border: 2px solid #f6a424;
    background-color: #f6a424;
    color: #fff;
    width: max-content;
    padding: 0px 30px;
    font-size: 23px;
    transition: all 0.3s ease;
    line-height: 1;
}
.sc2 {
    color: #121212;
}
.mlink:hover {
    background-color: white;
    color: #000;
}
/* a {
    color: inherit;
} */

a:hover {
    text-decoration: none;
}
.mainform input {
    display: block;
    direction: rtl !important;
    width: 100%;
    padding: 8px 10px;
    background-color: transparent;
    border: 2px solid white;
    color: white;
}
.mainform input::placeholder {
    color: white;
}
.imgc {
    max-width: 100%;
    max-height: 100%;
}

.careerform input,
.careerform textarea {
    display: block;
    width: 100%;
    padding: 8px 10px;
    background-color: transparent;
    border: 1px solid #606060;
}
.careerform input[type="file"] {
    border: 1px dashed #606060;
}
.careerform input[type="submit"] {
    width: max-content;
    max-width: 100%;
    background-color: #febe09;
    color: #000;
    padding: 10px 30px;
    font-weight: 900;
}
/*******************************************************************FRONT**********************************************************/
.wpml-ls-legacy-list-horizontal a {
    color: #000;
    font-size: 21px;
    font-family: "open-sans-condensed", "Bahij", arial;
}
.container {
    padding-right: 40px;
    padding-left: 40px;
}
.container.c16 {
    max-width: 1640px;
}
.container.c14 {
    max-width: 1400px;
}
.container.c12 {
    max-width: 1200px;
}

.fs70 {
    font-size: 70px;
}

.fs70:lang(ar) {
    font-size: 60px;
}
.fs64 {
    font-size: 64px;
}
.fs40 {
    font-size: 40px;
}
.fs30 {
    font-size: 30px;
}
.fs24 {
    font-size: 24px;
}
.fs18 {
    font-size: 18px;
}
.fbold {
    font-weight: 700;
}
.fextra {
    font-weight: 900;
}
.flight {
    font-weight: 300;
}
.serviceContentsWrapper {
    width: 100%; /* Adjust based on your layout */
    overflow: hidden; /* Hides anything outside this container */
    position: relative;
    height: 700px;
}

.serviceContent {
    width: 100%; /* Each content div takes full width of the container */
    position: absolute;
    left: 100%; /* Start offscreen to the right */
    transition: left 0.5s ease; /* Smooth transition for the left property */
    top: 50%;
    transform: translateY(-50%);
}

.servicetitle {
    opacity: 0.5;
}
.service.active .servicetitle {
    opacity: 1;
}
.newtext {
    border: 1px solid;
    border-radius: 15px;
    padding: 2px 10px;
    font-size: 1rem;
}
section {
    height: 100vh;
}

.plink {
    width: max-content;
    max-width: 100%;
    padding: 15px 80px;
    background-color: #ffffff;
    font-size: 1rem;
    color: #000;
    transition: all 0.3s ease;
    font-weight: 700;
}
.plink:hover {
    color: #000;
    opacity: 0.7;
}
.clink {
    width: max-content;
    max-width: 100%;
    padding: 15px 30px;
    background-color: #febe09;
    font-size: 1rem;
    color: #000;
    transition: all 0.3s ease;
    font-weight: 700;
}
.clink:hover {
    color: #000;
    opacity: 0.7;
}
.mlink {
    width: max-content;
    max-width: 100%;
    padding: 15px 30px;
    border: 2px solid #828282;
    font-size: 1rem;
    color: #828282;
    font-weight: 700;
}
.projectblackbox {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.3s ease;
}
.project-item:hover .projectblackbox {
    opacity: 1;
}
.upp {
    text-transform: uppercase;
}
.teamSlider .slick-slide {
    margin: 0 10px;
}

.shadow {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 1000;
}
.pointer {
    cursor: pointer;
}
.empsoc {
    opacity: 0;
    transition: all 0.3s ease;
}
.empbox:hover .empsoc {
    opacity: 1;
}
.herovideo {
    width: 100%;
    height: 100vh; /* Adjust this if you want a different height */
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.herovideo video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the container without losing aspect ratio */
    mix-blend-mode: exclusion;
}
.heroSocials {
    position: absolute;
    top: 50%;
    z-index: 1000;
    transform: translateY(-50%);
    right: 30px;
}
.heroSocials img {
    width: 30px;
    opacity: 0.5;
}

.heroSocials img:hover {
    opacity: 1;
}
.projectscontent * {
    text-align: center;
}
.singlevideo {
    height: 700px;
    border-radius: 12px;
    border: 1px solid white;
    overflow: hidden;
}
/*******************************************************************FRONT**********************************************************/
.hidden-xs-up {
    display: none !important;
}
@media (max-width: 575px) {
    #MobNavBtn {
        position: absolute;
        width: 45px;
        height: 45px;
        background-color: #212529;
        top: 0;
        left: -45px;
    }
    nav.active #MobNavBtn {
        left: 0;
        z-index: 1000;
    }
    #MobNavBtn span {
        display: block;
        height: 4px;
        width: 70%;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0 auto;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 1;
    }
    #MobNavBtn span:nth-child(1) {
        -webkit-transform: translate(-50%, -280%);
        transform: translate(-50%, -280%);
    }
    #MobNavBtn span:nth-child(2) {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #MobNavBtn span:nth-child(3) {
        -webkit-transform: translate(-50%, 180%);
        transform: translate(-50%, 180%);
    }
    nav.active #MobNavBtn span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    nav.active #MobNavBtn span:nth-child(1) {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    nav.active #MobNavBtn span:nth-child(3) {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }
    nav#MainNav {
        position: fixed;
        right: -100%;
        height: 100vh;
        width: 100%;
        margin: 0 !important;
        top: 0;
        transition: all 0.3s ease;
        z-index: 1000;
        background-color: #000;
    }
    nav#MainNav.active {
        right: 0;
    }
    nav#MainNav ul {
        display: block;
    }

    nav#MainNav ul li {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #fff;
    }
    nav#MainNav ul li a {
        color: #fff;
        display: block;
        padding: 8px 10px;
        width: 100%;
    }
    .mfcc {
        justify-content: center;
    }
    .hauto {
        height: auto !important;
    }
    .mpy {
        padding: 40px 0;
    }
    .mmargin {
        margin: 0 auto !important;
    }
    .mmb20 {
        margin-bottom: 20px !important;
    }
    .mw50 {
        width: 50% !important;
    }
    .mhfs20 {
        font-size: 20px !important;
    }
    .mhfs30 {
        font-size: 30px !important;
    }
    .mw90 {
        width: 90% !important;
    }
    .mcenter {
        text-align: center !important;
    }
    .mw100 {
        width: 100% !important;
    }
    .nomobile {
        display: none !important;
    }
    .fixed-header .py-4 {
        padding: 10px 25px !important;
    }
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
    .mbh200 {
        height: 200px !important;
    }
    .mbh400 {
        height: 400px !important;
    }
    .mblock {
        display: block !important;
    }
    .mbh300 {
        height: 300px !important;
    }
    .mpdt10 {
        padding-top: 10px !important;
    }
    .mpb10 {
        padding-bottom: 10px !important;
    }
    .mjcfs {
        justify-content: space-between !important;
    }
    .nosite {
        display: block;
    }
    .mgap10 {
        gap: 10px !important;
    }

    .hidden-xs-down {
        display: none !important;
    }
    .mylogo img {
        max-width: 120px !important;
    }
    .mylogo {
        margin: 0 auto;
    }
    .maic {
        align-items: center !important;
    }
    .mais {
        align-items: start !important;
    }

    .fs70 {
        font-size: 40px;
    }
    .fs70:lang(ar) {
        font-size: 23px;
    }
    .fs64 {
        font-size: 34px;
    }
    .fs40 {
        font-size: 25px;
    }
    .fs40:lang(ar) {
        font-size: 18px;
    }
    .fs30 {
        font-size: 22px;
    }
    .fs24 {
        font-size: 20px;
    }
    .fs18,
    .mhfs18 {
        font-size: 18px;
    }
    .fs20:lang(ar) {
        font-size: 13px;
    }
    .mhfs1rem {
        font-size: 1rem;
    }
    .mhfs12 {
        font-size: 12px !important;
    }
    header {
        position: relative;
    }
    section {
        height: auto !important;
    }
    .shadow {
        display: none;
    }
    .trusted .slick-slide,
    .mediaSlider .slick-slide {
        margin: 0 10px;
    }
    .firstSection {
        height: 90vh !important;
    }
    .footersocials a img {
        width: 30px;
    }
    .stickymenu {
        width: 100%;
        padding: 70px 40px;
    }
    #HeaderNav ul li a {
        font-size: 24px;
    }
    #LegalMenu ul li a {
        font-size: 15px;
    }
    .closemenu {
        width: 40px;
    }
    .menuSocial img {
        width: 25px;
    }
    .careerimg {
        max-width: 100%;
    }
    .serviceContent {
        width: 100%;
        position: relative;
        max-height: 0;
        transition: all 0.3s ease;
        overflow: hidden;

        top: auto;
        transform: none;
    }
    .serwraper.active .serviceContent {
        max-height: 550px;
    }
    .mbh100vh {
        height: 100vh !important;
    }
    .mcol4 {
        width: calc(100% / 4 - 25px);
    }
}
@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}
.hidden-xl-down {
    display: none !important;
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}

@media only screen and (width: 1400px) and (height: 800px) {
    /* Styles go here */

    .fs70 {
        font-size: 60px;
    }
    .fs70:lang(ar) {
        font-size: 50px;
    }
    .fs64 {
        font-size: 45px;
    }
    .fs40 {
        font-size: 30px;
    }
    .fs30 {
        font-size: 25px;
    }
    .fs24 {
        font-size: 18px;
    }
    .fs18 {
        font-size: 18px;
    }
}
