@import url(./reset.css);

/* @font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.eot);
    src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.eot?#iefix) format("embedded-opentype"), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.ttf) format("truetype");
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.eot);
    src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.eot?#iefix) format("embedded-opentype"), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.ttf) format("truetype");
} */

@font-face {
    font-family: 'Almoni';
    font-weight: 300;
    src: url("/css/fonts/almoni-neue-aaa-300.eot");
    src: url("/css/fonts/almoni-neue-aaa-300.eot?#iefix") format("embedded-opentype"), url("/css/fonts/almoni-neue-aaa-300.woff") format("woff"), url("/css/fonts/almoni-neue-aaa-300.ttf") format("truetype");
}

@font-face {
    font-family: 'Almoni';
    font-weight: 400;
    src: url("/css/fonts/almoni-neue-aaa-400.eot");
    src: url("/css/fonts/almoni-neue-aaa-400.eot?#iefix") format("embedded-opentype"), url("/css/fonts/almoni-neue-aaa-400.woff") format("woff"), url("/css/fonts/almoni-neue-aaa-400.ttf") format("truetype");
}

@font-face {
    font-family: 'Almoni';
    font-weight: 500;
    src: url("/css/fonts/almoni-neue-aaa-500.eot");
    src: url("/css/fonts/almoni-neue-aaa-500.eot?#iefix") format("embedded-opentype"), url("/css/fonts/almoni-neue-aaa-500.woff") format("woff"), url("/css/fonts/almoni-neue-aaa-500.ttf") format("truetype");
}

@font-face {
    font-family: 'Almoni';
    font-weight: 600;
    src: url("/css/fonts/almoni-neue-aaa-600.eot");
    src: url("/css/fonts/almoni-neue-aaa-600.eot?#iefix") format("embedded-opentype"), url("/css/fonts/almoni-neue-aaa-600.woff") format("woff"), url("/css/fonts/almoni-neue-aaa-600.ttf") format("truetype");
}

html {
    direction: rtl;
}

* {
    box-sizing: border-box;
    color: #000000;

    /* font-family: "Open Sans Hebrew"; */
    font-family: "Almoni";
}

a,
a:hover,
a:visited {
    text-decoration: none;
}

.content-wrapper {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 100vh;
}

.header {
    display: flex;
    width: 100%;
    height: 19vh;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
}

.header .logo {
    background: url(../img/corner.png?v=1) no-repeat center;
    height: 100%;
    width: 28.8vw;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    background-size: cover;
}

.header .logo svg {
    width: 27.5%;
    margin-top: 2.1vw;
    margin-right: 2vw;
}

.header h2.asterix {
    font-size: 1.6vw;
    font-weight: 500;
    padding: 0;
    margin: .5vw 2vw 0 0;
}

.header .mobile-asterix {
    display: none;
}

.main {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-flow: column nowrap;
    height: 100vh;
    overflow: hidden;
    padding-top: 15vh;
}

.main .text-container {
    width: 40vw;
    text-align: right;
    margin-right: 7.3vw;
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.main .text-container h1.title-text {
    font-size: 4.2vw;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.main .text-container p {
    font-size: 2vw;
    line-height: normal;
    font-weight: bold;
    margin: 15px 0;
}

.main .orange-strip {
    width: 100%;
    height: 48vh;
    background: url(../img/bottom-wave.png?v=1) no-repeat left bottom;
    background-size: cover;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    background-position: top right;
}

.main .orange-strip .content {
    width: 35vw;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-right: 7.3vw;
}

.main .orange-strip .text-container {
    font-size: 2vw;
    font-weight: bold;
    width: unset;
    margin-right: unset;
}

.main .orange-strip img {
    height: 95vh;
    position: fixed;
    bottom: 0;
    left: 5vw;
}

.circle-button-wrapper {
    width: 18vw;
    height: 18vw;
    align-items: center;
    justify-content: center;
    display: flex;
}

.circle-button-wrapper .circle-button {
    width: 14vw;
    height: 14vw;
    border: 0;
    z-index: 10;
}

.circle-button-wrapper .circle-button a {
    direction: rtl;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 14vw;
    height: 14vw;
    font-size: 2vw;
    line-height: 1.25;
    background-color: #fff;
    text-align: center;
    position: relative;
    border-radius: 50%;
    font-weight: 600;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.circle-button-wrapper .circle-button a svg.arrow-icon {
    width: 2vw;
    height: 2vw;
    background-color: #ffc40c;
    border-radius: 50%;
}

.circle-button-wrapper .circle-button a span {
    width: 10vw;
    white-space: normal;
    margin-bottom: 30px;
}

.individual-bubble {
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    z-index: 1;
    opacity: 1;
    box-shadow: 1px 1px 1px 1px rgba(121, 121, 121, 0.2);
}

.footer {
    display: flex;
    width: 100%;
    height: 3.5vw;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    right: 0;
}

.footer .morning-logo-container {
    width: 50vw;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.footer .morning-logo-container a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 5vw;
    height: 100%;
}

.footer .logo-morning {
    width: 2.2vw;
}

.footer .links-container {
    display: flex;
    width: 47vw;
    justify-content: space-between;
    font-size: 1.04vw;
    margin-right: 7.3vw;
}

.disclaimer {
    position: fixed;
    bottom: 0;
    right: 55%;
    font-size: .8vw;
}

@media only screen and (max-width: 1024px) and (min-height: 769px) {
    .header {
        height: 27.5vw;
    }

    .header .logo {
        width: 72vw;
    }

    .header .logo svg {
        margin-top: 6vw;
        margin-right: 5vw;
        width: 27%;
    }

    .header h2.asterix {
        font-size: 3vw;
        font-weight: 500;
        margin-top: 2vw;
        margin-right: 5vw;
    }

    .main .text-container {
        width: 100%;
        margin: 4vw 6.5vw 0 0;
    }

    .main .text-container h1.title-text {
        font-size: 8vw;
        line-height: 1;
        margin: 0;
    }

    .main .text-container p {
        font-size: 4vw;
        margin: 0;
        margin-top: 30px;
    }

    .main .orange-strip {
        height: 64.7vw;
        background-position: top;
    }

    .main .orange-strip .content {
        margin-right: 6.5vw;
        width: 100%;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
    }

    .orange-strip .content .text-container {
        margin: unset;
        margin-top: 7vw;
        margin-bottom: 2vw;
        font-size: 3.9vw;
    }

    .main .orange-strip img {
        height: 78vw;
    }

    .circle-button-wrapper {
        width: 32vw;
        height: 32vw;
    }

    .circle-button-wrapper .circle-button {
        width: 26vw;
        height: 26vw;
    }

    .circle-button-wrapper .circle-button a {
        width: 26vw;
        height: 26vw;
        font-size: 3.9vw;
    }

    .circle-button-wrapper .circle-button a span {
        width: auto;
        margin-bottom: 20px;
    }

    .circle-button-wrapper .circle-button a svg.arrow-icon {
        width: 3vw;
        height: 3vw;
    }

    .footer {
        height: 9vw;
        align-items: normal;
        justify-content: initial;
    }

    .footer .links-container {
        justify-content: flex-start;
        font-size: 2.2vw;
        margin-right: 6.5vw;
        flex-flow: column wrap;
    }

    .footer .links-container a {
        margin-left: 1vw;
        margin-top: 1vw;
    }

    .footer .morning-logo-container a {
        width: 10vw;
    }

    .footer .logo-morning {
        width: 3.5vw;
        margin-top: 2vw;
    }

    .disclaimer {
        position: fixed;
        bottom: 0;
        right: 32%;
        font-size: 1.4vw;
    }
}

@media only screen and (max-width: 440px) {
    .header {
        height: 17.1vh;
        position: relative;
    }

    .header .logo {
        width: 83vw;
    }

    .header .logo .asterix {
        display: none;
    }

    .header .mobile-asterix {
        display: block;
        position: absolute;
        left: 6vw;
        top: 6.5vw;
        font-size: 6vw;
    }

    .header .logo svg {
        width: 30%;
        margin-top: 8vw;
        margin-right: 3vw;
    }

    .main {
        height: unset;
        overflow: unset;
        padding: unset;
    }

    .main .text-container {
        width: calc(100% - 30px);
        margin-right: 20px;
    }

    .main .text-container h1.title-text {
        font-size: 11vw;
    }

    .main .text-container p {
        font-size: 5.7vw;
        margin: 1vh 0 0;
    }

    .main .orange-strip {
        background: url(../img/mobile-image.png?v=1) no-repeat center;
        background-size: cover;
        height: 58vh;
    }

    .main .orange-strip .content {
        margin: 0;
    }

    .main .orange-strip img, .main .orange-strip .text-container {
        display: none;
    }

    .main .orange-strip .content {
        width: 100%;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
    }

    .circle-button-wrapper {
        width: 50vw;
        height: 50vw;
        margin: 21vw 3vw 0;
    }

    .circle-button-wrapper .circle-button {
        width: 44vw;
        height: 44vw;
    }

    .circle-button-wrapper .circle-button a span {
        width: auto;
        margin-bottom: 20px;
        font-size: 6vw;
    }

    .circle-button-wrapper .circle-button a svg.arrow-icon {
        width: 6.4vw;
        height: 6.4vw;
    }

    .circle-button-wrapper .circle-button a {
        width: 44vw;
        height: 44vw;
        font-size: 1.6vw;
    }

    .footer {
        position: unset;
        flex-flow: column nowrap;
        height: 30vw;
        align-items: center;
    }

    .footer .links-container {
        margin: 0;
        width: 95vw;
        font-size: 5vw;
        flex-flow: row wrap;
    }

    .footer .links-container a {
        display: block;
        width: 45vw;
        text-align: right;
        margin-top: 4vw;
    }

    .footer .morning-logo-container {
        width: 100%;
        height: 11vw;
    }

    .footer .morning-logo-container a {
        width: 8vw;
        height: 100%;
        margin-left: 4vw;
    }

    .footer .logo-morning {
        width: 100%;
    }

    .disclaimer {
        position: unset;
        bottom: 0;
        right: 3%;
        font-size: 2.4vw;
    }
}
