@import url('../fonts/opensanshebrew/fonts.css');
@import url('../fonts/rubik/stylesheet.css');

html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    background: #000000;
    color: #ffffff;
    font-family: Rubik,Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 36px;
}

.ynet-iframe {
    width: 990px;
    height: 80px;
    padding-top: 15px;
    display: block;
    margin: 0 auto;
}

.header {
    background-color: #ffffff;
}

h1, h2, h3, table, div, ul, li {
    direction: rtl;
    margin: 0;
    padding: 0;
    text-align: right;
}

img {
    border: none;
}

a {
    border: none;
    outline: none;
}

.page-box {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.header-title {
    position: absolute;
    width: 1024px;
    top: 146px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.elal-logo {
    background-image: url('../images/web/logo.png');
    width: 276px;
    height: 62px;
    margin: 0 auto;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
}

    .menu li {
        padding: 0;
        margin: 0;
    }

.btn {
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    width: 41px;
    height: 40px;
    background-size: 41px;
}

.facebook {
    background-image: url('../images/web/facebook.png');
}

.twitter {
    background-image: url('../images/web/twitter.png');
}

.negishut {
    background-image: url('../images/web/negishut.png');
    width: 40px;
    background-size: 40px;
}

.project-desc {
    text-align: center;
    color: #fff;
    padding-top: 336px;
}

.elal-70 {
    margin-right: auto;
    display: block;
    margin-bottom: 15px;
}

.main_text {
    font-size: 39px;
    font-weight: 500;
    letter-spacing: -0.4px;
    text-shadow: 5px 5px 10px #000;
}

.sub-text {
    font-size: 34px;
    font-weight: normal;
    letter-spacing: -0.4px;
    text-shadow: 5px 5px 10px #000;
}

.fill-in-details {
    display: block;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}

    .fill-in-details .gray {
        color: #979ea4;
        display: block;
        margin-top: 5px;
        margin-bottom: 15px;
    }

.bdy {
    background-image: url('../images/web/main-bg.jpg');
    background-repeat: no-repeat;
    background-position: center -95px;
    min-height: 757px;
}

.bdy_default {
    background-image: url(../images/web/default.jpg);
}

.bdy_quiz {
}


.bdy_once {
}

.bdy_thank {
}

.default-form {
    margin: 0 auto;
}

.default .inpt {
    border: none;
    outline: none;
    color: #000;
    font-size: 16px;
    height: 39px;
    width: 200px;
    padding: 0 10px 0 0;
    background-color: #fff;
    font-family: 'Arial Rounded MT',Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.inpt.sex {
    width: 87px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url(../images/web/dropdown.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    cursor: pointer;
    font-weight: normal;
}

.send-btn{
    cursor:pointer;
}

.default .inpt.email {
}

.default .inpt.phone {
}

select::-ms-expand {
    display: none;
}

.inpt.age {
    width: 88px;
}

.default-form .send-btn {
    cursor: pointer;
    display: block;
}

.terms {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Arial Rounded MT',Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}

    .terms #terms {
        vertical-align: middle;
    }

    .terms a {
        color: #ffffff;
        font-family: 'Arial Rounded MT',Arial, Helvetica, sans-serif;
    }

#video {
    width: 443px;
    height: 266px;
    position: absolute;
    left: 51px;
    top: 340px;
}

.quiz {
    padding-top: 330px;
}

    .quiz h3 {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.1;
        height: 20px;
    }

    .quiz ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .quiz ul li {
            width: 315px;
            height: 181px;
            padding-top: 10px;
            padding-right: 10px;
            box-sizing: border-box;
            font-weight: 500;
        }

    .quiz label {
        direction: rtl;
        font-size: 18px;
        font-weight: 100;
    }

    .quiz ul li input {
        margin: 5px 0 0 10px;
        padding: 0;
        float: right;
    }

.quiz-btn {
    cursor: pointer;
    display: block;
    margin: 40px auto 0;
}

.answer {
    display: block;
    margin: 0;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 19px;
}

    .answer td {
        text-align: right;
    }

        .answer td div {
            float: right;
            width: 250px;
        }

    .answer th {
        text-align: right;
    }

::-webkit-input-placeholder {
    color: #000;
    font-weight: normal;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
    font-weight: normal;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
    font-weight: normal;
}

:-ms-input-placeholder {
    color: #000;
    font-weight: normal;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
}

.form_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-top: 5px;
}

.trailer {
    position: absolute;
    top: 429px;
    right: 82px;
    cursor: pointer;
    width: 135px;
}

#DivIfrmBG {
    background-color: #000;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    display: none;
}

#contactDivIfrm {
    display: none;
    z-index: 100;
    cursor: pointer;
    background-image: url('../images/web/trailer_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 879px;
    height: 465px;
    position: relative;
}

    #contactDivIfrm iframe {
        position: absolute;
        top: 50px;
        right: 50px;
    }

.buy_tickets {
    background-image: url('../images/web/buy_ticket.jpg');
    width: 270px;
    height: 58px;
    background-color: transparent;
    border: navajowhite;
    padding: 0;
    display: block;
    position: absolute;
    top: 525px;
    right: 0;
    left: 0;
    margin: 0 auto;
    cursor: pointer;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.yit {
    background-image: url('../images/web/yit.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 165px;
    height: 27px;
    padding: 6px 0;
}

.bdy_thank .thank-txt {
    text-align: center;
    font-size: 100px;
    font-weight: 500;
}

    .bdy_thank .thank-txt span {
        font-size: 63px;
    }

.bdy_once .once-txt {
    text-align: center;
    font-size: 74.3px;
    font-weight: 500;
}

    .bdy_once .once-txt span {
        font-size: 46.8px;
    }

.abs-sr {
    background-color: #10103b;
    position: absolute;
    top: 720px;
    right: 0;
    left: 0;
    min-height: 234px;
    padding-top: 20px;
}

@media only screen and (max-height: 900px) {
    .abs-sr {
        min-height: 150px;
        top: 684px;
    }
}
    
#INDmenu-btn {
    display: none !important;
}