/* Hero banner */
.hero-banner-container h1,
.hero-banner-container .h1 {
    text-align: center;
    margin: 0 auto;
    /* max-width: 102.6rem; */
}
/* ========================= */
.hero-banner-wrap {
    justify-content: center;
    align-items: center;
    padding-top: 8rem;
    margin: 0 auto;
    flex-direction: column;
    row-gap: 7.6rem;
}
.wrap-1 {
    width: 23rem;
    height: 23rem;
    overflow: hidden;
    border-radius: 1rem;
}
.wrap-2 {
    width: 23rem;
    height: 15rem;
    overflow: hidden;
    border-radius: 1rem;
}
.wrap-3 {
    width: 26rem;
    height: 50rem;
    overflow: hidden;
    border-radius: 1rem;
}
.img-container-wrap {
    margin: 7.6rem  auto 6rem;
    max-width: 126rem;
    position: relative;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, auto);
}
.hero-banner-container {
    flex-direction: column;
    row-gap: 0rem;
    width: 100%;
    align-items: center;
    /* height: 78.5rem; */
    display: flex;
}
.img-container {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}
.col-1 {
    position: absolute;
    top: 14rem;
    left: 12rem;
    transform: translate(-50%, 0);
    /* transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); */
    grid-area: col-1;
	transition: .3s all linear;
}
.col-2 .wrap-2 {
    position: absolute;
    top: -18rem;
    left: 37rem;
    transform: translate(-50%, 0);
    /* transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); */
	transition: .3s all linear;
    grid-area: col-2;
}
.col-2 .wrap-1 {
    position: absolute;
    top: -1rem;
    left: 37rem;
    transform: translate(-50%, 0);
    /* transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); */
	transition: .3s all linear;
}
.col-3.wrap-3 {
    left: 25rem;
    top: 0rem;
    position: relative;
}
.col-4 .wrap-1 {
    left: 26.5rem;
    top: 2rem;
    position: relative;
}
.col-4 .wrap-2 {
    position: relative;
    left: 26.5rem;
    top: 2rem;
}
.col-5.wrap-1 {
    position: relative;
    top: 2rem;
    left: 26.5rem;
}
/* Scroll-triggered height changes */
/* col-1 wrap-1*/
.col-1.wrap-1.scrolled {
    height: 42rem;
    top: 86rem;
	transition: .3s all linear;
}
.col-1.wrap-1.scrolled .first {
    transform: translateY(-100%);
    position: absolute;
    top: 0%;
    opacity: 0;
	transition: .3s all linear;
}
.col-1.wrap-1.scrolled .second {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    opacity: 1;
	transition: .3s all linear;
}
.col-1.wrap-1 .first{
    opacity: 1;
}
.col-1.wrap-1 .second{
    opacity: 0;
}
.col-1.wrap-1 .bg-colr {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(149, 204, 0, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .3s all linear;
    transform: translateY(100%);
}
.col-1.wrap-1.scrolled .bg-colr {transform: translateY(-100%);}
.col-1.wrap-1 .first, 
.col-1.wrap-1 .second,
.col-1.wrap-1 .bg-colr,
.col-2 .wrap-1 .first, 
.col-2 .wrap-1 .second,
.col-2 .wrap-1 .bg-colr,
.col-2 .wrap-2 .first, 
.col-2 .wrap-2 .second,
.col-2 .wrap-2 .bg-colr {
    transition: .3s all linear;
}
/* col-2 wrap-2*/
.col-2 .wrap-2.scrolled {
    height: 25.6rem;
    top: 61rem;
	transition: .3s all linear;
}
.col-2 .wrap-2 .first{opacity: 1; }
.col-2 .wrap-2 .second{opacity: 0; }
.col-2 .wrap-2.scrolled .first {
    transform: translateY(-100%);
    position: absolute;
    top: 0%;
    opacity: 0;
	transition: .3s all linear;
}
.col-2 .wrap-2.scrolled .second {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    opacity: 1;
	transition: .3s all linear;
}
.col-2 .wrap-2 .bg-colr {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(247, 151, 29, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .3s all linear;
    transform: translateY(100%);
}
.col-2 .wrap-2.scrolled .bg-colr {transform: translateY(-100%);    transition: .3s all linear;}
/* col-2 wrap-1 */
.col-2 .wrap-1.scrolled {
    height: 14.4rem;
    top: 88.5rem;
	transition: .3s all linear;
}
.col-2 .wrap-1 .first{opacity: 1; }
.col-2 .wrap-1 .second{opacity: 0; }
.col-2 .wrap-1.scrolled .first {
    transform: translateY(-100%);
    position: absolute;
    top: 0%;
    opacity: 0;
	transition: .3s all linear;
}
.col-2 .wrap-1.scrolled .second {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    opacity: 1;
	transition: .3s all linear;
}
.col-2 .wrap-1 .bg-colr {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(80, 117, 211, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .3s all linear;
    transform: translateY(100%);
}
.col-2 .wrap-1.scrolled .bg-colr {transform: translateY(-100%);    transition: .3s all linear;}
/* ============== */
.text-container {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 114rem;
    /* z-index: 1; */
    padding: 5rem 0 7rem;
    margin: 7rem auto 10rem;
}
/* =========================== */
.img-container-mob{
    display: none;
}
/* ===== */
.text-container .text {
    grid-column: 4 / 8;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.8rem;
    text-align: left;
    max-width: 64rem;
    margin-left: calc(114rem - 64rem);
    margin-bottom: 5rem;
}
.text-container .text p+p {
    margin-top: 2.8rem;
}
.text-container .text p {
    margin: 0;
    font-weight: 500;
}
.text-container .cta-wrap {
    grid-column: 4 / 8;
    display: flex;
    max-width: 64rem;
    margin-left: calc(114rem - 64rem);
}
.global-recognition {
    max-width: 120rem;
    margin: 10rem auto;
    padding: 0 3rem;
}
.global-recognition .text-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
}
.global-recognition .text-wrap .global-head  {
    flex-basis: 530px;
}
.global-recognition .text-wrap .description {
    flex-basis: 550px;
}
.global-recognition .text-wrap p+p {
    margin-top: 28px;
}
.global-impact {
    background-color: #006C73;
    padding: 6rem;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    /* row-gap: 4rem; */
    margin: 8rem 0 6rem;
}
.global-impact .h3 {
    color: var(--neutral-100);
    margin-bottom: 4rem;
    text-align: center;
}
.card-wrap {
    gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-auto-flow: row;
}
.card {
    background-color: var(--neutral-100);
    display: flex;
    flex-direction: column;
    padding: 3rem 4rem;
    border-radius: 15px;
}
.card p {
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    text-align: left;
}
.number {
    font-size: 5rem;
    font-weight: 700;
    line-height: 8rem;
    text-align: left;
    color: var(--neutral-400);
}
.industry-leaders {
    display: flex;
    flex-direction: column;
}
.industry-leaders .h3 {
    margin-bottom: 4rem;
    text-align: center;
}
.img-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 114rem;
    align-items: center;
    margin: 0 auto;
    gap: 24px;
}
.products {
    margin: 10rem 0;
}
.products-info {
    max-width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.products-info .h3 {
    margin-bottom:3rem;
    text-align: center;
}
.products-info .products-desc p+p{
    margin-top: 1rem;
}
.products-container-wrap {
    margin-top: 68px;
    display: grid;
    grid-auto-flow: column;
    gap: 3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.products-card-wrap {
    display: grid;
    max-width: 36rem;
}
.product-card {
    border-radius: 1.2rem;
    margin-top: calc(3rem - 1.5rem);
}
.product-card lottie-player {
    width: 100%;
    height: 100%;
}
.product-name {
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    text-align: center;
}
.testimonial {
    margin: 12.5rem 0 10rem;
}
.testimonial-wrap {
    position: relative;
    height: 52.5rem;
    list-style: none;
    padding: 0;
    margin: 2.5rem 0;
    display: flex;
    gap: 6rem;
    flex-direction: column;
}
.testimonial-slide.active {
    opacity: 1;
}
.slider__bullets {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    column-gap: 2rem;
}
.slider__bullet {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: var(--chambray-blue-100);
    padding: 0;
    border: none;
    cursor: pointer;
    transition: background-color 300ms ease-out;
    will-change: background-color;
}
.slider__bullet.active {
    background-color: var(--chambray-blue-400);
}
.testimonial-slide {
    border-radius: 1.5rem;
    padding: 6rem 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 52.5rem;
    opacity: 0;
    transition: opacity 300ms ease-out;
    border: 1px solid var(--chambray-blue-300);
}
.testimonial-slide .top-quote {
    position: absolute;
    top: -2.5rem;
    left: 0;
    width: 10rem;
    height: 7.25rem;
}
.testimonial-slide .bottom-quote {
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 10rem;
    height: 72.5px;
}
.testimonial-slide .text {
    font-size: 2.4rem;
    line-height: 4rem;
    margin: auto 0;
}
.testimonial-slide .trustpilot {
    width: 10.2rem;
    height: 2.5rem;
}
.testimonial-slide .user {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.testimonial-slide .user svg {
    width: 4rem;
    height: 4rem;
}
.testimonial-slide .user-name {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    margin-top: 2rem;
}
.testimonial-slide .rating {
    width: 17rem;
    height: 3rem;
    margin-top: 1rem;
}
.testimonial-slide .bottom-align {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.testimonial-wrap .testimonial-slide .top-quote path,
.testimonial-wrap .testimonial-slide .bottom-quote path{
    fill: var(--chambray-blue-400)
}
.testimonial-wrap .testimonial-slide:nth-child(1) .user circle {
    fill: var(--pine-teal-400);
}
.testimonial-wrap .testimonial-slide:nth-child(1) .user path {
    fill: var(--pine-teal-200);
}
.testimonial-wrap .testimonial-slide:nth-child(2) .user circle {
    fill: var(--pistachio-green-400);
}
.testimonial-wrap .testimonial-slide:nth-child(2) .user path {
    fill: var(--pistachio-green-200);
}
.testimonial-wrap .testimonial-slide:nth-child(3) .user circle {
    fill: #F7971D;
}
.testimonial-wrap .testimonial-slide:nth-child(3) .user path {
    fill: var(--poppy-orange-200);
}
.testimonial-wrap .testimonial-slide:nth-child(4) .user circle {
    fill: var(--chambray-blue-400);
}
.testimonial-wrap .testimonial-slide:nth-child(4) .user path {
    fill: var(--chambray-blue-200);
}
.technology {
    margin: 10rem 0;
}
.technology .text-wrap {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.technology .text-wrap .tech-head {
    flex-basis: 440px;
}
.technology .text-wrap .description {
    flex-basis: 640px;
}
.technology .text-wrap p+p {
    margin-top: 28px;
}
.tech-carousel {
    margin: 10rem 0 11rem;
    position: relative;
}
.tech-carousel .glide__slides {
    position: relative;
    display: flex;
}
.tech-carousel .glide__slide {
    list-style: none;
    display: flex;
    user-select: none;
}
.tech-carousel.glide--dragging .tech {
    cursor: grabbing;
}
.tech-carousel .glide__arrow {
    background-color: transparent;
    background-repeat: no-repeat;
    width: 66px;
    height: 40px;
    background-position: center;
    border: 1px solid #21252D;
    padding: 1rem 2.4rem;
    border-radius: 10rem;
    position: absolute;
    top: 48%;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}
.tech-carousel .glide__arrow::before {
    content: "";
    background-image: url(../images/new-design/arrow-left.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tech-carousel:hover .glide__arrow {
    visibility: visible;
    opacity: 1;
    -webkit-tap-highlight-color: transparent;
}
.tech-carousel .glide__arrow--right:hover {
    box-shadow: 0px -2px 2px 0px #00000040;
}
.tech-carousel .glide__arrow--left:hover {
    box-shadow: 0px 2px 2px 0px #00000040;
}
.tech-carousel .glide__arrow:not(.glide__arrow--disabled):hover {
    background-color: #21252D;
}
.tech-carousel .glide__arrow:not(.glide__arrow--disabled):hover::before {
    filter: brightness(0) invert(1);
}
.tech-carousel:hover .glide__arrow.glide__arrow--disabled:focus {
    cursor: not-allowed;
    outline: none;
}
.tech-carousel .glide__arrow--left {
    left: calc((100% - 1240px) / 2);
}
.tech-carousel .glide__arrow--right {
    transform: rotate(180deg);
    right: 10rem;
}
.tech-carousel .glide__track {
    overflow: hidden;
    padding-left: calc((100% - 1140px) / 2);
}
.tech-carousel .glide__arrows {
    margin-left: 34rem;
}
.tech {
    padding: 5rem 5rem 6rem;
    border-radius: 1.5rem;
    cursor: grab;
}
.tech.research {
    background-color: var(--chambray-blue-100);
}
.tech.ux {
    background-color: var(--pine-teal-200);
}
.tech.security {
    background-color: var(--pistachio-green-200);
}
.tech.dev {
    background-color: var(--poppy-orange-200);
}
.tech .icon {
    max-height: 8rem;
    margin-bottom: 2rem;
}
.tech .heading {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 500;
    color: var(--neutral-400);
    margin: 2rem 0 1rem;
}
.tech .sub-heading {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    margin: 1rem 0 3rem;
}
.tech .title {
    font-style: italic;
    margin-top: 3rem;
}
.collaboration {
    justify-content: space-between;
    margin: 10rem auto;
    padding-right: 10%;
    display: flex;
    max-width: 144rem;
    gap: 60px;
}
.collaboration .img-wrap {
    position: relative;
    overflow: hidden;
    flex-basis: 63.7rem;
    display: flex;
    justify-content: end;
}
.collaboration .img-inner-wrap {
    display: flex;
}
.collaboration .location-name {
    position: absolute;
    right: 3rem;
    top: 2rem;
    display: flex;
    align-items: center;
    column-gap: 6px;
    text-shadow: 0px 0px 5px #00000040;
    font-weight: 700;
    line-height: 2rem;
    font-size: 1.4rem;
}
.collaboration .map-pin {
    height: 15px;
}
.collaboration .img-wrap .collaboration-full-img {
    border-radius: 0 1.5rem 1.5rem 0;
    object-fit: cover;
    object-position: -317px center;
    min-height: 535px;
}
.collaboration .right-side {
    flex-basis: 59.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.collaboration .right-side .content {
    display: flex;
    flex-flow: column;
    margin: 3rem 0 3rem;
    gap: 3rem;
}
.cta-wrap {
    display: flex;
}
.global-presence {
    position: relative;
    max-width: 130rem;
    margin: 10rem auto;
    display: flex;
    flex-direction: column;
}
.global-presence .h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 8rem;
}
.global-presence .h2 .highlight {
    position: relative;
}
.global-presence .h2 .highlight::before {
    position: absolute;
    content: '';
    width: 100%;
    display: block;
    height: 28px;
    background-color: var(--pine-teal-200);
    z-index: -1;
    bottom: 0;
}
.map-container {
    position: relative;
}
.info {
    box-shadow: 0px 0px 10px 0px #00000040;
    padding: 16px;
    min-width: 315px;
    border-radius: 6px;
    display: flex;
    gap: 12px;
    flex-direction: column;
    position: absolute;
    background-color: var(--neutral-100);
    visibility: visible;
    opacity: 1;
    transition: 100ms all ease-out;
}
.info::before {
    content: '';
    position: absolute;
    bottom: -23px;
    left: 44.5%;
    transform: rotate(90deg) translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgb(0 0 0 / 1%);
}
.info::after {
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 44%;
    transform: rotate(90deg) translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
}
.info.hide {
    visibility: hidden;
    opacity: 0;
}
.pointer {
    cursor: pointer;
    position: absolute;
    transition: all 0.3s ease;
    will-change: transform, box-shadow;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.pointer.us {
    top: -4.6rem;
    left: 2rem;
}
.pointer.pr {
    top: 8.3rem;
    left: 14.4rem;
}
.pointer.pl {
    top: 19rem;
    left: 50rem;
}
.pointer.in {
    top: 2rem;
    right: 54.8rem;
}
.world-map-wrap {
    position: relative;
}
.cir-1, .cir-2, .cir-3, .cir-4 {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 1.2rem;
    cursor: pointer;
}
.cir-1:before, .cir-2:before, .cir-3:before, .cir-4:before {
    content: '';
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    top: 50%;
    left: 50%;
    z-index: 2;
}
.us.cir-1 { top: 30%; left: 13.5%; }
.pr.cir-2 { top: 48%; left: 23%;   }
.pl.cir-3 { top: 25%; left: 50.5%; }
.in.cir-4 { top: 42%; left: 70%;   }
.us.cir-1 { background-color: var(--poppy-orange-400);  }
.pr.cir-2 {background-color: var(--chambray-blue-400);  }
.pl.cir-3 { background-color: var(--pine-teal-400);       }
.in.cir-4 { background-color: var(--pistachio-green-400); }
.us.cir-1 .rad-1 {animation: us-pulse 1s ease-out infinite;}
.us.cir-1 .rad-2{animation: us-radiate 1s ease-out infinite;animation-delay: 500ms;}
.pr.cir-2 .rad-1 {animation: pr-pulse 1s ease-out infinite;}
.pr.cir-2 .rad-2{animation: pr-radiate 1s ease-out infinite;animation-delay: 500ms;}
.pl.cir-3 .rad-1 {animation: pl-pulse 1s ease-out infinite;}
.pl.cir-3 .rad-2{animation: pl-radiate 1s ease-out infinite;animation-delay: 500ms;}
.in.cir-4 .rad-1 {animation: in-pulse 1s ease-out infinite;}
.in.cir-4 .rad-2{animation: in-radiate 1s ease-out infinite;animation-delay: 500ms;}
.world-map-wrap .rad-1,
.world-map-wrap .rad-2 {
    display: block;
    position: absolute;
    border-radius: 4.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    border-radius: 50%;   
    width: 1.5rem;
    height: 1.5rem; 
}
 /* PR */
@keyframes pr-pulse {
    0%{width: 15px; height: 15px; background-color: rgb(80, 117, 211, 1);   opacity: 0;     } 
    25%{width: 30px; height: 30px; background-color: rgb(80, 117, 211, 1); opacity: 0;    } 
    75%{width: 45px; height: 45px; background-color: rgba(80, 117, 211, 0.149);  opacity: 1;     } 
    100%{width: 60px; height: 60px; background-color: rgba(80, 117, 211, 0.051);     opacity: 0;    } 
}
@keyframes pr-radiate {
    0%{width: 15px; height: 15px; background-color: rgb(80, 117, 211, 1);   opacity: 0;     } 
    25%{width: 30px; height: 30px; background-color: rgba(80, 117, 211, 0.149); opacity: 1;    } 
    75%{width: 30px; height: 30px; background-color: rgba(80, 117, 211, 0.051);  opacity: 1;     } 
    100%{width: 45px; height: 45px; background-color: rgb(80, 117, 211, 1);     opacity: 0;    } 
} 
 /* USA */
@keyframes us-pulse {
    0%{width: 15px; height: 15px; background-color: rgba(255, 187, 0, 1);   opacity: 0;     } 
    25%{width: 30px; height: 30px; background-color: rgba(255, 187, 0, 1); opacity: 0;    } 
    75%{width: 45px; height: 45px; background-color: rgba(255, 187, 0, 0.149);  opacity: 1;     } 
    100%{width: 60px; height: 60px; background-color: rgba(255, 187, 0, 0.051);     opacity: 0;    } 
}
@keyframes us-radiate {
    0%{width: 15px; height: 15px; background-color: rgba(255, 187, 0, 1);   opacity: 0;     } 
    25%{width: 30px; height: 30px; background-color: rgba(255, 187, 0, 0.149); opacity: 1;    } 
    75%{width: 30px; height: 30px; background-color: rgba(255, 187, 0, 0.051);  opacity: 1;     } 
    100%{width: 45px; height: 45px; background-color: rgba(255, 187, 0, 1);     opacity: 0;    } 
} 
 /* IN */
@keyframes in-pulse {
    0%{width: 15px; height: 15px; background-color: rgba(149, 204, 0, 1);   opacity: 0;     } 
    25%{width: 30px; height: 30px; background-color: rgba(149, 204, 0, 1); opacity: 0;    } 
    75%{width: 45px; height: 45px; background-color: rgba(149, 204, 0, 0.149);  opacity: 1;     } 
    100%{width: 60px; height: 60px; background-color: rgba(149, 204, 0, 0.051);     opacity: 0;    } 
}
@keyframes in-radiate {
    0%{width: 15px; height: 15px; background-color: rgba(149, 204, 0, 1);   opacity: 0;     } 
    25%{width: 30px; height: 30px; background-color: rgba(149, 204, 0, 0.149); opacity: 1;    } 
    75%{width: 30px; height: 30px; background-color: rgba(149, 204, 0, 0.051);  opacity: 1;     } 
    100%{width: 45px; height: 45px; background-color: rgba(149, 204, 0, 1);     opacity: 0;    } 
} 
 /* PL */
@keyframes pl-pulse {
    0%{width: 15px; height: 15px; background-color: rgba(0, 156, 166, 1);   opacity: 0;     } 
    25%{width: 30px; height: 30px; background-color: rgba(0, 156, 166, 1); opacity: 0;    } 
    75%{width: 45px; height: 45px; background-color: rgba(0, 156, 166, 0.149);  opacity: 1;     } 
    100%{width: 60px; height: 60px; background-color: rgba(0, 156, 166, 0.051);     opacity: 0;    } 
}
@keyframes pl-radiate {
    0%{width: 15px; height: 15px; background-color: rgba(0, 156, 166, 1);   opacity: 0;     } 
    25%{width: 30px; height: 30px; background-color: rgba(0, 156, 166, 0.149); opacity: 1;    } 
    75%{width: 30px; height: 30px; background-color: rgba(0, 156, 166, 0.051);  opacity: 1;     } 
    100%{width: 45px; height: 45px; background-color: rgba(0, 156, 166, 1);     opacity: 0;    } 
} 
.office-name {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
}
.pointer p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
}
.bottom-note {
    max-width: 86rem;
    margin: 5rem auto;
    text-align: center;
    padding: 0 3rem;
}
@media (min-width: 1200px) {
    .pointer.pl .info::before,
    .pointer.pl .info::after {
        bottom: initial;
        top: -10px;
        border-right: 10px solid white;
        border-left: initial;
    } 
}
@media (min-width: 1300px) {
    .tech-carousel .glide__arrow--right {
        right: 15rem;
    }  
}

@media (min-width: 1399px) {
    .tech-carousel .glide__arrow--right {
        right: 11.5rem;
    }  
}
@media (min-width: 1441px) {
    .collaboration .img-wrap .collaboration-full-img {
        border-radius: 1.5rem;
    }
    .collaboration .right-side .content {
        margin: 3rem 0 4rem;
    }
    .tech-carousel .glide__arrow--right {
        right: 23rem;
    }
}
@media (min-width: 1600px) {
    .collaboration {
        padding-right: 0;
        max-width: calc(120rem - 60px);
    }
    .tech-carousel .glide__arrow--right {
        right: 12rem;
    }
}
@media screen and (max-width:1746px){
    .hero-banner-wrap{
        padding-top: 5rem;
    }
}
@media  screen and (max-width:1536px){
    .hero-banner-wrap{
        padding-top: 1rem;
    }
}
@media (max-width: 1440px) {
    .tech-carousel .glide__track {
        /* padding-left: 12rem; */
    }
    /* .tech-carousel .glide__arrow--left {
        left: 5%;
    } */
    /* .tech-carousel .glide__arrow--right {
        right: 10%;
    } */
}
@media (max-width:1300px) {
    .us .circle {
        top: 206px;
        left: 126px;
    }
    .pr .circle {
        top: 176px;
        left: 107px;
    }
    .pl .circle {
        top: 213px;
        left: 72px;
    }
    .in .circle {
        top: 198px;
        left: 197px;
    }
}
@media screen and (max-width:1279px){
    .hero-banner-wrap {
        padding-top: 6rem;
    }
    .hero-banner-container h1, .hero-banner-container .h1{
        margin: 0 3rem;
        max-width: 100%;
    }
    .img-container-wrap {
        display: flex;
        margin: 5rem 3rem;
        gap: 1rem;
    }
    .col-2 .wrap-2, .col-2 .wrap-1 {
        position: relative;
        left: unset;
        transform: none;
        top: unset;
        transition: none;
    }
    .wrap-1, .wrap-2, .wrap-3{
        width: auto;
        height: auto;
    }
    .col-1 {
        position: unset;
        transform: none;
        transition: none;
    }
    .col-3.wrap-3 {
        position: relative;
        left: unset;
        top: unset;
    }
    .col-4 .wrap-1 {
        left: unset;
        top: unset;
    }
    .col-4 .wrap-2 {
        position: relative;
        top: unset;
        left: unset;
    }
    .col-1.wrap-1 .bg-colr, .col-2 .wrap-2 .bg-colr, .col-2 .wrap-1 .bg-colr, .col-1.wrap-1 .second, .col-2 .wrap-2 .second, .col-2 .wrap-1 .second {
        display: none;
    }
    .col-5.wrap-1 {
        position: relative;
        top: unset;
        left: unset;
    }
    .text-container {
        height: auto;
        margin: 5rem 3rem;
        row-gap: 3rem;
        padding: 0;
    }
    .text-container .text{
        max-width: 75rem;
        margin: auto;
    }
    .hero-banner-container {
        height: auto;
    }
    .collaboration .img-wrap .collaboration-full-img{
        object-position: -372px center;
    }
    .tech-carousel .glide__arrow--left {
        left: calc((100% - 1200px) / 2);
    }
}
@media (max-width:1199px) {
    .text-container .cta-wrap {
        min-width: 100%;
        margin: auto;
        justify-content: center;
    }
    .global-presence {
        padding: 0 30px;
        margin: 5rem 0;
    }
    .pointer {
        position: relative;
        transform: none;
        margin-top: 2rem;
    }
    .pointer.us,
    .pointer.pr,
    .pointer.pl,
    .pointer.in {
        top: unset;
        left: unset;
        right: unset;
    }
    .info {
        box-shadow: none;
        position: initial;
        padding: 0 0 0 2.6rem;
        min-width: 100%;
    }
    .info.hide {
        visibility: visible;
        opacity: 1;
    }
    .us .circle,
    .pr .circle,
    .pl .circle,
    .in .circle {
        position: absolute;
        top: .3rem;
        border-radius: 50%;
        left: 0.3rem;
        width: 1.25rem;
        height: 1.25rem;
        animation: none;
    }
    .us .circle{background-color: var(--poppy-orange-400);}
    .pr .circle{background-color: var(--chambray-blue-400);}
    .pl .circle{background-color: var(--pine-teal-400);}
    .in .circle{background-color: var(--pistachio-green-400);}
    .us .circle::before,
    .pr .circle::before,
    .pl .circle::before,
    .in .circle::before,
    .us .circle:after,
    .pr .circle:after,
    .pl .circle:after,
    .in .circle:after {
        content: none;
    }
    .tech-carousel .glide__arrows{
        display: none;
    }
    .tech-carousel .glide__track {
        padding-left: 3rem;
    }
}
@media (max-width:991px) {
    .img-container-wrap{
        display: none;
    }
    .img-container-mob{
        margin: 2rem 3rem;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .global-impact{
        margin: 3rem 0 3rem;
    }
    .industry-leaders .h3{
        margin-bottom: 2rem;
    }
    .products {
        margin: 5rem 0 3rem;
    }    
    .global-recognition .text-wrap {
       flex-direction: column;
       gap: 20px;
    }
    .global-recognition .text-wrap .global-head   {
        flex-basis: auto;
        text-align: center;
    }
    .global-presence .h2 .highlight::before{
        height: 14px;
        bottom: 5px;
    }
    .global-presence .h2{
        margin-bottom: 3rem;
    }
    .global-recognition .text-wrap .description {
        flex-basis: auto;
    }
    .card-wrap {
        grid-template-columns: 1fr 1fr;
    }
    .testimonial-wrap {
        min-height: 56.8rem;
        margin: 2.5rem 0;
    }
    .testimonial-slide{
        min-height: 56.8rem;
    }
    .testimonial-slide .text{
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .technology .text-wrap {
        gap: 0;
        flex-direction: column;
    }
    .technology .text-wrap .tech-head {
        text-align: center;
        flex-basis: auto;
        margin-bottom: 2rem;
    }
    .technology .text-wrap .description {
        text-align: left;
        flex-basis: auto;
    }
    .tech {
        padding: 2rem 3rem 4rem;
    }
    .collaboration {
        gap: 2rem;
        padding: 0 30px;
        flex-direction: column;
    }
    .collaboration .right-side{
        max-width: 100%;
        flex-basis: auto;
    }
    .collaboration .right-side .h3{
        text-align: center;
    }
    .collaboration .img-wrap {
        flex-direction: column;
        align-items: end;
        justify-content: space-between;
        min-width: 100%;
        flex-basis: auto;
        margin-left: 0;
    }
    .collaboration .right-side .cta-wrap{
        justify-content: center;
    }
    .collaboration .location-name {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 2rem;
        text-shadow: none;
    }
    .collaboration .img-inner-wrap {
        overflow: hidden;
        border-radius: 1rem;
        border: 1px solid transparent;
    }
    .collaboration .img-wrap .collaboration-full-img {
        border-radius: 1rem;
        object-fit: cover;
        transform: scale(1.3);
        object-position: right center;
        min-height: 231px;
    }
    .global-recognition, .testimonial, .technology,.tech-carousel, .collaboration {
        margin: 5rem 0;
    }
    .hero-banner-container h1 .line-break,
    .hero-banner-container .h1 .line-break {
        display: inline-block;
    }
}
@media (max-width:767px) {
    .hero-banner-wrap {
        padding-top: 3rem;
    }
    .hero-banner-container h1, .hero-banner-container .h1 {
        margin: 0 3rem;
        font-size: 2.8rem;
        line-height: 3.6rem;
    }
    .text-container {
        margin: 2rem 3rem 5rem;
    }
    .text-container .text {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .text-container .text p+p {
        margin-top: 1rem;
    }
    .global-recognition .text-wrap p+p {
        margin-top: 1rem;
    }
    .global-impact{
        padding: 2rem;
        /* row-gap: 2rem; */
        margin: 3rem 0;
    }
    .global-impact .h3{
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .industry-leaders .h3 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .industry-leaders .img-grid {
        row-gap: 2.49rem;
        column-gap: 1.99rem;
    }
    .industry-leaders .img-grid .img-wrap:nth-child(9) {
        width: 85.19px;
        order: 9;
    }
    .industry-leaders .img-grid .img-wrap:nth-child(8) {
        width: 59.53px;
        order: 8;
    }
    .industry-leaders .img-grid .img-wrap:nth-child(7) {
        width: 85.19px;
        order: 7;
    }
    .industry-leaders .img-grid .img-wrap:nth-child(6) {
        width: 85.19px;
        order: 4;
    }
    .industry-leaders .img-grid .img-wrap:nth-child(5) {
        width: 85.22px;
        order: 6;
    }
    .industry-leaders .img-grid .img-wrap:nth-child(4) {
        width: 85.19px;
        order: 5;
    }
    .industry-leaders .img-grid .img-wrap:nth-child(3) {
        width: 35.43px;
        order: 3;
    }
    .industry-leaders .img-grid .img-wrap:nth-child(2) {
        width: 85.19px;
        order: 2;
    }
    .industry-leaders .img-grid .img-wrap:nth-child(1) {
        width: 85.11px;
        order: 1;
    }
    .products-info .h3{
        margin-bottom: 2rem;
    }
    .products-info .h3 br{
        display: none;
    }
    .products-container-wrap {
        margin-top: 3rem;
    }
    .product-name{
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
    .card-wrap{
        gap: 1rem;
    }
    .card {
        padding: 2rem 1.5rem;
        align-items: center;
    }
    .number {
        font-size: 2.4rem;
        line-height: 3rem;
        text-align: center;
    }
    .card p {
        font-size: 1.4rem;
        line-height: 2rem;
        text-align: center;
    }
    /* .testimonial-wrap {
        min-height: 62rem;
    } */
    .testimonial-slide .text{
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .testimonial-slide .user-name{
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .testimonial-slide{
        padding: 6rem 2rem;
    }
    .technology .text-wrap p+p {
        margin-top: 1rem;
    }
    .tech-carousel {
        margin: 4rem 0 5rem;
    }
    .icon-heading-wrap {
        display: flex;
    }
    .tech .icon {
        max-height: 4rem;
        margin-bottom: 0;
    }  
    .tech .heading{
        font-size: 2rem;
        line-height: 3rem;
        margin: 0;
    }
    .icon-heading-wrap {
        display: flex;
        align-items: center;
        gap: 1.1rem;
        flex-direction: row;
    }
    .tech .sub-heading {
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: 700;
        margin: 2rem 0 1rem;
    }
    .tech .title{
        margin-top: 1rem;
    }
    .tech .title ,.tech .content{
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .collaboration .right-side .content {
        margin: 2rem 0 3rem;
        gap: 1rem;
    }    
    .global-presence .h2 {
        font-size: 2.4rem;
        line-height: 3rem;
        text-align: center;
        margin-bottom: 2rem;
    }
    .global-presence .h2 .highlight::before {
        bottom: 0;
    }
}
@media (max-width: 400px) {
    .collaboration .img-wrap .collaboration-full-img{
        transform: scale(1);
        object-position: -127px center;
    }
}