
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    direction: rtl;
    font-family: "Noto Sans Hebrew", sans-serif;
}

body {
    background-color: #f5f5f5;
}

.dev-dimensions {
    max-width: 100%;
    padding: 0 3rem;
    width: 1920px;
    height: 100vh;
    background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 5%);
    overflow: hidden;
    position: relative;
}

.landing-min {
    min-height: calc(100vh - 88px);
    height: auto;
    padding: 3rem 2rem !important;
}

.limiter {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0 2rem;
}

.limiter-content {
    width: 1280px;
    margin: 0 auto;
    height: 100%;
}

.button-generic {
    text-decoration: none;
    background-color: #000066;
    justify-content: center;
    border-radius: .25rem;
    align-items: center;
    font-weight: 600;
    padding: 0 2.25rem;
    color: #ffffff;
    height: 48px;
    display: flex;
}
.button-generic img {
    width: 28px;
    height: 28px;
    margin-right: .5rem;
}

.arrow-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 128px;
}
.arrow-content img {
    width: 64px;
}

h2 {
    color: #000066;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: .75rem;
}

#header {
    background-color: #000066;
    height: 88px;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: rgba(0,0,0,0.1) 0 4px 10px;
}
    #header .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 88px;
    }
    #header .navbar .logo {
        height: 100%;
    }
        #header .navbar .logo img {
            max-width: 100%;
            width: 215px;
            height: 100%;
        }
    #header .navbar .menu {
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
        #header .navbar .menu .personal-area {
            background-color: #ffffff;
            justify-content: center;
            border-radius: .25rem;
            align-items: center;
            font-weight: 600;
            padding: 0 1.25rem;
            color: #000066;
            height: 48px;
            display: flex;
        }
        #header .navbar .menu .personal-area img {
            width: 28px;
            height: 28px;
            margin-left: .5rem;
        }
        #header .navbar .menu a {
            text-decoration: none;
            color: #ffffff;
            margin: 2rem;
            font-size: 16px;
        }
        #header .navbar .menu.show-mobile a {
            margin-right: 0;
        }
        #header .navbar .menu a.flag {
            text-decoration: none;
            margin: 2rem;
            margin-right: 0;
            display: block;
        }
        #header .navbar a.flag img {
            width: 40px;
            display: block;
        }
        
        #header .navbar .menu a.mobile-nav {
            text-decoration: none;
            margin: 2rem;
            margin-right: 0;
            display: block;
        }
        #header .navbar a.mobile-nav img {
            width: 40px;
            display: block;
        }

.mini-nav {
position: absolute;
  top: 88px;
  right: 0;
  background-color: #000066;
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
  font-size: 20pt;
  width: 50%;
  overflow: hidden;
  height: 100vh;
  transition: all .25s ease;
}
.mini-nav.closed {
    width: 0%;
}
.mini-nav a {
  padding-right: 2rem;
    text-decoration: none;
    color: #fff;
    padding-bottom: 1rem;
    width: 500px;
}

#landing-header {
    background: url(img/bg.jpg) no-repeat left center;
    justify-content: flex-start;
    background-size: cover;
    align-items: center;
    margin: 0 auto;
    display: flex;
}
    #landing-header p {
        line-height: 5.5rem;
        font-weight: bold;
        color: #ffffff;
        font-size: 6rem;
    }
    #landing-header .landing-holder {
        max-width: 1280px;
        width: 100%;
        margin:0 auto;
    }

#welcome {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
    #welcome .welcome-parts {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1280px;
        margin: 0 auto;
    }
    #welcome .welcome-parts .info {
        font-size: 13pt;
    }
    #welcome .welcome-parts .portrait {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    #welcome .welcome-parts .portrait img {
        width: 70%;
    }

#specialties {
    background:
    linear-gradient(to bottom, #f9f9f9 0%, rgba(2555,255,255,0) 5%),
    url("img/specialties.jpg") center center / cover no-repeat,
    #fff;
    justify-content: flex-start;
    align-items: flex-start;
    /* padding-right: 8.8%;
    padding-top: 5%;
    height: 520px; */
    margin: 0 auto;
    display: flex;
}
    #specialties .specialties-holder {
        height: 100%;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        align-items: flex-start;
        align-content: center;
    }
    #specialties .specialties-holder h2 {
        width: 100%;
        margin-bottom: 3rem;
    }
    #specialties .specialties-holder .specialties-container {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        justify-content: center;
        align-content: center;
        width: 100%;
    }
    #specialties .specialties-holder .specialty {
        height: 128px;
        background: linear-gradient(to left, #000066, #00b8b5);
        border-radius: 1rem;
        border:.2rem #fff solid;
        box-shadow: rgba(0,0,0,0.5) 0 5px 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 30%;
        padding: 0 1rem;
        color: #fff;
        font-size: 16pt;
        font-weight: bold;
    }
    #specialties .specialties-holder .specialty:nth-child(2) {
        margin-left: 2rem;
        margin-right: 2rem;
        margin-bottom: 2rem;
    }
    #specialties .specialties-holder .specialty:nth-child(4) {
        margin-left: 2rem;
    }
        #specialties .specialties-holder .specialty img {
            height:60px;
            margin-left: 1rem;
        }

#partners {
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin: 0 auto;
    height: 50vh;
    display: flex;
}
    #partners h2 {
        margin-bottom: 3rem;
    }
    #partners .partners-holder {
        max-width: 1280px;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 80%;   
    }
    #partners .partners-holder .partner {
        height: 70px;
    }
    #partners .partners-holder .partner-2 {
        height: 85px;
    }
    #partners .partners-holder .partner-3 {
        height: 45px;
    }
    #partners .partners-holder .partner-4 {
        height: 56px;
    }
    #partners .partners-holder .seperator {
        
    }

#book-info {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
    #book-info .book-info-parts {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1280px;
        margin: 0 auto;
    }

    .landing-book-image {
        max-width: 100%;
        width: 50%;
    }

    .book-retailer {
        max-height: 64px;
    }
    
    #book-info .book-info-parts .info {
        font-size: 13pt;
        width: 50%;
        flex-shrink: 0;
        display: flex;
        flex-flow: column;
        align-items: flex-start;
    }
    #book-info .book-info-parts .info p {
        padding-bottom: 1rem;
    }
    #book-info .book-info-parts .illustration {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    #book-info .book-info-parts .illustration img {
        width: 100%;
    }

        /* #book-info .book-info-parts .info {
            padding-right: 10%;
            width: 50%;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-flow: column;
        }
        #book-info .book-info-parts .illustration {
            width: 50%;
            padding-right: 1rem;
        }
            #book-info .book-info-parts .illustration .book-holder {
                background: url(img/bookbg.svg) no-repeat right center;
                background-size: 50% auto;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            #book-info .book-info-parts .illustration .book-holder img {
                width: 40%;
                margin-top: 14%;
                margin-left: 30%;
            } */
#contact {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    height: 50vh;
}
#contact .contact-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    width: 100%;
    flex-flow: column;
    align-items: flex-start;
    margin: 0 auto;
    position: relative;
}
#contact .contact-phone {
    position: absolute;
    top: -60px;
    left: -240px;
    height: 420px;
    pointer-events: none !important;
}
#contact form {
    width: 100%;
}
#contact .contact-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#contact .contact-row {
    margin-bottom: .75rem;
}
#contact form input {
    font-family: "Noto Sans Hebrew", sans-serif;
    width: 100%;
    background-color: #f2f2f2;
    border: 0;
    border-radius: .25rem;
    height: 48px;
    margin-left: .75rem;
    padding: 0 1rem;
}
#contact form input::placeholder {
    color: #000066;
    font-family: "Noto Sans Hebrew", sans-serif;
    font-weight: bold;
    font-size: 16px;
}

#footer {
    background-color: #000066;
    width: 100%;
    height: 250px;
}
    #footer .footer-holder {
        height: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #footer .footer-holder .footer-part {
        width: 33.333%;
        height: 100%;
    }
    #footer .footer-holder .footer-part.menu-holder {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-flow: column;
    }
    #footer .footer-holder .footer-part.menu-holder a {
        margin-bottom: 1rem;
        color: #ffffff;
        text-decoration: none;
    }
    #footer .footer-holder .footer-part.social-holder {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 2rem;
    }
    #footer .footer-holder .footer-part.social-holder img {
        width: 32px;
    }
    #footer .footer-holder .footer-part.social-holder img:first-child {
        margin-left: 1rem;
    }
    #footer .footer-holder .footer-part.logo-holder {
        display: flex;
        justify-content: center;
        align-items: center;
    }
        #footer .footer-holder .footer-part.logo-holder img {
            width: 80%;
        }

        .mobile-only {
            display: none;
        }

@media screen and (max-width: 768px) {
    
    #book-info .book-info-parts .info.landing-book {
        width: 100%;
    }
    .mobile-only {
        display: flex;
    }
    .show-mobile {
        display:flex !important;
    }
    .dev-dimensions {
        padding: 0 2rem;
    }
    .limiter-content {
        max-width: 100%;
    }
    .book-desktop,
    #welcome .welcome-parts .portrait,
    #footer .footer-holder .footer-part.social-holder,
    #footer .footer-holder .footer-part.logo-holder,
    .arrow-content,
    #header .navbar .menu {
        display: none;
    }
    #landing-header {
        height: 400px;
    }
    #landing-header p {
        font-size: 3rem;
        line-height: 3rem;
    }
    #landing-header .landing-holder {
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    #welcome .welcome-parts .portrait img {
        width: 100%;
    }
    #specialties .specialties-holder .specialties-container {
        flex-flow: column;
    }
    #specialties .specialties-holder .specialty {
        margin:0 !important;
        width: 100%;
        height: 100px;
        margin-bottom: 1.5rem !important;
    }
    #partners .partners-holder {
        width: 100%;
        flex-flow: wrap;    
        justify-content: space-around;
        align-items: center;
    }
    #partners .partners-holder .partner-2,
    #partners .partners-holder .partner-3,
    #partners .partners-holder .partner-4,
    #partners .partners-holder .partner {
        width: 40% !important;
        height: auto !important;
        margin-bottom: 2rem;
    }
    #partners .partners-holder .partner-2 {
        height: 100px !important;
        width: auto !important;
    }
    #partners .partners-holder .seperator {
        display: none;
    }
    #contact {
        height: 100vh;
    }
    #contact .contact-row {
        flex-flow: column;
        margin-bottom: 0;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #contact form input {
        margin-bottom: 1rem;
    }
    #contact .contact-phone {
        position: absolute;
        top: auto;
        bottom: -150px;
        left: -60px;
        height: 270px;
    }
    #footer {
        height: auto;
    }
    #footer .footer-holder {
        flex-flow: column;
        padding: 2rem;
    }
    #footer .footer-holder .footer-part {
        width: 100%;
    }
    #footer .footer-holder .footer-part.logo-and-social {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #footer .footer-holder .footer-part.menu-holder {
        margin-bottom: 2rem;
    }
    #footer .footer-holder .footer-part.logo-and-social img {
        height: 24px;
    }
    #book-info .book-info-parts .info {
        width: 72%;
    }
}