/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

@font-face {
    font-family: 'SimplerPro';
    /* src: url('font/simplerpro_bezeq_hebrew2-black.eot'); */
    src:url('font/simplerpro_bezeq_hebrew2-black.woff2') format('woff2'),
    url('font/simplerpro_bezeq_hebrew2-black.woff') format('woff'),
    url('font/simplerpro_bezeq_hebrew2-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    /* src: url('font/simplerpro_bezeq_hebrew2-light.eot'); */
    src: url('font/simplerpro_bezeq_hebrew2-light.woff2') format('woff2'),
    url('font/simplerpro_bezeq_hebrew2-light.woff') format('woff'),
    url('font/simplerpro_bezeq_hebrew2-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    /* src: url('font/simplerpro_bezeq_hebrew2-bold.eot'); */
    src: url('font/simplerpro_bezeq_hebrew2-bold.woff2') format('woff2'),
    url('font/simplerpro_bezeq_hebrew2-bold.woff') format('woff'),
    url('font/simplerpro_bezeq_hebrew2-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SimplerPro';
    /* src: url('font/simplerpro_bezeq_hebrew2-semibold.eot'); */
    src: url('font/simplerpro_bezeq_hebrew2-semibold.woff2') format('woff2'),
    url('font/simplerpro_bezeq_hebrew2-semibold.woff') format('woff'),
    url('font/simplerpro_bezeq_hebrew2-semibold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    /* src: url('font/simplerpro_bezeq_hebrew2-regular.eot'); */
    src: url('font/simplerpro_bezeq_hebrew2-regular.woff2') format('woff2'),
    url('font/simplerpro_bezeq_hebrew2-regular.woff') format('woff'),
    url('font/simplerpro_bezeq_hebrew2-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('font/RobotoMono-Regular.eot');
    src: url('font/RobotoMono-Regular.eot?#iefix') format('embedded-opentype'),
    url('font/RobotoMono-Regular.woff2') format('woff2'),
    url('font/RobotoMono-Regular.woff') format('woff'),
    url('font/RobotoMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body{
    margin: 0;
    direction: rtl;
    padding: 0;

}

#banner-bfiber *{
    font-family: 'SimplerPro';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
#banner-bfiber{
    font-family: 'SimplerPro';
    direction: rtl;
    font-size: 18px;
    color: #fff;
    height: 470px;
    position: relative;
    overflow: hidden;
    background: url(./img/bg_320.jpg) no-repeat center center;
    background-size: cover;
     margin: 50px auto 0;
}

#banner-bfiber .monsters-text-box{
    position: static;
    max-width: 290px;
    margin: auto;
}

#banner-bfiber .monsters-text-box .float_bubble{
    position: absolute;
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-image: -o-linear-gradient(66deg, #ff8000 -6%, #ffbe03 42%, #e7ce1b 114%);
    background-image: linear-gradient(24deg, #ff8000 -6%, #ffbe03 42%, #e7ce1b 114%);
    font-size: 16px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.91;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
    top: 108px;
    padding-top: 24px;
    right: 3%;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

#banner-bfiber .monsters-text-box .monster_title{
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.97;
    letter-spacing: normal;
    text-align: center;
    color: #30dfff;
    margin: 6px 0 0 0;
}

#banner-bfiber .monsters-text-box .monster_title img {
    width: 147px;
    margin: 0 auto;
}

#banner-bfiber .monsters-text-box .monster_title .text_blue{
    color: #30c7ff;
}

#banner-bfiber .monsters-text-box .last_line{
    font-size: 24px;
    /* font-weight: bold; */
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: -12px 0 0 0;
}

#banner-bfiber .monsters-text-box .last_line .underlineee{
    font-weight: 600;
    color: #ffc003;
    position: relative;
}

#banner-bfiber .monsters-text-box .last_line .underlineee::after{
    content: '';
    width: 94px;
    height: 100%;
    position: absolute;
    display: block;
    top: 55%;
    right: 50%;
    transform: translateX(50%);
    background: url(./img/underline-1920.svg) no-repeat center center;
    background-size: contain;
}

#banner-bfiber .monsters-text-box .monsters_link{
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
    border-radius: 24px;
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px auto 0 auto;
    text-decoration: none;
    position: relative;
    width: 165px;
    height: 40px;
    padding-right: 10px;
    background-color: #30dfff;
    background-image: linear-gradient(72deg, #30dfff, #29c0d7 54%, #5275ff 107%);
    box-shadow: 0 4px 15px 0 rgba(48, 223, 255, 0.4);
}


@media only screen and (min-width: 768px) {
    #banner-bfiber .monsters-text-box .monster_title img {
    width: 172px;
}
    #banner-bfiber{
        font-family: 'SimplerPro';
        direction: rtl;
        font-size: 18px;
        color: #fff;
        height: 595px;
        position: relative;
        overflow: hidden;
        background: url(./img/bg_768.jpg) no-repeat center center;
        background-size: cover;
    }
    #banner-bfiber .monsters-text-box {
        width: 100%;
        max-width: 370px;
        /* background: pink; */
        margin: 0  auto 0;

    }
    #banner-bfiber .monsters-text-box .monster_title {
        font-size: 33px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.97;
        letter-spacing: normal;
        text-align: center;
        color: #30dfff;
        margin: 5px 0 0 0;
    }
    #banner-bfiber .monsters-text-box .last_line {

font-size: 26px;

line-height: 1.25;

margin: -10px 0 0 0;
}
    #banner-bfiber .monsters-text-box .monsters_link {
        font-size: 20px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        color: #16254f;
        height: 48px;
        border-radius: 24px;
        padding: 0;
        /* border: solid 2px #ffffff; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        padding-bottom: 0px;
        -ms-flex-align: center;
        align-items: center;
        margin: 35px auto 0;
        text-decoration: none;
    }

    #banner-bfiber .monsters-text-box .float_bubble {
        position: absolute;
        display: block;
        width: 74px;
        height: 74px;
        border-radius: 50%;
        background-image: -o-linear-gradient(66deg, #ff8000 -6%, #ffbe03 42%, #e7ce1b 114%);
        background-image: linear-gradient(24deg, #ff8000 -6%, #ffbe03 42%, #e7ce1b 114%);
        font-size: 16px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.91;
        letter-spacing: normal;
        text-align: center;
        color: #16254f;
        top: -83px;
        padding-top: 24px;
        right: -84px;
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

}

@media only screen and (min-width: 992px) {
    #banner-bfiber .monsters-text-box .monster_title img {
    width: 247px;
    margin: 0px calc((100% - 800px)/2) 0 0;
}

    #banner-bfiber .monsters-text-box .last_line .underlineee::after {
        width: 126px;
        top: 55%;
        right: 43%;
    }
    #banner-bfiber .monsters-text-box .monsters_link svg {

        margin-right: 13px;

        font-size: 20px;

        width: 30px;

        height: 30px;
    }

    #banner-bfiber {
        font-family: 'SimplerPro';
        direction: rtl;
        font-size: 18px;
        color: #fff;
        height: 595px;
        position: relative;
        overflow: hidden;
        background: url(./img/bg_992.jpg) no-repeat center center;
        background-size: cover;
    }
    #banner-bfiber .monsters-text-box {
        width: 100%;
        max-width: 800px;
        /* background: pink; */
        margin: 0px calc((100% - 956px)/2) 0 0;
    }

    #banner-bfiber .monsters-text-box .monster_title {
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.93;
        letter-spacing: 0.3px;
        text-align: right;
        color: #30dfff;
        margin: 97px 0 0 0;
        max-width: 745px;
    }
    #banner-bfiber .monsters-text-box .last_line {
        text-align: right;
        font-size: 44px;
        line-height: 1.23;
        margin: -10px 0 0 0;
    }
    #banner-bfiber .monsters-text-box .monsters_link {
        font-size: 22px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 64px;
        letter-spacing: normal;
        text-align: center;
        color: #16254f;
        width: 202px;
        height: 64px;
        border-radius: 32px;
        padding: 0;
        /* border: solid 2px #ffffff; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        padding-bottom: 0px;
        -ms-flex-align: center;
        align-items: center;
        margin: 67px 0 0 0;
        padding-right: 12px;
        text-decoration: none;
    }

}

@media only screen and (min-width: 1200px) {

    #banner-bfiber {
        font-family: 'SimplerPro';
        direction: rtl;
        font-size: 18px;
        color: #fff;
        height: 595px;
        position: relative;
        overflow: hidden;
        background: url(./img/bg_1200.jpg) no-repeat center center;
        background-size: cover;
    }
    #banner-bfiber .monsters-text-box {
        width: 100%;
        max-width: 850px;
        /* background: pink; */
        margin: 0px calc((100% - 1154px)/2) 0 0;
    }

    #banner-bfiber .monsters-text-box .monster_title {

margin: 100px 0 0 0;

}
    #banner-bfiber .monsters-text-box .last_line {

font-size: 48px;

line-height: 1.13;
}
    #banner-bfiber .monsters-text-box .monsters_link {
        font-size: 22px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 64px;
        letter-spacing: normal;
        text-align: center;
        color: #16254f;
        width: 202px;
        height: 64px;
        border-radius: 32px;
        /* padding: 0; */
        /* border: solid 2px #ffffff; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        padding-bottom: 0px;
        -ms-flex-align: center;
        align-items: center;
        margin: 85px -8px 0 0;
        /* padding-right: 0; */
        text-decoration: none;
    }

    #banner-bfiber .monsters-text-box .monster_title img {
    width: 251px;
}
}

@media only screen and (min-width: 1920px) {
    #banner-bfiber{
        width: 1920px;
        margin: 50px auto 0;
    }
}

