body {
    margin: 0;
    /* background-color: #F3F4F6; */
    font-family: 'IBM Plex Sans', sans-serif;
}

#fp-nav {
    color: rgb(0, 0, 0);
    /* color: rgb(158, 158, 158); */
    position: fixed;
    z-index: 100;
    top: 80%;
    /* opacity: 0.6; */
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background-color: #000000;
}

#fp-nav.fp-right {
    right: 10vw;
}

#fp-nav.fp-left {
    left: 10vw;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    margin-left: 0px;
    margin-right: 0px;
}

#fp-nav.fp-show-active a.active+.fp-tooltip {
    color: black;
}

.header {
    height: 48px;
    /* display: flex; */
    padding: 16px;
    padding-top: 42px;
    padding-left: 10vw;
    padding-right: 10vw;
    z-index: 1000;
    position: fixed;
    backdrop-filter: blur(3px);
    overflow: hidden;
    background-color: rgb(255 255 255 / 85%);
    /* background: #F3F4F6; */
    width: -webkit-fill-available;
    width: -moz-available;
}

.header-container {
    display: flex;
    height: 100%;
}

.header-logo {
    width: 175px;
}

.header-text {
    font-size: 32px;
    padding-left: 16px;
    font-weight: bold;
    margin: auto;
}

.header-email {
    font-size: 16px;
    font-weight: 400;
    margin: auto;
}

.fp-tableCell {
    display: flex;
}

.section {
    /* text-align: center;
    font-size: 3em; */
    display: flex;
    padding-left: 10vw;
    /* padding-right: 10vw; */
    /* background-image: url(./assets/background.svg); */
}

.product-section {
    padding-right: 10vw;
}

.product-section-bg {
    position: absolute;
    background-image: url(./assets/section-bg.svg);
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    /* top: 90px; */
    top: 0px;
    left: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: -1;
}

.master-section-container {
    display: flex;
    margin: auto;
    flex-direction: row;
    padding: 16px;
    padding-left: 0px;
    min-height: 100%;
    position: relative;
    width: 100%;
}

.master-section-content {
    max-width: 40%;
    margin: 16px;
    margin-left: 0px;
    text-align: start;

    position: absolute;
    top: 20%;
    z-index: 100;
    max-width: 50vw;
    /* background-color: aqua; */
}

.master-section-title {
    font-size: 46px;
    font-weight: 600;
    padding-bottom: 8px;
}

.master-section-desc {
    font-size: 22px;

    max-width: 40vw;
    line-height: 36px;
}

.master-section-desc-prob {
    padding-bottom: 16px;
}

.master-section-call-container {
    display: inline-flex;
    flex-direction: column;
}

.master-section-call-content {
    padding-top: 24px;
    padding-bottom: 16px;
}

.master-section-image {
    position: absolute;
    bottom: 0px;
    right: 0px;
    /* width: 75vw;
    max-width: 75vw; */
    max-height: 100vh;
}

.section-container {

    display: flex;
    /* background: #f5f6f9; */
    border-radius: 40px;
    /* padding: 43px; */
    margin: auto;
    margin-left: 100px;
    margin-right: 100px;
    flex-direction: column;
    text-align: start;
    /* box-shadow: 0px 9px 10px rgb(0 0 0 / 17%); */
}

.section-body-container-headline {
    padding-bottom: 44px;
    font-size: 38px;
    margin-bottom: 0px;

}

.section-container-title-container {
    font-size: 36px;
    padding-bottom: 8px;
    margin-bottom: 0px;
}

.section-body {
    display: flex;
    margin-top: 0px;
}

.section-body-container {
    display: flex;
    flex-direction: column;
    padding-right: 5vh;
    max-width: 50%;
}



.section-body-container-title {
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 26px;


}

.section-body-container-body {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 32px;
    line-height: 36px;
}

.section-body-container-body-sec {
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
}

.section-body-container-button {
    font-size: 14px;
    padding: 8px;
    color: #0353E9;
    border-style: solid;
    border-width: 2px;
    border-color: #0353E9;
    border-radius: 5px;
    background-color: white;
}

.section-body-container-link {
    color: #0353E9;
    text-decoration: none;
    padding-left: 6px;
}

.section-body-container-img-container {
    margin: auto;
    margin-top: 0px;
    min-width: 55%;
    text-align: center;
}

.section-body-container-img {
    width: 100%;
}


input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #0353E9;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #3072ec;
}

.container {
    border-radius: 10px;
    padding: 20px;
    max-height: 60%;
    max-width: 40%;
    margin: auto;
    margin-left: 100px;
    box-shadow: 0px 3px 0px 2px rgb(154 154 154 / 16%), inset 0px 1px 0px 0px rgb(154 154 154 / 16%);
}


.footer {
    font-size: 14px !important;
    font-weight: 400 !important;
    width: 100%;
    margin-top: 32px;
        padding: 16px;
        padding-left: 0px;

}

@media only screen and (max-width: 780px) {
    #fp-nav {}

    #fp-nav.fp-right {
        right: 8px;
    }

    #fp-nav.fp-show-active a.active+.fp-tooltip {
        color: transparent;
    }

    .header {
        padding-top: 8px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .header-logo {
        width: 118px;
    }

    .header-text {
        font-size: 26px;
        padding-left: 8px;

    }

    .header-email {
        font-size: 16px;

    }

    .fp-tableCell {
        display: inline;
    }

    .section {
        padding-left: 0px;
        padding-right: 0px;
    }

    .product-section-bg {
        background-repeat: round;
    }

    .master-section-container {
        padding: 0px;
        /* padding-top: 45vh; */
        padding-top: 15vh;
        width: unset;
padding-top: 75px;
        flex-direction: column;
    }

    .master-section-title {
        font-size: 28px;
    }

    .master-section-content {
        max-width: 100%;
        margin-left: 16px;
        top: unset;
        position: unset;
    }

    .master-section-desc {
        font-size: 14px;
        line-height: 20px;
        max-width: unset;
    }

    .master-section-desc-prob {
        display: none;
    }

    .master-section-call-container {
        display: unset;
        flex-direction: column;
    }

    .master-section-call-content {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .master-section-image {

        bottom: unset;
        right: unset;
        max-width: unset;
        max-height: unset;
        top: unset;
        width: 100%;
        height: 100%;
        display: flex;
        position: unset;

    }

    .master-section-video {
        display: flex;
        width: 170%;
        height: 100%;
        margin-left: -70vw;
        margin-top: -90px;
    }

    .section-container {
        border-radius: 15px;
        padding: 32px;
        padding-bottom: 64px;
        /* margin-top: 20%; */
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 25%;
    }

    .section-container-title-container {
        font-size: 22px;
        padding-bottom: 12px;
    }

    .section-body {
        flex-direction: column-reverse;

    }

    .section-body-container {
        width: 100%;
        padding-right: 0vh;
        max-width: 100%;
    }

    .section-body-container-title {
        font-size: 18px;
        padding-bottom: 8px;
    }

    .section-body-container-body {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 8px;
    }

    .section-body-container-body-title {
        display: none;
    }

    .section-body-container-body-sec {
        padding-bottom: 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .section-body-container-img-container {
        padding-bottom: 32px;
    }

    .section-body-container-img {
        width: 60VW;
    }

    .container {
        border-radius: 10px;
        padding: 20px;
        margin: 16px;
        margin-top: 12vh;
        max-height: 100%;
        max-width: 100%;
        box-shadow: none;
    }

    .footer {
/* padding-left: 0px; */
    }

}

video::-webkit-media-controls {
    display: none;
}