
@font-face {
    font-family: NextExitRound-Bold;
    src: url("../fonts/NextExitRound-Bold.otf") format("opentype");
}
@font-face {
    font-family: NextExitRound-Regular;
    src: url("../fonts/NextExitRound-Regular.otf") format("opentype");
}
@font-face {
    font-family: NextExitRound-Light;
    src: url("../fonts/NextExitRound-Light.otf") format("opentype");
}

figure{
    margin:0;
}

img{
    width: 100%;
}

#header, #footer{
    display: none;
}
#container{
    padding-top:0;
}

.thanks_wrapper{
    direction: rtl;
    background-color: #ffffff ;
    font-size:24px;
    color: #7f7f7f;
    font-family: NextExitRound, arial, tahoma;
}
/* iphone safari checkbox visibility fix */
input[type="checkbox"], input[type="checkbox"]:checked {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
}


.thanks_wrapper .banner_wrapper{
    /*padding: 30px 46px 40px 46px;*/
    background-color: #00bab2;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    position: relative;
}

.thanks_wrapper .banner_wrapper .banner_top {
    background-image: url("../images/latetoda/pattern.png");
    background-clip: content-box;
    background-position: center;
    background-size: 450px;

}

.thanks_wrapper .banner_wrapper .banner_top .banner_top_inner {
    padding: 30px 46px 0px 46px;
}

.thanks_wrapper .banner_wrapper .banner_bottom {
    padding: 20px 46px 40px 46px;
}

.banner_wrapper .icon_wrapper{
    display: flex;
    justify-content: space-between;
}

.banner_wrapper .title_img{
    max-width: 273px;
    margin: 23px auto 0 auto;
}

.banner_wrapper .text_content{
    text-align: center;
}

.banner_wrapper .text_content .text_blue{
    font-size: 20.5px;
    color: #262684;
    margin:10px 0;
}
.banner_wrapper .text_content .more_info {
    display: flex;
    justify-content: center;
}

.banner_wrapper .text_content .more_info .text_white{
    font-size:16px;
    color: #ffffff;
    font-weight: 300;
    margin:10px 0;
}

.banner_wrapper .text_content .text_white{
    font-size:20.5px;
    font-family: NextExitRound-Light;
    color: #ffffff;
    font-weight: 300;
    margin:10px 0;
}

.banner_wrapper .text_content .more_info .text_white:last-child {
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
    margin-right: 5px;
}

.banner_wrapper .banner_sticker{
    width:117px;
    margin:20px auto;
}

.banner_wrapper .heart_wrapper{
    display: none;
}

.banner_wrapper .microphone_desktop{
    display: none;
}

.banner_wrapper .microphone_wrapper{
    width: 157px;
    position: absolute;
    left: 40px;
    bottom: -115px;
}

.thanks_wrapper .separated_form_section{
    position: relative;
}

.separated_form_section.note_box{
    padding-bottom: 40px;
}

.thanks_wrapper .form_wrapper{
    padding: 50px 20px 37px 0;
    width: 100%;
}

.thanks_wrapper .radio_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 16px;

}

.thanks_wrapper .radio_wrapper input[type=radio]{
    display: none;
}

.thanks_wrapper .radio_wrapper label{
    display: flex;
    position: relative;
}

.radio_wrapper label:before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #f2f2f2;
    margin-left:8px;
}

.radio_wrapper input[type=radio]:checked ~ label:after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #03cbc0;
    border:2px solid #f2f2f2;
    margin-left:8px;
    position: absolute;
    right: 4px;
    top: 4px;
}

.thanks_wrapper .form_wrapper input[type=text], .thanks_wrapper .form_wrapper textarea{
    border:1px solid transparent;
    border-radius: 7px;
    background-color: #f2f2f2;
    font-size: 19.5px;
    font-weight: 300;
    color: #8b8b8b;
    width:100%;
}

.thanks_wrapper  input[type=text].error,  .thanks_wrapper textarea.error, .thanks_wrapper select.error{
    border-color: #cf4646;
    box-shadow: inset 0 1px 0 0 rgba(207, 70, 70, .39);
}

.thanks_wrapper .label_error{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 45px;
    font-size: 20px;
    color: red;
}

.thanks_wrapper .hide{
    display: none;
}


.thanks_wrapper .form_wrapper input[type=text]{
    padding: 11.5px 12px 11.5px 14px;
    width: 100%;
}

.thanks_wrapper .latet_select{
    border: 1px solid transparent;
    border-radius: 7px;
    background-color: #f2f2f2;
    font-size: 19.5px;
    font-weight: 300;
    color: #8b8b8b;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 4px 12px 0 14px;
    height:45px;
}

.thanks_wrapper .form_wrapper textarea{
    padding: 12px 12px 0 0;
    width: 100%;
    height: 173px;
    resize: none;
    margin-bottom: 20px;
}

.thanks_wrapper .form_section{
    margin: 40px 0px;
    width:100%;
}

.thanks_wrapper .form_text_title{
    margin-bottom: 33px;
}

.thanks_wrapper .form_text_title .splitted_title{
    font-family: NextExitRound-Bold;
    display: block;
    width:fit-content;
    font-size: 21.5px;
    line-height: 1.07;
    color: #262684;
    border-radius: 19px;
    padding: 5px 15px;}

.thanks_wrapper .sub_text, .thanks_wrapper .input_text{
    display: block;
    margin: 25px 0 14px 0;
}

.input_text{
    font-size: 22px;
}

input::placeholder, textarea::placeholder {
    font-size: 17px;
}

.submit_wrapper{
    position: relative;
    max-width: 178px;
    margin: 0 auto;

}

.submit_wrapper .submit_btn_text{
    padding: 11px 17px 8px 16px;
    border-radius: 18.9px;
    background-color: #00ccc2;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    display: block;
    position: relative;
    border:none;
    width:100%;
}

.submit_wrapper .submit_btn_text:hover{
    background-color: #00d9ce;
}

.submit_wrapper img{
    position: absolute;
    width: 80%;
    left: -55px;
    top: 20px;
    z-index: -1;
}

.thanks_wrapper .required_dot{
    color: #FF0000;
}

.latetoda_popup{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    z-index: 110;
    transition: all 200ms ease;
    font-family: "Open Sans Hebrew" , sans-serif;
    letter-spacing: normal;
}

.latetoda_popup.active{
    opacity: 1;
    pointer-events: all;
}

.latetoda_popup .close{
    padding: 20px 0 0 20px;
    text-align: left;
}
.get_updates{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.get_updates input {
    width: 15px;
    height: 15px;
}
.get_updates label {
    font-size: 18px;
}

#updates {
    appearance: revert;
    margin-left: 10px;
}

.get_updates label {
    font-family: NextExitRound-Light;
}

.latetoda_popup .popup_content{
    position: relative;
    background-color: #00bbb2;
    border-radius: 15px;
    width: 90%;
    height:50%;
    background-image: url("../images/latetoda/pattern.png");
    background-clip: content-box;
    background-position: center;
    background-size: 900px;
}

.latetoda_popup .popup_text_success {
    display: block;
    direction: rtl;
    font-family: NextExitRound-Bold;
    /*max-width: 85%;*/
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    font-size:45px;
}

.popup_content img{
    width:100%;
}

.latetoda_popup .popup_header{
    display: flex;
    justify-content: space-around;
    margin: 30px 0 40px 0;
}

.icon_1, .icon_2{
    width:61px;
}

.middle_wrapper .middle_image_wrapper{
    /*width:342px;*/
    margin:0 auto;
}

.latetoda_popup .popup_text{
    display: block;
    color: #ffffff;
    font-family: NextExitRound-Regular;
    text-align: center;
    padding:20px 0;
    font-size:20px;
}

.latetoda_popup .share_wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    max-width:200px;
    margin:0 auto;
}

.latetoda_popup .share_wrapper a{
    display: block;
    padding: 0 5px;
    width:74px;
}

.latetoda_popup .paper_airplane_wrapper{
    position: absolute;
    width: 242px;
    z-index: -1;
    bottom: -35px;
    left: -55px;
}

body .thanks_wrapper .hidden_field{
    display: none;
}

body .thanks_wrapper .active_field{
    display: block;
}

.extra_wrapper{
    padding:0 20px;
}


/* device state */
.state-indicator {
    position: relative;
    z-index: 4;
}

.thanks_wrapper .select_wrapper{
    position: relative;
}
.thanks_wrapper .select_wrapper .arrow_wrapper{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #03cbc0;
    width: 35px;
    height: 100%;
    border-radius: 7px 0 0 7px;
    pointer-events: none;
}

.arrow_wrapper .arrow_img_wrapper{
    width: 14px;
    position: absolute;
    top: 19px;
    left: 11px;
}

.desktop_div{
    display: none;
}

.receiver_mail, .receiver_name{
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .latetoda_popup .popup_text_success {
        font-size:65px;
    }
}

@media(max-width:  1023px){
    .mobile_middle{
        max-width: 273px;
        margin: 0 auto;
        position: relative;
    }
}

@media (min-width: 1024px) {
    .INDDesktop #INDmenu-btn{
        top:100px !important;
    }

    .state-indicator {
        z-index: 3;
    }

    .desktop_div{
        display: block;
    }

    input::placeholder, textarea::placeholder {
        font-size: 16px;
    }

    .get_updates {
        position: relative;
        display: revert;
        margin-top: 0px;
        top: -31px;
    }

    .mobile_div{
        display: none;
    }

    .state-indicator {
        z-index: 1;
    }

    .thanks_wrapper{
        display: flex;
    }
    .thanks_wrapper .form_text_title .splitted_title {
        font-size: 32px;
        display: unset;
        width: 100px;
    }
    .desktop_div {
        margin-bottom: 15px;
    }

    .thanks_wrapper .form_text_title {
        margin-bottom: 0px;
    }

    .separated_form_section.note_box .form_text_title {
        margin-bottom: 20px;
    }

    .banner_wrapper.sticky{
        min-width:610px;
        height:992px;
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 0px;
    }
    .middle_wrapper .middle_image_wrapper {
        width: revert;
    }
    .banner_wrapper.sticky .banner_top {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        padding: 0px;
        height: 35%;
    }

    .banner_wrapper.sticky .banner_top .banner_top_inner {
        padding: 30px 46px 0px 46px;
    }

    .banner_wrapper.sticky .banner_bottom {
        padding: 20px 46px 40px 46px;
        margin-top: 120px;
    }

    .banner_wrapper .title_img{
        max-width:487px;
    }

    .banner_wrapper .icon_wrapper{
        margin-bottom: 71px;
        margin-top: 50px;
        display: flex;
        justify-content: space-around;
    }

    .banner_wrapper .icon_wrapper .icon_1, .banner_wrapper .icon_wrapper .icon_2{
        width:80px;
    }

    .banner_wrapper .text_content{
        position: relative;
        text-align: right;
        padding-right:50px;
        margin-top: 14px;
    }

    .banner_wrapper .text_content .text_blue{
        font-size: 24px;
        max-width: 407px;
    }

    .banner_wrapper .text_content .text_white{
        font-size:22px;
        max-width: 407px;
        margin:20px 0 0 0;

    }

    .banner_wrapper .text_content .more_info {
        justify-content: revert;
        margin-top: 120px;
    }

    .banner_wrapper .banner_sticker{
        width:134px;
        margin: 35px 50px 0px 0px;
    }

    .thanks_wrapper .form_detail_section{
        width: 100%;
    }

    .thanks_wrapper .form_wrapper{
        padding: 0 95px 37px 20px;
        margin-top: 120px;
    }

    .thanks_wrapper .submit_wrapper{
        bottom: -55px;
        right: 0px;
    }

    .thanks_wrapper .form_detail_section .form_section{
        max-width: 100%;
    }

    .thanks_wrapper .form_section_box{
        position: relative;
    }

    .thanks_wrapper .who_to_send{
        margin-right:72px;
    }

    .thanks_wrapper .form_input{
        max-width:232px;
    }

    .thanks_wrapper .form_input:first-child {
        margin-right: 15px;
    }

    .thanks_wrapper .form_input {
        margin-right: 3vw;
    }

    .thanks_wrapper .form_wrapper textarea{
        max-width: 97%;
        margin-bottom: 0;
    }

    .extra_wrapper{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding:0;
    }

    .separated_form_section.note_box .extra_wrapper {
        justify-content: flex-start;
        margin-right: 15px;
    }

    .latetoda_popup .popup_text_success{
        font-size:80px;
        max-width: 100%;
    }

    .latetoda_popup .popup_content{
        width:60%;
        border-radius: 50px;
        height: 60%;
    }

    .latetoda_popup .share_wrapper{
        margin-bottom: 140px;
    }

    .latetoda_popup .popup_header {
        margin: 48px 0 0px 0;
    }

    .latetoda_popup .paper_airplane_wrapper {
        width: 570px;
        bottom: -70px;
        left: -245px;
    }

}

@media (min-width: 1150px) {
    .thanks_wrapper .form_wrapper {
        padding: 0 150px 37px 20px;

    }
}

@media (min-width: 1024px) and (max-width: 1330px) {
    .banner_wrapper.sticky{
        min-width:455px;
    }

    .banner_wrapper .microphone_desktop{
        width:180px;
        top: 170px;
        left: -130px;
    }

}

@media(min-width: 1550px){

    .thanks_wrapper .form_wrapper {
        padding: 0 15% 37px 15%;
    }
    .latetoda_popup .popup_content{
        width:40%;
        height:inherit;
    }

    .thanks_wrapper .form_input {
        width: 210px;
        margin-right: 1.5vw;
    }

    .thanks_wrapper .submit_wrapper{
        bottom: -55px;
    }
}



