
#flumina_video_holder {
    top:0;
    left: 0;
    z-index: 99999;
    height: 100vh;
    /* margin-top: -7vh; */
    position: fixed;
    transition: width 1s;
    width: 0;
    overflow: hidden;
}

html.no-scroll,
body.no-scroll {
    overflow: hidden !important;
}

#flumina_video_holder.blurred {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

#flumina_video_close {
    position: absolute;
    right: 2rem;
    top: 1rem;
    font-size: 2rem;
    display: none;
    cursor: pointer;
    z-index: 9999999;
}

#index-first-banner {
    width: fit-content;
    margin-left: 0;
    margin-right: 0;
}

#welcome {
    width: 100vw;
    position: relative;
    display: grid;
    grid-template-columns: 47% 50%;
    left: 3rem;
    /* width: 100%; */
    /* top: 20vh; */
    /* margin-top: 25vh; */
    z-index: 10;
    font-family: 'UbuntuThin';
    font-size: 3rem;
    font-weight: 300;
    line-height: 3.5rem;
    letter-spacing: 0em;
    z-index: 0;
}


#squareBackground {
    display: block;
    position: inherit;
    /* margin-left: -20%; */
    transform: none;
    margin-top: 200px;
    display: flex;
    /* margin: auto; */
    /* width: fit-content; */
    /* height: fit-content; */
    margin: 0;
    position: relative;
    /* top: 50%; */
    /* left: 25%; */
    left: 18vmin;
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%); /* WebKit */
    -moz-transform: translate(-50%, 0%); /* Mozilla */
    -o-transform: translate(-50%, 0%); /* Opera */
    z-index: 9;
    margin-bottom: 5rem;
}

#squareBackground_holder{
    height: unset;
    position: initial;
    margin-top: 10vmin;
    width: 100vw;
    height: 150vh;
    /* height: fit-content; */
    position: relative;
}

.faqSearchMatchHL {
    background-color: yellow;
}

#loadscreen-animation-holder-mobile {
    display:none;
}

#loadscreen-animation-holder {
    height: 30vh;
    /* width: 30vw; */
    position: relative;
    margin: auto;
    /* margin-top: 45vh; */
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%); /* WebKit */
    -moz-transform: translate(0%, -50%); /* Mozilla */
    -o-transform: translate(0%, -50%); /* Opera */
    z-index: 9999;
}

.square:hover {
    transform: scale(1.03);
}

.square.nodecoration .textDiv-img {
    background-color: white;
    color: var(--main-color-lightblue);
    border-radius: 100%;
}

#flumina_video {
    position: relative;
    width: 100%;
    height: 100%;
}

.top_bar{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 1rem 0
}

.top_bar .background_image {position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.top_bar.darkblue {
    background-color:var(--main-color-darkblue);
    color:white;
}

.top_bar.lightblue {
    background-color:var(--main-color-lightblue);
    color:var(--main-color-darkblue);
}

.top_bar h1 {
    z-index: 1000;
    position: sticky;
}

.top_bar h4 {
    z-index:1000;
    position: sticky;
}

.world_map_section {    
    position: relative;
    background-image: url(/img/worldmap.svg);
    background-repeat: no-repeat;
    background-size: cover;
}


.hex_section {
    position: relative;
    background-image: url(/img/index_bg_1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 5rem;
    z-index:10;
    width: 100%;
}

.top_subtitle {
    font-size: 3rem;
    width: 50%;
    margin: auto;
    text-align: center;
}

.interactive_section {
    min-height: 50vh;
    margin-top: 5rem;
}

.colRow3 {
    width: 80vw;
    margin: auto !important;
    background-color: transparent !important;
}

.col h1 {
    font-size: 2.25rem;
    font-family: 'UbuntuBold';
    text-align: center;
    margin-bottom: 0.5rem;
}

.row.colRow3 .col {
    padding: 0 3rem;
    font-size: 1.4rem;
    text-align: center;
}

.hex_section .row {
    background: transparent !important;
    padding-top: 3rem;
}
.hex_section .row .col {
    max-width: fit-content !important;
}

.col.hex_content {
    margin-left: -3rem;
    margin-top: 2rem;
}

.col.hex_counter {
    background-image: url(/img/index_blue_hex.svg);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 7rem;
    padding: 3rem;
    line-height: 3.8rem;
    font-family: 'UbuntuBold';
    color: var(--main-color-lightblue);
}

.hex_section h1 {
    font-family: "UbuntuBold";
    font-size: 3rem;
    margin-bottom: 0.5rem;
    text-align: left;
}


.item_list {
    padding-left: 1rem;
    font-size: 1.4rem;
}

.item_list_holder {
    max-width: 50%;
    margin-left: 50%;
    transform: translateX(-30%);
    padding-bottom: 10rem;
}

.academy_button {
    width: fit-content;
    padding: 0.5rem;
    background-color: var(--main-color-red);
    font-size: 1.2rem;
    margin: auto;
    margin-top: 1rem;
    color: white;
}

.academy_section {
    background-image: url(/img/index_bg_2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 35rem;
    padding-bottom: 30rem;
    font-size: 3rem;
}
.academy_section h3 {
    font-size: 3.5rem;
}
.academy_section h1 {
    font-size: 9rem;
    font-family: 'UbuntuBold';
}

.more_solutions_section {
    text-align: center;
    padding-bottom: 7rem;
}

.more_solutions_section h1 {
    font-size: 4rem;
}

.more_solutions_section .small_title {
    font-size: 0.75rem;
}

.more_solutions_section .solution_card {
    width: 18rem;
    max-width: 18rem;
    height: 18rem;
    background-color: #B0DEED33;
    border-radius: 10%;
    font-size: 1.5rem;
    position: relative;
    }

.more_solutions_section .solution_card img{
    max-width: 100%;
    max-height: 100%;
    transform: translateY(-50%);
    margin-top: 50%;
}

.more_solutions_section .img_holder {
    width: 8rem;
    height: 8rem;
    margin: auto;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.more_solutions_section .solution_card a{
    color: var(--main-color-red);
    margin-top: auto;
}

.more_solutions_section .row {
    gap: 1rem;
    justify-content: center;
    padding-top: 2rem;
    /* display: grid; */
}

.contact_bar {
    width: 100vw;
    max-width: 100vw;
    padding: 100px;
}

.contact_bar.red {
    background: var(--main-color-red);
    color: white;
}

.contact_bar.lightblue{
    background: var(--main-color-lightblue);
    color: var(--main-color-darkblue);

}

.contact_bar.lightgreen{
    background: #25D17F;
    color: var(--main-color-darkblue);

}

.pageHeader3 {
    font-family: UbuntuBold;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.pagetext3 {
    font-size: 1.5rem;
    font-family: Ubuntu;
}

.pageButton {
    background-color: white;
    width: fit-content;
    margin: auto;
    padding: 0.5rem 2rem;
    border-radius: 1vmin;
    text-decoration: none;
    font-family: 'UbuntuBold';
    color: var(--main-color-darkblue);
}

.hex_section_2 a {
    text-decoration: none !important;
}

.hex_section_2 .pageButton {
    background-color: var(--main-color-lightblue);
    border-radius: 0;
    margin-top: 4rem;
    color: white;
}

.pageButton:hover {
    transform: scale(1.1);
}

.interactive_section .colRow3 h1{
    margin-bottom: 0.5rem;
}

.interactive_section.ws .colRow3 h1 {
    font-size: 1.5rem;
}

.hex_section_2 {
    padding-top: 7rem;
    text-align: center;
    padding-bottom: 7rem;
    position: relative;
}

.hex_section_2 h1{
    font-size: 4rem;
    font-family: UbuntuBold;
}

.hex_section_2 h2{
    font-size: 1.5rem;
}

.hex_section_2 .container .row{
    max-width: 70%
}

.hex_section_2 .container .col{
    max-width: 20%;
    position: relative;
}

.hex_section_2 .container img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.hex_section_2 .row{
    margin: auto;
    place-content: center;
    max-width: 80%;
}

.hex_section_2 .hex_text {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 100%;
    font-family: 'Ubuntu';
}

.hex_section_2 .col-lg-3 {
    max-height: min-content;
    background: url(/img/strategy1-dataflow.svg);
    background-position: center;
    background-size: cover;
    width: 10rem;
    height: 17rem;
    max-width: 20rem;
}

.hex_section_2 .head1 {
    margin-bottom: 0.5rem;
}

.hex_section_2 .sec-title-con2 {
    max-width: 65%;
    margin: auto;
    color: white;
}

.square_section .row {
    margin: auto;
    width: fit-content;
    text-align: center;
}

.square_section .col {
    width: 30rem;
    padding: 4rem;
}

.square_section .col.lightblue {
    background-color: var(--main-color-lightblue);
}

.square_section .col.white {
    background-color: white;
}

.square_section .col .head1 {
    font-size: 2.25rem;
    font-family: 'UbuntuBold';
    padding-bottom: 1rem;
}

.square_section .col.white .head1 {
    color: var(--main-color-lightblue)
}

.square_section .col .body_text {
    font-size: 1.5rem;
    height: 16rem;
}

.square_section .pageButton {
    border-radius: 0;
}

.square_section .col.white .pageButton {
    border: 1px solid var(--main-color-darkblue)
}

.square_section .pageButton.centerButton {
    background-color: var(--main-color-lightblue);
    border: 4px solid white;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left:  50%;
    transform: translate(-50%,-50%);
    color: white;
}

.square_section .pageButton.centerButton:hover {
    border-color: var(--main-color-red);
    color: var(--main-color-red);
}

.circle_col_top img {
    max-width: 6rem;
    margin-bottom: 1rem;
}

.subsection {
    text-align: center;
    margin-top: 5rem;
    height: 40rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.subsection h1 {
    font-size: 4rem;
    font-family: 'UbuntuBold';
}

.subsection h2 {
    font-size: 3rem;
}

.subsection .center_text {
    position: absolute;
    left: 50%;
    top:  50%;
    transform: translate(-50%,-50%);
}

.hex_section_2 .container {
    width: 100%;
    max-width: 100%;
}

.hex_section_2 .container h4 {
    font-size: 3rem;
    font-family: 'UbuntuBold';
}

.hex_section_2 .container .vfd-list {
    font-size: 1.5rem;
    max-width: 60%;
    text-align: left;
}

.hex_section_2 .container hr {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.hex_section_2 .pageButton {
    background-color: var(--main-color-red);
    font-family: 'UbuntuThin';
}

.interactive_section .img_holder img {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    max-height: 30rem;
    height: 100%;
}

.interactive_section .img_holder {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: 30rem;
}

.mid_text {
    margin-left: 10vw;
    max-width: 40rem;
    margin-top: 5rem;
}

.mid_text h1 {
    font-size: 4rem;
    font-family: 'UbuntuBold';
    margin-bottom: 1.5rem;
}    

.mid_text h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.mid_text p {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.mid_text a {
    font-size: 3rem;
    color: var(--main-color-red) !important;
}

.loadscreen-animation {max-height: 150%;opacity: 0.5;position: absolute;top: 0;}

.faq_container .collapsible {
    background-color: rgba(176, 222, 237, 0.25);
    cursor: pointer;
    padding: 1rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.5rem;
    font-weight: normal;
}

.faq_container .row.green .collapsible {
    background-color: rgba(37, 209, 127, 0.25);
}

.faq_container .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    margin-top: 0.5rem;
    font-size: 1.5rem;
}

.faq_container h1 {
    font-size: 3rem;
    font-family: 'UbuntuBold';
    margin-bottom: 2rem;
}

.faq_container {
    width: 80vw;
    margin: auto;
    margin-top: 7rem;
    margin-bottom: 7rem;
    position: relative;
}

.faq_container .faq_content_head {
    font-family: 'UbuntuBold';
}

.faq_container .row {
    margin-bottom: 2rem;
    border-radius: 0 !important;
}

.faq_container .content a {
    color: var(--main-color-red)
}

.mid_center_text h1 {
    font-size: 3rem;
    font-family: 'UbuntuBold';
}

.mid_center_text h2 {
    font-size: 3rem;
}

.mid_center_text {
    margin-top: 7rem;
    margin-bottom: 7rem;
    text-align: center;
}



.shop_card:hover {
    transform: scale(1.1);
}

.shop_card {
    border-radius: 15px;
    background-color: var(--main-color-lightblue);
    color: white;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    font-family: UbuntuLight;
    color: var(--main-color-darkblue);
    width: 100%;
    height: 100%;
}

.shop_card_more{
    background-color: var(--main-color-red) !important;
    color: white;
}

.shop_card p {
    margin: auto;
    position: absolute;
    bottom: 20px;
    left: 50%;
    text-align: center;
    font-size: 16px;
    width: calc(100% - 30px);
    transform: translateX(-50%);
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(100% - 20px);
}

.shop_card i {
    font-size: 35px;
    margin-top: -1rem;
}

.shop_card img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    margin: 0;
    opacity: 0.8;
    width: 60%;
    height: 60%;
}

.shop_card_preholder{
    width: 160px;
    height: 160px;
}

.shop_card_preholder_small{
    width: 150px;
    height: 150px;
}

.popupWindow {
    transition: opacity 0.5s ease;
    opacity: 0;
    border-radius: 1vmin;
    border: 4px solid var(--main-color-lightblue);
    background-color: var(--main-color-red);
    z-index: 100000;
    text-align: center;
    position: fixed;
    top: 17vmin;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 50vw;
    min-width: calc(480px + 8vw);
    max-height: 80vh;
    overflow-y: scroll;
}

.show {
    opacity: 1;
    pointer-events: auto;
}

.hidden {
    display: none !important;
}

.fade-out {
    opacity: 0 !important;
}

.popupWindow div {
    text-align: left;
}

#pinnedAppsHolder{
    margin: 80px auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, 150px);
    grid-auto-rows: 150px;
    grid-gap: 10px;
    font-family: 'Ubuntu';
    /* padding-bottom: 5vh; */
    z-index: 1;
    position: relative;
    /* padding-right: 160px; */
    max-width: calc((150px * 3) + (10px * 2)); /* maximum 3 columns always */
}

.subAppsModalAppHolder{
    margin: 2vw 4vw;;
    display: grid;
    grid-template-columns: repeat(auto-fill, 150px);
    grid-auto-rows: 150px;
    grid-gap: 10px;
    font-family: 'Ubuntu';
    z-index: 1;
    position: relative;
    /* max-width: calc((150px * 3) + (10px * 2)); */ /* maximum 3 columns always */ 
}

.academy_relevance_icon_holder {
    color: gold;
    text-align: center !important;
    padding-top: 10px;
    font-size: small;
}

.academy_relevance_icon_holder i {
    font-size: 1em !important;
}

.iso-cert-image-holder{
    display: flex;
    justify-content: center;
    margin-top: 25px;
    column-gap: 15px;
}

.iso-ico-image{
    height: 13vmin;
    max-height: 150px;
}

.iso-ico-image-small{
    height: 13vmin;
    max-height: 150px;
}

.fontLightBlue{
    color: var(--main-color-lightblue);
}

.fontDarkBlue{
    color: var(--main-color-darkblue);
}

.fontRed{
    color: var(--main-color-red);
}

.fontT{
    font-size: clamp(4vmin, 3.5vmin, 5vmin);
    font-family: "UbuntuBold";
}

.fontD{
    font-size: clamp(2vmin, 1.5vmin, 3vmin);
    font-family: "Ubuntu";
}

.fontP{
    font-size: clamp(2vmin, 1.5vmin, 3vmin);
    font-family: "UbuntuBold";
}

.buttonAdM{
    background-color: var(--main-color-red);
    color: white;
    padding: 0.5vmin 1vmin;
    width: fit-content;
    font-size: clamp(2vmin, 1.5vmin, 3vmin);
    font-family: 'UbuntuBold';
    font-style: normal;
    font-weight: 250;
    text-align: center;
}

@media (max-width: 1100px) { 
    #loadscreen-animation-holder {
        height: fit-content;
        transform: unset;
        -webkit-transform:  unset;
        -moz-transform: unset;
        -o-transform: unset;
        -ms-transform: unset;
        margin: auto;
        width: unset;
        margin-bottom: 4rem;
    }
    #squareBackground_holder {
        height: fit-content;
    }

    .loadscreen-animation {
        /* position: relative; */
        z-index: 1;
        top: 15vmin;
    }
    
    #welcome {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 2.5rem;
        position: relative;
        top: 3rem;
        margin-right: 3rem;
        display: block;
        /* grid-template-columns: 80vw; */
        width: calc(100% - 6rem);
        height: fit-content;
    }

    #squareBackground {
        position: relative;
        display: block;
        /* transform: unset; */
        margin: auto;
        margin-top: 4rem;
        left: unset;
        transform: unset;
        -ms-transform: unset;
        -webkit-transform: unset;
        -o-transform: unset;
        -moz-transform: unset;
    }

    #loadscreen-animation-holder-mobile {
    width: 50%;
    /* height: 30%; */
    display: block;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    }
    

    #loadscreen-animation-holder .loadscreen-animation {
        display: none;
    }

    #flumina_video_subholder {
        padding: 2rem !important;
        align-items: center;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        min-height: 100vh;
    }
    
    #flumina_video_holder {
        margin-top: 0;
    }
    .interactive_section {
        margin-top:0;
    }

    .more_solutions_section .row {
        display: grid;
    }
    .academy_section {
        background: none;
    }

    .top_subtitle {
        width: 90%;
        margin-bottom: 3rem;
        font-size: 2rem;
    }

    .col.hex_content h1{
        font-size: 2rem;
    }

    .academy_section h1{
        font-size: 5rem;
    }

    .academy_section {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .interactive_section .col{
        padding-top: 2rem !important;
        padding: 2rem 0 2rem 0 !important;
    }

    .hex_section_2 .row {
        max-width: 90% !important;
    }

    .hex_section_2 .col-lg-3 {
        background: none;
        color: var(--main-color-darkblue);
        max-width: 90%;
        width: 90%;
        max-height: unset;
        height: auto;
        margin-top: 3rem !important;
    }

    .hex_section_2 .row_holder {
        margin-top: 0 !important;
    }

    .hex_section_2 .sec-title-con2 {
        color: var(--main-color-darkblue);
        max-width: 100%;
        font-family: 'UbuntuThin';
    }

    .hex_section_2 .hex_text {
         position:relative;   
    }

    .square_section .col {
        width: 100vw !important;
        padding: 2rem;
        min-width: 100vw;
    }

    .square_section .col .body_text {
        height:auto;
        padding-bottom: 2rem;
    }

    .contact_bar {
        padding: 2rem;
    }
    

    .square_section .pageButton.centerButton {
        transform: unset;
        left: unset;
        top: unset;
        position: relative;
        margin: 5rem auto;
    }

    .hex_section_2 .container .vfd-list { 
        max-width: 100% !important;
    }

    .hex_section_2 .container img {
       
    position: inherit !important;

          left: 0;  
        top: 0; 
        transform:none;
    }
    .hex_section_2 .container .col {
        max-width: 60%;
        

    }
    .hex_section_2 .container .row {

        display: block;
    }

    .colRow3 {
        width: 90vw;
    }

    .hex_section_2 .container h4 { 
        word-break: break-all;
    }

    .interactive_section img {
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
        max-height: 30rem;
        height: 100%;
        width: 90vw;
    }

    .circle_col_top img{
        position: inherit !important;
        transform: none !important;
    }

    .interactive_section {
        min-height: 20vh;
    }

    .interactive_section .colRow3{
        display: block;
    }

    .iso-ico-image{
        height: 11vmin;
    }
}

@media (max-width: 992px) { 
    #flumina_video_holder {
        /* position: fixed; */
    }

    .popupWindow {
        width: 80vw;
        top: 25vmin;
        min-width: calc(320px + 8vw);
    }

    .iso-ico-image{
        height: 20vmin;
    }
}

@media (max-width: 576px) { 

    .interactive_section img{
        width: 80vw;
    }

    .interactive_section .img_holder{
        margin-top: 0;
        height: 15rem;
    }

    .top_bar h1{
        /* font-size: 2.5rem !important; */
        word-wrap: break-word;
    }

    .mid_text h1{
        font-size: 2.5rem !important;
        word-wrap: break-word;
    }

    .mid_text h2{
        font-size: 2rem !important;
        word-wrap: break-word;
    }

    .iso-ico-image{
        height: 25vmin;
    }
}