@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);

@font-face {
    font-family: 'SansHebrew-Bold';
    src: url(../fonts/IBMPlexSansHebrew-Bold.ttf);
}

@font-face {
    font-family: 'SansHebrew-ExtraLight';
    src: url(../fonts/IBMPlexSansHebrew-ExtraLight.woff);
}

@font-face {
    font-family: 'SansHebrew-Light';
    src: url(../fonts/IBMPlexSansHebrew-Light.woff);
}

@font-face {
    font-family: 'SansHebrew-Medium';
    src: url(../fonts/IBMPlexSansHebrew-Medium.woff);
}

@font-face {
    font-family: 'SansHebrew-Regular';
    src: url(../fonts/IBMPlexSansHebrew-Regular.woff);
}

@font-face {
    font-family: 'SansHebrew-SemiBold';
    src: url(../fonts/IBMPlexSansHebrew-SemiBold.woff);
}

@font-face {
    font-family: 'SansHebrew-Thin';
    src: url(fonts/IBMPlexSansHebrew-Thin.woff) format('truetype')
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ============================================================================= */






/* ============================================================================= */

* { 
    list-style-type: none;
    outline: none;
}

body {
    direction: rtl;
    margin: 0;
    padding: 0;
    /*font-family: 'OpenR', Arial;*/ 
    font-family: 'Open Sans Hebrew', serif;
    /*font-family: 'Assistant', sans-serif;*/
    /*font-family: 'Rubik', sans-serif;*/
    overflow-x: hidden !important; 
}

.main_section {
    width: 100%;
}

.clear {}
.clear:before {content: '';display: block;clear: both;}
.clear:after {content: ''; display: block; clear: both;}


#showLoading {
    position: relative; 
    top: 15vw;
    left: 50%;
    transform: translateX(-50%);
}

#loadingText {
    text-align: center;
    font-size: 8pt;
    margin: 3px auto;
    width: 90px;
}

.hide {
    display: none;
}

.overlay {
    width: 100%;
    height: 100%;
    position:absolute;
    z-index: 2;
    background-color: rgba(0,0,0,0.5);
}
/* ============================================================================= */





/* ============================================================================= */
/* START Carousel Fade*/

.carousel.fade {
    opacity: 1;
    background-color: transparent;
}

.carousel.fade .item {
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    opacity: 0;
    top:0;
    position:absolute; 
    display:block !important;
    z-index:1;
}

.carousel.fade .item:first-child {
    top:auto;
    position:relative;
}

.carousel.fade .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    z-index:2;
}
/* END Carousel Fade */
/* ============================================================================= */





/* ============================================================================= */
/* START Carousel custom properties */

.carousel-control {
    z-index: 10;
    padding: 24% 0 0 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-control.left {
    background: transparent !important;
}

.carousel-control.right {
    background: transparent !important;
}

.carousel-control img {
    width: 50px;
}

.carousel-control.left img {
    float: left;
}

.carousel-control.right img {
    float: right;
}

/* END Carousel custom properties */


/* ============================================================================= */




/* ============================================================================= */
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100vw;
    height: 52vh;
}
/* ============================================================================= */



/* ============================================================================= */
/*.carousel-indicators {
    bottom: 20px;
    top: 41vw;
}*/

.carousel-indicators li {
    display: inline-block;
    width: 1vw;
    height: 1vw;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    display: inline-block;
    width: 1vw;
    height: 1vw;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;

}
/* ============================================================================= */




/* ============================================================================= */
.form-wrap {
    width: 100%;
    display: block;
}

.form_desk {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 47%;
    height: auto;
    top: 0vw;
}

.form_desk > h1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    color: #4b4c5a;
    font-size: 3vw;
    font-weight: lighter;
    padding-bottom: 1vw;
    font-family: 'SansHebrew-Bold';
    letter-spacing: -0.08vw;
}

.form_desk .form_fields 
{
    width: 46vw;
    text-align: center; 
    margin: 1vw auto;
}


.i-input{
    /*float: right;*/
    width: 14vw;
    height: 2vw;
    background-color: transparent;
    /* display: inline; */
    color: #414143;
    padding: 0vw;
    font-size: 1.4vw;
    margin-left: 1.5vw;
    font-weight: lighter;
    text-align: center;
    border: none;
    border-bottom: 2px solid #4b4c5a;
    border-left: 2px solid #4b4c5a;
    font-family: 'SansHebrew-Light';
    /* margin: 0 auto;
    /* margin: 0 auto;*/
}

.i-submit {
    /*float: right;*/
    width: 12.5vw;
    height: 2vw;
    /*background: url(../images/d/send_btn.svg) center top no-repeat;*/ 
    background-color: #4b4c5a;
    /*display: block;*/
    color: #fff;
    padding: 0vw;
    font-size: 1.4vw;
    font-weight: normal;
    text-align: center;
    border: none;
    font-family: 'SansHebrew-Light';
    /*margin: 0 auto;*/
    /*margin-top: 2vw;*/
    /*    border-radius: 15px 15px 15px 15px;
        -moz-border-radius: 15px 15px 15px 15px;
        -webkit-border-radius: 15px 15px 15px 15px;*/
}

.inputError {
    border: 0px;
    border-left: 2px solid #f03042 !important;
    border-bottom: 2px solid #f03042 !important;
} 

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #414143;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #414143;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #414143;
}

/* ============================================================================= */




/* ============================================================================= */
.credit_studio {
    width: 100%;
    display: block;
    margin: 0 auto;
    background: #d1d3d4;
    text-align: center;
    height: 2vw;
    position: relative;
    z-index: 999999;
}

.credit_studio  > a > img.credit_img {
    width: 5vw;
}

/* ============================================================================= */







/* ============================================================================= */
/* ============================================================================= */
/* CUSTOM CSS - DESKTOP */


.video_section {
    width:100%;
    height: 100vh;
    background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
    position: relative;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_content {
    text-align: center;
}

.video_content h1{
    font-size: 3vw;
    color: #fff;
    font-weight: 600;
    position: relative;
    display: block;
    top: -19vw;
    font-family: 'SansHebrew-Bold';
}

img.logo_img{
    width: 44vw;
      margin-top:-5vw;
} 

.back-video{
    position: absolute;
    right:0;
    bottom :0;
    z-index: -1;
}

@media (min-aspect-ratio: 16/9){
    .back-video{
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9){
    .back-video{
        width: auto;
        height: 100%;
    }
}


a.welcome_a_btn{
color: #fff;
    border: 0.1vw solid #fff;
    margin: 0 auto;
    text-align: center;
    padding: 0.5vw;
    border-radius: 4vw;
    font-size: 1vw;
    font-family: 'SansHebrew-Regular';
    text-decoration: none;
    top: 3.7vw;
    position: relative;
}

.text_div{
    width: 100%;
    display: block;
    background-color: #fff;
    position: relative;
    z-index: 999997;
    margin-top: 2.1vw;
    /*min-height: 15vw;*/
    padding-top: 1.5vw;
}

.wrap_text_div {
    width: 100%;
    margin: 0 auto;
}

.wrap_text_cont {
    display: block;
    width: 65vw;
    margin: 0 auto;
    padding-bottom: 3vw;
}

.wrap_text_cont > h1 {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #000;
    font-size: 3vw;
    letter-spacing: 0vw;
    font-weight: 600;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.wrap_text_cont > p {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #4b3e36;
    font-size: 1.2vw;
    letter-spacing: 0vw;
    font-weight: 400;
    margin-bottom: 0.12vw;
}

.wrap_text_cont > p > bu {
    text-decoration: underline;
    font-weight: bold;
}

.wrap_text_cont > p > b {
    font-weight: bold;
    letter-spacing: -0.05vw;
}

.wrap_text_cont > p > u {
    text-decoration: underline;
}

img.lets_talk {
    width: 15vw;
    display: block;
    position: relative;
    right: 0;
    margin-top: -2vw;
    margin-bottom: -1.5vw;
}

img.why_us {
    margin: 0 auto;
    display: block;
    width: 20vw;
    margin-top: -3vw;
    position: relative;
    top: 5vw;
}

img.img_icons {
    width: 44vw;
    display: block;
    margin: 0 auto;
    padding: 2vw;
}

.right_side {
    width: 50%;
    float: right;
    height: 52vh;
}

.left_side {
    width: 50%;
    float: right;
    height: 52vh;
}

img.gallery_img {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.gallery_text_right {
    width: 35vw;
    display: block;
    margin: 4vw 14vw 0 0;
    float: right;
}

.gallery_text_r_left {
    width: 35vw;
    display: block;
    margin: -9vw 0vw 0vw 2vw;
    float: left;
}

.gallery_text_right > h2 {
    color: #fff;
    font-size: 2vw;
    font-weight: lighter;
    width: 100%;
    float: right;
    text-align: right;
    padding-bottom: 1.2vw;
    font-family: 'SansHebrew-Bold';
}

.gallery_text_right > p {
    width: 100%;
    float:right;
    display: block;
    text-align: right;
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0vw;
    font-weight: lighter;
    margin-bottom: 0.12vw;
    font-family: 'SansHebrew-Light';
}

.gallery_text_r_left > p {
    width: 100%;
    float:right;
    display: block;
    text-align: right;
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0vw;
    font-weight: lighter;
    margin-bottom: 0.12vw;
    font-family: 'SansHebrew-Light';
}

img.element_1{
    width: 36vw;
    position: relative;
    top: -10vw;
    right: -2vw;
}

img.element_2{
    width: 38vw; 
    position: relative;
    top: 1vw;
    right: 2vw;
}



.gallery_text_left {
    width: 40vw;
    display: block;
    margin: 1vw 7vw 0 0;
    float: right;
}

.gallery_text_left > h2 {
    color: #fff;
    font-size: 2vw;
    font-weight: lighter;
    width: 100%;
    float: right;
    text-align: right;
    padding-bottom: 1.2vw;
    font-family: 'SansHebrew-Bold';
}

.gallery_text_left > p {
    width: 100%;
    float: right;
    display: block;
    text-align: right;
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0vw;
    font-weight: lighter;
    margin-bottom: 0.12vw;
    font-family: 'SansHebrew-Light';
}



/* ./ CUSTOM CSS - DESKTOP */


/* scrol down */

html body [data-ca3_iconfont="ETmodules"]::before {
    font-family: "ETmodules";
}
[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
}

.ca3-scroll-down-link {
cursor: pointer;
    height: 3vw;
    width: 6vw;
    margin: 1vw auto;
    /* line-height: 60px; */
    position: absolute;
    left: 49%;
    bottom: 0px;
    color: #FFF;
    text-align: center;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 40%);
    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}

/*scroll down*/

/* ============================================================================= */
/* ============================================================================= */




/* ============================================================================= */
@media  (max-width: 1680px) and ( max-height: 1050px ) { 




}
/* ============================================================================= */


/* ============================================================================= */
@media  (max-width: 1600px) and ( max-height: 900px ) { 



}
/* ============================================================================= */





/* ============================================================================= */
@media  (max-width: 1440px) and ( max-height: 900px ) {



}
/* ============================================================================= */



/* ============================================================================= */
@media  (max-width: 1366px) and ( max-height: 768px ) {



}
/* ============================================================================= */



/* ============================================================================= */
@media  (max-width: 1280px) and ( max-height: 1024px ) {



}
/* ============================================================================= */




/* ============================================================================= */
@media  (max-width: 1280px) and ( max-height: 800px ) {





}
/* ============================================================================= */









/* ============================================================================= */
@media  (max-width: 1024px) {
 
    
    .carousel-inner>.item>img {
        width: 100%;
    }

    .carousel-indicators li {
        display: inline-block;
        width: 5vw;
        height: 5vw;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        display: inline-block;
        width: 5vw;
        height: 5vw;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;

    }

    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width: 100vw;
        height: 100%;
    }

    .top-menu-mobile {
        width: 100%;
        background-color: #4b4c5a; 
        height: 20vw;
        /*        position: fixed;
                z-index: 99999;
                top: 0;*/
    }

    .menu-logo-mobile {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    img.mobile-logo {
        width: 60px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    img.mobile-call-us {
        width: 110px;
        position: relative;
        margin-top: 14px;
        margin-left: 13px;
        display: inline-block;
        left: 0;
        right: 0;
        float: left;
    }



    #menu-btn-mobile {
        position: absolute;
        top: 4vw;
        right: 6vw;
        display: inline-block;
    }

    .bar1, .bar2, .bar3 {
        width: 10vw;
        height: 0.2vw;
        background-color: #fff;
        margin: 3vw 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-2.5vw, 2.2vw);
        transform: rotate(-45deg) translate(-2.5vw, 2.2vw);
    }

    .change .bar2 {opacity: 0;}

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-2.5vw, 2.2vw);
        transform: rotate(45deg) translate(-2.1vw, -1.8vw);
    }

    #menu-mobile {
        width: 100%;
        background-color: #4b4c5a;
        margin-top: 20vw; 
        position: absolute;
        z-index: 999999;
    }

    .menu-row-mobile {
        width: 100%;
        height: 80px;
        color: #fff;
        font-size: 16pt;
        font-weight: 100;
        cursor: pointer;
        /*border-top: 1px solid #cd9074;*/
        text-align: center;
        padding-top: 29px;
    }

    .menu-row-mobile:last-of-type {
        border-bottom: none;
        font-family: 'SansHebrew-Light';
    }

    .menu-row-mobile:last-of-type {
        border-bottom: none;
    }

    .hideMobile {
        display: none;
    }

    .showMobile {
        display: block;
    }

    .page-content-mobile {
        width: 100%;
        margin: 0 auto;
    }


    .row {
        margin: 0px !important;  
    }



    .modal-backdrop {
        background: transparent !important;
        display: none !important;
    }

    .modal.in .modal-dialog {
        width: 95% !important;
        margin-top: 12vw;
    }



    a:hover {
        underline: none;
    }

    #myCarousel 
    {
        /*        margin-top: 0vw;
                margin-top: -16vw;*/
    }


    .form_mobile {

        width: 100%;
        display: block;
        margin-top: 4vw;
        margin-bottom: 0;
        background-color: #fff;
        position: relative;
        z-index: 999;
        margin-top: 8vw;
        padding-bottom: 6vw;

    }

    .form-fields-mobile {
        width: 72%;
        display: block;
        text-align: center;
        margin: 0 auto;
        padding-top: 0vw;
    }

    .form-fields-mobile> h2 {
        font-size: 10vw;
        text-align: center;
        color: #4b4c5a;
        line-height: 10vw;
        /*font-weight: 700;*/
        margin-bottom: 10vw;
        font-family: 'SansHebrew-Bold';
    }

    .i-input-mobile {
        width: 100%;
        height: 12vw;
        color: #4b3e36;
        text-align: center;
        font-size: 5vw;
        background-color: transparent;
        border: 0px;
        border-bottom: 1px solid #a07756;
        border-left: 1px solid #a07756;
        border-radius: 0;
        padding-top: 0;
        margin: 0 auto;
        margin-top: 0vw;
        font-weight: 300;
        margin-bottom: 4vw;
    }

    .i-submit-mobile{
        width: 100%;
        height: 12vw;
        background-color: #4b4c5a;
        display: block;
        margin: 0 auto;
        color: #fff;
        font-weight: lighter;
        text-align: center;
        border: 1px solid #000;
        margin-top: 2vw;
        padding: 0px;
        font-size: 7vw;
        /*        border-radius: 15px 15px 15px 15px;
                -moz-border-radius: 15px 15px 15px 15px;
                -webkit-border-radius: 15px 15px 15px 15px;*/
    }

    .inputError {
        border: 0px;
        border-left: 1px solid #f03042 !important;
        border-bottom: 1px solid #f03042 !important;
    } 

    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #4b3e36;
        opacity: 1; /* Firefox */
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #4b3e36;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
        color: #4b3e36;
    }

    .credit_studio_mobile {
        width: 100%;
        display: block;
        margin: 0 auto;
        background: #d1d3d4;
        text-align: center;
        height: 10vw;
    }

    .credit_studio_mobile > a > img.credit_img {
        width: 26vw;
    }





    .mobile_text {
        width: 100%;
        display: block;
        background-color: #fff;
        padding: 3vw;
    }

    #contentPage > div > div.mobile_text > h1 {
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: right;
        color: #fff;
        font-size: 5vw;
        font-weight: bolder;
        letter-spacing: -0.1vw;
    }

    #contentPage > div > div.mobile_text > .brown {
        color: #fff;
        font-size: 4.8vw;
        font-weight: lighter;
        letter-spacing: -0.01vw;
        /*background-color: #022c40;*/
        color: #4b3e36;
        width: 100%;
        padding: 0vw 4vw 0vw 4vw;
        line-height: 5.5vw;
        /* margin-top: 0.7vw; */
        margin: 2vw auto;
        text-align: justify;
    }

    #contentPage > div > div.mobile_text > p {
        color: #fff;
        font-size: 4.3vw;
        /*font-weight: lighter;*/
        letter-spacing: -0.01vw;
        width: 88%;
        /* padding: 1vw; */
        line-height: 5vw;
        /* margin-top: 0.7vw; */
        /* margin: 2vw auto; */
        text-align: justify;
font-family: 'SansHebrew-Light';
    }



    .video_section_m {
        width:100%;
        height: 57vw;
        background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
        position: relative;
        padding: 0 5%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .video_content_m {
        text-align: center;
    }

    .video_content_m h1{
        font-size: 3vw;
        color: #fff;
        font-weight: 600;
        position: relative;
        display: block;
        top: -8vw;
        font-family: 'SansHebrew-Bold';
    }

    img.logo_img{
        width: 60vw;
      
    } 

    .back-video_m{
        position: absolute;
        right:0;
        botton:0;
        z-index: -1;
    }

    @media (min-aspect-ratio: 16/9){
        .back-video_m{
            width: 100%;
            height: auto;
        }
    }

    @media (max-aspect-ratio: 16/9){
        .back-video_m{
            width: 100%;
            height: 100%;
        }
    }


    a.welcome_a_btn{
        color: #fff;
        border: 0.1vw solid #fff;
        padding: 0.5vw;
        border-radius: 4vw;
        font-size: 1vw;
        font-family: 'SansHebrew-Regular';
        text-decoration: none;
    }


} 
/* ============================================================================= */
