:root {
    --majestic_video_background: rgba(0, 104, 128, 0.4);
}

.corporate_homepage_video_container {
    width: 100%;
    height: 100vh;
    position: relative;
}

.corporate_homepage_video_container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.corporate_homepage_video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}

.corporate_homepage_video_logo_container {
    z-index: 99999;
    position: relative;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.corporate_homepage_video_logo_img {
    width: 100%;
    position: relative;
}

.corporate_master_title {
    width: 95%;
    margin: 1vmax auto 0 auto;
    text-align: center;
    font: 600 calc(var(--corporate_default_font_size) * var(--corporate_title_divider)) 'Averta', sans-serif;
    /* font-style: italic; */
    color: #009cdc;
}

.corporate_title_divider {
    width: 95%;
    margin: 0.5vmax auto 1vmax auto;
    text-align: center;
    /* font-style: italic; */
    font: 600 calc(var(--corporate_default_font_size) * var(--corporate_title_divider)) 'Averta', sans-serif;
    /* font-style: italic; */
    color: #009cdc;
}

.corporate_subtitle_divider {
    width: 95%;
    margin: 0vmax auto 1vmax auto;
    text-align: center;
    font: 400 calc(var(--corporate_default_font_size) * (var(--corporate_title_divider) * 0.4)) 'Zen Antique', serif;
    /* font-style: italic; */
    color: #cf6a00;
}

.corporate_homepage_left_right_master_container {
    width: 100%;
    position: relative;
}

.corporate_homepage_left_right_container {
    width: 80%;
    padding: 2vmax 10%;
    background-color: #FDF7E4;
    /* background-image: url(../images/bg.jpg);
    background-size: auto; */
    margin: 0 auto 0vh auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    min-height: 64vh;
}

.corporate_homepage_left_right_container:nth-of-type(even) {
    /* background-image: unset; */
    background-color: #fff;
    flex-direction: row-reverse;
}

.corporate_homepage_left_right_text_container {
    flex: 0 1 45%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.corporate_homepage_left_right_title {
    color: #000;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    font: 700 calc(var(--corporate_default_font_size) * var(--corporate_homepage_left_right_title)) 'Geologica', sans-serif;
}

.corporate_homepage_left_right_text {
    color: #000;
    position: relative;
    width: 90%;
    margin: 1vmax auto;
    padding: 0;
    font: 400 var(--corporate_default_font_size) 'Effra', sans-serif;
}

.corporate_homepage_left_right_container:nth-of-type(even) .corporate_homepage_left_right_title,
.corporate_homepage_left_right_container:nth-of-type(even) .corporate_homepage_left_right_text {
    color: #000;
}

.corporate_homepage_left_right_link {
    display: block;
    width: fit-content;
    padding: 0.5vmax 1vmax;
    margin: 0 0 0 5%;
    position: relative;
    background-color: #90c057;
    border: 1px solid #4d4a44;
    color: #fff;
    font: 200 calc(var(--corporate_default_font_size) * var(--corporate_button_learn_more)) 'Jura', sans-serif;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
}

.corporate_homepage_left_right_link:hover {
    background-color: #fff;
    color: #4d4a44;
    transition: 0.2s all ease-in-out;
}

.corporate_homepage_left_right_image_container {
    flex: 0 1 34%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.corporate_homepage_left_right_image {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.corporate_homepage_left_right_icon {
    height: 50%;
    position: relative;
}


/*---------VIDEO DIVIDER-------------*/

.corporate_video_divider_with_title {
    width: 100%;
    position: relative;
    height: 40vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.corporate_video_divider_with_title::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
}

.corporate_video_divider_text {
    width: 95%;
    margin: 0vmax auto 0 auto;
    text-align: center;
    font: 600 calc(var(--corporate_default_font_size)* var(--corporate_company_slider_title)) 'Averta', sans-serif;
    /* font-style: italic; */
    color: #fff;
    z-index: 9;
}


/*---------VIDEO DIVIDER-------------*/


/*---------VIDEO SERVICES-------------*/

.corporate_services_with_video_master_container {
    width: 100%;
    position: relative;
}

.corporate_services_with_video {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: stretch;
    margin: 0 0 3vmax 0;
}

.corporate_services_with_video:nth-of-type(even) {
    flex-direction: row-reverse;
}

.corporate_services_with_video:last-of-type {
    margin: 0;
}

.corporate_services_with_video_bg_container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #FDF7E4;
}

.corporate_services_with_video:nth-of-type(even) .corporate_services_with_video_bg_container {
    background-color: #fff;
}


/* .corporate_services_with_video_bg_container::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
} */

.corporate_services_with_video_bg {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.corporate_services_with_video_left_side {
    flex: 0 1 40%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.corporate_services_with_video_container {
    width: 100%;
    position: relative;
    height: 80%;
    border-radius: 10px;
    overflow: hidden;
}

.corporate_services_with_video_right_side {
    flex: 0 1 40%;
    position: relative;
    padding: 2vmax 0;
    display: flex;
}

.corporate_services_with_video_text_container {
    width: 100%;
    position: relative;
}

.corporate_services_with_video_offer_container {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2vmax 0 0 0;
}

.corporate_services_with_video_offer_container.company {
    background-color: #b3e9ff;
}

.corporate_services_with_video_offer {
    flex: 0 1 31%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 1.1% 2vmax 1.1%;
}

.corporate_services_with_video_offer img {
    width: calc(var(--corporate_default_font_size) * 3.0);
    position: relative;
    display: block;
    margin: 0 0 1vmax 0;
}

.corporate_services_with_video_offer_title {
    padding: 0;
    margin: 0 auto 0.5vmax auto;
    font: 600 calc(var(--corporate_default_font_size)* var(--corporate_product_slider_3_description_text)) 'Effra', sans-serif;
    width: 95%;
    color: #000;
    text-align: center;
}

.corporate_services_with_video_offer_text {
    padding: 0;
    margin: 0 auto 0vmax auto;
    font: 400 var(--corporate_default_font_size) 'Effra', sans-serif;
    width: 95%;
    color: #000;
    text-align: center;
}


/*---------VIDEO SERVICES-------------*/


/*-----------PREFARE US---------------*/

.corporate_prefare_us_master_container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: stretch;
    background-image: url('../images/papyrus.jpg');
    padding: 3vmax 0;
}

.corporate_prefare_us_container {
    flex: 0 1 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.corporate_prefare_us_item_image {
    width: calc(var(--corporate_default_font_size)* 4);
    position: relative;
    margin: 0 1vmax 0 0;
    display: block;
    /* filter: invert(100%) sepia(0%) saturate(7496%) hue-rotate(188deg) brightness(101%) contrast(101%); */
}

.corporate_prefare_us_item_text_container {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

.corporate_prefare_us_item {
    /* width: 90%; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 4.1% 2vmax 4.1%;
    flex: 0 1 25%;
}

.corporate_prefare_us_item:nth-of-type(3n+2) {
    /* margin: 0 5% 2vmax 5%; */
}

.corporate_prefare_us_item_title {
    margin: 0;
    padding: 0 0 0.5vmax 0;
    font: 600 calc(var(--corporate_default_font_size)* var(--corporate_product_slider_3_description_text)) 'Effra', sans-serif;
    display: block;
    color: #000;
}

.corporate_prefare_us_item_text {
    font: 400 calc(var(--corporate_default_font_size)* 1) 'Effra', sans-serif;
    margin: 0;
    padding: 0;
    display: block;
    color: #000;
}

.corporate_prefare_us_image_container {
    flex: 0 1 21%;
    position: relative;
}

.corporate_prefare_us_image {
    /* height: 100%; */
    position: sticky;
    width: 100%;
    top: 150px;
}


/*-----------PREFARE US---------------*/

@media screen and (max-width: 1280px) {
    .corporate_homepage_left_right_container {
        width: 100%;
        padding: 0vmax 0 2vmax 0;
        min-height: unset;
        flex-direction: column-reverse;
    }
    .corporate_homepage_left_right_container:nth-of-type(even) {
        flex-direction: column-reverse;
    }
    .corporate_homepage_left_right_image_container {
        flex: unset;
        height: 40vh;
        margin: 0 0 2vmax 0;
        width: 100%;
    }
    .corporate_homepage_left_right_title,
    .corporate_homepage_left_right_text {
        width: 95%;
    }
    .corporate_homepage_left_right_text {
        font: 400 calc(var(--corporate_default_font_size)* var(--corporate_product_slider_3_description_text)) 'Effra', sans-serif
    }
    .corporate_homepage_left_right_link {
        display: block;
        width: 95%;
        padding: 0.5vmax 0;
        margin: 0 auto;
        text-align: center;
    }
    .corporate_prefare_us_item {
        flex: 0 1 95%;
        margin: 0 2.5% 5vmax 2.5%;
    }
    .corporate_prefare_us_item_text {
        font: 400 calc(var(--corporate_default_font_size)* var(--corporate_product_slider_3_description_text)) 'Effra', sans-serif;
    }
    .corporate_prefare_us_item_title {
        font: 600 calc(var(--corporate_default_font_size)* 1.5) 'Effra', sans-serif;
    }
    .corporate_services_with_video_offer_container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
    .corporate_services_with_video_offer_text {
        font: 400 calc(var(--corporate_default_font_size)* var(--corporate_product_slider_3_description_text)) 'Effra', sans-serif;
    }
    .corporate_services_with_video {
        display: flex;
        flex-direction: column!important;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
    .corporate_services_with_video_container {
        width: 100%;
        height: 100%;
        border-radius: unset;
    }
    .majestic_popup_left_arrow img,
    .majestic_popup_right_arrow img {
        height: 4vmax;
    }
}

@media screen and (orientation: portrait) and (max-width: 500px) {
    .corporate_homepage_video_container {
        height: 40vh;
    }
    .corporate_homepage_video_logo_container {
        width: 60vw;
    }
    .corporate_services_with_video_left_side {
        flex: unset;
        height: 40vh;
        width: 100%;
    }
}

@media screen and (orientation: landscape) and (max-width: 1250px) {
    .corporate_homepage_left_right_image_container {
        height: calc(100vh - var(--top_menu));
        width: 100%;
    }
    .corporate_homepage_video_logo_container {
        width: 30vw;
    }
    .corporate_services_with_video_left_side {
        flex: unset;
        height: calc(100vh - var(--top_menu));
        width: 100%;
    }
}

@media screen and (orientation: portrait) and (min-width: 500px) and (max-width: 1250px) {
    .corporate_homepage_video_container {
        height: 40vh;
    }
    .corporate_homepage_video_logo_container {
        width: 50vw;
    }
    .corporate_services_with_video_left_side {
        flex: unset;
        height: 40vh;
        width: 100%;
    }
}

@media screen and (orientation: landscape) and (min-width: 900px) and (max-width: 1250px) {
    .corporate_homepage_video_logo_container {
        width: 40vw;
    }
    .corporate_services_with_video_left_side {
        flex: unset;
        height: calc(100vh - var(--top_menu));
        width: 100%;
    }
}

@media screen and (min-width: 1250px) {
    .corporate_homepage_left_right_image_container.circular {
        aspect-ratio: 1/1;
        border-radius: 50%;
        border: 1px solid #65825a;
        overflow: hidden;
    }
    .corporate_subtitle_divider {
        font: 400 calc(var(--corporate_default_font_size)*(var(--corporate_title_divider)* 0.7)) 'Zen Antique', serif;
    }
}

@media screen and (max-width: 1250px) {
    .corporate_subtitle_divider {
        font: 400 calc(var(--corporate_default_font_size)*(var(--corporate_title_divider)* 0.7)) 'Zen Antique', serif;
    }
}