﻿/*-----------------------/ GEN /------------------------*/
.mainContain, .pageSection {
    width: 100%;
    height: auto;
    direction: rtl;
}

/*-----------------------/ BUTTONS /------------------------*/
.news-button {
    font-size: 12px;
}

#letsTalk-button {
    margin: 90px;
    width: 120px;
    height: 40px;
}

#sayHello-button {
    width: 150px;
    height: 45px;
}

#continueReading-button {
    width: 100px;
    height: 40px;
}

/*-----------------------/ TEXT /------------------------*/
h1 {
    font-family: 'openSans-Light';
    font-family: "Open Sans Hebrew", sans-serif;
    font-size: 6em;
    font-variant: small-caps;
    font-weight: 700;
    margin: -3% 0 0 0;
}

h2 {
    font-family: 'openSans-Light';
    font-family: "Open Sans Hebrew", sans-serif;
    margin: 0;
    font-size: 29px;
    color: rgba(37, 44, 57, 1);
}

h3 {
    text-transform: uppercase;
}

.header1 {
    width: 40%;
}

.header2 {
    width: 20%;
}

.textAlign_Left {
    text-align: start;
    text-align: left;
}

.textAlign_Right {
    text-align: end;
    test-align: right;
}

.textAlign_Center {
    text-align: center;
}

.openSansLight {
    font-family: 'openSans-Light';
    font-family: "Open Sans Hebrew", sans-serif;
    font-weight: 300;
}

.openSansLightItalic {
    font-family: 'openSans-LightItalic';
    font-family: 'Open Sans', sans-serif;
    font-family: 'Open-Sans Hebrew', sans-serif;
    font-style: italic;
    font-weight: 300;
}

.rubikLight {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

.fontColor_white {
    color: white;
}

.fontColor_orange {
    color: rgba(234,143,84,1);
}

.paragraphEmphasis_orange {
    background-color: #fa8232;
}

.h2_PrimTxt {
    width: 100%;
}

#left_servicesBody > h2 {
    font-size: 20px;
}

#servicesHeadContain > h1 {
    font-size: 40px;
    margin: 0;
    height: 45px;
}

/*-----------------------/ IMAGES /------------------------*/
.alignImgToCenter {
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.blingImg {
    width: 49%;
}

    .blingImg:before {
        content: "";
        display: block;
        padding-top: 200%;
    }

#headBlueLogo {
    background-image: url('/images/logo.png');
    width: 10%;
    min-width: 120px;
    max-width: 360px;
    height: 100%;
    min-height: 40px;
    max-height: 90px;
}

#leftBlingImg {
    background-image: url('/images/blingImgL.png');
}

#rightBlingImg {
    background-image: url('/images/blingImgR.png');
}

#designWithHeart {
    width: 40%;
    max-width: 521px;
    min-width: 320px;
    background-image: url('/images/designWithHeart.png');
}

    #designWithHeart:before {
        content: "";
        display: block;
        padding-top: 48%;
    }

#toContinueImg_orange {
    width: 100%;
    min-width: 75px;
    max-width: 119px;
    height: 59px;
    margin: 0;
    background-image: url('/images/orangeArrow.png');
}

#toContinueImg_blue {
    width: 119px;
    height: 95px;
    margin: -30px 0 0 0;
    background-image: url('/images/blueArrow.png');
}

#theProcessTitleImg {
    width: 180px;
    height: 57px;
    background-image: url('/images/theProccess.png');
}

#researchImg {
    height: 36px;
    background-image: url('/images/researchBoxImg.jpg');
}

#conceptImg {
    height: 36px;
    background-image: url('/images/conceptBoxImg.jpg');
}

#developmentImg {
    height: 36px;
    background-image: url('/images/developBoxImg.jpg');
}

#deliveryImg {
    height: 36px;
    background-image: url('/images/deliveryBoxImg.jpg');
}

#improveImg {
    height: 36px;
    background-image: url('/images/improveBoxImg.jpg');
}


/*-----------------------/ PAGE SECTIONS /------------------------*/
#topPageTextSection {
}

#processAndClients {
    width: 100%;
    z-index: 9;
    position: relative;
}

#services {
    z-index: 8;
}

#contactsUs {
    width: 100%;
    margin: 30px 0 30px 0;
}

#footImgContain {
    width: 100%;
    height: 800px;
    margin-top: 30px;
    background-color: #252c39;
}

/*-----------------------/ INNER DIVS /------------------------*/
.theProcess {
    width: 50%;
    min-width: 320px;
    margin-top: -120px;
}

.theProcessSection {
    width: 45%;
    min-width: 270px;
}

.processBoxContain {
    width: 100%;
}

.processBox {
    width: 80%;
    margin-top: 5px;
}

.verticalBoxImg {
    width: 36px;
}

    .verticalBoxImg .verticalSeperator {
        height: 115px;
    }

.introTextBody {
    width: 100%;
    margin: 65px 0;
}

.introBodyContain {
    direction: ltr;
    width: 80%;
}

.blings {
    margin-bottom: -120px;
    width: 50%;
}

.introHead {
    width: 100%;
    height: 90px;
}

.introBody {
    width: 100%;
    height: 300px;
    background-color: rgba(37, 44, 57, 1);
}

.mainTextBody {
    width: 70%;
}

.primTxt_H {
    width: 90%;
    height: auto;
}

.secTextBody {
    width: 50%;
    min-width: 220px;
}

.servicesHead {
    width: 100%;
    height: 250px;
    background-color: #fa8232;
    color: white;
}

.blingSectionCont {
    width: 100%;
    min-width: 320px;
    background-color: #2187fe;
}

    .blingSectionCont:before {
        content: "";
        display: block;
        padding-top: 115%;
    }

.verticalSeperator {
    width: 1px;
    border-right: 1px solid;
}

.whiteBorderColor {
    border-color: white;
}

.lightgreyBorderColor {
    border-color: lightgrey;
}

.servicesHeadContain {
    width: 50%;
    height: 60%;
}

.servicesBody {
    width: 100%;
    height: auto;
    margin-top: 100px;
}

.servicesBodyPart {
    width: 40%;
    height: auto;
}

.serviceBox {
    width: 100%;
    margin-top: 40px;
}

.theProcessFootTextContain {
    width: 60%;
}

.miniTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #fa8232 transparent transparent transparent;
}

#introFootContain {
    width: 70%;
    text-align: center;
}

#mainTextBody2 {
    width: 30%;
}

#webNmBox {
    margin: 0;
}

#introTextSeperatorContain {
    max-width: 119px;
    min-width: 75px;
}

#introTextSeperator {
    height: 455px;
}

#theProcessTitle {
    width: 30%;
    min-width: 180px;
    margin-top: -15px;
}

#theProcessFoot {
    width: 100%;
    margin: 30px 0;
}

#left_servicesBody {
    margin-left: 30px;
}

#right_servicesBody {
    margin-right: 30px;
}

#mid_servicesBody {
    width: 30px;
}

#introFootContain {
    height: 600px;
}


/*-----------------------/ MEDIA Q /------------------------*/
@media only screen and (min-width: 0px) and (max-width: 1520px) {
    h2 {
        font-size: 29px;
    }

    .mainTextBody {
        width: 65%;
    }

    .blings {
        margin-bottom: 0px;
    }

    #services {
        margin-top: 0;
    }

    #introFootContain {
        height: 550px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1280px) {
    h2 {
        font-size: 25px;
    }

    .mainTextBody {
        width: 65%;
    }

    .theProcess {
        margin-top: -200px;
    }

    #mainTextBody2 {
        width: 35%;
    }

    #introTextSeperatorContain {
        margin-left: 0;
    }

    #introFootContain {
        height: 500px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1150px) {
    .mainTextBody {
        width: 100%;
    }

    .theProcess {
        width: 100%;
        margin-top: 1px;
    }

    .blings {
        width: 100%;
        margin-bottom: 0px;
    }

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

    #introFootContain {
        height: 450px;
    }

    #mainTextBody2 {
        width: 100%;
        margin-top: 65px;
    }

    #theProcessTitle {
        min-width: 265px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 760px) {
    h1 {
        font-size: 5em;
    }

    .introBody {
        height: 250px;
    }

    .theProcess {
        margin-top: 1px;
    }

    #introFootContain {
        height: 350px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
    h1 {
        font-size: 3em;
    }

    h2 {
        text-align: center;
    }

    .introBody {
        height: 200px;
    }

    .theProcessFootTextContain {
        width: 80%;
    }

    .servicesBody {
        /*--/ direction /--*/
        flex-direction: column !important;
        -webkit-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -moz-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        /*--/ align-items /--*/
        align-items: center !important;
        -webkit-align-items: center !important;
        -webkit-box-align: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
    }

    .servicesBodyPart {
        width: 90%;
        min-width: 320px;
    }

    #introFootContain {
        height: 250px;
    }

    #letsTalk-button {
        margin: 50px;
    }

    #theProcessBody {
        /*--/ align-items /--*/
        align-items: center !important;
        -webkit-align-items: center !important;
        -webkit-box-align: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
    }

    #mid_servicesBody {
        order: 3 !important;
        -webkit-order: 3 !important;
        -webkit-box-ordinal-group: 3 !important;
        -moz-box-ordinal-group: 3 !important;
        -ms-flex-order: 3 !important;
    }

    #right_servicesBody {
        margin: 40px 0 0 0;
        order: 2 !important;
        -webkit-order: 2 !important;
        -webkit-box-ordinal-group: 2 !important;
        -moz-box-ordinal-group: 2 !important;
        -ms-flex-order: 2 !important;
    }

    #left_servicesBody {
        margin-left: 0;
    }

    #theProcessTitle {
        width: 100%;
        margin-bottom: 100px;
    }

    #primTxt_H {
        width: 100%;
    }

    #paragraphEmphasis_orange {
        /*width: 100% !important;
		height: 50px !important;
		margin-bottom: 65px;*/
        display: none !important;
    }
}