
@font-face {
    font-family: Latet-One;
    src: url("../fonts/Latet-One.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;
}


.thanks_wrapper .banner_wrapper{
    background-color: #00bab2;
    padding: 30px 46px 40px 46px;
    position: relative;
}

.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 .text_white{
    font-size:18px;
    color: #ffffff;
    font-weight: 300;
    margin:10px 0;
}

.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: Latet-One;
    display: block;
    width:fit-content;
    font-size: 28px;
    line-height: 1.07;
    color: #262684;
    background-color: #ffd00a;
    border-radius: 19px;
    padding: 5px 15px;}

.thanks_wrapper .sub_text, .thanks_wrapper .input_text{
    display: block;
    margin: 25px 0 14px 0;
}

.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;
    left: -65px;
    top: 10px;
    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;
    line-height: 1.42857;
}

.latetoda_popup.active{
    opacity: 1;
    pointer-events: all;
}

.latetoda_popup .close{
    padding: 20px 0 0 20px;
    text-align: left;
}

.latetoda_popup .popup_content{
    position: relative;
    background-color: #00bbb2;
    width: 100%;
    height:100%;
}

.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;
    text-align: center;
    padding:20px 0;
    font-size:24.5px;
}

.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{
    margin-bottom: 20px;
}

@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;    
    }
    
    .mobile_div{
        display: none;
    }
    
    .state-indicator {
        z-index: 1;
    }

    .thanks_wrapper{
        display: flex;
    }

    .banner_wrapper.sticky{
        min-width:610px;
        height:992px;
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
    }

    .banner_wrapper .title_img{
        max-width:487px;
    }

    .banner_wrapper .icon_wrapper{
        margin-bottom: 71px;
    }

    .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: 34px;
        max-width: 407px;
    }

    .banner_wrapper .text_content .text_white{
        font-size:25px;
        max-width: 265px;
        margin:20px 0 0 0;

    }

    .banner_wrapper .microphone_desktop{
        display: block;
        width:336px;
        position: absolute;
        top: 60px;
        left: -145px;
    }

    .banner_wrapper .microphone_wrapper{
        display: none;
    }

    .banner_wrapper .heart_wrapper{
        max-width:263px;
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .banner_wrapper .banner_sticker{
        width:134px;
        margin: 35px 50px 0px 0px;
    }

    .thanks_wrapper .form_detail_section{
        display: flex;
    }

    .thanks_wrapper .form_wrapper{
        padding: 0 95px 37px 20px;
    }

    .thanks_wrapper .submit_wrapper{
        position: absolute;
        bottom: -55px;
        left: -5px;
    }

    .thanks_wrapper .form_detail_section .form_section{
        max-width: 257px;
    }

    .thanks_wrapper .form_section_box{
        position: relative;
        max-width:550px;
    }

    .thanks_wrapper .who_to_send{
        margin-right:72px;
    }

    .thanks_wrapper .form_input{
        max-width:232px;
    }

    .thanks_wrapper .form_wrapper textarea{
        max-width:550px;
        margin-bottom: 0;
    }

    .extra_wrapper{
        padding:0;
    }

    .latetoda_popup .popup_content{
        width:70%;
        height:inherit;
    }

    .latetoda_popup .share_wrapper{
        margin-bottom: 150px;
    }

    .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:50%;
        height:inherit;
    }
}



