
.block-fullscreen-area {
    margin-top: 0;
    margin-bottom: 0 !important;
    overflow: hidden !important;
    position: relative;
}

.block-fullscreen-area .background_wrapper video {
    width: 100%;
    height: 99% !important;
    overflow: hidden !important;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.block-fullscreen-area .background_wrapper img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    position: sticky;
    z-index: 0;
    top: 0;
}

.block-fullscreen-area .background_wrapper .fs_overlay {
    width: 100%;
    background-color: #202020;
    position: absolute;
    top: 0;
}

.block-fullscreen-area .white-frame {
    height: 100vh;
    width: 100%;
    position: fixed;
}

.block-fullscreen-area .scroll_down {
    position: absolute;
    bottom: 100px;
    right: 0;
    height: 70px;
    width: 70px;
    background-color: #ff5246;
    border-radius: 50%;
    overflow: hidden;
}

.block-fullscreen-area .scroll_down svg.svg_on {
    position: absolute;
    top: 50%;
    transform: translate(-42%, -50%);
    width: 70px;
    height: 70px;
    fill: white;
    position: relative;
    transition: transform ease-in-out 0.3s;
    margin-left: -5px;
    left: 50%;
}

.block-fullscreen-area .scroll_down svg.svg_off {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: white;
    width: 70px;
    height: 70px;
    transition: transform ease-in-out 0.3s;
}

.block-fullscreen-area .scroll_down:hover svg.svg_off {
    transform: translate(-50%, 50%);
    transition: transform ease-in-out 0.3s;
}

.block-fullscreen-area .scroll_down:hover svg.svg_on {
    transform: translate(-50%, 50%);
    transition: transform ease-in-out 0.3s;
}

.block-fullscreen-area .scroll_down a {
    background-color: transparent;
    padding: 0;
    border: none;
    color: transparent;
    height: 100%;
}

.block-fullscreen-area .scroll_down a svg {
    fill: white;
}

.block-fullscreen-area .scroll_down a:hover {
    background-color: transparent;
    border: none;
}

.block-fullscreen-area .fs_mask {
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 100%;
    fill: #68DF5E;
    stroke: #68DF5E;
}

.block-fullscreen-area .content_wrapper h1,
.block-fullscreen-area .content_wrapper h2 {
    color: white;
}

#scroll_pos {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .block-fullscreen-area:not(:first-of-type) .background_wrapper,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper video,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper .bg_img,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper .fs_overlay {
        height: 275px;
    }

    .block-fullscreen-area:first-of-type .background_wrapper,
    .block-fullscreen-area:first-of-type .background_wrapper video,
    .block-fullscreen-area:first-of-type .background_wrapper .bg_img,
    .block-fullscreen-area:first-of-type .background_wrapper .fs_overlay {
        height: 275px;
    }

    .block-fullscreen-area .content_wrapper {
        position: relative;
        margin: 0 auto;
        background-color: #68DF5E;
        padding: 22px 0 61px;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner {
        width: var(--theme-default-editor, var(--theme-block-width));
        max-width: var(--theme-default-editor, var(--theme-block-max-width));
        position: relative;
        margin: 0 auto;
    }
    
    .block-fullscreen-area .content_wrapper h2 {
        font-size: 32px;
        line-height: 1em;
        color: black;
    }
    
    .block-fullscreen-area .content_wrapper h4 {
        font-size: 25px;
        line-height: 35px;
        color: black;
        margin-bottom: 64px;
    }
    
    .block-fullscreen-area .content_wrapper a {
        background-color: transparent;
        color: black;
        padding: 16px 32px;
        border-radius: 48px;
        border: 2px solid black;
        margin-top: 14px;
        font-size: 16px;
        font-weight: 700;
        display: inline-block;
    }

    .block-fullscreen-area .background_wrapper {
        width: 100%;
        position: relative;
        object-fit: cover;
        overflow: hidden !important;
        top: 0;
    }

    .block-fullscreen-area .content_wrapper h1,
    .block-fullscreen-area .content_wrapper h2 {
        color: black;
    }

    .block-fullscreen-area .scroll_down {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1080px) {
    .block-fullscreen-area:not(:first-of-type) .background_wrapper,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper video,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper .bg_img,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper .fs_overlay {
        height: 500px;
    }

    .block-fullscreen-area:first-of-type .background_wrapper,
    .block-fullscreen-area:first-of-type .background_wrapper video,
    .block-fullscreen-area:first-of-type .background_wrapper .bg_img,
    .block-fullscreen-area:first-of-type .background_wrapper .fs_overlay {
        height: 500px;
    }

    .block-fullscreen-area .content_wrapper {
        position: relative;
        margin: 0 auto;
        background-color: #68DF5E;
        padding: 22px 0 61px;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner {
        width: var(--theme-default-editor, var(--theme-block-width));
        max-width: var(--theme-default-editor, var(--theme-block-max-width));
        position: relative;
        margin: 0 auto;
    }
    
    .block-fullscreen-area .content_wrapper h2 {
        font-size: 46px;
        line-height: 60px;
        color: black;
    }
    
    .block-fullscreen-area .content_wrapper h4 {
        font-size: 25px;
        line-height: 35px;
        color: black;
        margin-bottom: 64px;
    }
    
    .block-fullscreen-area .content_wrapper a {
        background-color: transparent;
        color: black;
        padding: 16px 32px;
        border-radius: 48px;
        border: 2px solid black;
        margin-top: 64px;
        font-size: 16px;
        font-weight: 700;
    }

    .block-fullscreen-area .background_wrapper {
        width: 100%;
        position: relative;
        object-fit: cover;
        overflow: hidden !important;
        top: 0;
    }

    .block-fullscreen-area .content_wrapper h1,
    .block-fullscreen-area .content_wrapper h2 {
        color: black;
    }

    .block-fullscreen-area .scroll_down {
        display: none;
    }
}

@media (min-width: 1081px) and (max-width: 1600px) {
    .block-fullscreen-area:not(:first-of-type),
    .block-fullscreen-area:not(:first-of-type) .background_wrapper,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper video,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper .bg_img,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper .fs_overlay {
        height: 100vh;
    }

    .home .block-fullscreen-area:not(:first-of-type),
    .home .block-fullscreen-area:not(:first-of-type) .background_wrapper,
    .home .block-fullscreen-area:not(:first-of-type) .background_wrapper video,
    .home .block-fullscreen-area:not(:first-of-type) .background_wrapper .bg_img,
    .home .block-fullscreen-area:not(:first-of-type) .background_wrapper .fs_overlay {
        height: 100vh;
    }

    .block-fullscreen-area:first-of-type,
    .block-fullscreen-area:first-of-type .background_wrapper,
    .block-fullscreen-area:first-of-type .background_wrapper video,
    .block-fullscreen-area:first-of-type .background_wrapper .bg_img,
    .block-fullscreen-area:first-of-type .background_wrapper .fs_overlay {
        height: calc(100vh - 88px);
    }

    .home .block-fullscreen-area:first-of-type,
    .home .block-fullscreen-area:first-of-type .background_wrapper,
    .home .block-fullscreen-area:first-of-type .background_wrapper video,
    .home .block-fullscreen-area:first-of-type .background_wrapper .bg_img,
    .home .block-fullscreen-area:first-of-type .background_wrapper .fs_overlay {
        height: calc(100vh - 88px);
    }

    .block-fullscreen-area .content_wrapper {
        position: relative;
        width: var(--theme-default-editor, var(--theme-block-width));
        max-width: var(--theme-default-editor, var(--theme-block-max-width));
        height: 100%;
        margin: 0 auto;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner {
        max-width: 100%;
        position: absolute;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner.bottom {
        bottom: 130px;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner.top {
        top: 130px;
    }
    
    .block-fullscreen-area .content_wrapper h2 {
        font-size: 80px;
        line-height: 1em;
        color: white;
    }
    
    .block-fullscreen-area .content_wrapper h4 {
        color: white;
        margin-bottom: 64px;
    }
    
    /* .block-fullscreen-area .content_wrapper a {
        background-color: var(--theme-palette-color-3);
        color: white;
        padding: 16px 32px;
        border-radius: 48px;
        margin-top: 64px;
        font-size: 16px;
        font-weight: 700;
    } */

    .block-fullscreen-area .content_wrapper a:not(.scroll_link) {
        background-color: var(--theme-palette-color-3);
        color: white;
        position: relative;
        display: inline-block;
        padding: 16px 32px;
        border-radius: 48px;
        /* margin-top: 64px; */
        font-size: 16px;
        font-weight: 700;
        border: 1px solid var(--theme-palette-color-3);
    }

    .block-fullscreen-area .content_wrapper .scroll_down a svg {
        fill: white;
    }

    .block-fullscreen-area .content_wrapper a:not(.scroll_link):hover {
        background-color: black;
        color: white;
        border: 1px solid black;
    }

    .block-fullscreen-area .content_wrapper .scroll_down a:hover svg {
        fill: white;
    }

    .block-fullscreen-area .background_wrapper {
        width: 100%;
        position: absolute;
        object-fit: cover;
        overflow: hidden !important;
        top: 0;
    }
}

@media (min-width: 1601px) {
    .block-fullscreen-area:not(:first-of-type),
    .block-fullscreen-area:not(:first-of-type) .background_wrapper,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper video,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper .bg_img,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper .fs_overlay {
        height: calc(100vh - 1px);
        min-height: 900px;
    }

    .home .block-fullscreen-area:not(:first-of-type),
    .home .block-fullscreen-area:not(:first-of-type) .background_wrapper,
    .home .block-fullscreen-area:not(:first-of-type) .background_wrapper video,
    .home .block-fullscreen-area:not(:first-of-type) .background_wrapper .bg_img,
    .home .block-fullscreen-area:not(:first-of-type) .background_wrapper .fs_overlay {
        height: calc(100vh - 1px);
        min-height: 900px;
    }

    .block-fullscreen-area:first-of-type,
    .block-fullscreen-area:first-of-type .background_wrapper,
    .block-fullscreen-area:first-of-type .background_wrapper video,
    .block-fullscreen-area:first-of-type .background_wrapper .bg_img,
    .block-fullscreen-area:first-of-type .background_wrapper .fs_overlay {
        height: calc(100vh - 89px);
        min-height: 900px;
    }

    .home .block-fullscreen-area:first-of-type,
    .home .block-fullscreen-area:first-of-type .background_wrapper,
    .home .block-fullscreen-area:first-of-type .background_wrapper video,
    .home .block-fullscreen-area:first-of-type .background_wrapper .bg_img,
    .home .block-fullscreen-area:first-of-type .background_wrapper .fs_overlay {
        height: calc(100vh - 89px);
        min-height: 900px;
    }

    .block-fullscreen-area .content_wrapper {
        position: relative;
        width: var(--theme-default-editor, var(--theme-block-width));
        max-width: var(--theme-default-editor, var(--theme-block-max-width));
        height: 100%;
        margin: 0 auto;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner {
        max-width: 60%;
        position: absolute;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner.bottom {
        top: 50%;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner.top {
        bottom: 130px;
    }
    
    .block-fullscreen-area .content_wrapper h1,
    .block-fullscreen-area .content_wrapper h2 {
        font-size: 80px;
        line-height: 1em;
        color: white;
        /* max-width: 60%; */
    }
    
    .block-fullscreen-area .content_wrapper h4 {
        color: white;
        margin-bottom: 78px;
        font-size: 24px;
        line-height: 1.3em;
        /* max-width: 50%; */
    }
    
    .block-fullscreen-area .content_wrapper a:not(.scroll_link) {
        background-color: var(--theme-palette-color-3);
        color: white;
        position: relative;
        display: inline-block;
        padding: 16px 32px;
        border-radius: 48px;
        /* margin-top: 64px; */
        font-size: 16px;
        font-weight: 700;
        border: 1px solid var(--theme-palette-color-3);
    }

    .block-fullscreen-area .content_wrapper .scroll_down a svg {
        fill: white;
    }

    .block-fullscreen-area .content_wrapper a:not(.scroll_link):hover {
        background-color: black;
        color: white;
        border: 1px solid black;
    }

    .block-fullscreen-area .content_wrapper .scroll_down a:hover svg {
        fill: white;
    }

    .block-fullscreen-area .background_wrapper {
        width: 100%;
        position: absolute;
        object-fit: cover;
        overflow: hidden !important;
        top: 0;
    }
}
