﻿@import url('fonts.css');

body {
    margin: 0;
    direction: rtl;
    font-family: 'Open Sans Hebrew';
}

a {
    text-decoration: none;
}

.wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    margin-top: 63px;
}

.header {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    overflow: hidden;
    position: fixed;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    font-size: 30px;
    height: 63px;
    box-sizing: border-box;
    z-index: 999;
    font-weight: 300;
}

    .header .text {
        margin-right: 20px;
    }

.box {
    display: flex;
    align-items: center;
}

.ynet_logo {
    margin-right: 20px;
    display: block;
}

.sharebox {
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.share_btn {
    cursor: pointer;
    margin-left: 20px;
}

.block {
    display: block;
}

.share_to {
    display: none;
}

    .share_to.active {
        display: flex;
    }

.whatsapp, .pinterest, .facebook {
    margin-left: 10px;
    cursor: pointer;
}

.main_img {
    position: relative;
    background-image: url('../img/BIGֹ2.jpg');
    background-size: cover;
    height: 44vw;
    background-repeat: no-repeat;
}

    .main_img img.main_text {
        max-width: 1540px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

.top_img {
    width: 100%;
    display: block;
    height: 750px;
}

.main_img .main_text {
    width: 100%;
    display: block;
}

.main_sub_text_m {
    display: none;
}

.main_sub_text {
    max-width: 849px;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.img_flex {
    display: flex;
    flex-wrap: wrap;
}

.single_img {
    position: relative;
    flex-basis: 50%;
}

    .single_img img {
        width: 100%;
        display: block;
    }

        .main_img img.plus, .single_img img.plus {
            position: absolute;
            z-index: 2;
            left: 0;
            right: 0;
            margin-right: auto;
            margin-left: auto;
            width: 11vw;
            max-width: 80px;
        }

.main_img img.plus {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 142px;
}

.single_img img.plus {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.whatsapp {
    display: none;
}

.footer {
    text-align: center;
    background-color: #000;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.image_text {
    position: absolute;
    top: 62%;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 2vw;
}

.share_icon {
    width: 14px;
}

.share_text {
    font-size: 26px;
}

.arrow {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.details {
    font-size: 2vw;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin-top: 40px;
    position: relative;
}

.main_img img.plus {
    max-width: 100px;
}

.INDDesktop #INDmenu-btn {
	top: 105px !important;
}	


@media only screen and (max-width: 1500px) {
    .main_img {
        height: 56vw;
    }
}

@media only screen and (max-width: 1200px) {
    .arrow {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .main_img {
        height: 60vw;
    }

    .image_text {
        font-size: 24px;
        top: 70%;
    }

    .details {
        margin-top: 10px;
    }

    .main_img img.main_text {
        width: 100%;
        top: -10px;
        position: relative;
    }

    .main_sub_text {
        top: -10px;
        position: relative;
    }

    .main_img img.plus {
        max-width: 60px;
    }

    .single_img img.plus {
        max-width: 60px;
    }

    .arrow {
        display: none;
    }

    .main_img img.plus {
        max-width: 60px;
        width: 11vw;
    }

    .details {
        font-size: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .header {
        font-size: 18px;
        height: 50px;
    }

    .main_sub_text {
        display: none;
    }

    .main_sub_text_m {
        display: block;
        margin: 0 auto;
        color: #fff;
        text-align: center;
        position: relative;
        margin-top: -10px;
        font-size: 4.5vw;
        line-height: 5vw;
        text-shadow: 1px 1px 1px #000;
        font-weight: 300;
    }

    .details {
        margin-top: 0;
        font-size: 18px;
    }

    .wrapper {
        margin-top: 50px;
    }

    .footer img {
        width: 90%;
    }

    .ynet_logo {
        margin-right: 10px;
        width: 50px;
    }

    .share_text {
        display: none;
    }

    .whatsapp {
        display: block;
    }

        .whatsapp img, .pinterest img, .facebook img {
            width: 20px;
        }

    .share_icon {
        width: 13px;
        margin-left: 0;
        display: block;
        padding: 8px;
    }

    .share_btn {
        margin-left: 10px;
    }

    .single_img {
        flex-basis: 100%;
    }

    .image_text {
        bottom: 28%;
        font-size: 18px;
    }

    .header .text {
        margin-right: 10px;
    }

    .break {
        line-height: 8vw;
    }
	
	.INDMobile #INDmenu-btn {
		bottom: 16vw !important;
	}

	.INDMobile #INDmenu-btn svg {
		height: 11vw !important;
	}
}
