@media only screen and (max-width: 576px) {
    .homepage-banner .homepage-title {
        font-size: 15vw;
        margin-right: 10px;
    }

    .homepage-banner .hr-container hr {
        width: 15vw;
        margin-right: 20px;
    }

    .homepage-banner .homepage-subtitle {
        font-size: 5vw;
        margin-right: 20px;
    }

    .carousel-container {
        display: none;
    }

    .our-mission-section .our-mission-text-container-title {
        font-size: 10vw;
    }
    .our-mission-section .our-mission-text-container-text {
        padding-left: 10%;
        padding-right: 10%;
    }

    .chart-section {
        width: 80% !important;
    }

    .chart-section .chart-section-title {
        text-align: center;
        font-size: 1.9rem;
    }
    .chart-section .chart-section-subtitle {
        text-align: center;
        font-size: 1.0rem;
    }
    .information-numbers-section .dna1 img {
        width: 128px;
        height: 128px;
    }
    .information-numbers-section .dna3 img {
        width: 128px;
        height: 128px;
    }
    .information-numbers-section .information-number {
        font-size: 11vw;
    }
    .project-promotion-section .project-promotion-title {
        text-align: center;
        font-size: 1.9rem;
    }
}

@media only screen and (min-width: 576px) {
    .homepage-banner .homepage-title {
        font-size: 11vw;
        margin-right: 10px;
    }

    .homepage-banner .hr-container hr {
        width: 15vw;
        margin-right: 20px;
    }

    .homepage-banner .homepage-subtitle {
        font-size: 4vw;
        margin-right: 20px;
    }

    .carousel-container {
        display: none;
    }

    .our-mission-section .our-mission-text-container-title {
        font-size: 8vw;
    }
}

@media only screen and (min-width: 768px) {
    .homepage-banner .homepage-title {
        font-size: 11vw;
        margin-right: 10px;
    }

    .homepage-banner .hr-container hr {
        width: 15vw;
        margin-right: 20px;
    }

    .homepage-banner .homepage-subtitle {
        font-size: 2.5vw;
        margin-right: 20px;
    }

    .carousel-container {
        display: block;
        margin: auto;
    }

    .our-mission-section .our-mission-text-container-title {
        font-size: 6vw;
    }
}

@media only screen and (min-width: 992px) {
    .homepage-banner .homepage-title {
        font-size: 10vw;
        margin-right: 10px;
    }

    .homepage-banner .hr-container hr {
        width: 11vw;
        margin-right: 20px;
    }

    .homepage-banner .homepage-subtitle {
        font-size: 2vw;
        margin-right: 20px;
    }

    .our-mission-section .our-mission-text-container-title {
        font-size: 4vw;
    }
}

@media only screen and (min-width: 1200px) {
    .homepage-banner .homepage-title {
        font-size: 8vw;
        margin-right: 10px;
    }

    .homepage-banner .hr-container hr {
        width: 9vw;
        margin-right: 20px;
    }

    .homepage-banner .homepage-subtitle {
        font-size: 1.6vw;
        margin-right: 20px;
    }
}

@media only screen and (min-width: 1400px) {
    .homepage-banner .homepage-title {
        font-size: 8vw;
        margin-right: 10px;
    }

    .homepage-banner .hr-container hr {
        width: 9vw;
        margin-right: 20px;
    }

    .homepage-banner .homepage-subtitle {
        font-size: 1.6vw;
        margin-right: 20px;
    }
}

.homepage-banner {
    position: relative;
    padding-bottom: 41%;
    height: 0;
    overflow: hidden;
}
.join-adventure-icon-container{
    text-align: center;
  }
  .join-adventure-icon-prop{
    animation-name: spin;
    animation-timing-function: linear; 
    animation-duration: 6000ms;
    animation-iteration-count: infinite;
  }
  @keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
  }

#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
}

.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 43%;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    max-width: 20%;
    max-height: 20%;
    object-fit: contain;
    z-index: 1;
    transition: transform 0.7s ease;
}


.overlay-image:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.homepage-title {
    display: flex;
    justify-content: right;
    align-items: right;
    margin-top: 40vh;
    font-size: 6vw;
    font-weight: 100;
    color: white;
    margin-right: 100px;
}

.homepage-title:after {
    content: '\A';
    white-space: pre;
}

.hr-container {
    display: flex;
    justify-content: right;
    align-items: right;
    margin-top: 50px;
}

.hr-container:after {
    content: '\A';
    white-space: pre;
}

.hr-container hr {
    background-color: #019bd9;
    border: none;
    height: 6px;
    width: 5vw;
    margin-right: 110px;
    opacity: 1;
}

.homepage-subtitle {
    display: flex;
    justify-content: right;
    align-items: right;
    font-size: 2vw;
    font-weight: 100;
    letter-spacing: .2rem;
    color: white;
    margin-right: 110px;
    white-space: pre-line;
    text-align: right;
    margin-bottom: 100px;
}

/* ----------- Our Mission */
.our-mission-section {
    background-color: rgb(17 17 17);
    padding-bottom: 4%;
    padding-top: 4%;
}

.our-mission-text-container {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex-direction: column;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: rgb(17 17 17);
    border-radius: 11px;
    box-shadow: -6px -6px 6px rgba(255, 255, 255, 0.1),
        12px 12px 12px rgba(0, 0, 0, 0.4),
        inset -6px -6px 6px rgba(235, 231, 231, 0.1),
        inset 12px 12px 12px rgba(0, 0, 0, 0.3);
    color: white;
}

.our-mission-text-container-title {
    font-family: 'Times New Roman';
    font-size: 4vw;
}

.our-mission-text-container-text {
    padding-left: 30%;
    padding-right: 30%;
    font-family: 'Times New Roman';
}

/* ----------- Carousel banner */
.carousel-banner {
    background-color: #0E202A;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.carousel-banner-scentipd-title {
    background-image: linear-gradient(to bottom right, #5b66bb, #25cfb2);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-align: center;
    font-size: 280%;
}

hr.hr-under-scentipd {
    height: 10px;
    border-style: solid;
    border-color: #2e3033;
    border-radius: 15px;
}

hr.hr-under-scentipd:before {
    display: block;
    content: "";
    height: 10px;
    border-style: solid;
    border-color: #2e3033;
    border-radius: 15px;
}

.carousel-banner-title {
    margin-top: 30px;
    text-align: justify;
}

.first-row {
    margin-top: 30px;
    margin-bottom: 30px;
}

.icon-carousel-banner {
    margin-right: 10px;
}

.icon-section {
    margin-bottom: 30px;
}

.container-cards {
    display: flex;
    height: 400px;
    width: 600px;
    top: 30px;
    left: calc(50% - 200px);
}

.carousel-banner-card {
    display: flex;
    height: 100%;
    width: 50%;
    background-color: #0e2a39;
    border-radius: 10px;
    box-shadow: -1rem 0 3rem #000;
    transition: 0.4s ease-out;
    position: relative;
    left: 0px;
}

.carousel-banner-card:not(:first-child) {
    margin-left: -50px;
}

.carousel-banner-card:hover {
    transform: translateY(-20px);
    transition: 0.3s ease-out;
}

.carousel-banner-card:hover~.carousel-banner-card {
    position: relative;
    left: 50px;
    transition: 0.3s ease-out;
}

.carousel-banner-card .title {
    color: white;
    font-weight: 300;
    position: absolute;
    left: 20px;
    top: 15px;
}

.carousel-banner-card .bar {
    position: absolute;
    top: 85px;
    left: 20px;
    height: 5px;
    width: 150px;
}

.carousel-banner-card .emptybar {
    background-color: #2e3033;
    width: 100%;
    height: 100%;
}

.carousel-banner-card .filledbar {
    position: absolute;
    top: 0px;
    z-index: 3;
    width: 0px;
    height: 100%;
    background: rgb(0, 154, 217);
    background: linear-gradient(90deg, rgb(2, 122, 170) 0%, rgb(210, 152, 25) 65%, rgb(139, 104, 8) 100%);
    transition: 0.6s ease-out;
}

.carousel-banner-card:hover .filledbar {
    width: 120px;
    transition: 0.3s ease-out;
}

.text-of-card {
    position: absolute;
    top: 100px;
    left: 20px;
}

/* ----------- Chart Section */
.chart-section {
    font-family: 'Times New Roman';
    background-color: white;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 50%;
    box-shadow: 2px 2px 10px 10px rgba(163, 177, 198, 0.6)
}

.chart-section-title {
    text-align: center;
    font-size: 3rem;
}

.chart-section-subtitle {
    text-align: center;
    font-size: 1.2rem;
}

.image-chart-parkinson {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ----------- Information Section */
.custom-shape-divider-top-numbers {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    padding-left: 0%;
    padding-right: 0%;
}

.custom-shape-divider-bottom-numbers {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    padding-left: 0%;
    padding-right: 0%;
}

.custom-shape-divider-top-numbers svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 61px;
}

.custom-shape-divider-bottom-numbers svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 61px;
}

.custom-shape-divider-top-numbers .shape-fill {
    fill: #ECF0F3;
}

.custom-shape-divider-bottom-numbers .shape-fill {
    fill: #ECF0F3;
}

/* Information Section */
.information-numbers-section {
    background-color: #ECF0F3;
    padding-top: 50px;
    padding-bottom: 50px;
}

.information-number-title {
    text-align: center;
    font-family: 'Times New Roman';
}

.information-number {
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
}

.information-number-subtitle {
    text-align: center;
    font-family: 'Times New Roman';
}

.dna1 img {
    animation: moveUpDown 2s infinite alternate;
    -webkit-animation: moveUpDown 2s infinite alternate;
    width: 256px;
    height: 256px;
}
.join-adventure-icon-container img{
    animation: moveUpDown 3s infinite alternate;
    -webkit-animation: moveUpDown 3s infinite alternate;
}
.dna2 img {
    animation: moveUpDown 3s infinite alternate;
    -webkit-animation: moveUpDown 3s infinite alternate;
    width: 128px;
    height: 128px;
}

.dna3 img {
    animation: moveUpDown 2s infinite alternate;
    -webkit-animation: moveUpDown 2s infinite alternate;
    width: 256px;
    height: 256px;
}

.dna4 img {
    animation: moveUpDown 3s infinite alternate;
    -webkit-animation: moveUpDown 3s infinite alternate;
    width: 128px;
    height: 128px;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-25px);
    }
}

@-webkit-keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-25px);
    }
}

/* ----------- Project Promotion Video */
.project-promotion-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.project-promotion-title {
    color: white;
    font-family: 'Times New Roman';
    text-align: center;
    font-size: 3rem;
}

.promotion-video-iframe {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ----------- Divider */
.braindivider {
    position: relative;
    max-width: 100%;
    margin: 60px auto;
    width: 350px;
}

.braindivider span {
    background-color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 100%;
    margin-bottom: -25px;
    margin-left: -25px;
    left: 50%;
    border-radius: 100%;
    box-shadow: 0 3px 5px #37aac7;
}

.braindivider i {
    position: absolute;
    color: #37aac7;
    line-height: 40px;
    text-align: center;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 100%;
    border: 1px dashed #37aac7;
    font-style: normal;
}

.braindividermask {
    height: 10px;
    overflow: hidden;
}

.braindividermask:after {
    width: 100%;
    height: 20px;
    margin: -20px auto 0;
    display: block;
    content: '';
    border-radius: 100px / 10px;
    box-shadow: 0 0 7px #37aac7;
}

@media (max-width: 992px) {
    .homepage-banner #background-video {
      display: none;
    }
    .homepage-banner #background-image-mobile {
      display: block;
    }
    .homepage-banner{
        padding-top: 50px;
        padding-bottom: 37%;
    }
    .underneath-home-banner{
        display: none;
    }
    .overlay-image-mobile{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-top: 43%;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        height: auto;
        max-width: 20%;
        max-height: 20%;
        object-fit: contain;
        z-index: 1;
        transition: transform 0.7s ease;
    }
}
@media (min-width: 992px) {
    .homepage-banner #background-video {
        display: block;
    }
    .homepage-banner #background-image-mobile {
        display: none;
    }
}