
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;900&display=swap');

code {
    white-space : pre-wrap !important;
}

p,
h1,
h2 {
    caret-color: transparent;
}


img {
    width: auto;
    height: auto;
}

.image-dark,
.image-light,
.image-dark-light {
    display: none;
    width: 200px;
}

.image-dark-light {
    display: inline-block;
}

[data-bs-theme="dark"] .image-dark {
    display: inline-block;
}

[data-bs-theme="light"] .image-light {
    display: inline-block;
}

.rounded-zoom {
    transition-duration: 0.25s;
    width: 700px;
    height: 380px;
    border-radius: 12px;
}

.hoverzoom img:hover {
    transform: scale(1.02);
}

input:hover {
    box-shadow: 0 0 8px #ccc;
}

.text {
    margin: 3rem;
}
.colorized {
    filter: invert(52%) sepia(32%) saturate(4611%) hue-rotate(160deg) brightness(93%) contrast(101%);
    width: 30px;
}
.hrsmall {
    width: 90%;
    margin: 5px;
}
.objective-icon {
    width: 5vw;
    height: 100%;
    cursor: pointer;
    margin-right: 0.5vw;
    margin-left: 0.5vw;
    max-width: 100%;
}
.chevron-icon {
    width: 2vw;
    height: 100%;
    cursor: default;
    opacity: .30;
    margin-right: 0.5vw;
    max-width: 100%;
}
.alternative-section {
    background-color: rgba(var(--hb-tertiary-bg-rgb));
    opacity: .8;
}

/* Tabs no-mobile */

.tab-btn {
    color: #00a6df;
    background-color: var(--hb-body-bg);
    opacity: 0.5;
    border-color: transparent;
}

.tab-btn p {
    padding-left: 1vw;
    padding-right: 1vw;
}


@media (min-width: 768px) {

    .tab-btn {
        width: 100%;
        height: 180px;
        max-width: 200px;
    }

    .tab-btn img {
        width: 60.2463%;
        padding: 7.23%
    }

    .tab-col {
        margin: 0;
        padding: 0;
    }

    .wrapper {
        padding: 0;
        width: 100%;
    }

    .tab-ctn {
        opacity: 0;
        transition: opacity .5s;
        margin: auto;
        margin-top: 0.5vw;
        padding: 1vw;
        width: calc(100%*6);
    }

    .tab-ctn::before {
        content: "";
        width: 1px;
        margin-left: -1px;
        float: left;
        height: 0;
        padding-top: 25%;
    }

    .tab-ctn::after {
        /* to clear float */
        content: "";
        display: table;
        clear: both;
    }

    .tab-ctn img {
        float: right;
        width: 40vw;
        box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.75);
    }

    .tab-ctn video {
        float: right;
        width: 40vw;
        box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.75);
    }

    #tab-1 {
        opacity: 1;
    }

    .tabs:hover #tab-1 {
        opacity: 0;
    }

    #button1:hover ~ #tab-1 {
        opacity: 1;
    }

    .wrapper:hover + .tab-ctn {
        opacity: 1;
    }
    
    #tab-2 {
        margin-left: -100%;
    }

    #tab-3 {
        margin-left: -200%;
    }

    #tab-4 {
        margin-left: -300%;
    }

    #tab-5 {
        margin-left: -400%;
    }

    #tab-6 {
        margin-left: -500%;
    }

    /* Slider */
    .slider {
        margin-right: 30%;
        padding-top: calc(0.7 * 56.25%);
        position: relative;
        box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
    }

    .slider > iframe {
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.5s;
        z-index: 0;
    }

    .slider > .description {
        padding: 15px;
        position: absolute;
        left: 100%;
        top: 0;
        width: 45%;
        transition: all 0.5s;
        z-index: 0;
        height: 100%;
        overflow: auto;
    }

    .slider input[name='slide_switch'] {
        display: none;
    }

    .slider label {
        margin: 15px 2%;
        width: 21%;
        float: left;
        cursor: pointer;
        transition: all 0.5s;
        opacity: 0.6;
        box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
    }

    .slider label img {
        display: block;
        width: 100%;
    }

    .slider input[name='slide_switch']:checked + label {
        opacity: 1;
    }

    .slider input[name='slide_switch'] ~ iframe {
        opacity: 0;
        transform: scale(1.1);
    }

    .slider input[name='slide_switch'] ~ .description {
        opacity: 0;
    }

    .slider input[name='slide_switch']:checked + label + iframe {
        opacity: 1;
        transform: scale(1);
        z-index: 1;
    }

    .slider input[name='slide_switch']:checked + label + iframe + .description {
        opacity: 1;
        z-index: 1;
    }
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    width: 10vw;
    height: 100%;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 10vw;
    height: 100%;
    text-align: left;
    transition: transform 0.4s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateX(180deg);
}

.flip-card:hover .flip-card-front {
    color: transparent;
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 10vw;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    display: flex;
    justify-content: center;
    align-self: center;
}

/* Style the back side */
.flip-card-back {
    background-color: var(--hb-body-bg);
    opacity: 0.5;
    border-radius: 5px;
    transform: rotateX(180deg);

}
.objective:hover  .flip-card-inner {
    display: flex;
    transform: rotateX(180deg);
}
.objective:hover .flip-card-front {
    color: transparent;
}
.objective-text {
    font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 100;
    font-size: 1.2vw;
    transition: all 0.3s;
    cursor: pointer;
    margin: 0.2vw;
    display: flex;
    justify-content: center;
    align-self: center;
}

.objective-subtext {
    cursor: pointer;
    font-weight: 100;
    font-size: 0.8vw;
    margin: 0.2vw;
}

/* taken from https://codepen.io/sosuke/pen/Pjoqqp */
.colorized {
    filter: invert(52%) sepia(32%) saturate(4611%) hue-rotate(160deg) brightness(93%) contrast(101%);
}

.bg-clear {
    background-color: rgba(var(--hb-tertiary-bg-rgb));
}

h1 {
    font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 900;
}

[data-bs-theme="dark"] .gradient-text {
    background-color: var(--hb-heading-color);
    background-image: linear-gradient(45deg, var(--hb-primary), var(--hb-primary));
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

[data-bs-theme="light"] .gradient-text {
    background-color: var(--hb-heading-color);
    background-image: linear-gradient(45deg, var(--hb-primary), var(--hb-primary));
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

[data-bs-theme="dark"] .enlighted {
    text-shadow: rgb(135, 207, 220) 1px 0px 10px;
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo {
    width: 200px;

}

.text-vertical-center {
    flex: 1;
}

hr.midline {
    width: 25%;
}

/* SECTIONS */

body {
    color: var(--text-color);
    margin: 0;
    --header-bg-color: var(--hb-body-bg);
}
.colored-section {
    background-color: var(--header-bg-color);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 300px 0;
    position: relative;
}
.objectives-section {
    margin: 0 auto;
    background-color: var(--header-bg-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    border:1px solid var(--hb-border-color);
    padding: 0.5vw;
    filter: brightness(85%);
    margin-top: 1.5vw;
    box-sizing: border-box;
    max-width: 72%;
}
[data-bs-theme="light"] .objectives-section {
    filter: none;
}
.objectives-section .overlay.bottom {
    background-image: linear-gradient(-1deg, var(--hb-gray-500) 49%, transparent 50%);
}
.objectives-section .dl-background-image {
    background-position: 100%;
    display: none;
}
.objectives-section-text {
    font-size: var(--font-size-large);
    line-height: 1.8rem;
    padding-left: 3rem;
}
.objectives-section-text p {
    margin-bottom: 1.5rem;
}
.objectives-section .dl-background-image {
    background-position: 100%;
    display: none;
}
.objective {
    display: flex;
}
.overlay-text {
    background-image: linear-gradient(90deg, #8861ff, #0c8ca2);
    background-color: #8861ff;
    bottom: -100%;
    box-shadow: 0 0 300px #4321ab;
    left: 0%;
    position: absolute;
    right: -100%;
    top: -100%;
}
.overlay-text + .overlay-text {
    box-shadow: none;
    display: none;
    left: 45%;
    opacity: 0.33;
}
.grey-section .overlay {
    background-image: linear-gradient(-2deg, transparent 49%, var(--background-color-secondary) 50%);
}
.overlay {
    background-image: linear-gradient(2deg, transparent 49%, var(--header-bg-color) 50%);
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.overlay.bottom {
    bottom: 0;
    top: auto;
}
.overlay-text2 {
    background-image: linear-gradient(90deg, #479bf5, #b206f0);
    background-color: #479bf5;
    bottom: -100%;
    box-shadow: 0 0 300px #4321ab;
    left: 0%;
    position: absolute;
    right: -100%;
    top: -100%;
}
.overlay-text2 + .overlay-text2 {
    box-shadow: none;
    display: none;
    left: 45%;
    opacity: 0.33;
}
.overlay2 {
    background-image: linear-gradient(2deg, transparent 49%, var(--header-bg-color) 50%);
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.overlay2.bottom {
    bottom: 0;
    top: auto;

}

.grey-section {
    background-color: var(--hb-gray-500);
    background-image: linear-gradient(var(--header-bg-color), var(--header-bg-color));
    display: flex;
    flex-direction: column;
    font-size: var(--font-size-large);
    justify-content: center;
    position: relative;
    padding: 275px 0;
}
@media (max-width: 665.98px) {
    .colored-section {
        padding: 1000px 0;
    }
}
.colored-section a:hover h1 {
    text-decoration: none;
}
.colored-section .overlay.bottom {
    background-image: linear-gradient(-1deg, var(--header-bg-color) 49%, transparent 50%);
}
.colored-section .dl-background-image {
    background-position: 100%;
    display: none;
}
@media (min-width: 888px) {
    .colored-section .dl-background-image {
        display: block;
        right: 25%;
    }
}
@media (min-width: 1024px) {
    .colored-section .dl-background-image {
        display: block;
        right: 42%;
    }
}
.section-text-container-right {
    background-color: var(--header-bg-color);
    border-radius: 5px;
    display: inline-block;
    margin-left: 10vw;
    margin-top: 2.5vw;
}
.section-text-container-left {
    border: double 4px transparent;
    border-radius: 5px;
    background-image: linear-gradient(var(--header-bg-color), var(--header-bg-color)), radial-gradient(circle at top left, #42c9f3, #952eae);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-color: var(--header-bg-color);
    border-radius: 5px;
    display: inline-block;
    margin-left: 1125px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.feature-category-text {
    background-image: linear-gradient(45deg, #42c9f3, #952eae);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    margin: 0px 10px 0px 10px;
}

/* DOMAINS */

.domain-icon {
    width: 50px;
    height: 100%;
}
.domain_and_text {
    text-align: center;
}

.pulse-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.pulse-button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size:cover;
  background-repeat: no-repeat;
  cursor: default;
}

.pulse-button:hover 
{
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.30, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.30, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.30, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.30, 0, 0, 1);
  animation-iteration-count: 1;
  cursor: default;
}
.pulse-button:not(:hover){
  animation: none;
  transition: visibility 0s 2s, opacity 2s linear;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

.box-shadow-red {
    box-shadow: 0 0 0 0 #c90e0a80;
}

.box-shadow-grey {
    box-shadow: 0 0 0 0 rgba(123, 112, 112, 0.7);
}

.box-shadow-yellow {
    box-shadow: 0 0 0 0 #fec03280;
}

.box-shadow-purple {
    box-shadow: 0 0 0 0 #8e2fd880;
}

.box-shadow-blue {
    box-shadow: 0 0 0 0 #00a6df80;
}

.box-shadow-green {
    box-shadow: 0 0 0 0 #0f895080;
}

.colorized-green {
    filter: invert(58%) sepia(77%) saturate(6665%) hue-rotate(133deg) brightness(100%) contrast(92%);
}

.colorized-red {
    filter: invert(13%) sepia(97%) saturate(4667%) hue-rotate(357deg) brightness(80%) contrast(98%);
}

.colorized-grey {
    filter: invert(24%) sepia(13%) saturate(867%) hue-rotate(155deg) brightness(92%) contrast(87%);
}

.colorized-purple {
    filter: invert(25%) sepia(67%) saturate(6409%) hue-rotate(266deg) brightness(87%) contrast(94%);
}

.colorized-yellow {
    filter: invert(75%) sepia(57%) saturate(609%) hue-rotate(345deg) brightness(101%) contrast(99%);
}

.bigdata-logo  {
    max-width:100%;
    max-height:100%;
    height: auto;
    width:auto;
    padding: 20px;
}

#tab-widget-section {
    padding: 450px 0;
}

.objectives-section-content {
    display: flex;
    justify-content: space-around;
}

.domains {
    margin: 1vw 0vw 0vw 20vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.section-gutter {
    --hb-gutter-x: 1.5rem;
    max-width: 1320px;
}

.default-cursor {
    cursor: default;
}