@import url('https://fonts.googleapis.com/css2?family=Open+Sans&subset=hebrew&display=swap');
*{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    /*user-select: none;*/
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.2;
}
.menu{
    padding: 30px 10px;
    background-color: #e94057;
    width: 300px;
    overflow-x: hidden;
    height: 100%;
    position: fixed;
    top:0px;
    left: 100%;
    z-index: 9999;
    border-left: 1px #ffff solid;
    transition: 0.3s;
}
.setting {
    background-image: url(/assets/img/settings.png);
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    width: 35px;
    height: 100%;
    -webkit-user-select: none;
    user-select: none;
    outline: none;
    /*height: 50px;*/
    height: 0.1px;
    display: inline-block;
}
.close {
    background-image: url(/assets/img/menu-w.png);
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    width: 35px;
    height: 100%;

    -webkit-user-select: none;
    user-select: none;
    outline: none;
    height: 50px;
    display: inline-block;
}
.menu-logo {
    background-image: url(/assets/img/menu-logo.png);
    height: 50px;
    width: calc(100% - 80px);
    -webkit-user-select: none;
    user-select: none;
    outline: none;
    background-position: center;
    background-size: auto 40px;
    background-repeat: no-repeat;
    display: inline-block;
}
.list{
    padding: 20px 0;
}
.list .item a{
    display: block;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    direction: rtl;
    padding-right: 60px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center right;
    text-decoration: none;
}
.menu .list .item a{
    background-image: url(/assets/img/menu-icons.png?v=2);
    background-repeat: no-repeat;
    background-size: 36px auto;
}
.menu .list .item a.home{
    background-position: calc(100% - 2px) 2px;
}
.menu .list .item a.recovery{
    background-position: calc(100% - 2px) -45px;
}
.menu .list .item a.register{
    background-position: calc(100% - 2px) -93px;
}
.menu .list .item a.contact{
    background-position: calc(100% - 2px) -140px;
}
.menu .list .item a.party{
    background-position: calc(100% - 2px) -188px;
}
.menu .list .item a.service{
    background-position: calc(100% - 2px) -235px;
}
.menu .list .item a.page{
    background-position: calc(100% - 2px) -282px;
}
.menu .list .item a.magazine{
    background-position: calc(100% - 2px) -328px;
}
.text-slide{
    position: absolute;
    width: 40%;
    top: calc(50% - 120px);

}
.text-slide.left-text{
    left: 10%;
    right: auto;
    color: #ffffff;
}
.text-slide.right-text{
    right: 6%;
    left: auto;
    color: #000000;
}
.text-slide h3{
    font-size: 150%;
}
.text-slide p{
    font-size: 80%;
}
.main-button{
    background: #E94057;
    color: #ffffff;
    border-radius: 30px;
    width: 200px;
    min-height: 30px;
    border: none;
    cursor: pointer;
}
.why-join{
    text-align: center;
    padding: 0 20px;
    margin: 30px auto;
    max-width: 800px;
}
.why-join h3{
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
}
h3.h1{
    font-size: 150%;
}
h3.h2{
    font-size: 130%;
}
h3.h3{
    font-size: 110%;
}
h3.h4{
    font-size: 100%;
}
h3.h5{
    font-size: 90%;
}
.why-join .text{
    color: #625A67;
    font-size: 85%;
}
.why-join .icons{
    text-align: center;
    margin: 10px auto 30px;
}
.why-join .icons .icon{
    display: inline-block;
    width: 24%;
    vertical-align: top;
}
.why-join .icons .icon .icon-img{
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50px;
    margin: 10px auto;
    background-color: #4AA5C0;
    border-radius: 50%;
}
.why-join .icons .icon .text{
    color: #625A67;
    font-size: 85%;
    margin: 5px auto;
    max-width: 150px;
}
.search-main{
    width: 100%; /* or any specific width */
    aspect-ratio: 3 / 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center; /* Vertical centering */
    justify-content: center;
    text-align: center;
}
.search-main .form-search{
    margin: 0 auto;
    display: inline-block;
    width: 200px;
    vertical-align: middle;
}
.search-main .form-search select{
    background: #fff;
    border-radius: 20px;
    margin: 30px 0 15px;
    min-height: 30px;
    padding: 0 10px;
    width: 200px;
}
.search-main .form-search h3{
    color: #ffffff;
}
.magazine-home{
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
}
.magazine-home h3{
    color: #E94057;
    font-weight: bold;
    padding: 20px 0;
    letter-spacing: 1px;
}
.magazine-home .article{
    direction: ltr;
}
.magazine-home .photo-article{
    vertical-align: top;
    display: inline-block;
    width: 45%;
    height: 250px;
    border: 2px #E94057 solid;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 1.5%;
}
.magazine-home .text-article{
    vertical-align: top;
    display: inline-block;
    width: 45%;
    margin: 0 1.5%;
}
.magazine-home .text-article p{
    color: #625A67;
    padding: 7px 0px 15px;
}
.magazine-home .text-article h4{
    color: #030405;
    font-size: 1.25rem;
}
.about-main{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 10px 40px;
    text-align: center;
}
.about-main .content-about{
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
    color: #ffffff;
}
.about-main .content-about h3{
    font-weight: bold;
    padding: 10px 0;
    letter-spacing: 2px;
    font-size: 150%;
}
.about-main .main-button{
    margin: 20px auto;
}
.app-text{
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
}
.app-text h3{
    color: #E94057;
    letter-spacing: 2px;
    font-size: 150%;
    font-weight: bold;
}
.app-text .images-app{
    margin: 0 auto;
    max-width: 600px;
}
.app-text .images-app .right-img{
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}
.app-text .images-app .right-img img{
    width: 90%;
    height: auto;
}
.app-text .images-app .left-buttons{
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}
.app-text .images-app .left-buttons a{
    cursor: pointer;
}
.app-text .images-app .left-buttons img{
    width: 80%;
    height: auto;
}
.header{
    width: 100%;
}
.header .wrap{
    background: #ffffff;
}
.header .wrap.not-login{
    background: #000;
}
.menu-icon {
    background-image: url("/assets/img/menu-r.png") !important;
    width: 40px;
    height: 40px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    user-select: none;
    outline: none;
}
.left-buttons{
    min-width: 40px;
}
.logo{
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 60px;
    height: 75px;
    background-image: url("/assets/img/logo.jpg");
    user-select: none;
    outline: none;
    cursor: pointer;
}
.not-login .logo{
    background-image: url("/assets/img/logo-r.png");
    background-size: auto 120px;
    height: 120px;
}
.form{
    text-align: center;
    padding: 10px 0px;
}
.form input{
    display: inline-block;
    background: #ffffff;
    border-radius: 20px;
    width: 20%;
    margin: 0 3px;
    padding-right: 10px;
    padding-left: 10px;
    /*padding-top: 4px;*/
    /*padding-bottom: 4px;*/
    min-height: 36px;
    text-align: right;
    font-size: 16px;
}

.form .send{
    display: inline-block;
    width: 22%;
    /*margin: -10px 8px 2px 0;*/
    border-radius: 20px;
    background: #e94057;
    min-height: 36px;
    color: #fff;
    cursor: pointer;
}

.header.scrolled {
    background-color: var(--ion-color-primary);
    transition: background-color 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    border-bottom: 1px #ffff solid;
}

.header.scrolled .not-login{
    background: #E94057;
}

.header.scrolled .not-login .logo{
    background-image: url("/assets/img/logo-w.png");
    background-size: auto 45px;
    height: 45px;
    float: left;
    width: 115px;
    margin: 5px 0px 0px;
}

.header.scrolled .not-login .form{
    float: right;
    /*margin-top: -50px;*/
    text-align: right;
    width: calc(100% - 200px);
}

.header.scrolled .form input{
    font-size: 15px;
    background: #E94057;
    border: 1px #ffffff solid;
    color: #ffffff;
    border-radius: 20px;
    min-height: 30px;
    min-width: 90px;
    margin: 0 2px;
    padding: 0px;
}
.header.scrolled input::placeholder{
    color: #fff;       /* change this to your desired color */
    opacity: 1;        /* makes sure it's not faded */
    padding: 0 5px;
}

.header.scrolled .form .send{
    background: #fff;
    color: #E94057;
    font-size: 12px;
    min-width: 100px;
    min-height: 30px;
    border: none;
    /*margin: -8px 2px 0px 0;*/
}

.header.scrolled .menu-icon {
    background-image: url("/assets/img/menu-w.png");
}

.clr{
    clear: both;
    height: 1px;
}
.header .right-buttons{
    float: right;
    min-width: 10px;
    height: 180px;
}
.header .left-buttons{
    float: left;
    min-width: 30px;
    height: 180px;
}
.header.scrolled .right-buttons, .header.scrolled .left-buttons {
    height: 50px;
}
.footer{
    background: #011323;
    padding: 1px 0px;
}
.footer .menu-footer, .footer .not-login *{
    background: #011323;
    color: #ffffff;
}
.footer .wrap{
    max-width: 800px;
    margin: 19px auto;
    text-align: center;
}
.footer .menu-footer a{
    cursor: pointer;
    display: inline-block;
    margin: 5px;
}
.footer .not-login .foot{
    color: #B7B7B7;
    font-size: 60%;
}
.menu-open{
    background-image: url(/assets/img/menu-r.png);
    width: 40px;
    height: 100%;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    outline: none;
}
.header.scrolled .menu-open {
    background-image: url(/assets/img/menu-w.png);
}
.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 100;
    background: #000;
    opacity: 0.25;
}
.menu.opened{
    left: calc(100% - 321px);
}
.menu.opened + .overlay{
    display: block;
}
.menu.opened + .overlay + .header + .content{
    overflow-y: hidden;
}
body.noscroll {
    overflow: hidden;
}
.swiper{
    width: 100%;
    height: 400px;
}
.slider img{
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    height: 100%;
    width: auto;
}
h1{
    padding: 0 20px;
}
.users{
    text-align: center;
}
.users .user{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    margin: 8px;
    cursor: pointer;
}
.users .user .photo-user{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #F3F3F3;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.users .user .name-user{
    color: #000000;
    font-size: 14px;
    padding: 10px 0;
}
@media screen and (min-width: 1040px){
    .slider img{
        height: auto;
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .logo{
        height: 44px;
        background-position: center top;
        background-size: auto 50px;
    }
    .text-slide p{
        display: none;
    }
}
@media screen and (min-width: 991px){
    .menu{
        left: calc(100% - 321px);
    }
    .menu-open{
        display: none;
    }
    .close{
        height: 0.1px;
    }
    .content, .header{
        width: calc(100% - 321px);
        padding-right: 321px;
    }
}
@media screen and (max-width: 700px) {
    .why-join .icons .icon {
        width: 49%;
    }
}
@media screen and (max-width: 520px) {
    .header.scrolled .form .send {
        min-width: 60px;
    }
    .header.scrolled .form input {
        min-width: 50px;
    }
    .main-button {
        margin-bottom: 20px;
        width: 130px;
    }
    .search-main .form-search select{
        width: 130px;
    }
}
