body {
    font-family: 'Suez One', serif;
    line-height: 1.8;
    color: #151a46;
    background-color: #b6cdea;
}

main {
    /*background-image: url("../img/img_main.png");

/*height: 5000px;*/
    position: relative;
    margin-top: 384px;
    margin-bottom: 30px;
}

#img_top,
#img_top2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 1200px;
    margin: 0 auto;
    /*padding-bottom: 30px;*/
    /*background-color: #b7cdea;*/
    background-image: url("../img/img_top.png");
    height: 286px;
    background-size: cover;
    background-position: center;
}

#img_top2 {
    height: 185px;
    background-position: center -26px;
}

#img_main {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    width: 70%;
}

.title {
    text-align: center;
    z-index: 15;
    position: fixed;
    top: 37px;
    left: 0;
    right: 0;
    color: #fff;
}

.title .desktop {
    margin-top: 16px;
}

.title.scroll_top {
    top: 50px;
}

#triple {
    /*width: 32%;
    margin-top: 50px;*/
    /*margin-right: 10px;*/
}

.title h1 {
    font-size: 109px;
    margin: 0 0;
    line-height: 80px;
}

.title h2 {
    font-size: 70px;
    margin: 0 0;
}

.right .img1 {
    margin: 23px auto;
}

.right .img2 {
    margin: 172px 204px 29px 0;
}

.right .pan {
    margin: 20px 108px;
}

.left .img1 {
    margin: 23px auto;
}

.left .img2 {
    margin: 253px 138px 0 0;
}

.right2 {
    margin-top: 134px;
}

.right2 .img2 {
    margin: 13px auto 0 auto;
}

.right2 .img1 {
    margin: 5px auto 139px auto;
    ;
}

.left2 .img2 {
    margin: 23px 175px 69px 34px;
    float: left;
}

.left2 .img1 {
    margin: 23px auto;
}

#yiar {
    width: 66%;
    margin-top: -25px;
}

#ladder {
    margin: -64px auto;
    width: 134px;
}

form {
    border: 7px solid #fff;
    /* margin-top: -121px; */
    width: 60%;
    margin: 0px auto 0 auto;
    text-align: center;
}

#form {
    padding: 0 15px;
}

form h2 {
    font-size: 43px;
    color: #fff;
    border-bottom: 5px solid#fff;
    padding-bottom: 15px;
    margin: 10px auto;
    /*font-weight: bold;*/
}

form p {
    font-size: 29px;
    font-weight: bold;
}

.form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    width: 80%;
    margin: 36px auto;
    font-size: 20px;
}

.form-group input::placeholder {
    color: #151a46;
}

#send {
    background-color: #fff;
    width: 140px;
    border: 2px solid #0e9e5f;
    color: #0e9e5f;
    font-weight: bold;
    border-radius: 8px;
    font-size: 22px;
    margin-bottom: 30px;
    padding: 6px 0;
}

#logo {
    margin: 0 auto;
}

#arrow {
    margin: 0 auto;
}

.link {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}

.link a {
    color: #151a46;
    text-decoration: underline;
}

.link a:hover {
    color: #337ab7;
}

.bac_check {
    background-image: url("../img/dirt.png");
    background-size: cover;
    height: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.div_check {
    background-color: #fff;
    padding: 4px 6px;
    margin: 35px 68px;
    height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.check {
    border: 2px solid #151a46;
    text-align: center;
    font-size: 40px;
    margin: 20px 20px;
    padding: 30px 0;
    background-color: #fff;
}

.pink {
    color: #ef3061;
}

.check h1 {
    font-weight: bold;
    font-size: 60px;
    color: #151a46;
}

.mobile {
    display: none;
}

#Thanks {
    display: none;
    border: 7px solid #fff;
    margin: 8px auto 0 auto;
    text-align: center;
    width: 60%;
    /*margin-top: 92px;*/
    height: 403px;
    justify-content: center;
    flex-direction: column;
}


/*//////////////////////////*/

#night {
    animation-name: float;
    -webkit-animation-name: float;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes float {
    0% {
        opacity: 0.2;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.2;
    }
}


/*/////////////ציפור/////////////*/

#bird,
#pan {
    animation-name: twitterswing;
    -webkit-animation-name: twitterswing;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes twitterswing {
    0% {
        transform: rotate(-0.75deg);
    }
    50% {
        transform: rotate(0.75deg);
    }
    100% {
        transform: rotate(-0.75deg);
    }
}

@-webkit-keyframes twitterswing {
    0% {
        -webkit-transform: rotate(-0.75deg);
    }
    50% {
        -webkit-transform: rotate(0.75deg);
    }
    100% {
        -webkit-transform: rotate(-0.75deg);
    }
}

iframe {
    display: block;
    margin: 56px auto 94px auto;
}

#pasta {
    margin-bottom: 0;
}

.scroll_top .desktop h1 {
    line-height: 80px;
}

.scroll_top .desktop h2 {
    font-size: 46px;
}

.scroll_top .desktop .triple1 {
    width: 13%;
}

.scroll_top .desktop .triple1 {
    margin-top: 9px;
}


/*.scroll_top .desktop {
    margin-top: -55px;
}*/

.title .desktop {
    -webkit-animation-name: mymove2;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 3s;
    /* Safari 4.0 - 8.0 */
    animation-name: mymove2;
    animation-duration: 3s;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes mymove2 {
    from {
        margin-top: -55px;
    }
    to {
        margin-top: 16px;
    }
}

@keyframes mymove2 {
    from {
        margin-top: -55px;
    }
    to {
        margin-top: 16px;
    }
}

.scroll_top .desktop {
    -webkit-animation-name: mymove1;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 3s;
    /* Safari 4.0 - 8.0 */
    animation-name: mymove1;
    animation-duration: 3s;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes mymove1 {
    from {
        margin-top: 16px;
    }
    to {
        margin-top: -55px;
    }
}

@keyframes mymove1 {
    from {
        margin-top: 16px;
    }
    to {
        margin-top: -55px;
    }
}

.scroll_top .desktop {
    margin-top: -55px;
}

.div_check a:focus,
.div_check a:hover {
    color: transparent;
    text-decoration: none;
}

@media screen and (max-width: 1500px) {
    #triple {
        margin-top: 0.5%;
    }
    .title {
        top: 9px;
    }
}

@media screen and (max-width: 1200px) {
    form {
        margin: 76px auto 0 auto;
    }
    .right .img2 {
        margin: 127px 60px;
    }
    .right .pan {
        margin: -60px 0;
    }
    .right2 .img2 {
        margin: 219px 0px;
    }
    #heart,
    #mother,
    #way {
        width: 90%;
    }
    .left2 .img1 {
        width: 90%;
    }
    #tenoaa {
        margin: 107px auto;
    }
    #ladder {
        margin: -60px 0px 0 -24px;
    }
    .left .img2 {
        margin: 291px 179px 0 0;
        ;
    }
    .left2 .img2 {
        margin: 122px 40px 50px 0px;
    }
    #triple {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .div_check a:focus,
    .div_check a:hover {
        color: transparent;
        text-decoration: none;
    }
    .title {
        top: 15px;
    }
    #img_main {
        width: 360px;
        left: 0;
        margin: 0 auto;
    }
    .title.scroll_top {
        top: 7px;
    }
    #Thanks {
        width: 95%;
        margin-top: 0;
        height: 245px;
    }
    .img1 {
        position: absolute;
        /*width: 41%;*/
    }
    #heart,
    #mother,
    #way {
        width: initial;
    }
    #yiar {
        width: initial;
        margin-top: 0;
    }
    #tenoaa {
        margin: 0;
    }
    #ladder {
        margin: 0;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .container {
        padding-right: 0;
        padding-left: 0;
    }
    .mob_main {
        height: 2750px;
    }
    .img1 {
        display: block;
        max-width: 100%;
        height: auto;
    }
    /*.title {
        top: 21px;
    }*/
    main {
        margin-top: 176px;
    }
    form {
        width: 95%;
        margin: 0px auto 0 auto;
    }
    form h2 {
        font-size: 9vw;
    }
    .check {
        margin: 0 0;
        padding: 15px 0;
    }
    .check h1 {
        font-size: 7vw;
    }
    .div_check {
        height: 170px;
        margin: 10px 10px;
    }
    .bac_check {
        height: 300px;
        background-image: url(../img-mob/dirt.png);
    }
    .check .pink {
        font-size: 22px;
        line-height: 20px;
    }
    /* /////////////////////////////////////*/
    #book {
        top: 74px;
        right: 11px;
    }
    #pan {
        top: 331px;
        right: 11px;
    }
    #youtube {
        position: absolute;
        top: 450px;
        right: 0;
        left: 0;
        width: 100%;
        height: 204px;
    }
    #reminder {
        top: 203px;
        left: 11px;
    }
    #heart {
        top: 950px;
        right: 11px;
    }
    #lunch {
        top: 1208px;
        right: 11px;
    }
    #mother {
        top: 1533px;
        right: 11px;
    }
    #way {
        top: 1796px;
        right: 11px;
    }
    #yiar {
        top: 2146px;
        right: 11px;
    }
    #pasta {
        top: 2479px;
        right: 11px;
    }
    #signpost {
        top: 831px;
        left: 11px;
    }
    #questions {
        top: 1128px;
        left: 11px;
    }
    #bird {
        top: 1387px;
        left: 22px;
    }
    #tenoaa {
        top: 1715px;
        left: 11px;
    }
    #bus {
        top: 1990px;
        left: 11px;
    }
    #night {
        top: 2254px;
        left: 11px;
    }
    #ladder {
        top: 2533px;
        left: 39px;
        width: 102px;
    }
    #img_top2 {
        height: 90px;
        width: 100%;
    }
    #img_top {
        height: 150px;
        width: 100%;
    }
    /*#triple {
        margin-top: 14px;
    }*/
    /*.scroll_top .mobile {
        margin-top: 8px;
    }*/
    .title .mobile {
        -webkit-animation-name: mymove4;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 3s;
        /* Safari 4.0 - 8.0 */
        animation-name: mymove4;
        animation-duration: 3s;
    }
    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes mymove4 {
        from {
            margin-top: 0px;
        }
        to {
            margin-top: 8px;
        }
    }
    @keyframes mymove4 {
        from {
            margin-top: 0px;
        }
        to {
            margin-top: 8px;
        }
    }
    .scroll_top .mobile h1 {
        font-size: 9vw;
    }
    .scroll_top .mobile h2 {
        font-size: 5vw;
    }
    .scroll_top .mobile #triple {
        width: 32%;
    }
    .scroll_top .mobile #triple {
        margin-top: 3px;
    }
    .scroll_top .mobile {
        -webkit-animation-name: mymove3;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 3s;
        /* Safari 4.0 - 8.0 */
        animation-name: mymove3;
        animation-duration: 3s;
    }
    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes mymove3 {
        from {
            margin-top: 8px;
        }
        to {
            margin-top: 0px;
        }
    }
    @keyframes mymove3 {
        from {
            margin-top: 8px;
        }
        to {
            margin-top: 0px;
        }
    }
    .scroll_top .desktop {
        margin-top: -20px;
    }
    .title h1 {
        font-size: 12vw;
        line-height: 1;
    }
    .title h2 {
        font-size: 7vw;
    }
    #triple {
        width: 38%;
        margin: 14px auto;
    }
    /*//////////////////////////////////*/
    form p {
        font-size: 19px;
    }
}

@media screen and (max-width: 320px) {
    .img1 {
        margin-top: -22px;
    }
    #img_main {
        top: 14px;
        margin-top: -34px;
    }
    #triple {
        margin-top: 9px;
    }
    #pan {
        top: 272px;
    }
    #youtube {
        top: 352px;
    }
    /*#signpost {
    top: 755px;
    }*/
    #heart {
        top: 848px;
        right: 3px;
        width: 146px;
    }
    #lunch {
        top: 1081px;
        width: 133px;
    }
    #mother {
        top: 1370px;
    }
    #way {
        top: 1588px;
        width: 133px;
    }
    #yiar {
        top: 1881px;
        right: 4px;
        width: 142px;
    }
    #pasta {
        top: 2233px;
        width: 133px;
    }
    #signpost {
        top: 755px;
        left: 11px;
    }
    #questions {
        top: 994px;
        width: 141px;
    }
    #bird {
        top: 1226px;
        left: 10px;
    }
    #tenoaa {
        top: 1486px;
        left: 5px;
        width: 142px;
    }
    #bus {
        top: 1772px;
    }
    #night {
        top: 2017px;
        width: 133px;
    }
    #ladder {
        top: 2221px;
        left: 22px;
    }
    .mob_main {
        height: 2423px;
    }
}