:root {
    --main-dark-blue: #162c2f;
    --main-blue: #21CCDD;
    --main-light-blue: #AADFE5;
    --main-purple: #6C63FF;
    --main-yellow: #FCD25C;
    --main-gray: #ADB6D7;
    --main-pink: #F29EB0;
    --main-white: #fff;
    --bg-container-light-blue: #F6FBFB;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Poppins', sans-serif;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

body {
    background-color: var(--main-white);
}

h1, h2, h3, h4, h5, p {
    color: var(--main-dark-blue);
}

/* the slides */
.slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0 -10px;
}

.latest-projects-btns {
    position: relative;
}

.latest-projects-btns:nth-of-type(4) .icon-img {
    position: relative !important;
    width: 100%;
    /* border-radius: 20px; 
    bottom: 0;
    left: 0; */
}

/* .latest-projects-btns-container button:nth-of-type(4) .icon-img {
    padding: 0.5rem;
} */

/* .latest-projects-btns:nth-of-type(5) .icon-img {
    right: 2px;
} */

.icon-img.img-fluid {
    position: relative;
}

.home-page {
    scroll-snap-type: mandatory;
    scroll-snap-type: y mandatory;
}

.home-section {
    scroll-snap-align: start;
}

.home-section-3 {
    overflow-x: hidden;
}

.home-top-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden!important;
}

#mc_embed_signup input {
    border: #fff;
}

.text-muted {
    color: #b4b5b6 !important;
}

.regular-txt {
    font-weight: 400;   
}

.medium-txt {
    font-weight: 500;   
}

.semibold-txt {
    font-weight: 600;
}

.bold-txt {
    font-weight: 700;
}

.desktop-top-bubbles-img {
    opacity: 0;
}

.button-bh {
    text-transform: uppercase;
    background: var(--main-blue);
    text-align: center;
    border-radius: 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--main-white);
    padding: 1.8rem 2rem;
    border: none;
}

.get-demo {
    max-width: 175px;
}

.explore-our-solutions {
    max-width: 255px;
    padding: 1.8rem 1.5rem;
}

.sign-up-for-demo {
    max-width: 255px;
    padding: 1.8rem 1.5rem;
}

.schedule-demo {
    max-width: 250px;
}

.top-header-home button {
    border: none;
}

.name-email-padding {
    padding-bottom: 0 !important;
}

.arrow-down-btn {
    background: var(--main-white) url(../assets/arrow_right2.png) 50% 50% no-repeat;
    background-size: 28px auto;
    height: 45px;
    width: 90px;
    border-radius: 20px;
    position: absolute;
    bottom: 3rem;
    transform: rotate(90deg)!important;
    box-shadow: 0 0 20px 19px rgb(36 36 36 / 5%);
    cursor: pointer;
    border: none;
    z-index: 3;
}

.hide-arrow-down-btn {
    animation: arrow-down-animation 1s forwards;
}

.card-title {
    font-weight: 600;
    padding-top: .5rem !important;
}

.card-footer {
    position: absolute;
    bottom: 0;
}

.card-title a {
    text-decoration: none;
    color: var(--main-dark-blue);
    cursor: pointer;
    font-weight: 600;
}

@keyframes arrow-down-animation {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
        bottom: -5rem;
	}
}

.home-padding {
    padding: 4rem 10rem;
}

.is-inview .bubbles-2-container {
    position: relative;
    display: none;
}

.bubbles-2-container {
    position: relative;
}

.index-toyfaces-container {
    position: relative;
    height: 10vh;
    padding-top: 15rem;
}

.circle-imgs-2-desktop {
    position: absolute;
    max-width: 100%;
    height: auto;
    bottom: -5rem;
    left: 0;
    opacity: 0;
}

.subtitle-section-2-desktop {
    padding-bottom: 4rem;
    position: relative;
    /* transform: translate3d(0px, -18px, 0px) */
}

.subtitle-section-2-desktop:after {
    content: " ";
    display: block;
    border-bottom: 3px solid var(--main-blue);
    position: relative;
    bottom: -50px;
    width: 85px;
}

.subtitle-section-2-mobile h1:after {
    content: " ";
    display: block;
    border-bottom: 3px solid var(--main-blue);
    position: relative;
    bottom: -28px;
    width: 50px;
}

.btn-text-container {
    width: 422px;
    background: var(--bg-container-light-blue);
    border-radius: 12px;
    height: 4rem;
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    padding: 2.5rem 2rem;
    position: relative;
}

.btn-text-container p {
    font-weight: 600;
    padding-right: 22px;
    font-size: 14px;
    margin: 0;
}

.arrow-right {
    background-size: 23px !important;
    border-radius: 20px;
    height: 35px;
    width: 65px;
    border: none;
    top: 0;
    position: relative;
}

.arrow-right-yellow {
    top: 0 !important;
}

.arrow-blue-bg {
    background: url(../assets/arrow_right_white.png) 50% 50% no-repeat;
    background-color: var(--main-blue);
}

.arrow-white-bg {
    background: url(../assets/arrow_right.png) 50% 50% no-repeat;
    background-color: var(--main-white);
}

.circle-imgs-2-desktop {
    filter: grayscale(100%);
}

.index-crane-container {
    position: relative;
    bottom: 2rem;
    transform: scaleX(-1);
    max-width: 100%;
    width: 970px !important;
    height: auto;
}


.lets-learn-together-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact-form-img {
    max-width: 100%;
    height: auto;
}

.col-text-index-3 {
    position: relative;
    max-width: 480px;
    min-width: 260px;
    box-sizing: border-box;
    text-align: center;
    background-color: #f5fafa;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 30px;

}

.index-form-container-hide {
    transition: all .5s;
    height: 42%;
}

.col-text-index-3 h1 {
    line-height: 1.2;
    padding-bottom: 1rem;
    font-size: 34px !important;
    color: #21ccdd;
    text-align: left;
}

.col-text-index-3 p {
    color: #162c2f;
    font-size: 16px;
}

.col-text-index-3 p:nth-of-type(2) {
    padding-bottom: 1rem;
}

#mc_embed_signup {
    background: none !important;
}

.home_signup {
    background:#fff; 
    clear:left; 
    font:14px; 
}

.home_signup form {
    padding: 0 !important;
}

.home_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: none !important;
    background: none !important;
    color: #21ccdd !important;
    padding: 5px 0 10px 5px !important;
}

.home_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: none;
    height: 100%;
}

.home_signup .mc-field-group input {
    height: 100%;
    padding: 20px 0 20px 16px !important;
}

.home_signup .mc-field-group #mc-embedded-subscribe{
    padding: 8px 0 !important;
    height: 100%;
}

.mc-field-group.index-email-big-container {
    margin: 0.5rem 0 1rem;
    width: 100% !important;
}

.index-form-container {
    display: flex !important;
    position: relative !important;
    align-items: center !important;
    justify-content: center !important;
    align-content: center !important;
    height: 80px !important;
    width: 100% !important;
}

.index-form-container input {
    max-width: 100% !important;
    min-width: 210px !important;
    border: hidden !important;
    padding-left: 2rem !important;
    border-radius: 18px !important;
    font-size: 1rem !important;
    color: #162c2f !important;
    outline: none !important;
    height: 100%;
}

.name-check-form {
    position: absolute;
    right: 1rem;
    max-width: 22px;
    display: none;
}

.round-corners-input {
    border: none;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
}

#mc-embedded-subscribe-form input[type=checkbox]{
    display: inline; 
    width: auto;
    margin-right: 10px;
}

#mc-embedded-subscribe-form .mc_fieldset{
    border:none;
    min-height: 0px;
    padding-bottom:0px;
}

.round-corners-input-2 {
    border: none;
    border-radius: 18px!important;
}

#mc-embedded-subscribe {
    margin: 0!important;
}

.ff-submit-button {
    border-radius: 0 18px 18px 0 !important;
    border: none !important;
    cursor: pointer !important;
    background-color: #21CCDD !important;
    color: #ffff !important;
    font-weight: 600 !important;
    max-width: 90px !important;
    min-width: 90px !important;
    right: 0 !important;
    margin-right: auto !important;
    padding: 20px 1rem !important;
}

#mce-success-response {
    display: none!important;
}

#index_sent-message-screen {
    opacity: 0;
    animation: sent-message-futures-digest 1s forwards;
}

@keyframes sent-message-futures-digest {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.sent-message-form-hide {
    display: none;
}

#index_sent-message-screen h1 {
    padding: 1rem 0 0 0;
}

.index-form-container-hide .llt-text {
    display: none;
}

.index-form-container-hide .home_signup {
    animation: subscribed-futures-digest .5s forwards;
}

@keyframes subscribed-futures-digest {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
        transform: translateX(-20vw);
	}
}

#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em 0 0.5em 0;
    width: 100% !important;
}

#mce-error-response {
    font-weight: 400!important;
    font-size: 15px;
}

#mce-error-response a {
    color: var(--main-blue);
    font-weight: 500!important
}

.index-check-inbox {
    max-width: 100%;
    width: 65px;
    height: 65px;
}

.index-form-container-style input:nth-of-type(1), .index-form-container-style select, .index-form-container-style textarea {
    color: #21CCDD !important;
    border-color: #21CCDD !important;
    border-style: solid !important;
    outline: #21CCDD !important;
    border-width: 1.5px !important;
}

.index-form-container-2 {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 80px !important;
    margin: 1rem 0 2rem;
}

.index-form-container-2 input {
    max-width: 270px;
    min-width: 120px;
    border-radius: 20px 0 0 20px;
    border: hidden;
    padding-left: 2rem;
    font-size: 1rem;
    margin: 1rem 0 1rem auto;
    outline: none;
}

.index-form-container-2 #mc-embedded-subscribe {
    font-size: 14px !important;
}

.email-form-border-radius input:nth-of-type(1) {
    border-radius: 18px 0 0 18px!important;
}

.input-active-style {
    color: #21CCDD !important;
    border-color: #21CCDD !important;
    border-style: solid !important;
    outline: #21CCDD !important;
    border-width: 1.5px !important;
}

.index-color-cards-container {
    padding: 0 ;
}

.index-color-cards-intro {
    max-width: 100%;
    margin: auto;
}

.index-individual-color-card {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
    padding: 4rem 4rem 5rem;
    margin: 0 auto 3rem auto;
}

.index-individual-color-card h1 {
    color: #fff;
    padding-bottom: 3rem;
    font-size: 42px;
}

.index-individual-color-card p:nth-of-type(1) {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0!important;
    padding-bottom: 1rem;
}

.index-individual-color-card button {
    position: absolute;
    border-style: none;
    border-radius: 30px;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    padding: 1.2rem 1.5rem;
    left: 4rem;
    bottom: 3rem;
}

.character-with-tablet-img {
    position: absolute;
    height: auto;
    max-width: 225px;
    transform: scaleX(-1);
    right: 1rem;
    top: 14rem;
}

.index-individual-card-yellow h1 {
    color: var(--main-dark-blue);
}

.index-individual-card-yellow {
    background-color: #FCD25C ;
}

.btn-learn-more-yellow {
    background-color: #D0AD4B;
}

.index-individual-card-pink {
    background-color: #F29EB0;
}

.btn-learn-more-pink {
    background-color: #EBC0C9;
}

.index-individual-card-blue {
    background-color: #AADFE5;
}

.btn-learn-more-blue {
    background-color: #21CCDD;
}

.index-individual-card-purple {
    background-color: #6C63FF;
}

.btn-learn-more-purple {
    background-color: #A7A2F1;
}

.form-img-hand {
    position: absolute;
    width: 160px;
    left: -10rem;
    z-index: -1;
    transform: scaleX(-1);
}

.form-message-section {
    position: relative;
    margin: auto;
    border-radius: 30px;
    padding-bottom: 4rem;
}

.index-form-select-tag {
    display: flex;
    background-color: #21CCDD;
    padding: 0 2rem;
    align-items: center;
    justify-content: flex-start;
    border-radius: 60px;
    text-align: center;
}


.index-form-select-tag ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.index-form-select-tag ul li p {
    padding-right: 1rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0 !important;
    font-size: 15px;
}

.index-form-select-tag ul li button {
    display: inline-block;
    font-size: 15px;
    border: none;
    background: none;
    border-radius: 25px;
    padding: 0 1rem;
    height: 50px;
    max-width: 130px;
    color: #fff;
    margin: 0 .5rem;
    font-weight: 600;
    cursor: pointer !important;
}

.index-form-select-tag ul li button:hover {
    background-color: #162C2F;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}

.index_form-bottom-email, .index_form-bottom-name {
    max-width: 310px;
    max-height: 50px;
    width: 100%;
    height: 100%;
    border: #fff 1.5px solid;
    border-radius: 12px;
    box-shadow: 0px -1px 20px 0px rgb(166 164 164 / 30%);
    padding: 32px 22px;
    outline: none;
    font-size: 15px;
}

.bottom-message-form-container {
    position: relative;
}

.bottom-message-form {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 5rem;

}

.index-bottom-text-area-container {
    resize: none;
    display: block;
    max-width: 675px;
    width: 100%;
    height: 300px;
    max-height: 100%;
    border: none;
    border-radius: 12px !important;
    box-shadow: 0px -1px 20px 0px rgb(166 164 164 / 30%);
    padding: 22px 0 0 22px;
    margin: auto;
    outline: none;
    font-size: 15px;
}

.bottom-contact-container {
    position: absolute;
    width: 100%;
    display: flex;
    bottom: 0;
}

.submit-info {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 1rem;
    font-size: 14px;
    margin-bottom: 0;
}

#submit_bottom_form:disabled,
#submit_bottom_form [disabled] {
    transition: all .2s;
    background-color: #a1a1a162;
    color: rgb(145, 145, 145);
}

#submit_bottom_form {
    transition: background-color .5s ease-in;
    background-color: #21CCDD;
    color: #fff;
    font-size: 1rem;
    border: none;
    margin: 0;
    padding: 1.2rem 2rem;
    width: 180px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 12px;
    box-shadow: 2px 7px 20px 0px rgb(126 126 126 / 30%);
}

.input-active-style {
    color: #21CCDD !important;
    border-color: #21CCDD !important;
    border-style: solid !important;
    outline: #21CCDD !important;
    border-width: 1.5px !important;
}

.subject-selected  {
    background-color: #162C2F !important;
    color: #fff !important;
    cursor: pointer !important;
}


.circles-main-container {
    position: relative;
    height: 250vh;   
    padding: 0; 
    overflow-x: hidden;
    overflow-y: scroll;
}

.circles-main-container::-webkit-scrollbar, .circles-container::-webkit-scrollbar { 
    width: 0; 
    height: 0; 
}

.circles-bg-test-blue::-webkit-scrollbar, .circles-bg-test-blue::-webkit-scrollbar { 
    width: 0; 
    height: 0; 
}

.circles-big-container {
    top: 0;
    width: 100%; 
    height: 250vh;
    padding: 0;
}

.fixed-color-circles {
    top: 0;
    position: fixed !important;
}

.home-img-assets-4 {
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 3rem;
    z-index: -1;
    transform: scale(1);
}

.is-inview img.home-img-assets-4 {
    animation: hide-blue-bubbles .5s forwards;
}

@keyframes hide-blue-bubbles {

    0% {
        top: 0;
        transform: scale(1);
    }

    100% {
        top: -5rem;
        transform: scale(0);
    }
}

.home-blue-circles {
    position: relative;
    z-index: 8;
}

.hide-blue-c .blue-circles-img {
    animation: hide-blue-container .5s forwards;
    transform-origin: bottom;
}

@keyframes hide-blue-container {

    0% {
        opacity: 100%;
        bottom: 0;
    }

    100% {
        opacity: 0%;
        bottom: -20%;
    }
}

.home-purple-circles {
    position: absolute !important;
    top: -.5rem;
    display: block;
    z-index: -1 !important;
}

#purple-desktop-mask {
    transition: all .5s;
    transform-origin: top;
    opacity: 0%;
    bottom: 0;
    transform: scale(1.2);
    width: 102%;
    object-fit: cover;
    object-position: 40%;
}

.show-purple-c #purple-desktop-mask {
    transition: all .5s;
    transform-origin: top;
    opacity: 100%;
    bottom: 0;
    transform: scale(1);
}

.hide-purple-c #purple-desktop-mask {
    transition: all .5s;
    transform-origin: bottom;
    opacity: 0;
    bottom: 0;
    transform: scale(1);
}



.home-yellow-circles {
    position: absolute !important;
    top: -.5rem;
    display: block;
}

.circles-bg-yellow img:nth-of-type(1) {
    transition: all .5s;
    transform-origin: top;
    opacity: 0%;
    bottom: 0;
    transform: scale(1.2);
    object-fit: cover;
    object-position: 40%;
    height: 100%;
}

.show-yellow-c .circles-bg-yellow img:nth-of-type(1) {
    transition: all .5s;
    transform-origin: top;
    opacity: 100%;
    bottom: 0;
    transform: scale(1);
    z-index: -1;
}

.hide-yellow-c .circles-bg-yellow img:nth-of-type(1) {
    transition: all .5s;
    transform-origin: right bottom;
    opacity: 0%;
    bottom: 0%;
}

.circles-container {
    padding: 0 !important;
    height: 112vh;
}

.circles-blue-mobile div.blue-circles-text, 
.circles-yellow-mobile div.yellow-circles-text, .circles-purple-mobile div.purple-circles-text {
    padding: 0 !important;
    height: 100%;
    width: 100%;
    position: relative;
}

.blue-circles-text h1, .yellow-circles-text h1, .purple-circles-text h1 {
    transition: all .5s;
    position: relative;
    color: white;
    top: 45%;
    left: 31%;
}

.circles-bg-light-blue {
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 100%;
}


.circles-bg-blue {
    transform: translate(0px, 0px);
}

.circles-bg, .circles-bg-yellow, .circles-bg-purple {
    height: 100%;
    padding: 0 !important;
    position: absolute;
}

.circles-bg-purple {
    z-index: 4;
}

.circles-bg-2 {
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    align-items: center;
}

.blue-circles-img {
    transition: all .5s;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 40%;
    z-index: -3;
}

.is-inview img.blue-circles-img {
    transition: all .5s;
    object-position: -30px;
    transform: scale(1.25);
    -webkit-mask-box-image: none;
}

.blue-img-1 {
    transition: all .5s;
    position: absolute;
    opacity: 15%;
    right: 5%;
    bottom: 8%;
}

.is-inview img.blue-img-1 {
    transition: all .5s;
    opacity: 100%;
}

.hide-blue-c img.blue-img-1 {
    animation: hide-blue-girl-img forwards .5s;
    opacity: 15%;
}



@keyframes hide-blue-girl-img {

    0% {
        top: 0;
        opacity: 100%;
    }

    100% {
        top: -55%;
        opacity: 0%;
    }
}

.h-circles-text-container {
    align-items: center;
    transform: translate(-50%, -50%);
}


.blue-text-desktop, .yellow-text-desktop, .purple-text-desktop {
    display: inline-block !important;
}

.text_animation {
    transition: all .5s;
    opacity: 0;
    top: 0;
}

 .is-inview h1.text_animation {
    display: inline-block;
    position: relative;
    padding: 1rem;
    border-radius: 15px;
    transform-origin: left;
    animation: extra-text-animation .5s ease-in forwards;
}

@keyframes extra-text-animation {
    
    0%{
        opacity: 0;
        transform: translateX(0);
    }

    100%{
        opacity: 1;
        transform: translateX(1rem);
    }
} 



.extra-text p {
    color: white;
    padding: 1rem 1.5rem;
    margin-bottom: 0;
}

.title_animation {
    display: inline-block !important;
    position: relative;
    padding-left: 1rem;
}

.is-inview h1.title_animation {
    color: #ffff;
    animation-name: push-left-text;
    animation-fill-mode: forwards;
    animation-duration: .5s;
    animation-iteration-count: 1;
}

.title_animation_3 {
    transform: translateX(-230px);
}


/* PORTAL */

.parallax-portal {
    overflow: hidden;
    height: 100%;
}

.parallax-portal-mobile {
    overflow: hidden;
    height: 100%;
}

#portal-push {
    top: 1rem;
    display: flex;
    justify-content: center;
}

.is-inview #portal-push {
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    margin: auto;
}

.is-inview-4 #portal-push {
    position: relative !important;
    top: 55% !important;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    margin: auto;
}

.portal-title-1 {
    display: block;
    opacity: 0;
    top: 11rem;
}

.portal-push-fixed {
    position: fixed;
}

.is-inview div.portal-section-1 h1.portal-title-1 {
    transition: all .5s;
    opacity: 100%;
    display: block;
}

.is-inview-2 div.portal-section-1 h1.portal-title-1 {
    animation: portal-reverse-right ease-out;
    animation-fill-mode: forwards;
    transform-origin: left;
    animation-duration: .5s;
}

.is-inview-3 div.portal-section-1 h1.portal-title-1 {
    display: none;
}

@keyframes portal-reverse-right {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        transform: translateX(80%);
        opacity: 0;
    }
}

@keyframes portal-right {
    0% {
        transform: translateX(80%);
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

.pandemic-portal {
    text-align: left;
    opacity: 0;
}

.pandemic-portal h1, .pandemic-portal p span{
    color: #21CCDD;
    font-weight: 600;
}

.pandemic-portal h1 {
    font-size: 38px !important;
}

.is-inview-3 .pandemic-portal {
    animation: opacity ease-in;
    animation-fill-mode: forwards;
    transform-origin: top;
    animation-duration: .5s;
}

.is-inview-4 .pandemic-portal {
    padding-left: 0 !important; 
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.portal-text-mobile {
    padding: 0 6rem;
}

.portal-text-mobile span {
    color: #21CCDD;
}

.container-small-blue {
    width: 422px;
    background: #F6FBFB;
    border-radius: 12px;
    height: 4rem;
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    padding: 2.5rem 2rem;
    position: relative;
}

.container-small-blue p {
    padding-right: 22px;
    font-size: 14px;
    margin: 0;
}

.portal-section-img {
    opacity: 0;
    z-index: 1;
    transform: scale(0);
    background-image: url('../assets/Portal\ Green.png');
    width: 285px;
    background-repeat: no-repeat;
    max-height: 100%;
    height: 100vh;
}

.is-inview #portal-push div.portal-section-img {
    animation-name: show-portal;
    animation-fill-mode: forwards;
    transform-origin: center;
    animation-delay: 0;
    animation-duration: .5s;
    background: url('../assets/Portal\ Green.png') center no-repeat;
    width: 285px;
    max-height: 100%;
    height: 100vh;
}

@keyframes show-portal {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.is-inview-2 #portal-push div.portal-section-img {
    background-image: url('../assets/Portal\ Blue.png');
    width: 285px;
    background-repeat: no-repeat;
    max-height: 100%;
    height: 100vh;
    position: relative;
}

.portal-section-2 {
    position: relative;
    right: 0;
}

.portal-section-2 h1  {
    color: #21CCDD;
    padding-top: 35rem;
    z-index: -1;
    transform: translateX(-48%);
    opacity: 0%;
}

.is-inview .portal-section-2 h1 {
    transition: all .5s;
    opacity: 0%;
}

.is-inview-2 .portal-section-2 h1 {
    animation: portal-left ease-in;
    animation-fill-mode: forwards;
    transform-origin: right;
    animation-duration: .5s;
}

.is-inview-3 .portal-section-2 h1 {
    animation: portal-reverse-left-2 ease-out;
    animation-fill-mode: forwards;
    transform-origin: left;
    animation-duration: 2s;
    display: none;
}

@keyframes portal-reverse-left {
    0% {
        transform: translateX(0);
        opacity: .5;
        color: white;
    }

    50% {
        opacity: 0;
    }

    100% {
        transform: translateX(-48%);
        opacity: 0;
    }
}

@keyframes portal-reverse-left-2 {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        transform: translateX(-70%);
        opacity: 0;
    }
}

@keyframes portal-left {
    0% {
        transform: translateX(-38%);
        opacity: 0;
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

.pandemic-desktop {
    max-width: 110%;
    height: auto;
    display: none;
}

.is-inview-3 .pandemic-desktop {
    animation: portal-left ease-in;
    animation-fill-mode: forwards;
    transform-origin: right;
    animation-duration: .25s;
    display: block;
    margin: auto;
}

.parallax-portal-mobile {
    overflow: hidden;
}

.portal-section-mobile {
    position: relative;
}

.portal-container-mobile {
    height: 100%;
    text-align: center;
    position: relative;
}

.is-inview #portal-push-mobile {
    position: fixed;
    width: 100%;
    left: 0;
    margin: auto;
}

.is-inview-4 #portal-push-mobile {
    position: absolute;
    width: 105%;
    align-content: flex-end;
    bottom: 9rem;
}

.portal-title-1-mobile {
    font-size: 36px !important;
    color: #4ee71e;
    opacity: 0;
    margin: 0;
}

.is-inview .portal-title-1-mobile {
    animation: reset-mobile-portal .5s forwards;
}

.is-inview-2 .portal-title-1-mobile {
    animation: hide-mobile-portal 1s forwards ease-in ;
}

@keyframes hide-mobile-portal {
    
    to {
        transform: translate(0, 16rem);
        opacity: 0;
    }
}

@keyframes reset-mobile-portal {
    
    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.portal-title-2-mobile, .portal-title-3-mobile {
    font-size: 36px !important;
    color: #21CCDD;
}

.portal-title-2-mobile {
    transform: translate(0, -14rem);
    opacity: 0;
}

.is-inview-2 .portal-title-2-mobile {
    animation: reset-mobile-portal .5s forwards;
}

.is-inview-3 .portal-title-2-mobile {
    animation: reset-mobile-portal .5s forwards reverse;
}

.portal-title-3-mobile {
    opacity: 0;
    display: none;
    left: 50%;
    transform: translate(-50%, 12rem);
}

.is-inview-3 .portal-title-3-mobile {
    display: block;
    position: absolute;
    top: 4rem;
    animation: reset-mobile-portal-center .5s forwards ease-in;
    width: 100%;
}

.is-inview-4 .portal-title-3-mobile {
    display: block;
    position: relative;
    top: 4rem; 
}

@keyframes reset-mobile-portal-center {
    
    to {
        opacity: 1;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

.portal-section-img-mobile {
    opacity: 0;
    z-index: 1;
    transform: scale(0);
    background: url('../assets/PortalGreen-h.png') no-repeat center;
    width: 100%;
    background-size: 800px;
    height: 300px;
}

.is-inview .portal-section-img-mobile {
    animation: reset-mobile-portal-img .5s forwards; 
}

.is-inview-2 .portal-section-img-mobile {
    z-index: 2;
    opacity: 0;
    background: url('../assets/PortalBlue-h.png') no-repeat center;
    background-size: 800px;
    animation: reset-mobile-portal-img 1s forwards ease-in; 
}

@keyframes reset-mobile-portal-img {
    
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.is-inview-3 .portal-section-2-mobile {
    display: none;
}

.pandemic-portal-mobile {
    opacity: 0;
    display: none;
    transform: translate(0, -10rem);
}

.is-inview-3 .pandemic-portal-mobile {
    display: block;
    animation: reset-mobile-portal .5s forwards;
    padding: 0 2rem;
}

.home-purple-circles {
    position: relative;
    display: block;
    z-index: 4;
}

svg.circle-zoom-purple { 
    transform: scale(130%) translateX(-200px);
}



.extra-text-purple {
    color: #ffff !important;
    background-color: #8a84fc !important;
}

.purple-img-1 {
    transition: all .5s;
    position: absolute;
    bottom: -10%;
    left: -5%;
    opacity: 0%;
}

.purple-img-2 {
    transition: all .5s;
    position: absolute;
    top: -22%;
    right: -8%;
    opacity: 0%;
}

.show-purple-c .purple-img-1 {
    transition: all .5s;
    opacity: 100%;
    bottom: 10%;
    left: 5%;
}

.show-purple-c .purple-img-2 {
    transition: all .5s;
    opacity: 100%;
    top: 22%;
    right: 8%;
}

.hide-purple-c .purple-img-1 {
    animation: hide-purple-content-1 forwards .5s;
}

@keyframes hide-purple-content-1 {
	0% {
		opacity: 100%;
        bottom: 10%;
	}
	100% {
		opacity: 0%;
        bottom: 90%;
	} 
}

.hide-purple-c .purple-img-2 {
    animation: hide-purple-content-2 forwards .5s;
}

@keyframes hide-purple-content-2 {
	0% {
		opacity: 100%;
        top: 22%;
	}
	100% {
		opacity: 0%;
        top: -22%;
	} 
}

.home-pink-circles {
    position: absolute !important;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: -1 !important;
    height: 105vh;
    top: 0;
}

.pink-circles-text {
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 100%;
}

svg#pink-circles {
    transition: all .5s;
    position: absolute;
    height: 100%;
    padding: 5rem 0;
    top: 2rem;
    opacity: 0%;
}


.extra-text-pink {
    background-color: rgb(247 197 208);
}


.pink-img-1 {
    position: absolute;
    left: 10rem;
    max-width: 270px;
    top: 10%;
    z-index: -1;
}

.pink-img-2 {
    position: absolute;
    right: 4rem;
    bottom: 15%;
    z-index: -1;
}


.home-light-blue-circles {
    transition: all .5s;
    position: absolute !important;
    display: block;
    z-index: -1 !important;
    top: 0;
}

svg#light-blue-circles-desktop {
    transition: all .5s;
    position: absolute;
    height: 770px;
    width: 95%;
    transform: scaleX(.5);
    z-index: 0 !important;
    opacity: 0%;
}

.show-lblue-c svg#light-blue-circles-desktop {
    transition: all .5s;
    transform: scaleX(1);
    opacity: 100%;
}

.show-pink-c .home-purple-circles, .show-pink-c .home-yellow-circles{
    display: none;
}

.show-lblue-c .home-pink-circles, .show-lblue-c .home-purple-circles {
    display: none;
}

.is-inview-3 .fixed-color-circles {
    bottom: 0 !important;
}

.is-inview-2 .home-light-blue-circles {
    animation: zoom-out-lblue .5s forwards;
    transform: scale(1);
    bottom: 0;
}

.is-inview-2 .home-blue-circles {
    animation: zoom-out-lblue .5s forwards;
    transform: scale(1);
}

@keyframes zoom-out-lblue {
    
    0%{
        transform: scale(1);
    }


    100%{
        transform: scale(0);
    }
}




.h-circles-text-container-2 {
    align-items: center;
}


.extra-text-light-blue {
    background-color: rgb(204 236 239);
}

.extra-text-light-blue p {
    color: black;
}

.light-blue-circles-text h1.extra-text-light-blue {
    color: #fff;
}

.title_animation_4 {
    transform: translateX(-112px);
}


.bg-color-light-blue {
    background-color: #F5FAFA;
}

.speed-text-desktop h1::after{
    content: " ";
    display: block;
    border-bottom: 3px solid #63c9d9;
    position: relative;
    bottom: -40px;
    width: 85px;
}

.container-small-blue-3 {
    width: 298px;
    background: #21ccdd;
    border-radius: 12px;
    margin: 0 0 1.5rem;
    display: flex;
    align-items: center;
    padding: 2.2rem 2rem;
    position: relative;
}

.container-small-blue-3 p {
    font-weight: 600;
    font-size: .8rem;
    position: relative;
    right: 8px;
    color: #fff;
    margin-bottom: 0 !important;
}

.future-motorcycle {
    max-width: 400px;
    position: relative;
    bottom: -2rem;
}

.latest-projects-btns {
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 20px;
    color: gray;
    padding: 0;
    text-align: center;
    margin: 2rem 1rem;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 12%);
    cursor: pointer;
    width: 100%;
    height: 100%;
    min-width: 45px !important;
    min-height: 45px !important;
    max-width: 105px;
    max-height: 105px;
}

/* .latest-projects-btns:nth-of-type(1) {
    margin: auto 1rem auto 0;
    background: linear-gradient(45deg, #111111, #162C2F);
    padding: 8px;
}  

.latest-projects-btns:nth-of-type(2) {
    background: #21CCDD;
    padding: 8px;
}

.latest-projects-btns:nth-of-type(3) {
    background: #F29EB0;
    padding: 8px;
}

.latest-projects-btns:nth-of-type(4) {
    background: #FFFF;
} 

.latest-projects-btns:nth-of-type(5){
    background: #39DCFF;
    padding: 8px;
} */

.bh-founded-text-desktop {
    padding-top: 10rem!important;
}


/* Learn section */

.bg-color-yellow {
    background-color: #FCD25C;
    padding: 6rem 0 1rem;
}

.red-book-lets-learn-together {
    position: absolute;
    max-width: 320px;
    left: -12rem;
    top: 38%;
    z-index: 0;
}

.lets-learn-text-mobile .owl-stage-outer .owl-stage {
    width: 100% !important;
    display: flex;
    flex-basis: 100%;
}

.lets-learn-text-mobile {
    padding-right: 0;
}

.lets-learn-text-mobile .row {
    margin-left: 8rem;
}

.container-small-yellow {
    width: 330px;
    background: #BA9C45;
    border-radius: 12px;
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    padding: 1.2rem 1rem;
    position: relative;
    justify-content: space-between;
}

.container-small-yellow p {
    color: #ffff;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    right: 8px;
    margin-bottom: 0!important;
}

.container-small-yellow-p {
    padding-right: 3rem;
}

.card-group::after {
    content: '';
    position: absolute;
    height: 100%;
    border-right: 30px solid #FCD25C;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    filter: blur(40px) opacity(.9);
}

.owl-carousel .owl-stage-outer {
    padding: 0 !important;
}

.individual-card {
    border: none;
    box-shadow: 1px 2px 20px 0px #8080803d;
    border-radius: 30px;
}

.blog-card-img {
    border-radius: 30px 30px 0 0;
    max-height: 200px;
    max-width: 100%;
    object-fit: cover;
    object-position: right bottom;
    position: relative;
    display: block !important;
    width: 100% !important;
}

.blog-card-tag-index {
    position: absolute;
    font-weight: 600;
    z-index: 1;
    background-color: #FCD25C;
    border-radius: 15px;
    font-weight: 600;
    top: 1.3rem;
    left: 1.3rem;
}

.card-text {
    font-size: 14px;
}

.card-footer {
    background-color: rgb(255 255 255) !important;
    border-top: none !important;
    border-radius: 30px !important;
}

.bh-team-text-container {
    padding-left: 10rem;
}

.container-light-blue {
    background-color: #F5FAFA;
    border-radius: 0 30px 30px 0;
    position: relative;
    padding: 3rem 2rem 3rem 18rem;
    right: 18rem;
}

.container-small-blue-3 {
    width: 298px;
    background: #21ccdd;
    border-radius: 12px;
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    position: relative;
    justify-content: space-between;
}

.container-small-blue-3 p {
    font-weight: 600;
    font-size: 13px;
    position: relative;
    right: 8px;
    color: #fff;
    margin-bottom: 0 !important;
}

.container-small-blue-L {
    justify-content: space-between;
    max-width: 370px !important;
}

.owl-dots {
    display: none;
}

.modal {
    display: none; 
    align-items: center;
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
}

/* Modal Content */
.modal-content {
    background-color: #21CCDD;
    margin: 15% auto;
    padding: 20px;
    border: none;
    width: 500px;
    height: 300px;
    border-radius: 20px;
    justify-content: center;
}

.modal-text {
    color: #ffff;
    margin-bottom: 0;
    font-size: 32px;
    text-align: center;
}

.modal-text-p {
    color: #ffff;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
}
  
/* The Close Button */
.close {
position: absolute;
top: 1rem;
right: 2rem;
color: #ffff;
float: right;
font-size: 28px;
font-weight: bold;
}
  
.close:hover, .close:focus {
color: rgb(126, 126, 126);
text-decoration: none;
cursor: pointer;
}

.no-bubble-team-4, .no-bubble-team-5 {
    transform: scale(0);
}


@media screen and (min-width: 2100px) { 
    .bh-founded-img-desktop {
       max-width: 820px;
    }
 
 }

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

    .h-circles-text-container {
        top: 50% !important;
        left: 50% !important;
    }

    .container-light-blue {
        width: 970px !important;
    }

    .individual-card {
        width: 265px !important;
        height: 410px !important; 
    }

    .purple-img-1 {
        max-width: 320px !important;
        max-height: 320px !important;
    }

    .purple-img-2 {
        position: absolute;
        max-width: 240px !important;
    }
    
}

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

    .blue-img-girl {
        max-width: 300px !important;
    }

    .show-pink-c .pink-circles-2 {
        width: 900px;
    }

    .lets-learn-title {
        font-size: 56px !important;
    }

    .sub-top-menu {
        padding-right: 8rem !important;
    }

    .title-circles-color, .text_animation {
        font-size: 2.5rem !important;
    }

    .display-5, h1 {
        font-size: 3rem !important;
    }

    .bubble-img {
        position: absolute !important;
        border-radius: 50% !important;
    }
    
    /* .bubble-img-1 {
        transition: all .5s !important;
        left: 76vw !important;
        bottom: 103vh !important;
        width: 90px !important;
    }
    
    .bubble-img-2 {
        transition: all .5s !important;
        left: 61vw !important;
        top: -93vh !important;
        transform: rotate(14deg) !important;
        width: 200px !important;
    }
    
    .bubble-img-3 {
        transition: all .5s !important;
        left: 49vw !important;
        bottom: 95vh !important;
        width: 150px !important;
    }
    
    .bubble-img-4 {
        transition: all .5s !important;
        right: 22vw !important;
        top: -68vh !important;
        width: 150px !important;
    }
    
    .bubble-img-5 {
        transition: all .5s !important;
        right: 16vw !important;
        bottom: 50vh !important;
        width: 150px !important;
    }
    
    .bubble-img-6 {
        transition: all .5s !important;
        right: 29vw !important;
        top: -58vh !important;
        border-radius: 50% !important;
        width: 270px !important;
    }
    
    .bubble-img-7 {
        transition: all .5s !important;
        right: 3rem !important;
        top: -69vh !important;
        z-index: 2 !important;
        width: 270px !important;
    }
    
    .no-bubble-1 {
        transition: all .5s !important;
        left: 57vw !important;
        bottom: 86vh !important;
        transform: rotate(5deg) !important;
        z-index: 1 !important;
        width: 90px !important;
    }
    
    .no-bubble-2 {
        transition: all .5s !important;
        left: 75vw !important;
        top: -58vh !important;
        transform: rotate(344deg) !important;
        z-index: 1 !important;
        width: 90px !important;
    }
    
    .no-bubble-3 {
        transition: all .5s !important;
        right: 7vw !important;
        top: -95vh !important;
        transform: rotate(333deg) !important;
        z-index: 1 !important;
        width: 90px !important;
    }*/
    
    .no-buble-img {
        position: absolute !important;
        max-width: 200px !important;
    } 
    
    .is-inview .bubble-img-1 {
        transition: all .5s !important;
        left: 12vw !important;
        bottom: -0.5rem !important;
        width: 90px !important;
    }
    
    .is-inview .bubble-img-2 {
        transition: all .5s !important;
        left: 15vw !important;
        top: -7rem !important;
        transform: rotate(-10deg) !important;
        width: 200px !important;
    }
    
    .is-inview .bubble-img-3 {
        transition: all .5s !important;
        left: 30vw !important;
        bottom: 2rem !important;
        width: 200px !important;
    }
    
    .is-inview .bubble-img-4 {
        transition: all .5s !important;
        right: 49vw !important;
        top: -6rem !important;
        width: 150px !important;
    }
    
    .is-inview .bubble-img-5 {
        transition: all .5s !important;
        right: 41vw !important;
        bottom: 1rem !important;
        width: 150px !important;
    }
    
    .is-inview .bubble-img-6 {
        transition: all .5s !important;
        right: 24vw !important;
        top: -4rem !important;
        width: 270px !important;
    }
    
    .is-inview .bubble-img-7 {
        transition: all .5s !important;
        right: 12vw !important;
        top: 0 !important;
        z-index: 2 !important;
        width: 150px !important;
    }
    
    .is-inview .no-bubble-1 {
        transition: all .5s !important;
        left: 21vw !important;
        bottom: 1.5rem !important;
        transform: rotate(0deg) !important;
        z-index: 1 !important;
        width: 90px !important;
    }
    
    .is-inview .no-bubble-2 {
        transition: all .5s !important;
        left: 42vw !important;
        top: 3rem !important;
        transform: rotate(-55deg) !important;
        z-index: 1 !important;
        width: 90px !important;
    }
    
    .is-inview .no-bubble-3 {
        transition: all .5s !important;
        right: 18vw !important;
        top: -2rem !important;
        transform: rotate(333deg) !important;
        z-index: 1 !important;
        width: 90px !important;
    }
    
    .is-inview .no-buble-img {
        transition: all .5s !important;
        position: absolute !important;
        max-width: 90px !important;
    }

    .arrow-down-btn {
        background-size: 28px auto!important;
        height: 45px;
        width: 90px; 
    }

    .card-title {
        font-size: 16px !important;
    }

    .blog-card-tag-index {
        padding: .5rem 1.2rem;
        font-size: 12px;
    }

    .pink-img-2 {
        right: 4rem;
        max-width: 220px;
        bottom: 15%;
        z-index: -1;
    }

    .pink-img-1 {
        position: absolute;
        left: 8rem;
        max-width: 210px;
        top: 22%;
        z-index: -1;
    }

    .pandemic-desktop {
        width: 600px;
    }

    .container-small-blue p {
        font-size: 13px;
    }

    .container-small-blue {
        width: 402px;
    }

    .is-inview #portal-push div.portal-section-img {
        background-size: 305px;
    }

    .title_animation {
        transform: translateX(-200px);
    }

    .h-circles-text-container {
        top: 50%;
        left: 47.5%;
    }

    .home-img-assets-4 {
        max-width: 740px;
    }

    .desktop-top-bubbles-img, #lottie-desktop {
        width: 900px !important;
        position: relative; 
        left: 6rem; 
        bottom: 5rem;
    }

    .index-color-cards-col-1 {
        padding-right: 1rem!important;
    }

    .index-color-cards-col-2 {
        padding-left: 1rem!important;
    }

    .form-message-section {
        width: 640px !important;
    }
}

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


    .desktop-top-bubbles-img, #lottie-desktop {
        width: 760px;
    }

    .index-color-cards-col-1 {
        padding-right: 2rem;
    }

    .index-color-cards-col-2 {
        padding-left: 2rem;
    }

    .form-message-section {
        width: 580px !important;
    }
}

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

    .container-small-blue-3 p {
        max-width: 65%;
    }

    .latest-projects-btns-container {
        display: flex;
        align-items: center;
    }

    .color-cards-title {
        font-size: 38px !important;
    }

    .crane-img-mobile-desktop {
        display: flex;
        align-items: center;
    }

    .display-5, h1 {
        font-size: 2.5rem;
    } 

    .blue-img-girl {
        max-width: 240px;
    }

    .show-pink-c .pink-circles-2 {
        transition: all .5s;
        width: 720px;
    }

    .text-blue-anim-container {
        transform: translate(-51%, -50%);
    }

    .red-book-lets-learn-together {
        top: 50%;
        transform: translateY(-50%);
    }

    .bold-txt.lets-learn-title {
        font-size: 48px;
    }

    .lets-learn-txt-container p {
        padding-right: 5rem;
    }

    .light-blue-circles-2 {
        transition: all .5s;
        position: relative;
        height: 90%;
        width: 60%;
        z-index: 0 !important;
        opacity: 0%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
    }

    .sub-top-menu {
        padding-right: 6rem;
    }

    .arrow-down-btn {
        background-size: 25px auto;
        height: 38px;
        width: 76px; 
    }

    .bubble-img, .no-buble-img {
        transition: all .5s;
        opacity: 100% !important;
    }

    svg#pink-circles {
        transition: all .5s;
        transform: scale(1.5);
        opacity: 0%;
    }

    .show-pink-c svg#pink-circles {
        transition: all .5s;
        transform: scale(1);
        opacity: 100%;
    }

    .blue-circles-img-mobile, .yellow-circles-img-mobile, 
    .purple-circles-img-mobile {
        display: none;
    }

    .container-light-blue {
        width: 870px;
    }

    .blog-card-tag-index {
        padding: .5rem 1rem;
        font-size: 10px;
    }

    .bh-founded-text-mobile {
        display: none;
    }

    .container-sm-yellow-mobile {
        display: none;
    }



    .owl-prev, .owl-dots, .owl-next {
        display: none!important;
    }

    .articles-cards-container {
        padding: 0;
    }

    .blog-card-img {       
        min-height: 175px; 
    }

    .individual-card {
        width: 235px;
        height: 400px;
    }

    .card-title {
        font-size: 13px;
        margin: 0 !important;
    }

    .card-text {
        font-size: 11px;
    }

    .card-footer {
        font-size: 11px;
    }



    .title-circles-color, .text_animation {
        font-size: 2rem !important;
    }

    .speed-text-mobile {
        display: none;
    }

    #light-blue-circles-mobile {
        display: none;
    }

    .pink-img-1 {
        transition: all .5s;
        position: absolute;
        left: 6rem;
        max-width: 190px;
        top: -50%;
        opacity: 0%;
        z-index: -1;
    }

    .pink-img-2 {
        transition: all .5s;
        right: 4rem;
        max-width: 190px;
        bottom: -50%;
        opacity: 0%;
        z-index: -1;
    }

    .show-pink-c .pink-img-1 {
        animation: show-pink-img-1 .5s forwards;
    }

    .show-pink-c .pink-img-2 {
        animation: show-pink-img-2 .5s forwards;
    }

    @keyframes show-pink-img-1  {
        0% {
            top: -50%;
            opacity: 0%;
        }

        100% {
            top: 25%;
            opacity: 100%;
        }
    }

    @keyframes show-pink-img-2  {
        0% {
            bottom: -50%;
            opacity: 0%;
        }

        100% {
            bottom: 15%;
            opacity: 100%;
        }
    }

    .hide-pink-c svg#pink-circles, .hide-pink-c .pink-img-1, .hide-pink-c .pink-img-2  {
        transition: all .5s;
        opacity: 0% !important;
    }


    .blue-text-mobile, .purple-text-mobile, 
    .pink-text-mobile, .light-blue-text-mobile, .yellow-text-mobile {
        display: none;
    }

    .purple-img-2 {
        position: absolute;
        max-width: 180px;
    }

    .purple-img-1 {
        max-width: 260px;
        max-height: 260px;
    }
    
    #purple-desktop-mask {
        height: 90%;
    }

    .portal-container-mobile {
        display: none !important;
    }

    .portal-section-2 h1 {
        font-size: 2rem !important;
        position: relative;
        bottom: 5rem;
        right: 8rem;
    }

    .portal-title-1 {
        transition: all .5s;
        color: #4ee71e;
        z-index: -1;
        opacity: 0%;
        position: relative;
        left: 0;
        font-size: 2rem !important;
    }

    .circles-desktop {
        display: block;
        width: 100%;
        position: absolute;
        z-index: -1;
        bottom: 0;
    }

    .title_animation {
        transform: translateX(-160px);
    }

    @keyframes push-left-text {
    
        0%{
            transform: translateX(-190px);
        }
    
    
        100%{
            transform: translateX(1rem);
        }
    }

    .blue-text-desktop, .purple-text-desktop, .pink-text-desktop, .light-blue-text-desktop, .yellow-text-desktop {
        display: block;
    }

    .h-circles-text-container {
        top: 52%;
        left: 48%;
    }

    .h-circles-text-container h1, .h-circles-text-container-2 h1 {
        font-size: 2.3rem;
    }

    .home-img-assets-4 {
        top: 4rem;
        max-width: 520px;
    }

    .home-top-container{
        /* padding: 3rem; */
        padding: 6rem 3rem 3rem;
    }

    .desktop-top-bubbles-img, #lottie-desktop{
        width: 700px;
        left: 0 !important;
        display: block;
    }

    .top-header-home {
        text-align: left!important;
    }

    .mobile-top-bubbles {
        display: none;
    }

    .circle-imgs-2-mobile {
        display: none !important;
    }

    .subtitle-section-2-mobile {
        display: none !important;
    }

    .index-crane-container-mobile {
        display: none;
    }

    .btn-text-container p {
        font-size: 13px;
    }

    .btn-text-container {
        width: 402px;
    }

    .lets-learn-together-container {
        padding: 3rem 0;
    }

    .col-text-index-3 {
        padding: 5rem 4rem 1rem;
    }

    .index-form-container-hide {
        padding: 3rem 4rem 1rem !important;
    }

    .index-color-cards-col-1 {
        padding-right: 2rem;
    }

    .index-color-cards-intro {
        width: 520px;
    }

    .index-individual-color-card {
        width: 500px;
        height: 500px;
    }

    .index-color-cards-col-2 {
        padding-left: 2rem;
    }

    .form-message-section {
        width: 520px;
    }
}

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

    .pandemic-desktop {
        width: 495px !important;
    }
    
    .is-inview #portal-push div.portal-section-img {
        background-size: 250px !important;
    }

    .pandemic-portal h1 {
        font-size: 32px !important;
    }
}

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

    /* .latest-projects-btns:nth-of-type(4) .icon-img {
        border-radius: 10px;
    } */

    .container-small-yellow {
        padding: 1.5rem 2rem;
    }

    .container-small-yellow p {
        right: 0;
    }

    .container-small-blue-3 {
        padding: 1.5rem 2rem;
    }

    .speed-text-mobile {
        padding-left: 0;
        padding-right: 0;
    }

    .btn, .btn:hover {
        display: none;
    }

    .is-inview-remove-fixed .portal-position {
        bottom: -15rem !important;
    }

    .is-inview-remove-fixed #portal-push-mobile {
        top: 50% !important;
        transform: translateY(-80%) !important;
    }

    h1, .display-5, .display-4 {
        font-size: 36px !important;
    }

    .circles-container {
        height: 105vh!important;
    }

    /* .map-tooltip {
        width: auto !important;
        height: 65px !important;
    } */

    .location-title {
        font-size: 12px !important;
    }
    
    .latest-projects-btns-container {
        display: flex;
        padding: 0 !important;
    }

    .is-inview .index-toyfaces-container{
        left: -16rem !important;
    }


    .personalized-healthcare-content {
        margin-bottom: 15rem;
    }

    .blue-img-bubbles {
        display: block;
        width: 680px;
        position: relative;
        top: 5rem;
        left: -2rem;
    }


    .blue-circles-img-mobile {
        transition: all .5s;
        position: absolute;
        height: 100%;
        bottom: 0;
        width: 100%;
        object-fit: cover;
        object-position: 40%;
        z-index: -3;
    }

    .yellow-circles-img-mobile {
        transition: all .5s;
        opacity: 0%;
        position: absolute;
        height: 100%;
        bottom: 0;
        width: 100%;
        object-fit: cover;
        object-position: 20%;
        z-index: -3;
    }

    .show-yellow-c .yellow-circles-img-mobile {
        transition: all .5s;
        opacity: 100%;
    }

    .hide-yellow-c .yellow-circles-img-mobile {
        transition: all .5s;
        opacity: 0%;
    }

    .purple-circles-img-mobile {
        transition: all .5s;
        opacity: 0%;
        position: absolute;
        height: 100%;
        width: 105%;
        object-fit: cover;
        object-position: 50%;
        z-index: -3;
    }

    .show-purple-c .purple-circles-img-mobile {
        transition: all .5s;
        opacity: 100%;
        width: 102%;
        left: -2px;
    }

    .purple-img-1 {
        width: 250px;
    }

    .show-purple-c .purple-img-1 {
        left: 0;
        width: 300px;
    }

    .show-purple-c .purple-img-2 {
        max-width: 300px;
        transition: all .5s;
        opacity: 100%;
        top: 15%;
        right: 0;
    }

    .hide-purple-c .purple-circles-img-mobile, .hide-purple-c .purple-img-1, .hide-purple-c .purple-img-2 {
        transition: all .5s !important;
        opacity: 0% !important;
        animation: none;
    }


    .pink-circles-img-mobile {
        top: 0 !important;
        opacity: 0%;
        padding: 0 !important;
    }

    .show-pink-c .pink-circles-img-mobile {
        transition: all .5s !important;
        opacity: 100% !important;
        transform: scale(0.7) !important;
    }

    .show-pink-c .pink-img-2 {
        transition: all .5s;
        opacity: 100%;
        bottom: 1rem;
    }

    .show-pink-c .pink-img-1 {
        transition: all .5s;
        opacity: 100%;
        top: 15%;
    }

    .hide-pink-c .pink-circles-img-mobile, .hide-pink-c .pink-img-1, .hide-pink-c .pink-img-2 {
        transition: all .5s;
        opacity: 0% !important;
        animation: none;
    }

    #light-blue-circles-mobile {
        transition: all .5s;
        opacity: 100%;
        position: absolute;
        height: 0%;
        width: 0%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .circles-bg-light-blue {
        padding-top: 4rem;
        padding-left: 0 !important;
    }

    .show-lblue-c #light-blue-circles-mobile {
        transition: all .5s;
        opacity: 100%;
        height: 75%;
        width: 70%;
    }


    .circles-big-container {
        width: 100%;
        height: 2000px;
    }

    .hide-blue-c .blue-circles-img-mobile, .hide-blue-c #h-bubble-images, .hide-blue-c .blue-img-1{
        transition: all .5s;
        opacity: 0%;
    }

    .blue-circles-text h1, .yellow-circles-text h1, .purple-circles-text h1 {
        top: 0 !important;
        left: 0 !important;
        transform: translate(0, 0) !important;
        line-height: 1.5;
        font-size: 2.5rem;
    }

    .is-inview h1.text_animation {
        transition: all .5s;
        padding: 1rem 3rem;
        opacity: 100%;
        animation: none;
    }

    .title_animation {
        padding-left: 0 !important;
    }

    .is-inview img.home-img-assets-4 {
        animation: none;
    }

    .container-small-blue-3 p {
        font-size: 14px !important;
    }

    .bh-founded-text-mobile {
        margin: 0;
        padding: 3rem 6rem;
    }

    .container-small-yellow {
        margin: 2.5rem auto !important;
    }

    .blog-card-tag-index {
        padding: 6px 12px;
    }

    .container-small-yellow p {
        font-size: 14px;
    }

    .lets-learn-txt-container {
        padding: 0 6rem;
    }

    .lets-learn-text-mobile .row {
        margin: 0 !important;
    }

    .bg-color-yellow, .lets-learn-text-mobile, .articles-cards-container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .map-text-mobile {
        padding-top: 0 !important;
    }

    .home-map-container {
        height: 100% !important;
    }

    .home-padding {
        padding: 2rem 6rem 3rem!important;
    }



    .bubbles-2-container {
        position: relative;
    }

    .mobile-padding-top-text {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    /* .top-header-home p {
        display: none;
    } */

    .crane-img-mobile-desktop {
        display: none;
    }

    .bh-founded-text-mobile img {
        position: relative;
        top: 3rem;
    }

    .bh-founded-img-desktop {
        display: none;
    }

    .bh-founded-text-desktop {
        display: none;
    }

    .card-footer small.text-muted {
        font-size: 12px;
    }

    .hide-card-text-mobile {
        display: none;
    }

    .card-text {
        font-size: 12px;
    }

    .card-title {
        font-size: 18px !important;
    }

    .card-body {
        height: 200px;
    }

    .blog-card-img {
        height: 160px;
    }

    .individual-card {
        border: none;
        box-shadow: 1px 2px 20px 0px #8080803d;
        width: 240px;
        border-radius: 30px;
    }

    .card-group {
        padding-top: 2rem;
        padding-left: 6rem !important;
    }

    .container-sm-yellow-desktop {
        display: none !important;
    }

    .container-small-yellow {
        margin-right: auto;
        margin-left: auto;
      
    }

    

    .red-book-lets-learn-together {
        width: 260px;
        top: 0;
        left: -10rem;
    }

    .latest-projects-btns:nth-of-type(1) {
        margin: 1rem 5px 0 0;
    }

    .latest-projects-btns {
        margin: 1rem 5px;
        max-width: 80px;
        max-height: 80px;
        border-radius: 15px;
    }

    .future-motorcycle-desktop {
        display: none !important;
    }

    .future-motorcycle-mobile {
        position: absolute;
        right: -4rem;
        bottom: -15rem;
        width: 100%;
        min-width: 120px;
        max-width: 285px;
    }

    .speed-text-container-mobile{
        padding-bottom: 3rem;
    }

    .speed-text-container-mobile h1::after {
        content: " ";
        display: block;
        border-bottom: 3px solid #63c9d9;
        position: relative;
        bottom: -35px;
        width: 75px;
    }

    .speed-text-desktop {
        display: none !important;
    }

    .light-blue-title-animation-mobile {
        position: relative;
        top: -5rem;
    }

    

    .light-blue-text-animation-mobile {
        background: rgb(189 238 244 / 64%);
        border-radius: 20px;
        font-weight: 700;
        position: relative;
        left: -20rem;
        color: white !important;
        opacity: 0;
    }

   

    #light-blue-circles-desktop {
        display: none;
    }

    .pink-img-2 {
        transition: all .5s;
        opacity: 0%;
        right: 2rem;
        max-width: 210px;
        bottom: 2rem;
        z-index: 0;
    }

    .pink-img-1 {
        display: block;    
        position: absolute;
        left: 2rem;
        width: 210px;
        top: 16%;
        z-index: 0;
        transition: all .5s;
        opacity: 0%; 
    }

    .pink-title-animation-mobile {
        position: relative;
        top: -5rem;
    }

    

    .pink-text-animation-mobile {
        background: #f0aab9;
        border-radius: 20px;
        font-weight: 700;
        position: relative;
        left: -20rem;
        color: #162c2f !important;
        opacity: 0;
    }

  

    .blue-text-mobile, .yellow-text-mobile,
     .purple-text-mobile, .pink-text-mobile,
     .light-blue-text-mobile {
        overflow: hidden;
        display: block;
        text-align: center;
        font-size: 42px !important;
        line-height: 1.5;
        z-index: 2;
        font-weight: 600 !important;
    }

    .extra-text-pink p{
        color: black;
    }

    svg#pink-circles {
        transform: scale(.9);
        padding: 0;
    }
    
    
    @keyframes zoom-out-pink {
        0% {
            transform: scale(.9);
        }
        100% {
            transform: scale(.7);
        }
    }

    .pink-circles-text h1 {
        color: white;
    }

    .pink-circles-text {
        height: 100%;
        align-items: center;
    }

    .home-pink-circles {
        height: 100vh;
        margin: 0;
        padding: 5rem 0!important;
        overflow-x: hidden;
    }

 

    .purple-img-2 {
        max-width: 250px;
        top: 12%;
        right: -8%;
    }

    .hc-text-container-mobile {
        width: 100%;
        display: flex !important;
        top: 50%;
        left: 50%;
        position: absolute !important;
        flex-direction: column;
        z-index: 2;
    }

    .pandemic-desktop{
        display: none;
    }

    .portal-section-2 h1 {
        padding-top: 0;
    }

    .center-container-sm-blue {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 2rem;
    }

    .container-small-blue {
        width: 330px;
        height: 3rem;
        margin: 1.5rem 0;
        padding: 2rem 1rem;
        position: relative;
    }

    .container-small-blue p {
        padding-right: 22px;
        font-size: 12px;
    }

    .pandemic-portal {
        padding: 5rem 0 0;
        text-align: center!important;
    }

    .portal-container-desktop {
        display: none;
    }

    .blue-container, .circles-bg {
        padding: 0 !important;
    }

    .circles-bg-light-blue {
        padding-top: 0rem;
    }

   

    .circles-desktop {
        display: none;
    }

    .extra-text p {
        padding: 1rem 4rem;
        font-size: 42px;
    }

    .blue-text-desktop, .purple-text-desktop, .pink-text-desktop, .light-blue-text-desktop, .yellow-text-desktop {
        display: none;
    }
    
    .blue-img-girl {
        right: 2% !important;
        bottom: 2% !important;
        width: 280px !important;
    }

    .desktop-top-bubbles {
        display: none !important;
    }

    .top-header-home {
        text-align: center!important;
    }

    .top-header-home h1 {
        padding: 2rem 4rem 1.5rem;
    }

    .mobile-top-bubbles-img {
        display: block;
        margin: auto;
        position: relative;
        top: -3rem;
    }

    .circle-imgs-2-desktop{
        display: none !important;
    }

    .subtitle-section-2-desktop {
        display: none !important;
    }

    .subtitle-section-2-mobile {
        display: flex !important;
        padding-bottom: 2rem;
    }

    .subtitle-section-2-mobile h1:after {
        width: 80px;
    }


    .btn-text-container {
        width: 330px;
        height: 3rem;
        margin: 1.5rem 0;
        padding: 2rem 1rem;
        position: relative;
    }

    .btn-text-container p {
        padding-right: 22px;
        font-size: 12px;
    }

    .arrow-right {
        background-size: 23px !important;
        height: 32px;
        width: 55px;
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%);
        right: 1.2rem;
    }

    .schedule-demo {
        font-size: 14px;
        width: 215px;
    }

    .contact-form-img {
        position: relative;
        top: 7rem;
        display: block;
        margin: auto;
    }
    

    .col-text-index-3 {
        padding: 2rem 5rem 2rem !important;
        margin-left: auto;
        margin-right: auto;
        max-width: 490px;
    }

    .col-text-index-3 p {
        font-size: 15px;
    }

    .col-text-index-3 h1.llt-text {
        padding-top: 3rem;
    }
    
    .col-text-index-3 h1 {
        font-size: 28px !important;
    }

    .hide-text-mobile {
        display: none;
    }

    .home_signup {
        padding: 2rem 0;
    }

    .mc-field-group.index-email-big-container {
        margin: 1rem 0 1rem;
    }

    .email-form-border-radius input:nth-of-type(1) {
        border-radius: 15px 0 0 15px!important;
    }

    .index-color-cards-container {
        padding: 0 3rem;
    }

    .index-color-cards-intro {
        width: 620px;
    }

    .form-message-section {
        display: none;
    }

}

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

    .card-group {
        padding-top: 2rem;
        padding-left: 4rem !important;
    }

    .home-padding {
        padding: 2rem 4rem 3rem !important;
    }

    .lets-learn-txt-container {
        padding: 0 4rem;
    }

    .bh-founded-text-mobile {
        margin: 0;
        padding: 3rem 4rem;
    }
}


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


    .home-top-container {
        margin-bottom: 12rem;
    }


    .container-small-blue-3 {
        padding: 1.5rem 2rem;
    }

    .bg-color-yellow {
        padding-top: 13rem;
    }


    .index-color-cards-container {
        padding: 0;
    }

    .index-color-cards-intro {
        width: 500px;
    }

    .index-individual-color-card {
        width: 500px;
        height: 500px;
    }

    .index-individual-color-card h1 {
        font-size: 36px;
    }

    .character-with-tablet-img {
        max-width: 200px;
        top: 45%;
    }
}

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

    .mobile-top-bubbles {
        padding-top: 2rem;
    }

    .mobile-padding-top-text {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .modal-text-p {
        font-size: 16px !important;
    }

    .modal-text {
        font-size: 21px !important;
    }

    .modal-content {
        width: 80% !important;
    }

    .arrow-right-mobile {
        position: relative !important;
        right: 0 !important;
        transform: translateY(0) !important;
    }

    .round-corners-input-2 {
        border-radius: 10px!important;
    }

    .ff-submit-button {
        border-radius: 0 10px 10px 0 !important;
    }

    .card-group {
        padding-top: 2rem;
        padding-left: 2rem !important;
    }

    .home-page {
        overflow: hidden;
    }

    .is-inview h1.text_animation {
        transition: all .5s;
        padding: 1rem 2rem !important;
    }

    .is-inview-remove-fixed #portal-push-mobile {
        top: 50% !important;
    }

    .is-inview #portal-push-mobile {
        top: 12rem;
    }

    .is-inview-remove-fixed #portal-push-mobile {
        top: 50%;
        transform: translateY(-45%);
    }

    .show-lblue-c-circle #light-blue-circles-mobile {
        transition: all .5s;
        height: 40% !important;
        width: 88% !important;
    }

    .blue-circles-text h1, .yellow-circles-text h1, .purple-circles-text h1 {
        font-size: 24px !important;
    }

    h1, .display-5, .display-4 {
        font-size: 24px !important;
    }


    .location-title {
        font-size: 8px !important;
    }

    .circles-container {
        padding: 0 !important;
        height: 900px;
    }

    .personalized-hc-text-mobile {
        padding-right: 3rem;
    }

    .map-tooltip {
        margin: 2rem 0 0 1rem;
        border-radius: 5px !important;
        /* width: auto!important;
        height: 32px !important; 
        padding: 8px !important;*/
    }

    .blue-img-bubbles {
        display: block;
        width: 380px;
        position: relative;
        top: 3rem;
        left: -2rem;
    }


    .blue-circles-img-mobile {
        transition: all .5s;
        position: absolute;
        height: 100%;
        bottom: -1rem;
        width: 100%;
        object-fit: cover;
        object-position: 0;
        z-index: -3;
    }

    .yellow-circles-img-mobile {
        transition: all .5s;
        opacity: 0%;
        position: absolute;
        height: 90%;
        bottom: -1rem;
        width: 100%;
        object-fit: cover;
        object-position: 0;
        z-index: -3;
    }

    .show-yellow-c .yellow-circles-img-mobile {
        transition: all .5s;
        opacity: 100%;
    }

    .hide-yellow-c .yellow-circles-img-mobile {
        transition: all .5s;
        opacity: 0%;
    }

    .purple-circles-img-mobile {
        transition: all .5s;
        opacity: 0%;
        position: absolute;
        height: 95%;
        bottom: -1rem;
        width: 100%;
        object-fit: cover;
        object-position: 0;
        z-index: -3;
    }

    .show-purple-c .purple-circles-img-mobile {
        transition: all .5s;
        opacity: 100%;
        left: -1px;
        width: 104%;
    }

    .show-purple-c .purple-img-1 {
        left: -15%;
    }

    .show-purple-c .purple-img-2 {
        max-width: 180px;
        transition: all .5s;
        opacity: 100%;
        top: 15%;
        right: -8%;
    }

    .hide-purple-c .purple-circles-img-mobile, .hide-purple-c .purple-img-1, .hide-purple-c .purple-img-2 {
        transition: all .5s;
        opacity: 0%;
        animation: none;
    }


    .pink-circles-img-mobile {
        top: 2rem !important;
        opacity: 0%;
        padding: 0 !important;
    }

    .pink-img-1 {
        transition: all .5s;
        top: -50%;
        opacity: 0%;
        max-width: 95px;
    }

    .pink-img-2 {
        transition: all .5s;
        bottom: -50%;
        opacity: 0%;
        right: 2rem;
        max-width: 95px;
    }

    .show-lblue-c .light-blue-circles-2 {
        transition: all .5s;
        opacity: 100% !important;
        width: 360px !important;
        height: 500px !important;
    }

    .show-pink-c .pink-circles-img-mobile {
        transition: all .5s !important;
        opacity: 100%;
        transform: scale(1) !important;
        top: 0 !important;
    }

    .show-lblue-c-circle .light-blue-circles-2 {
        transition: all .5s;
        width: 500px !important;
        height: 400px;
        top: 0 !important;
    }

    .show-pink-c .pink-img-2 {
        transition: all .5s;
        opacity: 100%;
        bottom: 8%;
    }

    .show-pink-c .pink-img-1 {
        transition: all .5s;
        opacity: 100%;
        top: 15%;
    }

    .hide-pink-c .pink-circles-img-mobile, .hide-pink-c .pink-img-1, .hide-pink-c .pink-img-2 {
        transition: all .5s;
        opacity: 0%;
        animation: none;
    }

    #light-blue-circles-mobile {
        transition: all .5s;
        opacity: 0%;
        position: absolute;
        height: 45%;
        width: 100%;
    }

    .circles-bg-light-blue {
        padding: 0 !important;
    }

    .show-lblue-c #light-blue-circles-mobile {
        transition: all .5s;
        opacity: 100%;
        height: 55%;
    }


    .circles-big-container {
        width: 100%;
        height: 2000px;
    }


    #index_sent-message-screen p {
        font-size: 11px !important;
    }

    .index-check-inbox {
        max-width: 100%;
        width: 45px;
        height: 45px;
    }

    .index-form-container-hide {
        height: 60% !important;
    }

    .display-5, h1 {
        font-size: 24px !important;
    }

    .bh-founded-text-mobile {
        padding: 1rem 2rem !important;
    }

    .bh-founded-text-mobile .container {
        padding: 0;
    }

    .bh-founded-text-mobile .container p:nth-of-type(1){
        padding-top: 1rem;
        margin: 0;
    }

    .lets-learn-txt-container {
        padding: 0 2rem;
    }

    .speed-text-mobile {
        padding: 0 !important;
    }

    p {
        font-size: 13px !important;
    }


    .map-text-mobile {
        padding: 0 !important;
    }

    .map-background {
        padding: 0 !important;
    }

    

    .map-intro-text h4 {
        font-size: 14px;
    }

    .is-inview-4 #portal-push-mobile {
        bottom: 6rem;
    }

    .is-inview #portal-push-mobile {
        top: 8rem;
    }

    .map-intro-text {
        top: -1rem;
    }

    .bh-founded-text-mobile img {
        position: relative;
        left: 1rem;
        padding-bottom: 2.5rem;
    }

    .container-small-blue-L p {
        padding-right: 0;
    }

    .container-small-blue-3 {
        width: 250px !important;
        margin: 1.5rem 0;
        padding: 1.5rem 1.2rem;
    }

    .container-small-blue-3 p {
        right: 0;
        font-size: 11px !important;
    }

    .card-footer {
        padding-bottom: 1rem !important;
        font-size: 14px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .card-footer small.text-muted {
        font-size: 7px;
    }

    .card-title {
        font-size: 11px !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .card-body {
        padding: .5rem 1rem !important;
        height: 75px;
    }

    .blog-card-tag-index {
        padding: .5rem .8rem;
        font-size: 10px !important;
        top: .6rem;
        left: .2rem;
    }

    .blog-card-img {
        border-radius: 20px 20px 0 0 !important;
        height: 100px;
        max-height: 100%;
        width: 140px;
    }

    .individual-card {
        width: 145px;
        height: 220px;
        border-radius: 20px !important;
    }

    .container-small-yellow {
        width: 290px;
        margin: 1.5rem 0;
        padding: 1.5rem 1.5rem;
        margin-right: auto;
        margin-left: auto;
    }

    .container-small-yellow p {
        right: 0;
    }

    .lets-learn-text-mobile .row {
        margin: 0 auto !important;
    }

    .lets-learn-text-mobile h1{
        font-size: 26px;
    }

    .red-book-lets-learn-together {
        width: 215px;
        left: -6rem;
        top: -1rem;
    }

    .latest-projects-btns:nth-of-type(1) {
        margin: 1rem 2px 0 0;
    }

    .latest-projects-btns {
        margin: 1rem 2px !important;
        border-radius: 9px;
        max-width: 45px;
        max-height: 45px;
    }

    .latest-projects-text-mobile h1 {
        font-size: 18px !important;
    }

    .future-motorcycle-mobile {
        position: absolute;
        right: -5rem;
        bottom: -8rem;
        min-width: 90px !important;
        max-width: 186px;
    }

    .speed-text-mobile h1{
        font-size: 24px !important;
    }

    .container-small-blue-3 {
        width: 220px !important;
        margin: 0 0 1.5rem;
        padding: 1rem 1.2rem;
    }


    .map-text-mobile h1 {
        font-size: 18px;
        padding: 0;
    }


    .is-inview svg#light-blue-circles-mobile {
        animation: light-blue-mobile forwards 2s;
    }

    @keyframes light-blue-mobile {
        0% {
            height: 40%;
            width: 78%;
        }
        100% {
            height: 50%;
            width: 90%;
        }
    }


    .blue-title-animation-mobile, .yellow-title-animation-mobile,
    .pink-title-animation-mobile, .purple-title-animation-mobile,
    .light-blue-title-animation-mobile {
        top: -4rem;
    }

    .blue-text-animation-mobile, .yellow-text-animation-mobile,
    .purple-text-animation-mobile, .pink-text-animation-mobile,
    .light-blue-text-animation-mobile {
        border-radius: 14px;
    }

    .blue-text-mobile, .purple-text-mobile, .pink-text-mobile, .light-blue-text-mobile {
        font-size: 24px !important;
        line-height: 1.5;
    }

    .pink-text-mobile {
        position: relative;
        top: 2rem;
    }
    
    
    @keyframes zoom-out-pink {
        0% {
            transform: scale(.9);
        }
        100% {
            transform: scale(.6);
        }
    }

    .home-pink-circles, .home-light-blue-circles {
        height: 820px;
    }

    .purple-img-2 {
        width: 150px !important;
        top: 14rem;
        right: -16%;
    }

    .purple-img-1 {
        bottom: 4rem; 
        width: 210px !important;
    }

    .pandemic-portal-mobile {
        transform: translate(0, -5rem);
    }

    .portal-section-img-mobile, .is-inview-2 .portal-section-img-mobile {
        background-size: 360px;
    }

    .portal-section-img-mobile {
        height: 100px;
    }

    .is-inview-3 .portal-title-3-mobile {
        top: 1rem;
        width: 305px;
    }

    .portal-title-3-mobile {
        transform: translate(-50%, 4rem);
    }

    .portal-title-1-mobile, .portal-title-2-mobile, .portal-title-3-mobile {
        font-size: 24px !important;
    }

    .portal-title-1-mobile {
        transform: translate(0, 6rem);
    }

    .portal-title-2-mobile {
        transform: translate(0, -4rem);
    }

    .container-small-blue {
        width: 280px;
        margin: 1.5rem 0;
        padding: 1.5rem 1rem;
    }

    .container-small-blue p {
        font-size: 10px !important;
        padding-right: 1rem;
    }

    .portal-text-mobile {
        padding: 0 1rem;
    }

    .pandemic-portal h1 {
        font-size: 26px !important; 
    }

    .blue-circles-text h1, .yellow-circles-text h1, 
    .purple-circles-text h1 {
        top: 56%;
    }

    .extra-text p {
        font-size: 24px !important;
        padding: 0.5rem 2rem;
    }


    .blue-img-girl {
        right: 2rem;
        bottom: 5rem;
        max-width: 100px !important;
    }

    .top-header-home h1 {
        padding: 3rem 1.5rem .5rem;
    }

    .mobile-top-bubbles-img {
        max-width: 330px;
        top: 0;
        display: block;
        margin: auto;
    }

    .arrow-down-btn {
        bottom: 0;
        background-size: 24px auto;
        height: 35px;
        width: 65px;
        margin: 5rem 0;
    }

    .subtitle-section-2-mobile h1:after {
        bottom: -28px;
        width: 50px;
    }

    .home-padding {
        padding: 2rem !important;
    }

    .index-crane-container-mobile {
        top: 0;
        max-width: 220px !important;
        right: 0;
    }

    .btn-text-container {
        width: 280px;
        margin: 1.5rem 0;
        padding: 1.5rem 1rem;
    }

    .btn-text-container p {
        font-size: 10px !important;
        padding-right: 1rem;
    }

    .arrow-right {
        background-size: 18px !important;
        height: 28px;
        width: 48px;
        position: relative;
        right: 0;
        transform: translateY(0%);
    }

    .schedule-demo {
        font-size: 12px;
        width: 180px;
    }

    .contact-form-img {
        position: relative;
        top: 3rem;
    }

    .col-text-index-3 {
        padding: 2.5rem !important;
        max-width: 328px;
    }

    .col-text-index-3 h1 { 
        font-size: 21px !important;
        padding-bottom: .5rem !important;
        padding-top: 1rem !important;
    }

    .col-text-index-3 p {
        font-size: 14px;
        margin-bottom: 0.5rem !important;
    }

    .home_signup {
        padding: 0 !important;
    }
    
    .home_signup .mc-field-group input {
        padding: 8px 8px 8px 12px !important;
        font-size: 14px !important;
    }

    .mc-field-group.index-email-big-container {
        margin: 0.5rem 0;
        width: 100% !important;
    }

    .index-form-container {
        margin-top: 1rem;
        height: 60px !important;
    }

    .index-form-container input {
        border-radius: 10px!important;
    }

    .index-form-container-style {
        height: 60px !important;
    }

    .email-form-border-radius input:nth-of-type(1) {
        border-radius: 10px 0 0 10px!important;
    }

    .index-color-cards-container {
        padding: 0 !important;
    }

    .index-color-cards-intro {
        width: 100%;
        padding: 0 2rem;
    }

    .index-individual-color-card {
        max-width: 280px;
        height: 280px;
        padding: 2rem 2rem;
    }

    .index-individual-color-card p:nth-of-type(1) {
        font-size: 14px !important;
        padding-bottom: .5rem;
    }

    .index-individual-color-card h1 {
        font-size: 21px !important;
        padding-bottom: 0;
    }

    .index-individual-color-card button {
        font-size: 10px;
        padding: .8rem;
        left: 2rem;
        max-width: 136px;
        max-height: 62px;
        min-width: 76px;
        min-height: 30px;
        bottom: 2rem;
    }

    .character-with-tablet-img {
        position: relative;
        height: auto;
        max-width: 115px;
        transform: scaleX(-1);
        left: 60%;
        top: 0;
    }
}

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

    .show-lblue-c-circle #light-blue-circles-mobile {
        height: 50% !important;
        width: 88% !important;
    }

    .is-inview h1.text_animation {
        padding: 1rem 1.5rem !important;
    }

    .display-5, .display-4, h1 {
        font-size: 18px !important;
    }

    .index-form-container-hide {
        height: 42% !important;
    }
    
    .col-text-index-3 h1 {
        font-size: 18px !important;
    }

    .latest-projects-btns {
        padding: 20px 20px;
    }

    .future-motorcycle-mobile {
        bottom: -5rem;
        max-width: 175px;
    }

    .map-container {
        padding: 0 !important;
    }

    .is-inview-4 #portal-push-mobile {
        bottom: 2rem;
    }

    .map-intro-text h4 {
        padding: 0;
    }

    .map-intro-text {
        top: -2rem;
    }

    .purple-img-1 {
        max-width: 145px !important;
    }

    .show-purple-c .purple-img-2 {
        max-width: 128px !important;
    }

    .bubble-img, .no-buble-img {
        opacity: 0%;
    }

    .is-inview .bubble-img, .is-inview .no-buble-img {
        transition: all .5s;
        opacity: 100%;
    }

    .index-crane-container-mobile {
        top: 2rem;
        max-width: 185px !important;
        right: 0;
    }

    .btn-text-container {
        width: 220px;
        margin: 1.5rem 0;
        padding: 1.5rem 1rem;
    }

    .arrow-down-btn {
        display: none;
    }

    .personalized-hc-text-mobile {
        padding-right: 0rem;
    }

    .pink-img-2, .pink-img-1 {
        max-width: 75px;
    }

    .pink-img-1 {
        top: 20%;
    }

    .blue-title-animation-mobile, .yellow-title-animation-mobile, 
    .pink-title-animation-mobile, .purple-title-animation-mobile, 
    .light-blue-title-animation-mobile {
        top: -3rem;
    }

    .blue-text-mobile, .purple-text-mobile, .pink-text-mobile, .light-blue-text-mobile {
        font-size: 21px !important;
    }

    .home-pink-circles, .home-light-blue-circles {
        height: 620px;
    }

    .portal-title-1-mobile, .portal-title-2-mobile, .portal-title-3-mobile {
        font-size: 18px !important;
    }

    .extra-text p {
        font-size: 21px !important;
    }

    .col-text-index-3 {
        padding: 3rem 2rem 2rem!important;
    }

    .index-individual-color-card {
        width: 240px;
        height: 240px;
    }

    .index-individual-color-card h1 {
        font-size: 18px !important;
    }
}


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

    .text-blue-anim-container {
        transform: translate(-50%, -50%) !important;
    }

    .bubble-team-imgs {
        position: relative;
    }
    
    .bubble-team {
        border-radius: 50%;
        position: absolute;
    }
    
    .no-buble-team {
        max-width: 210px;
        position: absolute;
    }
    
    .no-bubble-team-1 {
       transform: scale(0);
        /* right: 9rem !important; */
        left: 32.5rem !important;
        top: 28rem !important;
        width: 90px !important;
    }
    
    .no-bubble-team-2 {
       transform: scale(0);
        left: 19rem !important;
        top: 13rem !important;
        width: 80px !important;
    }
    
    .no-bubble-team-3 {
        /* right: 8rem !important; */
        left: 34rem !important;
        top: 2rem !important;
        width: 100px !important;
        transform: scale(0) rotate(10deg);
    }

    .no-bubble-team-4 {
        left: 13.5rem;
        top: 1.5rem;
        width: 80px;
    }

    .no-bubble-team-5 {
        left: 11.5rem;
        top: 13rem;
        width: 90px;
    }
    
    .bubble-team-2 {
        /* right: 9rem !important; */
        left: 26rem !important;
        top: 1.5rem !important;
        transform: scale(0) rotate(0deg);
        width: 210px !important;
    }
    
    .bubble-team-3 {
        left: 10rem !important;
        top: 4rem !important;
        width: 160px !important;
        transform: scale(0) rotate(340deg);
    }
    
    .bubble-team-4 {
        /* right: 6rem !important;
        bottom: 14rem !important; */
        left: 32rem !important;
        top: 15.5rem !important;
        width: 170px !important;
        transform: scale(0) rotate(20deg);
    }
    
    .bubble-team-5 {
       transform: scale(0);
        /* bottom: 0 !important; */
        /* right: 0 !important; */
        top: 29rem !important;
        left: 34rem !important;
        width: 200px !important;
    }
    
    .bubble-team-6 {
       transform: scale(0);
        left: 19rem !important;
        top: 15rem !important;
        width: 180px !important;
    }
    
    .bubble-team-7 {
        left: 0;
        top: 13rem !important;
        transform: scale(0) rotate(340deg);
        width: 270px !important;
    }

    .lets-learn-txt-container p {
        padding-right: 10rem;
    }

    .display-5, h1 {
        font-size: 3.5rem !important;
    }
    
    /* .bubble-img-1 {
        width: 110px !important;
    }
    
    .bubble-img-2 {
        width: 210px !important;
    }
    
    .bubble-img-3 {
        width: 170px !important;
    }
    
    .bubble-img-4 {
        width: 170px !important;
    }
    
    .bubble-img-5 {
        width: 170px !important;
    }
    
    .bubble-img-6 {
        width: 280px !important;
    }
    
    .bubble-img-7 {
        width: 285px !important;
    }
    
    .no-bubble-1 {
        width: 110px !important;
    }
    
    .no-bubble-2 {
        width: 110px !important;
    }
    
    .no-bubble-3 {
        width: 110px !important;
    }
     */
    .no-buble-img {
        max-width: 210px !important;
    }
    
    .is-inview .bubble-img-1 {
        width: 110px !important;
    }
    
    .is-inview .bubble-img-2 {
        width: 220px !important;
        
    }
    
    .is-inview .bubble-img-3 {
        width: 220px !important;
    }
    
    .is-inview .bubble-img-4 {
        width: 170px !important;
    }
    
    .is-inview .bubble-img-5 {
        width: 170px !important;
    }
    
    .is-inview .bubble-img-6 {
        width: 280px !important;
    }
    
    .is-inview .bubble-img-7 {
        width: 170px !important;
    }
    
    .is-inview .no-bubble-1 {
        width: 110px !important;
    }
    
    .is-inview .no-bubble-2 {
        width: 110px !important;
    }
    
    .is-inview .no-bubble-3 {
        width: 110px !important;
    }
    
    .is-inview .no-buble-img {
        max-width: 210px !important;
    }
    
}




.is-inview .index-toyfaces-container {
    left: -12rem;
}

.bubble-img {
    position: absolute;
    border-radius: 50%;
}

/* .bubble-img-1 {
    transition: all .5s;
    left: 77vw;
    bottom: 96vh;
    width: 75px;
}

.bubble-img-2 {
    transition: all .5s;
    left: 61vw;
    top: -81vh;
    width: 165px;
    transform: rotate(14deg)
}

.bubble-img-3 {
    transition: all .5s;
    left: 49vw;
    bottom: 89vh;
    width: 130px;
}

.bubble-img-4 {
    transition: all .5s;
    right: 20vw;
    top: -57vh;
    width: 125px;
}

.bubble-img-5 {
    transition: all .5s;
    right: 15vw;
    bottom: 47vh;
    width: 125px;
}

.bubble-img-6 {
    transition: all .5s;
    right: 28vw;
    top: -47vh;
    width: 215px;
    border-radius: 50%;
}

.bubble-img-7 {
    transition: all .5s;
    right: 0rem;
    top: -58vh;
    width: 220px;
    z-index: 2;
}

.no-bubble-1 {
    transition: all .5s;
    left: 57vw;
    bottom: 80vh;
    width: 80px;
    transform: rotate(5deg);
    z-index: 1;
}

.no-bubble-2 {
    transition: all .5s;
    left: 75vw;
    top: -48vh;
    width: 80px;
    transform: rotate(344deg);
    z-index: 1;
}

.no-bubble-3 {
    transition: all .5s;
    right: 4vw;
    top: -81vh;
    width: 80px;
    transform: rotate(333deg);
    z-index: 1;
} */

.no-buble-img {
    position: absolute;
    max-width: 200px !important;
}

.is-inview .bubble-img-1 {
    transition: all .5s;
    left: 12vw;
    bottom: -2rem;
    width: 75px;
}

.is-inview .bubble-img-2 {
    transition: all .5s;
    left: 14vw;
    top: 0rem;
    width: 165px;
    transform: rotate(-10deg);
}

.is-inview .bubble-img-3 {
    transition: all .5s;
    left: 30vw;
    bottom: 0rem;
    width: 160px;
}

.is-inview .bubble-img-4 {
    transition: all .5s;
    right: 49vw;
    top: 0rem;
    width: 125px;
}

.is-inview .bubble-img-5 {
    transition: all .5s;
    right: 41vw;
    bottom: -1rem;
    width: 125px;
}

.is-inview .bubble-img-6 {
    transition: all .5s;
    right: 23vw;
    top: 2rem;
    width: 215px;
}

.is-inview .bubble-img-7 {
    transition: all .5s;
    right: 12vw;
    top: 6rem;
    width: 115px;
    z-index: 2;
}

.is-inview .no-bubble-1 {
    transition: all .5s;
    left: 20vw;
    bottom: -0.5rem;
    width: 80px;
    transform: rotate(0deg);
    z-index: 1;
}

.is-inview .no-bubble-2 {
    transition: all .5s;
    left: 41vw;
    top: 7rem;
    width: 80px;
    transform: rotate(-55deg);
    z-index: 1;
}

.is-inview .no-bubble-3 {
    transition: all .5s;
    right: 17vw;
    top: 4rem;
    width: 80px;
    transform: rotate(333deg);
    z-index: 1;
}

.is-inview .no-buble-img {
    transition: all .5s;
    position: absolute;
    max-width: 80px !important;
}








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

    .is-inview #portal-push-mobile {
        top: 50%;
        transform: translateY(-50%);
    }

    .map-container {
        padding: 0 2rem;
    }

    .home-top-container {
        margin-bottom: 18rem;
    }

    /* .no-bubble-2 {
        transition: all .5s;
        left: 56vw;
        top: -72vh;
        width: 90px;
        transform: rotate(344deg);
        z-index: 1;
    }

    .no-bubble-3 {
        transition: all .5s;
        right: 39vw;
        top: -65vh;
        width: 72px;
        transform: rotate(333deg);
        z-index: 1;
    }

    .bubble-img-2 {
        transition: all .5s;
        left: 32vw;
        top: -89vh;
        width: 170px;
        transform: rotate(14deg);
    }

    .bubble-img-3 {
        transition: all .5s;
        left: 14vw;
        bottom: 74vh;
        width: 142px;
    }

    .bubble-img-4 {
        transition: all .5s;
        top: -74vh;
        right: 44vw;
        width: 130px;
        transform: rotate(28deg);
    }

    .bubble-img-5 {
        transition: all .5s;
        right: 37vw;
        bottom: 49.5vh;
        width: 125px;
    } */
    
    .is-inview .bubble-img-2 {
        transition: all .5s;
        left: 0vw;
        top: 0rem;
        width: 165px;
        transform: rotate(-10deg);
    }
    
     .is-inview .bubble-img-3 {
        transition: all .5s;
        left: 0vw;
        bottom: 0rem;
        width: 160px;
    }
    
    .is-inview .bubble-img-4 {
        transition: all .5s;
        right: 0vw;
        top: 0rem;
        width: 0px;
    }
    
    
    .is-inview .no-bubble-2 {
        transition: all .5s;
        left: 0;
        top: 7rem;
        width: 80px;
        transform: rotate(-55deg);
        z-index: 1;
    }

    .is-inview .no-bubble-3 {
        transition: all .5s;
        right: 36vw;
        top: 4rem;
        width: 0px;
        transform: rotate(333deg);
        z-index: 1;
    }

    
}

.map-intro-text {
    transition: all .5s;
    position: relative;
    top: -8rem;
    filter: blur(6px);
    opacity: 50%;
    width: 100%;
    margin: auto;
}

.is-inview .map-intro-text {
    padding-top: 0 !important;
    transition: all .5s;
    position: relative;
    top: 0;
    filter: blur(0);
    opacity: 100%;
}

.interactive-map {
    height: 100%;
    width: 100%;
    position: relative;
}

.location-text {
    position: absolute;
    width: 100%;
    z-index: -1;
}



.interactive-map svg {
    height: 100%;
    width: 100%;
    z-index: 2;
}

.location-selected {
    fill: #162C2F !important;
    stroke: #162C2F;
    stroke-width: 6;
}

.map-locations {
    position: absolute;
    display: flex;
    width: 100%;
    top: 0;
}

.home-map-container {
    position: relative;
    height: 70vh;
    margin: 5rem 0 2rem;
}

.map-container {
    position: relative;
    height: 100%;
}

.home-map {
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.tooltip-box {
    background-color: #162c2fd0;
    
    position: relative;
}

.loc-txt-box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.map-tooltip {
    position: absolute; 
    z-index: 300; 
    top: 300px; 
    left: 200px; 
    background-color: #162c2fd0; 
    border-radius: 10px;
    width: auto;
    height: auto;
    opacity: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    display: none;
}

.location-title {
    color: var(--main-white);
    font-size: 14px;
    margin-bottom: 0 !important;
    padding: 5px;
} 

@media screen and (min-width: 1025px) and (max-width: 1200px){
    .arrow-down-btn {
        margin-top: 4rem;
        bottom: 18rem !important;
    }

    .personalized-hc-text-mobile {
        padding-right: 20rem;
    }

    .mobile-top-bubbles-img {
        max-width: 1000px;
    }

    .arrow-down-btn {
        bottom: 6rem;
    } 
    
    .index-crane-container-mobile {
        top: 4rem;
        max-width: 482px !important;
        right: 0;
    }

    .personalized-hc-text-mobile {
        padding-right: 22rem;
    }

    .is-inview .bubble-img-6 {
        transition: all .5s;
        right: 30vw;
        top: -5vh;
        width: 260px;
    }

    .is-inview .no-bubble-1 {
        transition: all .5s;
        left: 38vw;
        bottom: 11vh;
        width: 110px;
        transform: rotate(0deg);
        z-index: 1;
    }

    .is-inview .no-buble-img {
        max-width: 110px !important;
    }

    .no-bubble-1 {
        transition: all .5s;
        left: 25vw;
        bottom: 69vh;
        width: 78px;
        transform: rotate(341deg);
        z-index: 1;
    }

    
     .is-inview .bubble-img-1 {
        transition: all .5s;
        left: 19vw;
        bottom: 8vh;
        width: 150px;
        transform: rotate(21deg);
    }

    .is-inview .bubble-img-7 {
        transition: all .5s;
        right: 12vw;
        top: -5vh;
        width: 160px;
        z-index: -1;
    }

    .is-inview .bubble-img-5 {
        transition: all .5s;
        right: 0;
        bottom: 12vh;
        width: 150px;
        transform: rotate(28deg);
    }
    
   
}

@media screen and (orientation:landscape) and (min-width: 601px) and (max-width: 900px) {
    .blue-circles-img-2{
        height: auto !important;
    }
}


@media screen and (orientation:landscape) and (min-width: 901px) and (max-width: 1024px) {
    .hm-circles-mobile {
        max-width: 650px;
        display: block;
        margin: auto;
        top: 0 !important;
    }

    .contact-form-img {
        max-width: 600px;
    }
}


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

    .show-lblue-c-circle #light-blue-circles-mobile {
        transition: all .5s;
        height: 80% !important;
        width: 60% !important;
    }

    .mobile-top-bubbles-img {
        max-width: 630px;
    }

    .arrow-down-btn {
        bottom: 6rem;
    } 
    
    .index-crane-container-mobile {
        top: 4rem;
        max-width: 370px !important;
        right: 0;
    }

    .personalized-hc-text-mobile {
        padding-right: 22rem;
    }

    .is-inview .bubble-img-6 {
        transition: all .5s;
        right: 30vw;
        top: -5vh;
        width: 220px;
    }

    .is-inview .no-bubble-1 {
        transition: all .5s;
        left: 38vw;
        bottom: 11vh;
        width: 110px;
        transform: rotate(0deg);
        z-index: 1;
    }

    .is-inview .no-buble-img {
        max-width: 110px !important;
    }

    .no-bubble-1 {
        transition: all .5s;
        left: 25vw;
        bottom: 69vh;
        width: 78px;
        transform: rotate(341deg);
        z-index: 1;
    }

    
    .is-inview .bubble-img-1 {
        transition: all .5s;
        left: 19vw;
        bottom: 8vh;
        width: 150px;
        transform: rotate(21deg);
    }

    .is-inview .bubble-img-7 {
        transition: all .5s;
        right: 12vw;
        top: -5vh;
        width: 160px;
        z-index: -1;
    }

    .is-inview .bubble-img-5 {
        transition: all .5s;
        right: 0;
        bottom: 12vh;
        width: 150px;
        transform: rotate(28deg);
    }
    
    
}

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

    .is-inview h1.text_animation {
        padding: 1rem 1.5rem !important;
    }

    .pink-circles-2 {
        top: 50% !important;
        left: 50% !important;
        transform: scale(1.2) translate(-50%, -50%) !important;
    }

    .pink-circles-img-mobile {
        transition: all .5s;
        width: 600px !important;
        margin: auto;
        top: 0% !important;
        left: 0% !important;
        transform: scale(1.2)!important;
    }

    .show-pink-c .pink-circles-img-mobile {
        transition: all .5s;
        transform: scale(.8)!important;
    }

    .blue-circles-img-2, .yellow-circles-2, .purple-circles-2 {
        object-fit: cover !important;
    }

    .portal-text-mobile {
        padding: 0;
    }

    .portal-title-2-mobile {
        transform: translate(0, -3rem);
    }

    .show-lblue-c-circle #light-blue-circles-mobile {
        transition: all .5s;
        height: 100% !important;
        width: 48% !important;
    }

    .purple-img-2 {
        max-width: 120px !important;
    }

    .mobile-top-bubbles-img {
        max-width: 725px;
    }

    .index-crane-container-mobile {
        max-width: 320px !important;
        right: 0;
        top: 0;
    } 

    /* .bubble-img-1 {
        transition: all .5s;
        left: 56vw;
        bottom: 129vh;
    }
    
    .bubble-img-2 {
        transition: all .5s;
        left: 26vw;
        top: -117vh;
    }

    .no-bubble-1 {
        transition: all .5s;
        left: 18vw;
        bottom: 115vh;
    }

    .no-bubble-2 {
        transition: all .5s;
        left: 60vw;
        top: -95vh;
    }

    .no-bubble-3 {
        transition: all .5s;
        right: 35vw;
        top: -87vh;
    }

    .bubble-img-3 {
        transition: all .5s;
        left: 1vw;
        bottom: 124vh;
    }

    .bubble-img-4 {
        transition: all .5s;
        top: -98vh;
        right: 42vw;
    }

    .bubble-img-5 {
        transition: all .5s;
        right: 32vw;
        bottom: 88.5vh;
    }

    .bubble-img-6 {
        transition: all .5s;
        right: 57vw;
        top: -89vh;
    }

    .bubble-img-7 {
        transition: all .5s;
        right: 2vw;
        top: -98vh;
    } */

    .is-inview .bubble-img-6 {
        width: 185px !important;
        top: -4vh;
        right: 30vw;
    }

    .is-inview .no-buble-img {
        transition: all .5s;
        position: absolute;
        max-width: 120px !important;
    }

    .is-inview .no-bubble-1 {
        bottom: 17vh !important;
        width: 78px !important;
        left: 38vw;
    }
    
    .is-inview .bubble-img-1 {
        left: 28vw;
        bottom: 15vh;
        width: 82px;
    }

    .is-inview .bubble-img-7 {
        top: -4vh !important;
        width: 120px !important;
    }
    
    .is-inview .bubble-img-5 {
        bottom: 17vh !important;
        width: 105px !important;
        right: 1vw;
        transform: rotate(33deg);
    }
}

.index-crane-container-mobile {
    transform: scaleX(-1);
    position: absolute;
}

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

    .is-inview .bubble-img, .is-inview .no-buble-img {
        transition: all .5s;
        opacity: 100%;
    }
    
    .bubble-img, .no-buble-img {
        transition: all .5s;
        opacity: 0%;
    }
}

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

    .blue-img-girl {
        right: 1rem !important;
    }

    .index-crane-container-mobile {
        top: 0rem;
    }

    .container-small-blue p {
        font-size: 9px !important;
        padding-right: 3rem;
    }

    .is-inview #portal-push-mobile {
        top: 58%;
        transform: translateY(-50%);
    }

    .container-small-blue {
        width: 220px !important;
    }
}


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

    .is-inview .bubble-img-1 {
        left: 55vw;
        bottom: 9vh;
        width: 75px;
        transform: rotate(18deg);
    }

    .bubble-img-2 {
        transition: all .5s;
        left: 25vw;
        top: -103vh;
        width: 80px; 
    }

    .is-inview .bubble-img-5 {
        bottom: 12vh !important;
        width: 80px !important;
        right: -60vw !important;
        transform: rotate(16deg);
    }

    .is-inview .bubble-img-7 {
        top: -4.5vh !important;
        width: 80px !important;
        right: -46vw !important;
        z-index: -1;
    }

    .is-inview .bubble-img-6 {
        width: 146px !important;
        right: -26vw !important;
        top: -2vh !important;
    }

    .is-inview .no-bubble-1 {
        bottom: 11vh !important;
        width: 62px !important;
        left: 76vw !important;
    }

    /* .bubble-img-1 {
        width: 42px;
        left: 53vw;
        bottom: 114vh;
    }

    .bubble-img-3 {
        transition: all .5s;
        left: 4vw;
        bottom: 112vh;
        width: 56px;
    }

    .bubble-img-4 {
        transition: all .5s;
        top: -93vh;
        right: 39vw;
        width: 64px; 
    }

    .bubble-img-5 {
        width: 60px !important;
        right: 32vw;
        bottom: 91.5vh;
    }

    .bubble-img-7 {
        width: 95px !important;
        right: 5vw;
        top: -92vh;
    }

    .bubble-img-6 {
        width: 100px !important;
        right: 53vw;
        top: -88vh;
    }

    .no-bubble-1 {
        width: 56px !important;
        left: 17vw;
        bottom: 106vh;
    }

    .no-bubble-2 {
        transition: all .5s;
        left: 56vw;
        top: -91vh;
        width: 42px; 
    }

    .no-bubble-3 {
        transition: all .5s;
        right: 35vw;
        top: -86vh;
        width: 32px; 
    } */

    .index-toyfaces-container{
        padding-top: 9rem;
    }
}



@media screen and (orientation:landscape) and (min-device-width: 1025px) and (max-device-width: 1400px) {

    .text-blue-anim-container {
        transform: translate(-52%, -50%) !important;
    }

    .mobile-top-bubbles-img {
        max-width: 650px;
    }
    
}


@media screen and (orientation:landscape) and (min-device-width: 900px) and (max-device-width: 1024px) {

    .purple-circles-2 {
        object-position: -2rem;
    }

    .blue-circles-img-2, .yellow-circles-2, .purple-circles-2 {
        display: block !important;
    }

    .blue-circles-img-mobile, .yellow-circles-img-mobile, .purple-circles-img-mobile {
        display: none;
    }

    .map-tooltip {
        margin-left: 1rem;
    }

    .show-purple-c #purple-desktop-mask {
        height: 100%;
    }

    .show-lblue-c #light-blue-circles-mobile {
        height: 52%;
    }

    .circles-desktop {
        display: block;
    }

    .arrow-down-btn {
        display: none;
    } 

    .hc-text-container-mobile h1 {
        font-size: 32px !important;
    }
}

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

    .show-pink-c .pink-circles-img-mobile {
        width: 380px !important;
        top: 50% !important;
        transform: scale(1) translateY(-50%) !important;
    }

    .bh-founded-text-mobile p {
        font-size: 14px;
    }

    .is-inview-3 #portal-push-mobile {
        top: 64%;
        transform: translateY(-50%);
    }

    .text-blue-anim-container {
        top: 55% !important;
    }

    .blue-circles-img-2, .yellow-circles-2, .purple-circles-2 {
        display: block !important;
    }

    .future-motorcycle-mobile {
        max-width: 240px;
    }

    .contact-form-img {
        max-width: 70%;
    }

    .bh-founded-text-mobile img {
        width: 85%;
        display: block;
        margin: auto;
        padding-left: 7rem;
    }

    .individual-card {
        width: 200px;
        height: 285px;
    }

    .card-title {
        font-size: 13px !important;
    }

    .card-footer small.text-muted {
        font-size: 10px;
    }

    .location-title {
        font-size: 10px !important;
    }

    /* .map-tooltip {
        width: auto !important;
        height: auto !important; 
        padding: 0.5rem;
    }*/

    .map-container {
        padding: 0;
    }

    .show-purple-c .purple-img-1 {
        bottom: 0;
        left: -2%;
    }

    .circles-container {
        height: 122vh!important;
    }

   
    .arrow-down-btn {
        display: none;
    }

    .index-toyfaces-container {
        padding-top: 10rem;
    }

    .top-header-home h1 {
        padding: 4rem 4rem 0;
    }

    .personalized-hc-text-mobile {
        padding-right: 21rem;
    }

    .circles-main-container {
        position: relative;
        height: 250vh !important;
    }

    .circles-big-container {
        height: 250vh !important;
    }

    .blue-circles-img-mobile, .yellow-circles-img-mobile, .purple-circles-img-mobile {
        display: none;
    }

    .circles-desktop {
        display: block;
    }

    .is-inview img.blue-circles-img {
        object-position: 0;
    }

    .purple-img-1 {
        max-width: 160px !important;
    }

    .purple-img-2 {
        max-width: 120px !important;
    }

    .show-purple-c .purple-img-2 {
        top: 20%;
    }

    .home-pink-circles {
        padding: 0 !important;
    }
   
    .pink-img-1 {
        max-width: 90px;
        left: 8rem;
    }

    .show-pink-c .pink-img-1 {
        top: 7rem;
        left: 3rem;
    }

    .pink-img-2 {
        max-width: 90px;
        right: 8rem;
    }

    .show-pink-c .pink-img-2 {
        right: 3rem;
        bottom: 2rem;
    }

    .light-blue-circles-2 {
        transition: all .5s;
        opacity: 100% !important;
        width: 500px !important;
        height: 500px !important;
    }

    .show-lblue-c .light-blue-circles-2 {
        transition: all .5s;
        opacity: 100% !important;
        width: 400px !important;
        height: 500px !important;
    }

    .portal-container-mobile {
        height: 100%;
    }

    .portal-title-1-mobile {
        transform: translate(0, 3rem);
    }

    .is-inview .portal-title-1-mobile {
        animation: reset-mobile-portal .5s forwards;
        position: relative;
        top: 2rem;
    }

    .is-inview-2 .portal-title-1-mobile {
        animation: hide-mobile-portal 1s forwards ease-in !important;
    }

    .is-inview-4 #portal-push-mobile {
        bottom: -1rem;
    }

    .map-intro-text h4 {
        font-size: 14px !important;
    }

    h1, .display-5, .display-4 {
        font-size: 30px !important;
    }

    .index-individual-color-card h1 {
        font-size: 28px !important;
    }

    .map-intro-text h4:nth-of-type(2) {
        padding-top: 1rem !important;
    }

    .container-small-blue-3 p {
        font-size: 12px !important;
    }

    .container-small-blue-3 {
        padding: 1.5rem 2rem;
        width: 260px;
    }

    .personalized-healthcare-content {
        margin-bottom: 6rem;
    }

}

/* TEST */

.home-section-animations, .home-circles-main-container {
    height: 100%;
    overflow-x: hidden;
    padding: 0;
}

.circles-bg-test-blue {
    height: 1200px;
    overflow-x: hidden;
    padding: 0;
    position: relative;
}

.circles-bg-test-yellow {
    height: 1200px;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    z-index: -1;
}

.circles-bg-test-purple {
    height: 1200px;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    z-index: -2;
}

.circles-bg-test-pink {
    height: 1200px;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    z-index: -3;
}

.circles-bg-test-light-blue {
    height: 1200px;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    z-index: -4;
}

.blue-circles-img-2 {
    transition: all .5s;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: fill;
    object-position: 0;
    z-index: 0;
}

.is-inview img.blue-circles-img-2 {
    transition: all .5s;
    object-position: 0;
    transform: scale(1.25);
    -webkit-mask-box-image: none;
}

.hide-blue-c .blue-circles-img-2 {
    animation: hide-blue-container .5s forwards;
    transform-origin: bottom;
}

.blue-height-container, .yellow-height-container,
.purple-height-container, .pink-height-container {
    position: relative;
    height: 105vh;
    width: 100%;
    padding: 0;
    display: block;
}

.light-blue-height-container {
    position: relative;
    height: 100vh;
    width: 100%;
    padding: 0;
}


.container-blue-anim, .container-yellow-anim, 
.container-purple-anim, .container-pink-anim,
.container-light-blue-anim {
    height: 100%;
    position: relative;
    width: 100%;
    padding: 0;
}

.blue-img-bubbles {
    transition: all .5s;
    position: absolute;
    width: 500px;
    transform: scale(1);
}

.is-inview img.blue-img-bubbles{
    animation: hide-blue-bubbles .5s forwards;
}

.text-blue-anim-container {
    z-index: 1;
    position: relative;
    top: 50%;
    left: 50%;
    align-items: center;
}






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

    .arrow-down-btn {
        display: none;
    }

    .blue-circles-img-2, .yellow-circles-2, .purple-circles-2 {
        object-fit: cover !important;
    }

    .portal-text-mobile {
        padding: 0;
    }

    .show-lblue-c-circle #light-blue-circles-mobile {
        transition: all .5s;
        opacity: 100%;
        position: absolute;
        height: 45%;
        width: 60%;
    }
    
    .show-lblue-c-circle .light-blue-circles-2 {
        transition: all .5s;
        width: 800px;
        top: 0 !important;
        display: none;
    }

    .light-blue-circles-2 {
        transition: all .5s;
        position: relative;
        height: 800px;
        width: 800px;
        z-index: 0 !important;
        opacity: 0%;
        top: 0;
        left: 0;
        transform: translate(0%, 0%) !important;
        display: none;
    }

    .show-lblue-c .light-blue-circles-2 {
        transition: all .5s;
        opacity: 100% ;
        width: 700px ;
        height: 900px;
    }

    .light-blue-height-container {
        position: relative;
        display: flex;
        height: 100%;
        width: 100%;
        padding: 0;
        align-items: center;
        justify-content: center;
    }

    .pink-circles-2 {
        transition: all .5s !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        transform: scale(1) translate(0, 0) !important;
    }

    .show-pink-c {
        display: flex;
        align-items: center;
    }

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

    .blue-height-container, .yellow-height-container, 
    .purple-height-container, .pink-height-container {
        height: 105vh;
    }

    .text-blue-anim-container {
        flex-direction: column;
        justify-content: center;
        top: 50%;
        left: 50%;
        align-items: center;
        transform: translate(-50%, -50%);
    }

    .blue-circles-img-2, .yellow-circles-2, 
    .purple-circles-2 {
        display: none;
    }
}



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

    .modal-content {
        width: 55% !important;
        height: 30% !important;
    }


    .show-lblue-c-circle #light-blue-circles-mobile {
        transition: all .5s;
        height: 45% !important;
        width: 100% !important;
    }

    .purple-img-2 {
        max-width: 200px !important; 
    }

}

.blue-img-girl {
    transition: all .5s;
    z-index: 1;
    position: absolute;
    width: 280px;
    opacity: 15%;
    right: 3rem;
    bottom: 3rem;
}

.is-inview img.blue-img-girl {
    transition: all .5s;
    opacity: 100%;
}

.hide-blue-c img.blue-img-girl {
    animation: hide-blue-girl-img forwards .5s;
    opacity: 15%;
}

.yellow-circles-2 {
    transition: all .5s;
    transform-origin: top;
    opacity: 0%;
    bottom: 0;
    transform: scale(1.2);
    object-fit: fill;
    object-position: 0%;
    height: 100%;
    width: 100%;
}

.show-yellow-c .yellow-circles-2 {
    transition: all .5s;
    transform-origin: top;
    opacity: 100%;
    bottom: 0;
    transform: scale(1);
    z-index: -1;
}

.hide-yellow-c .yellow-circles-2 {
    transition: all .5s;
    transform-origin: right bottom;
    opacity: 0%;
    bottom: 0%;
}

.purple-circles-2 {
    transition: all .5s;
    transform-origin: top;
    opacity: 0%;
    bottom: 0;
    transform: scale(1.2);
    width: 102%;
    height: 100%;
    object-fit: fill;
    object-position: 0;
}



.show-purple-c .purple-circles-2 {
    transition: all .5s;
    transform-origin: top;
    opacity: 100%;
    bottom: 0;
    transform: scale(1);
}

.hide-purple-c .purple-circles-2 {
    transition: all .5s;
    transform-origin: bottom;
    opacity: 0;
    bottom: 0;
    transform: scale(1);
}

.pink-circles-2 {
    transition: all .5s;
    opacity: 0%;
    width: 1200px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.show-pink-c .pink-circles-2 {
    transition: all .5s;
    opacity: 100%;
}

.hide-pink-c .pink-circles-2, .hide-pink-c .pink-img-1,
 .hide-pink-c .pink-img-2 {
    transition: all .5s;
    opacity: 0% !important;
}



.show-lblue-c .light-blue-circles-2 {
    transition: all .5s;
    opacity: 100%;
    width: 100%;
}

.show-lblue-c-circle .light-blue-circles-2 {
    transition: all .5s;
    width: 50%;
    opacity: 100%;
    top: 50%;
}

.hide-main-circles-container .home-circles-main-container {
    transition: all .5s;
    opacity: 0%;
}

.portal-f1, .portal-f1-mobile {
    /* height: 1200px; */
    height: 50vh;
}

.portal-f4, .portal-f4-mobile {
    /* height: 1200px; */
    height: 100vh;
}


.portal-section {
    position: relative;
    height: 100%;
}

.is-inview-remove-fixed .portal-position {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
}

.is-inview-remove-fixed #portal-push {
    position: relative !important;
    margin: auto;
}


/* Portal Mobile */

.portal-f4-mobile {
    height: 100vh;
}

.is-inview-remove-fixed #portal-push-mobile {
    position: relative !important;
    margin: auto;
}


.bh-founded-img-desktop {
    filter: grayscale(1);
    opacity: 0;
}



.play-team-animation .no-bubble-team-1, .play-team-animation .no-bubble-team-4 {
    transition: all 1s;
    transform: scale(1);
}
 
.play-team-animation .no-bubble-team-2 {
    transition: all .5s;
    transform: scale(1);
}

.play-team-animation .no-bubble-team-5 {
    transition: all 1s;
    transform: scale(1);
}

.play-team-animation .no-bubble-team-3 {
    transition: all 1s;
    transform: scale(1) rotate(20deg);
    border-radius: 50%;
 }
 
.play-team-animation .bubble-team-2 {
    transition: all 1s;
    transform: scale(1) rotate(9deg);
    border-radius: 50%;
}
 
.play-team-animation .bubble-team-3 {
    transition: all 1.2s;
    transform: scale(1) rotate(346deg);
    border-radius: 50%;
}
 
.play-team-animation .bubble-team-4 {
    transition: all 1s;
    transform: scale(1) rotate(23deg);
    border-radius: 50%;
}
 
.play-team-animation .bubble-team-5 {
    transition: all .6s;
    transform: scale(1);
    border-radius: 50%;
}
 
.play-team-animation .bubble-team-6 {
    transition: all .6s;
    transform: scale(1);
    border-radius: 50%;
}
 
.play-team-animation .bubble-team-7 {
    transition: all .6s;
    transform: scale(1) rotate(353deg);
    border-radius: 50%;
}


@media screen and (min-width: 1601px) and (max-width: 1900px) {

    .no-bubble-team-4 {
        left: 13.5rem;
        top: 1.5rem;
        width: 70px;
    }

    .no-bubble-team-5 {
        left: 10rem;
        top: 14rem;
        width: 80px;
    }
    
    .bubble-team-imgs {
        position: relative;
    }
    
    .bubble-team {
        border-radius: 50%;
        position: absolute;
    }
    
    .no-buble-team {
        max-width: 210px;
        position: absolute;
    }
    
    .no-bubble-team-1 {
        /* right: 8rem !important;
        bottom: 6rem !important; */
        left: 30rem !important;
        top: 24rem !important;
        width: 70px !important;
       transform: scale(0);
    }
    
    .no-bubble-team-2 {
        left: 16rem !important;
        top: 12rem !important;
        width: 60px !important;
       transform: scale(0);
    }
    
    .no-bubble-team-3 {
        /* right: 6rem !important; */
        left: 29rem !important;
        top: 2rem !important;
        width: 100px !important;
        transform: scale(0) rotate(10deg);
    }
    
    .bubble-team-2 {
        /* right: 8rem !important; */
        left: 21rem !important;
        top: 1rem !important;
        width: 190px !important;
        transform: scale(0) rotate(0deg);
    }
    
    .bubble-team-3 {
        left: 9rem !important;
        top: 3rem !important;
        width: 135px !important;
        transform: scale(0) rotate(340deg);
    }
    
    .bubble-team-4 {
        /* right: 6rem !important;
        bottom: 13rem !important; */
        left: 27rem !important;
        top: 14rem !important;
        width: 142px !important;
        transform: scale(0) rotate(20deg);
    }
    
    .bubble-team-5 {
        /* bottom: 0 !important; */
        /* right: 0 !important; */
        transform: scale(0);
        top: 24rem !important;
        left: 30.5rem !important;
        width: 170px !important;
    }
    
    .bubble-team-6 {
       transform: scale(0);
        left: 16rem !important;
        top: 13rem !important;
        width: 150px !important;
    }
    
    .bubble-team-7 {
        left: 0;
        top: 13rem !important;
        width: 230px !important;
        transform: scale(0) rotate(340deg);
    }
}

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

    .red-book-lets-learn-together {
        max-width: 290px;
        left: -13rem;
    }

    .lets-learn-text-mobile .row {
        margin-left: 5rem;
    }

    .container-small-blue {
        width: 400px;
    }

    .container-small-blue p {
        font-size: 13px;
    }

    .bh-team-text-container {
        padding-left: 6rem;
    }

    .home-padding {
        padding: 6rem;
    }

    .index-form-select-tag ul li button {
       padding: 0 .8rem;
    }

    .col-text-index-3 p {
        font-size: 14px !important;
    }

    .bottom-message-form, .index_form-bottom-email, .index_form-bottom-name,
    .index-bottom-text-area-container, 
    .index-form-select-tag ul li button, .index-form-select-tag ul li p {
      font-size: 14px !important;
    }

    .no-bubble-team-4 {
        left: 11rem;
        top: .5rem;
        width: 60px;
    }

    .no-bubble-team-5 {
        left: 8rem;
        top: 10rem;
        width: 70px;
    }

    .bubble-team-imgs {
        position: relative;
    }
    
    .bubble-team {
        border-radius: 50%;
        position: absolute;
    }
    
    .no-buble-team {
        max-width: 210px;
        position: absolute;
    }
    
    .no-bubble-team-1 {
       transform: scale(0);
       /* right: 6rem;
       bottom: 4rem; */
       left: 25rem;
       top: 20rem;
       width: 70px;
    }
    
    .no-bubble-team-2 {
        transform: scale(0);
        /* left: 12rem;
        top: 9rem;
        width: 70px; */
        left: 13.5rem;
        top: 10rem;
        width: 60px;
    }
    
    .no-bubble-team-3 {
        /* right: 5rem; */
        left: 25rem;
        top: 1rem;
        width: 70px;
        transform: scale(0) rotate(10deg);
    }
    
    .bubble-team-2 {
        /* right: 7rem; */
        left: 19rem;
        top: 1rem;
        transform: scale(0) rotate(0deg);
        width: 150px;
    }
    
    .bubble-team-3 {
        left: 8rem;
        top: 2rem;
        width: 120px;
        transform: scale(0) rotate(340deg);
    }
    
    .bubble-team-4 {
        /* right: 5rem;
        bottom: 11rem; */
        left: 24rem;
        top: 11rem;
        width: 120px;
        transform: scale(0) rotate(20deg);
    }
    
    .bubble-team-5 {
       transform: scale(0);
        /* bottom: 0;
        right: 0; */
        top: 21rem;
        left: 26rem;
        width: 140px;
    }
    
    .bubble-team-6 {
       transform: scale(0);
       left: 14rem;
       top: 11rem;
       width: 130px;
    }
    
    .bubble-team-7 {
        left: 0;
        top: 9rem;
        transform: scale(0) rotate(340deg);
        width: 200px;
    }
}

.hide-main-circles-container .blue-height-container, 
.hide-main-circles-container .yellow-height-container, 
.hide-main-circles-container .purple-height-container, 
.hide-main-circles-container .pink-height-container, 
.hide-main-circles-container .light-blue-height-container {
    position: relative !important;
}

@media screen and (orientation:landscape) and (min-device-width: 800px) and (max-device-width: 1200px) and (min-device-height: 600px){

    .is-inview-3 .portal-title-3-mobile {
        top: 4rem;
    }
    
    .portal-section-1-mobile h1 {
        font-size: 32px !important;
    }

    .is-inview-remove-fixed .portal-position {
        bottom: -20rem !important;
    }
}

@media screen and (orientation:landscape) and (min-device-width: 400px) and (max-device-width: 599px) and (max-device-height: 400px){
    .personalized-hc-text-mobile {
        padding-right: 2rem;
    } 

    .portal-title-1-mobile, .portal-title-2-mobile, .portal-title-3-mobile {
        font-size: 1rem !important;
    }

    .is-inview-3 .portal-title-3-mobile {
        top: 2rem;
        width: 100%;
    }

    .portal-section-img-mobile {
        height: 80px;
    }

}


@media screen and (orientation:landscape) and (min-device-width: 600px) and (max-device-width: 1000px) and (max-device-height: 500px){

    .mobile-top-bubbles-img {
        max-width: 580px;
    }

    .portal-section-img-mobile, .is-inview-2 .portal-section-img-mobile {
        background-size: 350px;
        height: 90px;
    }

    .portal-title-1-mobile, .portal-title-2-mobile, .portal-title-3-mobile {
        font-size: 18px !important;
    }

    p {
        font-size: 13px;
    }

    .is-inview-3 .portal-title-3-mobile {
        top: 2rem;
    }

    .is-inview-remove-fixed #portal-push-mobile {
        transform: translateY(-90%) !important;
    }

}

.portal-f2, .portal-f3, .portal-f2-mobile, .portal-f3-mobile {
    height: 50vh !important;
}

.portal-text span, .portal-text-mobile span {
    font-weight: 600;
}

.a2858f2f-8d82-4194-b219-a5cf84db89b3, .ae0815c2-e17b-4fd8-97a4-ffd39717fbee {
    fill: #1fb5cc;
}

#loc_11 {
    fill: rgba(63, 150, 163, 0.521)
}

.latest-projects__btn--hover:hover {
    transition: all ease-in .2s;
    transform: scale(1.12);
}

/* Scroll Animations */

/*.personalized-healthcare__title--parallax {
    top: 30%;
}

.personalized-healthcare__img--parallax {
    right: -25%;
}

.future-arrives__img--parallax {
    right: 180%;
}

.lets-learn__img--parallax {
    top: -90%;
}

 .founded--title__parallax {
    position: relative;
    top: 45%;
}

.learn-together__img--parallax {
    position: relative;
    right: 235%;
}

.lets-learn__img--default, .learn-together__img--default {
    display: none;
}

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

    .learn-together__img--parallax {
        right: 205%;
    }
}


@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .founded--title__parallax {
        top: 30%;
    }
}

@media screen and (max-width: 1200px) {
    .lets-learn__img--parallax, .learn-together__img--parallax{
        display: none;
    }
    .lets-learn__img--default, .learn-together__img--default {
        display: block;
    }
}

.hm-circles-mobile {
    z-index: -1;
} */

.personalized-healthcare__img--parallax {
    animation: rightToLeftCrane .6s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
  }
  
  @keyframes rightToLeftCrane {
    from {
        transform: scaleX(-1) translate(-15%, 0);
    }

    to {
        transform: scaleX(-1) translate(100%, 0);
    }
  }

.future-arrives__img--parallax {
    animation: leftToRightMoto .6s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
  }
  
  @keyframes leftToRightMoto {
    from {
        transform: translate(-150%, 0);
    }

    to {
        transform: translate(15%, 0);
    }
  }

  .lets-learn__img--parallax {
    animation: topToBottomBook .8s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
  }
  
  @keyframes topToBottomBook {
    from {
        transform: translate(0, -400%);
    }

    to {
        transform: translate(0, 0%);
    }
  }

  .learn-together__img--parallax {
    animation: rightToLeftSubscribe .8s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
  }
  
  @keyframes rightToLeftSubscribe {
    from {
        transform: scale(.6) translate(100%, 0);
    }

    to {
        transform: scale(1) translate(0%, 0);
    }
  }

  .founded--title__parallax {
    animation: topToBottomTeamText .8s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
  }
  
  @keyframes topToBottomTeamText {
    from {
        transform: translate(0, 220%);
    }

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

@media screen and (min-width: 0px) and (max-width: 1200px) {
  @keyframes topToBottomBook {
    from {
        transform: translate(0, -120%);
    }

    to {
        transform: translate(0, 45%);
    }
  } 
}