/* general element styling */
.card-holder {
    text-align: center;
    display: flex;
    flex-direction: column;
}

h3.section-header {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    margin: 2.5rem 0px 0px 2.5rem;
}

.section-underline {
    border-bottom: 9px solid;
    border-image: linear-gradient(45deg, #0b3d91 0%, #99231b 100%) 1;
    width: 100px;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

p {
    color: #333;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

p.section-header {
    font-size: 18px;
}

/* top banner start */

#main-banner-section {
    position: relative;
    box-sizing: border-box;
    display: block;
    unicode-bidi: isolate;
    height: auto;
    padding-bottom: 3.5em;
}

.inner-banner {
    background-image: linear-gradient(
            to left,
            rgba(11, 61, 145, 0.8) 0%,
            rgba(6, 31, 74, 0.8) 100%
        ),
        url(../images/background-main.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

#main-banner-section,
.inner-banner {
    min-height: 650px;
}

.background-overlay,
.background-overlay > .container > .row {
    height: 55vh;
    min-height: 200px;
}

.background-overlay {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

/* legacy homepage help icon */
#old-site-icon-section {
    display: inline-block;
}

#old-site-text {
    visibility: hidden;
    background-color: rgb(48, 48, 49);
    color: white;
    width: 145px;
    font-size: 0.8em;
    text-align: left;
    border-radius: 4px;
    padding: 10px;
    box-sizing: content-box;
    position: absolute;
    /* right: 35px;
    top: 0px; */
    margin-top: 0px;
}

#old-site-text a {
    color: rgb(0, 160, 255);
}

#old-site-text a:hover {
    color: rgb(0, 124, 196);
}

#old-site-text::after {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid rgb(48, 48, 49);
    right: -8px;
    top: 7px;
}

#old-site-icon-section:hover #old-site-text {
    visibility: visible;
}

#old-site-icon {
    opacity: 0.5;
}

#old-site-icon:hover,
#old-site-icon-section:hover #old-site-icon {
    opacity: 1;
}

/* legacy homepage help icon end */

#main-banner-section h1 {
    margin-bottom: 20px;
    font-size: 3.4rem;
    color: white;
    font-weight: 800;
    letter-spacing: 3px;
}

#main-banner-section h5 {
    color: white;
}

#main-banner-section p {
    font-size: 1.1rem;
    color: white;
}

.btn.banner-button {
    border: 2px solid white;
    padding: 15px 30px;
}

.btn-outline-dark.btn.banner-button:hover {
    background-color: #b1b1b16e;
}

.btn-outline-white.btn.banner-button:hover {
    background-color: rgb(223, 223, 223, 0.5);
}

.btn-outline-white.btn.banner-button {
    color: white;
    border: 2px solid white;
}

.btn-outline-dark.btn.banner-button {
    color: black;
    border: 2px solid black;
    margin: 0 auto;
    text-align: center;
}

#main-banner-section .btn-outline-white.btn.banner-button {
    margin-right: 2%;
}

.banner-image-laptop {
    height: auto;
    width: 600px;
}

#beta-icon {
    height: 4em;
    width: 4em;
    margin-left: 6em;
    margin-bottom: -1em;
    margin-top: -1.5em;
}
/* top banner end */

/* overlap box start */

#important-collab-section {
    position: absolute;
    bottom: -350px;
    max-width: 1200px;
    min-height: 220px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    padding: 3rem 15px 00 15px;
    height: auto;
    background-color: white;
    box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.4);
}

@-moz-document url-prefix() {
    #important-collab-section {
        padding-top: 6rem;
    }
}

.important-services {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 540px;
    display: block;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#important-collab-section p {
    margin-top: 0 0 1rem 0;
    color: #505050;
}

.icon-wrapper.circular-wrapper {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #0b3d91, #99231b);
    color: white;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    padding: 15px 10px;
    margin: 10px auto;
}

.icon-wrapper.circular-wrapper.gallery-tools-icon {
    padding: 15px 10px 15px 15px;
}

h3.special-header {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(45deg, #0b3d91, #99231b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: 20px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;

    margin-top: -3rem;
    line-height: 1.2;
}

.waves {
    margin-top: -12rem;
    --mask: radial-gradient(121.49px at 50% 165.2px, #000 99%, #0000 101%)
            calc(50% - 118px) 0/236px 100%,
        radial-gradient(121.49px at 50% -106.2px, #0000 99%, #000 101%) 50% 59px/236px
            100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    height: 200px;
    width: 100%;
    background: white;
}

/* overlap box end */

/* main body section */

.bottom-spacer {
    margin: 400px;
}

#main-body {
    background-color: white;
}

.section-box {
    display: flex;
    flex-direction: row;
    height: 500px;
}

.section-box.gray-section {
    background-color: #eaeaea;
}

.section-box.gray-section .section-image-portion:after {
    background: #eaeaea;
}

.section-box.left-oriented .section-image-portion:after {
    transform: skew(5deg);
    right: -35px;
}

.section-box.right-oriented .section-image-portion:after {
    transform: skew(-5deg);
    left: -35px;
}

.section-box > div > div > div > .section-header,
.section-box > div > div > div > .section-text {
    padding: 20px 30px;
}

.section-text {
    margin: auto;
    text-align: center;
    font-size: 1.3rem;
}

@media (max-width: 1000), (min-width: 549) {
    .section-text {
        margin: -2em;
        text-align: center;
        font-size: 0.5rem;
        display: none;
    }
    h3.section-header {
        text-align: center;
        font-size: 1rem;
        font-weight: 700;
        margin: 2.5rem 0px 0px 2.5rem;
    }
    .section-box {
        height: 400px;
    }
}

.section-image-portion {
    width: 500px;
    background-image: linear-gradient(
            to left,
            rgba(11, 61, 145, 0.8) 0%,
            rgba(6, 31, 74, 0.8) 100%
        ),
        url(../images/background-side.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.section-image-portion:after {
    width: 100px;
    background: white;
    position: absolute;
    height: 100%;

    content: " ";
    top: 0;
    transform: skew(5deg);
}

.gcc-picture .section-image-portion {
    background-image: linear-gradient(
            to right,
            rgba(11, 61, 145, 0.4) 0%,
            rgba(2, 191, 231, 0.4) 100%
        ),
        url(../images/background-side.png);
}

.satellite-orbit .section-image-portion {
    background-image: linear-gradient(
            to right,
            rgba(11, 61, 145, 0.4) 0%,
            rgba(2, 191, 231, 0.4) 100%
        ),
        url(../images/background-satellite.jpg);
}

/* banner above */

.overlapping-start-browsing {
    height: 250px;
    background: linear-gradient(45deg, #9bdaf1, #046b99);
    color: white;
}

.overlapping-start-browsing .inner-start-browsing {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#main-title-row {
    margin-top: 4em;
    padding-bottom: 5em;
}

@media (max-width: 1000px) {
    .image-column {
        display: none;
    }

    .overlapping-start-browsing .buttons-section {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .overlapping-start-browsing .buttons-section a {
        margin: 0 auto;
    }

    .section-box {
        height: auto;
        padding-bottom: 4rem;
    }

    .section-image-portion {
        display: none;
    }
    #main-title-row {
        margin-top: -3em;
    }
    #main-banner-section,
    .inner-banner {
        max-height: 600px;
    }
}

@media (min-width: 1196px) {
    .background-overlay {
        padding-bottom: 12em;
    }
}

@media (max-height: 1000) {
    .background-overlay {
        margin-bottom: 10em;
    }
    #main-title-row {
        margin-bottom: 12em;
    }
    #important-collab-section {
        margin-top: 7em;
    }
    #main-banner-section {
        padding-bottom: 4em;
    }
}

@media (max-width: 1196px) {
    #important-collab-section {
        position: relative;
        bottom: 0;
        max-width: 100%;
        min-height: 100%;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        left: 0;
        right: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    h3.special-header {
        margin-top: 3rem;
        font-size: 1.6em;
        line-height: 1.1em;
    }

    .important-services {
        height: auto;
        padding-bottom: 3rem;
    }

    .banner-image-laptop {
        display: none;
    }

    .bottom-spacer {
        display: none;
    }
    #main-title-row {
        margin-top: 5em;
    }
}

@media (min-width: 1200px) {
    #important-collab-section {
        margin-right: auto;
        margin-left: auto;
        left: 0;
        right: 0;
        margin-top: -2em;
    }
    #main-banner-section {
        padding-bottom: -5em;
    }
    /* .background-overlay,
    .background-overlay > .container > .row {
        height: 50vh;
        min-height: 200px;
    } */
}

/* navigation bar end */
