.container-text {
    height: 77vh;
    position: relative;
    padding: 62px 0;
}
.container-text-inner {
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 1080px;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.ftext_title {
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
}

.ftext_title h2 {
    font-size: 4.4rem;
    line-height: 5rem;
    font-family: 'poppins';
}


.parallax-top-icon {
    display: flex;
    position: absolute;
    width: 140px;
    height: fit-content;
    top: -130px;
    align-items: center;
    justify-content: center;
    border-radius: 900px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
}
.parallax-top-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-left {
    text-align: left!important;
}
.text-center {
    text-align: center!important;
}
.text-right {
    text-align: right!important;
}

.embed_highlight iframe {
    width: 55vw;
    max-width: 100%;
    height: 480px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .container-text {
        height: 60vh;
    }
    .parallax-top-icon {
        width: 120px;
        height: 120px;
        top: -120px;
    }
    .ftext_title h2 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .ftext_text {
        padding: 22px 12px !important;
        text-align: center !important;
        font-size: inherit;
        line-height: inherit;
    }
    .text-left {
        text-align: center !important;
    }
    .container-text-inner {
        width: 94%;
    }
}

.gradient-top,
.gradient-bottom {
    display: none;
}

.with-clouds .gradient-top,
.with-clouds .gradient-bottom {
    display: block;
}


.gradient-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 220px;
    background: #2B2B2B;
    background: -webkit-linear-gradient(180deg, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 1) 100%);
    background: linear-gradient(180deg, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2B2B2B", endColorstr="#2B2B2B", GradientType=0);
}

.gradient-top {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 220px;
    background: #2B2B2B;
    background: -webkit-linear-gradient(0deg,rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 1) 100%);
    background: -moz-linear-gradient(0deg,rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 1) 100%);
    background: linear-gradient(0deg,rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr="#2B2B2B",
    endColorstr="#2B2B2B",
    GradientType=0
    );
}
.with-clouds {
    position: relative;
    overflow: hidden;
}

.with-clouds:before {
    top: 0;
    /* background-image: url('/wp-content/themes/Opensmjle/assets/pattern/os-clouds.webp'); */
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.with-clouds:after {
    /* background-image: url('/wp-content/themes/Opensmjle/assets/pattern/os-clouds.webp'); */
    transform: rotate(180deg);
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}
