html {
    scroll-behavior: smooth;
}

.btn, .btn:hover {
    color: rgba(0,0,0,.55);
}

.about-bh-container-sm-darkblue {
    background-color: #162C2F;
    color: white;
    width: 280px;
    margin: 2rem 0;
    position: relative;
    border-radius: 12px;
    height: 5rem;
    display: flex;
    align-items: center;
    padding: 2.5rem 1.5rem;
}

.about-bh-container-sm-darkblue-center {
    margin: 2rem auto !important; 
}

.about-bh-container-sm-darkblue p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
}

.about-bh-arrow-right-darkblue {
    background: #fff url(../assets/arrow_blue_bh.png) 50% 50% no-repeat;
    background-size: 23px !important;
    border-radius: 20px;
    height: 35px;
    width: 65px;
    border: none;
    top: 50%;
    right: -2rem;
    transform: translateY(-50%);
    position: absolute;
}

.about-bh-top-section {
    padding: 0;
}

.about-bh-hand-img {
    position: relative;
}

.about-bh-top-container {
    margin-top: 2rem;
    align-items: center;
}

.about-bh-title-3 {
    color: #21CCDD;
}

.about-bh-top-text-container {
    background-color: #21CCDD;
    padding: 2rem 2rem 4rem;
    border-radius: 15px;
    max-width: 700px;
    margin-left: auto;
}

.about-bh-top-text-container p {
    color: #fff;
    margin-bottom: 0;
}

.about-bh-individual-card-img {
    position: absolute;
    top: -3.5rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.about-bh-individual-card {
    background-color: #F7FCFC;
    margin: 6rem auto 3rem;
    padding: 5rem 2rem 3rem;
    border-radius: 25px;
}

.about-bh-title-2 {
    margin: 1rem 0 4rem;
}

.about-bh-title-2::after {
    content: " ";
    display: block;
    border-bottom: 3px solid #63c9d9;
    position: relative;
    top: 3rem;
    width: 100px;
    margin: auto;
}

.about-bh-individual-card-container {
    max-width: 1250px;
    margin: auto;
}

.about-bh-individual-card h3 {
    padding-top: 1rem;
}

.about-bh-individual-card p {
    padding-top: 1rem;
}

.about-bh-individual-card-title-1 {
   color: #21CCDD;
}

.about-bh-individual-card-title-3 {
    color: #F29EB0;
 }

.about-bh-process-container {
     position: relative;
     padding: 0;
 }

 .about-bh-process-title {
    margin-top: 3rem;
 }

#about_bh_wave_desktop {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
 }

 #about_bh_wave_mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
 }

 .about-bh-number-1, .about-bh-number-2, .about-bh-number-3 {
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    padding: 1rem;
    width: 65px;
    max-height: 65px;
    color: #21CCDD;
 }

 .about-bh-text-1 h1, .about-bh-text-2 h1, .about-bh-text-3 h1 {
    padding: 1rem 0;
 }

 .about-bh-text-2 h1, .about-bh-process-title, .about-bh-text-1 p,
 .about-bh-text-2 p, .about-bh-text-3 p {
    color: #fff;
 }


 .about-bh-process-container-content {
    padding: 10rem 0 6rem;
    margin-bottom: 5rem;
}

.about-bh-process-container-content p {
    margin-bottom: 0;
}

 .about-bh-process-title {
    padding: 3rem 0 5rem;
 }

.about-bh-bottom-container {
    margin: 3rem auto 10rem;
    position: relative;
}

.about-bh-accordion {
    position: absolute;
    top: -5rem;
    left: 10vw;
    width: 460px;
    box-shadow: -1px -4px 20px 6px #41464b30;
    border-radius: 15px;
}

.accordion-body p {
    font-size: 14px;
    margin-bottom: 0;
}

.about-bh-bottom-container h1 {
    color: #21CCDD;
    padding: 2rem 0 1rem;
}

.about-bh-bottom-container-p {
    padding: 1rem 12rem;
}

.accordion-title-container {
    background: #ffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.accordion-title {
    margin-bottom: 0;
    font-size: 1rem;
}

.telescope-img {
    width: 40px;
    margin: 0.5rem;
}

.accordion-item {
    border: none !important;
    border-radius: 15px !important;
}

.accordion-dropdown-btn {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F5FAFA;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    margin: 0.6rem 1rem 0.6rem 0;
}

@media screen and (max-width: 1200px) {

    .about-bh-individual-card h3 {
        font-size: 26px;
    }

    .display-5 {
        font-size: 32px !important;
    }

    .our-values-container {
        padding: 0 8rem;
    }

    .about-bh-individual-card-img {
        max-width: 120px;
    }

    .about-bh-accordion {
        display: none;
    }

    .about-bh-top-container {
        text-align: center;
    }

    .about-bh-top-text-container-mobile {
        color: #21CCDD;
        background-color: #F7FCFC;
        padding: 2rem 2rem 4rem 5rem;
        border-radius: 0 15px 15px 0;
        max-width: 750px;
    }

    .about-bh-container-sm-darkblue {
        margin: 2rem auto 6rem !important; 
    }

    .about-bh-top-text-container-mobile p {
        text-align: left;
        color: #21CCDD;
    }

    .about-bh-hand-img {
        max-width: 290px;
        position: absolute;
        right: -4rem;
        top: 50%;
        transform: translate(0, -50%);
    }

    .about-bh-top-container {
        margin-top: 1rem;
        padding: 10rem 0 0; 
    }

    .about-bh-top-container-mobile, .about-bh-top-section {
        padding: 0;
    }

    .about-bh-top-container-mobile {
        margin-bottom: 10rem;
    }

    .about-bh-top-text-container-desktop {
        display: none;
    }

    .about-bh-individual-card {
        background-color: #F7FCFC;
        max-width: 400px;
        height: auto;
        margin: 6rem auto 0;
        padding: 5rem 3rem 3rem;
    }

    .about-bh-text-1, .about-bh-text-2, .about-bh-text-3 {
        margin-bottom: 3rem;
    }

    .about-bh-process-container-content {
        padding: 10rem 8rem 6rem;
    }

    .about-bh-bottom-container {
        padding: 3rem 6rem;
        margin: 3rem auto;
    }

    .about-bh-bottom-container-p {
        padding: 1rem;
    }

    #about_bh_wave_desktop {
        display: none;
    }

    .about-bh-process-title {
        padding: 0rem 0 5rem;
    }
}

@media screen and (min-width: 1901px) {

    .about-bh-hand-img {
        max-width: 290px !important;
        right: -4rem;
    }

    .about-bh-individual-card-img {
        max-width: 120px !important;
    }

    .about-bh-individual-card p {
        font-size: 1rem !important;
    }

    .our-values-container {
        padding: 0 10rem !important;
    }

    .about-bh-individual-card {
        max-width: 380px !important;
        height: 425px !important;
    }

}

@media screen and (min-width: 1601px) {
    
    .about-bh-process-container-content p {
        font-size: 1rem !important;
    }

    .about-bh-top-container {
        padding: 20rem 0 20rem 10rem !important;
    }

    .about-bh-bottom-container {
        padding: 5rem 10rem !important; 
    }
}

@media screen and (min-width: 1201px) {

    .about-bh-individual-card h3 {
        font-size: 24px;
    }

    .about-bh-bottom-container {
        padding: 5rem 8rem;
    }

    .about-bh-top-container {
        padding: 16rem 0 20rem 8rem;
    }

    .about-bh-process-container-content p {
        font-size: 14px;
    }

    .about-bh-individual-card {
        max-width: 350px;
        height: 400px;
    }

    .our-values-container {
        padding: 0 8rem;
    }

    .about-bh-individual-card p {
        font-size: 14px;
    }

    .about-bh-individual-card-img {
        max-width: 110px;
    }

    .about-bh-hand-img {
        max-width: 240px;
        right: -3rem;
    }

    .about-bh-top-container-mobile {
        display: none !important;
    }

    #about_bh_wave_mobile {
        display: none;
    }
}

@media screen and (max-width: 900px) { 

    .about-bh-bottom-container {
        padding: 3rem 4rem;
    }
    
    .about-bh-hand-img {
        right: 6rem;
        max-width: 240px;
    }

    .about-bh-hand-img {
        right: -5rem;
        max-width: 240px;
    }

    .about-bh-top-text-container-mobile {
        max-width: 600px;
    }
}

@media screen and (max-width: 600px) {

    .about-bh-individual-card h3 {
        font-size: 18px;
    }

    .about-bh-title-2::after {
        width: 60px;
    }

    .about-bh-bottom-container {
        padding: 3rem 2rem;
    }

    .about-bh-process-container-content p {
        font-size: 14px !important;
    }

    .about-bh-process-container-content h1 {
        font-size: 28px !important;
    }

    .about-bh-process-container-content {
        padding: 10rem 2rem 6rem;
    }

    .our-values-container {
        padding: 0 2rem;
    }

    .about-bh-top-text-container-mobile p {
        color: #21CCDD;
        font-size: 12px !important;
    }

    .about-bh-top-text-container-mobile {
        padding: 2rem;
        
    max-width: 300px;

    }

    .about-bh-arrow-right-darkblue {
        background-size: 20px !important;
    border-radius: 20px;
    height: 32px;
    width: 60px;
    right: -1.5rem;
    }
    

    p {
        font-size: 14px;
    }
    
    .display-5 {
        font-size: 24px !important; 
    }

    .about-bh-container-sm-darkblue {
        max-width: 205px;
        max-height: 4rem;
        padding: 0.5rem 1rem;
    }


    .about-bh-container-sm-darkblue p {
        font-size: 10px !important;
        padding-right: 0;
    }

    .about-bh-top-container-mobile {
        margin-bottom: 6rem;
    }

    .about-bh-hand-img {
        right: -4rem;
        top: 2rem;
        max-width: 140px;
    }


    .about-bh-individual-card-img {
        max-width: 110px; 
    }

    .about-bh-individual-card h3 {
        padding-top: 0;
    }

    .about-bh-individual-card {
        max-width: 375px;
        height: auto;
        padding: 4rem 2rem 2rem;
        margin: 6rem auto 0;
    }
   
    .about-bh-number-1, .about-bh-number-2, .about-bh-number-3 {
        padding: .8rem 1rem;
        width: 50px;
        max-height: 50px;
        font-size: 21px;
    }

    .about-bh-text-1, .about-bh-text-2, .about-bh-text-3 {
        padding: 0 4rem;
    }

    .about-bh-process-title {
        padding: 0rem 0 3rem;
    }

}

@media screen and (max-width: 320px) {

    .display-5 {
        font-size: 21px !important;
    }

    .about-bh-individual-card-img {
        max-width: 95px;
    }

    .about-bh-individual-card {
        max-width: 345px;
        height: 255px; 
    }

    .our-values-container {
        padding: 0 1rem;
    }

    .about-bh-process-container-content {
        padding: 10rem 1rem 6rem;
    }

    .about-bh-process-container-content h1 {
        font-size: 21px !important;
    }

    .about-bh-process-container-content p {
        font-size: 13px !important;
    }

    .about-bh-individual-card h3 {
        font-size: 21px;
    }
}

@media screen and (orientation: landscape) and (min-device-width: 600px) and (max-device-width: 1000px) and (max-device-height: 500px) {
    p {
        font-size: 14px;
    }
}

.build-with-bh__img--animation {
    animation: rightToLeftHand .5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes rightToLeftHand {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(100%);
    }
}

.build-with-bh__img-mobile--animation {
    animation: rightToLeftHandMobile .5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes rightToLeftHandMobile {
    from {
        transform: translate(0%, -50%);
    }

    to {
        transform: translate(100%, -50%);
    }
}

.our-values--animation {
    position: relative;
    animation: bottomToTopValues .5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}



.our-values__cards--animation {
    position: relative;
    animation: bottomToTopCards .6s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@media screen and (min-width: 0px) and (max-width: 600px) {

    @keyframes bottomToTopCards {
        from {
            transform: translateY(45%);
        }
    
        to {
            transform: translateY(-70%);
        }
   }
}

@media screen and (min-width: 601px) and (max-width: 900px) {

    @keyframes bottomToTopCards {
        from {
            transform: translateY(45%);
        }
    
        to {
            transform: translateY(-45%);
        }
    }
}

@media screen and (min-width: 901px) and (max-width: 1200px) {

    @keyframes bottomToTopCards {
        from {
            transform: translateY(50%);
        }
    
        to {
            transform: translateY(-55%);
        }
    }
}

@media screen and (min-width: 1201px) {
    
    @keyframes bottomToTopValues {
        from {
            transform: translateY(100%);
        }

        to {
            transform: translateY(-250%);
        }
    }

    @keyframes bottomToTopCards {
        from {
            transform: translateY(100%);
        }

        to {
            transform: translateY(-100%);
        }
    }
}