﻿
#welcome-section2 .floatingLogo{
    right:82px;
}

#welcome-section2{
    padding-right: 132px;
    padding-left: 132px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}


#welcome-section2 .welcome-section-desc{
    margin-bottom:63px;
}

#welcome-section2 .devices-img{
    display:none;
}
#welcome-section2 .main-sub-title {
    color: rgba(34,36,39,1);
    font-size: 35px;
    line-height: 48px;
    animation: fadeIn 1s linear forwards;
    animation-delay: 2s;
    max-width: 100%;
    text-align: right;
    font-weight: 300;
    margin: 0;
}

#welcome-section2 .exemplesContainer{
    display:block;
    padding:0;
}

#welcome-section2 button.videoStyle-btn {
    background-color: initial;
    border-width: 0px;
    color: rgba(34,36,39,1);
    font-size: 20px;
    line-height: 50px;
    text-align: right;
    height: 50px;
}

#welcome-section2 button.videoStyle-btn img{
    margin-right:0;
    margin-left: 13px;
    position: static;
    vertical-align: middle;
    width:50px;
}

#welcome-section2 .getAnOffer-btnStyle{
        height: 74px;
    width: 441px;
    font-size: 32px;
    line-height: 76px;
}


#welcome-section2 .get-offer-wrapper{
    position: static;
    margin-top: 54px;
}

#welcome-section2 .get-offer-wrapper .welcomeTop-footer.heddingAnim{
        position: static;
}
#welcome-section2 .welcomeTop-footer p{
    text-align: right;
    color: rgba(34,36,39,0.7);
    margin-top: 12px;
    font-size:18px;
}

#welcome-section2 .arrowDown{
    text-align: center;
    position: absolute;
    width: 120px;
    right: 50%;
    transform: translateX(50%);
    bottom: 25px;
}

#welcome-section2 .arrowDown div{
    position: absolute;
    bottom: 73px;
    text-align: center;
    color: rgba(19,31,95,0.7);
    font-size: 18px;
    animation: fadeIn 4s linear forwards;
    animation-delay: 4s;
    opacity:0;
    width:100%;
}
#welcome-section2 hr {
    width: 0px;
    border-right: 1px solid rgba(19,31,95,1);
    border-left: 1px solid rgba(19,31,95,1);
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    height: 16px;
    position: relative;
    top: 3px;

}

#welcome-section2 .customer-message {
    margin-top: 120px;
    font-size: 18px;
    color: rgba(19,31,51,1);
    display:inline-block;
}

#welcome-section2  .welcome-left img{
    width:726px;
    height:612px;
}

    #welcome-section2 .welcome-right, #welcome-section2 .welcome-left {
        margin-top: 136px;
    }
@media screen and (max-height: 780px) and (min-width:1250px) {
    
    #welcome-section2 .customer-message{
        margin-top:50px!important;
    }
    #welcome-section2 hr{
        margin-top:50px;
    }

    #welcome-section2 .welcome-left img{
    height: 411px!important;
    width: 486px!important;
    }


    #welcome-section3 {
        padding-right: 70px!important;
        padding-left: 70px!important;
    }

    /*#welcome-section3 .arrowDown a{
        bottom:25px!important;
    }*/

    #welcome-section3 .welcome-left, #welcome-section3 .welcome-right {
        height: 315px!important;
    }

        #welcome-section3 .video-wrapper, #welcome-section3 .video-wrapper iframe {
    width: 504px;
    height: 265px;
}
}
/*1200*/
@media screen and (max-width: 1660px) {

    #welcome-section2 {
        padding-right: 70px;
        padding-left: 70px;
    }
    #welcome-section2 .welcome-section-desc {
        margin-bottom: 34px;
    }

    #welcome-section2 .main-sub-title {
        font-size: 28px;
    }

    #welcome-section2 button.videoStyle-btn {
        font-size: 16px;
        line-height: 38px;
    }

    #welcome-section2 button.videoStyle-btn img {
        width: 40px;
    }

    #welcome-section2 .getAnOffer-btnStyle {
        width:355px;
        height:62px;
        font-size: 26px;
        line-height: 66px;
    }
    #welcome-section2 .get-offer-wrapper{
        margin-top: 33px;
    }
    #welcome-section2 .welcomeTop-footer p {
        font-size: 14px;
    }

    #welcome-section2 .customer-message {
        font-size:14px;
        margin-top: 88px;
    }

    #welcome-section2  .welcome-left img{
        height:484px;
        width:573px;
    }
}

/*992*/
@media screen and (max-width: 1100px) {
    #welcome-section2 .main-sub-title {
        font-size:24px;
        line-height:38px;
    }

    #welcome-section2 .welcomeTop-footer p{
        line-height: 16px;
        margin-top: 7px;
    }

    #welcome-section2 .customer-message {
        margin-top:38px;
    }

    #welcome-section2  .welcome-left img{
        height:390px;
        width:461px;
    }
}
@media screen and (max-width: 1000px) {
    #welcome-section2 .main-sub-title {
        font-size: 22px;
    }
}
/*768*/
@media screen and (max-width: 950px) {

    #welcome-section2 .floatingLogo{
        right: 0;
    }

    #welcome-section2{
        padding-left:130px;
        padding-right:130px;
    }
    #welcome-section2 .welcome-right{
        margin:auto;
    }
    #welcome-section2 .main-sub-title {
        font-size:30px;
        line-height:39px;
        text-align:center;
    }
    #welcome-section2 .devices-img{
        display:block;
        width: 377px;
        height: 319px;
        margin:auto;
        opacity:0;
        animation: fadeIn 1s linear forwards;
        animation-delay: 2s;
    }
    #welcome-section2 .exemplesContainer{
        position: static;
        height: initial;
        text-align: center;
        margin-top: 20px;
    }

    #welcome-section2 button.videoStyle-btn {
        position: static;
        text-align: center;
        font-size: 22px;
        line-height: 58px;
        height: 58px;
    }

    #welcome-section2 button.videoStyle-btn img{
        width:58px;
    }

    #welcome-section2 .arrowDown{
        bottom: 150px;
    }
    #welcome-section2 .arrowDown a {
        bottom: 0;
        margin-right: 0;
        position: relative;
    }
    #welcome-section2 .arrowDown div{
        bottom: 50px;
    }

    #welcome-section2 hr {
        height: 19px;
        margin-top: 0;
    }
    #welcome-section2 .customer-message-wrapper{
        display:none;
    }
    #welcome-section2 .customer-message {
        margin-top: 2px;
        font-size: 18px;
        width: 220px;
        text-align: right;
    }

    #welcome-section2  .welcome-left{
        display:none;
    }
}

/*320*/
@media screen and (max-width: 700px) {

    #welcome-section2{
        padding-left:25px;
        padding-right:25px;
    }

    #welcome-section2 .main-sub-title {
        font-size:17px;
        line-height:22px;
    }
    #welcome-section2 .devices-img{
        width: 223px;
        height: 187px;
    }
    #welcome-section2 .exemplesContainer{
        margin-top: 5px;
    }

    #welcome-section2 button.videoStyle-btn {
        font-size: 12px;
        line-height: 32px;
        height: 32px;
    }

    #welcome-section2 button.videoStyle-btn img{
        width:32px;
        margin-left:7px;
    }

    #welcome-section2 .arrowDown{
        display:none;
    }
   
    #welcome-section2 .customer-message-wrapper{
        display:none;
    }

}
@media screen and (max-width: 350px) {
    #welcome-section2 .main-sub-title {
        font-size: 16px;
    }
}

/***************************************************************/

.homePageMatrixBg {
    border-bottom: 100vh solid #1c265e;
    border-right: 385px solid transparent;
    width: 60%;
    left: 0;
    position:absolute;
}

#welcome-section3 {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    padding-right: 140px;
    padding-left: 140px;
}
#welcome-section3 .welcome-mobile{
    display:none;
}
#welcome-section3 .welcome-left,#welcome-section3 .welcome-right{
        height:480px;
}

#welcome-section3 .get-offer-wrapper{
    height: 87px;
}

#welcome-section3 .video-wrapper,#welcome-section3 .video-wrapper iframe{
    width: 863px;
    height: 454px;
    border:2px solid #1c265e;
        animation: fadeIn 3s linear forwards;
}

#welcome-section3 .welcomeTop-hedding{
    text-align:right;
    padding-bottom: 0;
}
    #welcome-section3 .welcomeTop-hedding h1 {
        color: #1c265e;
        position: static;
            line-height: 63px;
    font-weight: 200;
    font-size: 48px;
    }
#welcome-section3 .welcome-right{
    padding-left:80px;
}
    #welcome-section3 .main-sub-title {
        color: #1c265e;
        text-align: right;
        margin: 0;
        font-weight: 400;
        line-height: 35px;
        font-size: 35px;
    }
    #welcome-section3 .main-sub-title2 {
        font-weight: 300;
        line-height: 25px;
        font-size: 25px;
    }
#welcome-section3 .img-wrapper{
    width: 700px;
    text-align: left;
}
#welcome-section3 .welcome-leumi-img{
    width: 160px;
    height: 47px;
}

#welcome-section3 .exemplesContainer{
    padding-right:0;
}
#welcome-section3 .exemplesContainer a.getAnOffer-btnStyle{
    height: 50px;
    line-height: 58px;
    font-weight: 300;
    font-size: 25px;
}

#welcome-section3 .welcomeTop-footer p {
    text-align: center;
    color: #1c255e;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}

/*#welcome-section3 .arrowDown{
    text-align:center;
}
    #welcome-section3 .arrowDown a {
        right: 50%;
        bottom: 190px;
    }*/


    
#welcome-section3 .arrowDown{
    text-align: center;
    position: absolute;
    width: 120px;
    right: 50%;
    transform: translateX(50%);
    bottom: 25px;
}

#welcome-section3 .arrowDown div{
    position: absolute;
    bottom: 73px;
    text-align: center;
    color: rgba(19,31,95,0.7);
    font-size: 18px;
    animation: fadeIn 4s linear forwards;
    animation-delay: 4s;
    opacity:0;
    width:100%;
}

/*1640*/
@media screen and (max-width: 1900px) {
    #welcome-section3 .video-wrapper, #welcome-section3  .video-wrapper iframe {
        width: 718px;
        height: 378px;
    }

    #welcome-section3 .welcomeTop-hedding {
        animation-delay: 1s;
    }
    #welcome-section3 .welcomeTop-hedding h1 {
        font-size: 40px;
    }

    #welcome-section3 .img-wrapper{
        width:580px;
    }
    #welcome-section3 .welcome-leumi-img{
        width: 134px;
        height: 39px;
    }

}


/*1200*/
@media screen and (max-width: 1620px) {
    #welcome-section3 {
        padding-right: 55px;
        padding-left: 55px;
    }
    #welcome-section3 .welcome-left, #welcome-section3 .welcome-right {
        height: 330px;
    }
    #welcome-section3 .video-wrapper, #welcome-section3 .video-wrapper iframe {
        width: 558px;
        height: 293px;
    }
    #welcome-section3 .welcomeTop-hedding h1 {
        font-size: 30px;
        letter-spacing: -1px;
        line-height: 43px;
    }
    #welcome-section3 .main-sub-title {
        font-size: 28px;
        line-height: 28px;
        margin-top:10px;
    }
    #welcome-section3 .main-sub-title2 {
        font-size: 18px;
        line-height: 18px;
    }
    #welcome-section3 .img-wrapper {
        width: 492px;
    }
    #welcome-section3 .welcome-leumi-img {
        width: 113px;
        height: 30px;
    }
    #welcome-section3 .exemplesContainer a.getAnOffer-btnStyle {
        width: 236px;
        height: 37px;
        font-size: 18px;
        line-height: 38px;
    }
    #welcome-section3 .welcomeTop-footer p {
        font-size: 14px;
        line-height: 16px;
        text-align: right;
    }
}


/*992*/
@media screen and (max-width: 1150px) {
    #welcome-section3 .welcome-left, #welcome-section3 .welcome-right {
        height: 260px;
    }
    #welcome-section3 .video-wrapper, #welcome-section3 .video-wrapper iframe {
        width:446px;
        height:235px;

        width: 416px;
        height: 212px;
    }
    #welcome-section3 .welcomeTop-hedding h1 {
        font-size:28px;
        line-height:28px;
    }
    #welcome-section3 .main-sub-title {
        font-size:22px;
        line-height:22px;
    }
    #welcome-section3 .main-sub-title2 {
        font-size:14px;
        line-height:17px;
    }
    #welcome-section3 .img-wrapper {
        width:426px;
    }
    #welcome-section3 .welcome-leumi-img {
        width:99px;
        height:29px;
    }
    #welcome-section3 .exemplesContainer a.getAnOffer-btnStyle {
        width: 192px;
        height: 30px;
        font-size: 16px;
        line-height: 32px;
    }

    #welcome-section3 .welcomeTop-footer p {
        font-size: 12px;
        line-height: 14px;
    }
}

/*768*/
@media screen and (max-width: 950px) {
    .homePageMatrixBg {
        border-right: none;
        border-bottom: none;
        border-top: 559px solid #1c265e;
        width: 100%;
    }

    #welcome-section3 {
        padding-right:140px;
        padding-left:140px;
        margin: auto;
    }
    #welcome-section3 .welcome-left,#welcome-section3 .welcome-right{
        display:none;
    }

    #welcome-section3 .welcome-mobile{
        display:block;
        margin: auto;
    }

    #welcome-section3 .video-wrapper, #welcome-section3 .video-wrapper iframe {
        width:488px;
        height:257px;
    }


    #welcome-section3 .welcomeTop-hedding h1 {
        font-size:34px;
        line-height:34px;
        color:#FFFFFF;
        line-height: 56px;
    }

    #welcome-section3 .main-sub-title {
        font-size:32px;
        line-height:32px;
    }
    #welcome-section3 .main-sub-title2 {
        font-size:22px;
        line-height:22px;
    }
    #welcome-section3 .img-wrapper {
        width:488px;
    }

    #welcome-section3 .welcome-leumi-img {
        width:168px;
        height:49px;
    }

    .welcome3 .getAnOffer-btnStyle {
        width: 486px;
    }

    #welcome-section3 .arrowDown a {
        bottom: 170px;
    }
}

/*320*/
@media screen and (max-width: 750px) {
.homePageMatrixBg {
    border-top-width: 327px;
}

#welcome-section3 {
    padding-right:35px;
    padding-left:35px
}

    #welcome-section3 .video-wrapper, #welcome-section3 .video-wrapper iframe {
        width:257px;
        height:135px;
    }


    #welcome-section3 .welcomeTop-hedding h1 {
        font-size:16px;
        line-height:19px;
    }

    #welcome-section3 .main-sub-title {
        font-size:16px;
        line-height:16px;
    }
    #welcome-section3 .main-sub-title2 {
        font-size:14px;
        line-height:14px;
    }
    #welcome-section3 .img-wrapper {
        width:258px;
    }
    #welcome-section3 .welcome-leumi-img {
        width:88px;
        height:26px;
    }

    .welcome3 .getAnOffer-btnStyle{
        width:254px;
    }
    #welcome-section3 .arrowDown a {
        bottom: 80px;
    }
}

@media screen and (max-width: 750px) and (min-height:750px) {
    .homePageMatrixBg {
        border-top-width: 423px;
    }
    #welcome-section3 .arrowDown a {
        bottom: 120px;
    }
}

@media screen and (max-width: 750px) and (min-height:900px) {
    .homePageMatrixBg {
        border-top-width: 533px;
    }
}