@font-face {
    font-family: "ICPangeaText";
    src: url('/Content/Fonts/ICPangeaText-RegularWeb.woff2') format('woff2'), url('/Content/Fonts/ICPangeaText-Regular.ttf') format('truetype');
}

*{
    font-family: "ICPangeaText";
    color: #101820;
    box-sizing: border-box;
}

* button, a{
    cursor: pointer;
}

body, h1, h2, h3, p {
    margin: 0;
}

.animationBizz_allPageContainer{
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.animationBizz_isracardLogo{
    width: 48px;
    height: 48px;
    position: relative;
    z-index: 1;
    top: 28px;

}

.animationBizz_headerSectionContainer{
    display: flex;
    width: 100%;
    height: 64px;
    background-color: black;
    align-items: center;
    position: fixed;
    z-index: 1000;
    padding: 0 30px 0 20px;
    justify-content: space-between;
    transform:translateY(-100%);
}


.animationBizz_headerSectionImage{
    height: 22px;
}

.animationBizz_background-container{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.animationBizz_iframeBackground{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: none;
}

.animationBizz_headerSectionImage-Container{
    padding: 24px 20px 20px;
    position: fixed;
    display: block;
    top: 0;
}

.animationBizz_background{
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: -1;
}

.animationBizz_page-container{
    display: flex;
    flex-direction: column;
    background-color: #F0F0F0;
    position: relative;
    overflow: hidden;
    justify-content: center;
}

@keyframes jump {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.jump-animation {
    animation: jump 1s infinite;
}
.animationBizz_page-container.black-background{
    background-color: black;
    margin: 0;
    padding: 0;
}
.animationBizz_page-container.black-background * {
    color: white;
}
@media (min-width: 786px) {
    .animationBizz_page-container{
        margin: 0 70px;
    overflow: visible;
    gap: 0;
    align-items: center;
    padding: 60px 0;
    }

    .animationBizz_page-container:not(:first-of-type) {
        justify-content: flex-start;
        padding:0;
    }

    .animationBizz_page-container section{
        width: 100%;
        max-width: 1080px;
    }
    
    .animationBizz_isracardLogo{
        z-index: 3;
    }
    .animationBizz_page-container.black-background{
        background-color: black;
        margin: 0;
        padding: 55px 180px;
        position: relative;
    }
   
}




