.subHeading{
    font-size: 16px;
    font-weight: 400;
    color: var(--clr-black);
    margin-bottom: 10px;
    font-family: var(--font-poppins);
}

.who-we-are{
    padding-top: 3rem;
}

.who-we-are p{
    text-align: center;
    color: #696969;
    font-size: 16px;
}

.mainHeading{
    color: var(--clr-black);
    font-family: var(--font-maven-pro);
    font-size: 1.5rem;
}

.mainHeading strong{
    font-weight: 600;
}

.titleHead_black{
    font-family: var(--font-maven-pro);
    font-size: 30px;
    font-weight: 400;
    color: var(--clr-black);
    margin-bottom: 2rem;
}

.who-we-are-content{
    margin-bottom: 20px;
}

.who_we_are_vid{
        width: 70%;
        margin: 0 auto;
    }



.lineBar{
    width: 100%;
    height: 100%;
}

.slideAnimateContainer, .slideAnimate_services{
    position: absolute;
    width: 100%;
    height: 100%;
}

p{
    font-size: 16px;
}

.animateSlide, .animateSlide_services{
    position: absolute;
    width: 100%;
    left: 0%;
    top: 50%;
    padding: 0px 50px;
    transform: translateY(-50%);
}

.servicesVision .animateSlide_services{
    top: 40%;
}

.lineHeightNormal{
    line-height: normal;
}

.innerEyebrow{
    font-size: 16px;
}

.coreValueBox{
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 100%;
}

.ourVision{
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.coreValueBox img{
    max-width: 80%;
    height: auto;
    margin: auto;
}

.coreValueBox h3{
    font-size: 24px;
    margin-bottom: 15px;
    font-family: var(--font-maven-pro);
    font-weight: 400;
    color: var(--clr-black);
}

.coreValueBox p{
    margin-bottom: 0px;
}

.cities{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
}

.cities li{
    position: relative;
    font-size: 20px;
    font-family: var(--font-maven-pro);
    color: var(--clr-black);
    cursor: pointer;
    padding: 0px 20px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cities li:hover{
    transform: scale(1.1);
}

.cities li.active{
    transform: scale(1.2);
    /* text-shadow: 0px 0px 10px rgba( 250, 236, 33, 1); */
    color: #2F6BFF;
}

.cities li.active::before, .cities li.active::after{
    content: '';
    display: block;
    height: 100%;
    width: 8px;
    border: 1px solid #000;
    position: absolute;
    border-radius: 3px;
    top: 0px;
}

.cities li.active::before{
    border-right: none;
    left: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.cities li.active::after{
    border-left: none;
    right: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ourPresence p{
    font-family: var(--font-poppins);
    color: var(--clr-black);
    font-weight: 500;
}

.addresses p{
    display: none;
}

.addresses p:first-child{
    display: block;
}

.journeySwiper .swiper-pagination{
    position: relative;
    top: inherit;
    left: inherit;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.journeySwiper .swiper-pagination-bullet {
      position: relative;
      display: block;  
      text-align: center;
      line-height: 20px;
      width: auto;
      height: auto;
      opacity: 1;
      background: none;
      font-size: 14px;
      font-family: var(--font-maven-pro);
      transition: all 0.3s ease-in-out; 
      color: rgba(0, 0, 0, 0.50);
    }

.journeySwiper .swiper-pagination-bullet::before{
    width: 15px;
    height: 15px;
    content: '';
    display: block;
    background: #DADAD8;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}    
.journeySwiper .swiper-pagination-bullet-active::before{
    background: #ffc107;
    width: 20px;
    height: 20px;
}
.journeySwiper .swiper-pagination-bullet-active {
      color: #000;
      background: none;
      font-size: 20px;
      font-weight: 500;
    }
 
.journeySwiper p{
    font-family: var(--font-poppins);
    color: #696969;
}

.journeySwiper .swiper-pagination::before{
    content: '';
    display: block;
    background: #DADAD8;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    position: absolute;
    /* top: -105%; */
    top: -1.5vw;
}

.journeySwiper .swiper-slide{
    padding: 0px 30px;
}

.founders h3{
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 26px;
}

.founders p{
    text-align: center;
    margin-bottom: 1rem;
}

.founders img{
    transition: all 0.2s ease-in-out;
}

.founderImgCont{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.founderImgCont img{
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
}

.founder-overlay{
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.founderImgCont:hover .founder-overlay{
    opacity: 1;
}

.founder-overlay a{
    border: 1px solid #fff;
    border-radius: 5px;
}

.followLink{
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
    padding: 15px 25px;
}

.followLink:hover{
    background: #000;
}

.followLink span{
    display: block;
    color: #fff;
    line-height: 1;
}

.followLink svg{
    width: 1rem;
    height: auto;
}

.founderLinks{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding-bottom: 1rem;
}

/* .founders img:hover{
    transform: scale(1.04);
} */

.backboneSlider h4{
    text-align: center;
    font-size: 24px;
    color: var(--clr-black);
    margin-bottom: 0.3rem;
}

.backboneSlider p{
    text-align: center;
}

.backboneSlider img{
    margin-bottom: 1rem;
}

.curvLine{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.curvLine svg{
    width: 100%;
    height: auto;
}

.map{
    /* border-top: 2px solid rgba(186, 183, 183, 1); */
    padding: 20px 0px 0px;
    /* clip-path: circle(100% at 50% 201%); */
    /* background-color: #ccc; */
}

.map img{
    width: 100%;
    height: auto;
}

.pin{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #FFFFFF!important;
    border: 3px solid #2F6BFF;
    z-index: 2;
    border-radius: 50%;
    display: flex;
    transition: all 0.3s ease-in-out;
}

.activePin{
    /* transform: scale(1.3); */
    animation: pinAnimation 0.6s ease-in-out infinite alternate;
}

@keyframes pinAnimation {
  from {
    transform: scale(1);
    background: #6A6A6A;
  }
  to {transform: scale(1.6);background: #000000;}
}

.pin.mumbai{
    top: 43%;
    left: 66%;
}

.pin.noida{
    top: 35%;
    left: 69%;
}

.pin.bangalore{
    top: 48%;
    left: 69%;
}

.pin.hyderabad{
    top: 41.5%;
    left: 70%;
}


.pin.new-york{
    top: 41.5%;
    left: 17.5%;
}

.pin::after{
    content: '';
    display: block;
    width: 46%;
    height: 46%;
    margin: auto;
    background: #2F6BFF;
    border-radius: 50%;
    inset: 0;
    position: absolute;
}

/**************************************************************************/
.filterTitle{
    font-size: 16px;
}
.filterDataRow select{
    font-size: 14px;
    box-shadow: unset!important;
    border-color: unset!important;
    cursor: pointer;
}

.projectList{
    border-bottom: 1px solid #000;
}

.projectList img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.imgBox{
    width: 100%;
    aspect-ratio: 4.5/3;
    overflow: hidden;
    margin-bottom: 1rem;
    position: relative;
    border-radius: 5px;
}

.projectTitle_location h3{
    font-size: 24px;
    font-family: var(--font-maven-pro);
    font-weight: 300;
    margin-bottom: 0.3rem;
}

.project-overlay{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.project-overlay span{
    display: flex;
    margin: auto;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}

.project-overlay span svg{
    width: 10px;
    height: auto;
    margin: auto;
}

.imgBox:hover .project-overlay{
    opacity: 1;
}

.projectTitle_location p{
    font-weight: 500;
}

.load-More-Btn{
    border-radius: 4px;
    border: 1px solid #ffc107;
    background: #FFF;
    width: 200px;
    height: 64px;
    display: table;
    color: #ffc107;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
}

.load-More-Btn:hover{
    background: #ffc107;
    color: #000;
}

/*********************************************************/

.project-slider img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.highlightCont p{
    font-size: 20px;
    height: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #212529;
    font-family: var(--font-maven-pro);
}

.challengeSolutionData{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 1rem;
}

.challengeSolutionData h3{
    font-family: var(--font-maven-pro);
    font-weight: 400;
}

.smallPic img{
    width: 100%;
    aspect-ratio: 1.2/1;
    object-fit: cover;
}

.largePic img{
    width: 100%;
    height: auto;
}

.photoGrid hr{
    opacity: 1;
}

.sliderArrow{
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sliderArrow:hover{
    background: #000;
}

.sliderArrow:hover svg path{
    fill: #fff;
}

.sliderArrow svg{
    width: 15px;
    height: auto;
}

.projectGallerySlider img{
    width: 100%;
    aspect-ratio: 4.5/3;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.projectGallerySlider img:hover{
    transform: scale(1.02);
}

.projectGallerySlider h4{
    font-family: var(--font-maven-pro);
    font-weight: 400;
    font-size: clamp(1.25rem, 1.458vw, 1.75rem);
    color: #000;
    margin-bottom: 10px;
}

.projectGallerySlider p{
    color: #000;
    font-family: var(--font-maven-pro);
    font-weight: 500;
}

.journeySwiper ul{
    padding-left: 20px;
    padding-top: 20px;
}

.journeySwiper ul li{
    font-size: 14px;
}

/***********************************************************/

.newsroomHeading{
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.9);
    margin-bottom: 2rem;
}

.newsLogo{
    width: 100%;
    aspect-ratio: 5.2/4;
    object-fit: cover;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}

a.newsList:hover .newsLogo{
    transform: scale(1.05);
}

a.newsList:hover label{
    background: #000;
    color: #fff;
}

.newsTags{
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 0.5rem;
}

.newsTags label, .newsTags span{
    display: block;
    
    font-size: 0.8rem;
}

.newsTags label{
    border-radius: 4px;
    background: #E8E7E4;
    color: #282828;
    padding: 5px 10px;
}

.newsTags span{
    color: rgba(44, 44, 44, 0.8);
}

.newsList h4{
    color: #FFC107;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0.6rem;
}

.newsList h3{
    font-family: var(--font-maven-pro);
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.newsListRow{
    padding-bottom: 3rem;
    border-bottom: 1px solid #000;
}

/***************************************************/

.blog_banner_content{
    position: absolute;
    left: 0px;
    bottom: 3rem;
    color: #fff;
    width: 60%;
}

.blog-eyebrow{
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.blog-eyebrow label, .blog-eyebrow span{
    display: block;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 0.8rem;
}

.blog-eyebrow label{
    background: #fff;
    color: #000;
}

.blog_banner_content  h2, .blog-details-container h2{
    font-size: 1.8rem;
    font-weight: 300;
    font-family: var(--font-maven-pro);
    line-height: 1.3;
}

.blog-details-container h2{
    color: #282828;
    margin-bottom: 1.1rem;
    font-weight: 400;
}

.blog-details-container p{
    margin-bottom: 1.3rem;
    color: #696969;
}

.blog-details-container h3{
    font-size: 1.5rem;
    color: #282828;
    font-family: var(--font-maven-pro);
    margin-bottom: 1rem;
    font-weight: 400;
}

.blog-details-banner-cont.blog_banner_content  h1{
    font-size: 2.1rem;
    font-weight: 300;
    font-family: var(--font-maven-pro);
}

.blog_banner_content p{
    margin-bottom: 1rem;
}

.blog_banner_content .cta__link{
    border-bottom: 1px solid #fff;
}

.hero__bg.blogBanner::after{
    background: #000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    mix-blend-mode: inherit;
    opacity: 0.8;
}

.blogWrapper{
    width: 100%;
    height: 100%;
}

.blogSwiper .swiper-pagination{
    display: flex;
    justify-content: center;
    width: auto;
    right: 50px;
    left: inherit;
    bottom: 40px;
}

.blogSwiper .swiper-pagination span{
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogSwiper .swiper-pagination span.swiper-pagination-bullet-active::after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.blogListMainRow{
     border-bottom: 1px solid #898487;
}

img.blogListImg{
    width: 100%;
    aspect-ratio: 5/3.5;
    object-fit: cover;
    vertical-align: top;
    border-radius: 8px;
}

.blogList h3{
    font-family: var(--font-maven-pro);
    font-size: 1.5rem;
    font-weight: 400;
}

.blogList p{
    color: #696969;
}

.blog-details-img{
    border-radius: 5px;
    margin: 1rem 0rem 2.5rem 0rem;
}

.blogDetailsSlider .blog-eyebrow label{
    background: #E8E7E4;
}

/******************************************************************/

.backbone .sliderArrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.backbone .prev{
    left: 0.5%;
}

.backbone .next{
    right: 0.5%;
}

/*************************************************/

.commonButton{
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 1rem 2rem;
    display: table;
    font-weight: 500;
    color: #ffc107;
    text-align: center;
    background: #fff;
    font-size: 1rem;
    transition: all 0.2s ease-in-out;
}

.commonButton:hover{
    color: #000;
    background: #ffc107;
}


.absoluteLines{
    position: absolute;
    top: inherit;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

.careerSecNew{
    position: relative;
    z-index: 9;
}
/**************************************/
.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px; /* space between rows */
}

.marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.marquee-item {
  flex-shrink: 0;
  margin-right: 10px; /* space between images */
}

.marquee-item img {
  width: auto; /* adjust as needed */
  height: 225px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

/********************************************/
.cultureSection{
    overflow: hidden;
}
.cultureBox{
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF url('../assets/images/career/lines-pattern.png') no-repeat;
    background-size: 100% auto;
    width: 564px;
    padding: 20px;
    flex-shrink: 0;
}

/* .cultureBox:hover{
    background: #464646;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cultureBox:hover h2{
    color: #faec21;
} */

.cultureBoxWrapper{
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    text-align: center;
     width: max-content;
     transform: translateX(20%);
     will-change: transform;
}

.cultureIcon{
    width: clamp(100px, 5vw, 155px);
    height: clamp(100px, 5vw, 155px);
    /* border: 1px solid #EAEAEA; */
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: clamp(20px,3vw,40px);
}

.cultureIcon svg{
    width: 50%;
    height: auto;
}

.cultureBox-content h2{
    font-size: clamp(24px,1.7vw,38px);
    font-family: var(--font-maven-pro);
    font-weight: 300;
    color: #000;
    margin-bottom: clamp(20px,1.5vw,40px);
}

.culture_vid_new{
    width: 100%;
    height: auto;
}

/********************************************/

.playVidIcon{
    width: clamp(40px, 2.7vw, 53px);
    height: clamp(40px, 2.7vw, 53px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    margin-left: auto;
    cursor: pointer;
}

.playVidIcon:hover{
    background: #FAEC21;
}

.playVidIcon svg{
    width: 40%;
    height: auto;
    transform: translateX(2px);
}

.employeeWrapper{
    position: relative;
    border-radius: clamp(5px, 0.8vw, 10px);
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.employeeWrapper::after{
    content: '';
    display: block;
    background: #080808;
    background: linear-gradient(0deg,rgba(8, 8, 8, 1) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 2;
    bottom: 0px;
}

.employeeImg{
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 5/3.5;
    object-fit: cover;
}

.employeeCont{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: clamp(15px,2.5vw,2rem);
    z-index: 9;
    color: #fff;
    width: 100%;
}

.employeeCont p, .employeeDesignation{
    color: #FFF;
    font-family: var(--font-maven-pro);
    font-size: clamp(18px,1.1vw,24px) !important;
    font-style: normal;
    font-weight: 300;
}

.employeeCont h2{
    font-size: clamp(18px,1.1vw,24px);
    font-weight: 600;
    font-family: var(--font-maven-pro);
}

.emp_inner_cont{
    position: relative;
    transition: all 0.2s ease-in-out;
}

.swiper-slide-active.employeeWrapper{
    transform: scale(1.17);
}

.employeeCont{
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.swiper-slide-active.employeeWrapper .employeeCont{
    opacity: 1;
}

/****************************************************************/

.commonPopup{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    display: none;
}

.commonOverlay{
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.mainPopup{
    position: relative;
    padding: clamp(1rem,2vw,40px);
    background: #fff;
    z-index: 2;
    border-radius: clamp(5px,1vw,10px);
    width: 70%;
    max-height: 95%;
    overflow: auto;
}

.vidCont{
    display: none;
}

.popup_video{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: auto;
}

.openPosition{
    background: #F9F8F7;
}

.jobTable h4{
    border-bottom: 1px solid #000;
    font-size: clamp(1.05rem,1.7vw,32px);
    font-family: var(--font-maven-pro);
    font-weight: 300;
    padding-bottom: clamp(20px, 1.2vw, 30px);
    color: #000;
}

.jobTable h5{
    font-size: clamp(1rem,1.3vw,28px);
    font-family: var(--font-maven-pro);
    font-weight: 700;
    color: #000;
}

.jobTable h6{
    font-size: clamp(13px,1.1vw,18px);
    font-family: var(--font-maven-pro);
    font-weight: 300;
    color: #000;
}

.jobTable .border-bottom{
    border-bottom: 1px solid #000;
}

.job-row:hover{
    /* background: #FAEC21; */
    background: #ececec;
}

/**************************************************************************************/

.careerForm label{
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    font-size: clamp(14px,1vw,16px);
    font-family: var(--font-maven-pro);
}

.careerForm, .careerFormm label span{
    color: red;
}

.textFieldList{
    position: relative;
}

.careerForm, .careerFormm input{
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: clamp(50px,2.8vw,70px);
    padding: 10px;
    font-family: var(--font-maven-pro);
}

.careerForm, .careerFormm textarea{
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    min-height: clamp(50px, 4vw, 100px);
    padding: 10px;
}

.steps{
    width: 30%;
}

.steps img{
    border-radius: 5px;
}

.middleVid{
    width: 40%;
    position: relative;
}

.middleVid svg{
    width: 100%;
    height: auto;
    opacity: 0.5;
}

.step-vid-cont{
    position: absolute;
    width: 100%;
    top: 30%;
    left: 0;
    z-index: 9;
    will-change: transform;
}

.step-vid-cont video{
    width: 100%;
    height: auto;
    outline: none;
    vertical-align: top;
    will-change: transform;
}

.stepsContent{
    display: flex;
    flex-direction: column;
    
    height: 100%;
}

.step_1 .stepsContent{
    justify-content: flex-start;
}
.step_2 .stepsContent{
    justify-content: flex-end;
}

.stepHeading{
    display: flex;
    gap: 1rem;
    align-items: center;
}

.stepHeading span{
    display: flex;
    width: clamp(40px,2.5vw,50px);
    height: clamp(40px,2.5vw,50px);
    background: #FAEC21;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: clamp(18px, 1.5vw, 27px);
    font-family: var(--font-maven-pro);
    font-weight: 600;
}

.stepHeading h3{
    color: #000;
    font-family: var(--font-maven-pro);
    font-size: clamp(36px,2.8vw,54px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.08px;
}

.stepCont p{
    color: #696969;
    font-family: var(--font-poppins);
    font-size: clamp(16px,1vw,20px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}

.pointCir{
    position: relative;
    width: clamp(50px,3.1vw,63px);
    z-index: 2;
}

.pointCir img{
    width: 100%;
    height: auto;
}

.svgData{
    position: relative;
    z-index: 1;
}

/*****************************************************************/

.parallax-section {
  position: relative;

  overflow: hidden;
  background: #1b1b1b;
}

.parallax-bg {
  position: relative;
  margin-bottom: 4rem;
  z-index: 9;
}

.parallax-bg:nth-child(odd){
 text-align: right;
}

.parallax-bg img {
  width: 70%;
  aspect-ratio: 5/2.8;

  object-fit: cover;
  will-change: transform;
  border-radius: 30px;
}

.yellowCir{
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    width: clamp(
        450px,20vw,600px
    );
    height: clamp(
        450px,20vw,600px
    );
    padding: 40px;
    /* background: #fff347;
    background: radial-gradient(circle, rgb(255 246 119) 0%, rgba(250, 236, 33, 1) 100%); */
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    display: flex;

    background: linear-gradient(90deg, rgba(255, 246, 119, 0.95) 0%, rgba(250, 236, 33, 0.95) 100%);
    backdrop-filter: blur(4px);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.15));
    /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); */
}

.yellowCir h2{
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-family: var(--font-maven-pro);
    text-transform: uppercase;
}

.yellowCir h2 span{
    display: block;
    font-size: clamp(1rem, 1vw, 1.1rem);
    letter-spacing: 1px;
    padding-top: 10px;
}

.yellowCir .number{
    font-size: 5vw;
    font-family: var(--font-maven-pro);
    font-weight: 300;
}

.yellowCir a{
    font-weight: 600;
    font-family: var(--font-poppins);
    /* margin-top: 1.5rem; */
    margin: 1.5rem auto 0px;
    display: table;
    padding: 10px 0px;
}

.parallax-bg:nth-child(odd) .yellowCir{
    left: 12%;
}

.parallax-bg:nth-child(even) .yellowCir{
    right: 12%;
}

.blog-details-container table{
    margin-bottom: 30px;
}

.blog-details-container table td, .blog-details-container table th{
    font-size: clamp(14px,1.1vw,20px);
}

.blog-details-container table td{
    padding: 10px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    color: #696969;
}

.blog-details-container table th{
    padding: 10px;
    background: #f1f1f1;
    font-family: var(--font-maven-pro);
    color: #696969;
}

.blog-details-container ul, .blog-details-container ol{
    margin-left: 20px;
    margin-bottom: 30px;
}

.technologyVid{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.technologyVid video{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    opacity: 0.9;
}

.svgLineCont{
    position: absolute;
    top: 6%;
    left: 50%;
    width: 83vw;
    height: 100%;
    z-index: 99;
    transform: translateX(-50%);
}

.svgLineCont svg{
    width: 100%;
    height: auto;
}

.technologyNav{
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    min-width: 90px;
}


.technologyNav a{
    display: block;
    position: relative;
    color: #696969;
    transition: all 0.3s ease-in-out;
    font-size: clamp(16px,0.8vw,16px);
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.technologyNav a.active{
    font-weight: 600;
}

.technologyNav a.active::after{
    display: block;
    content: '';
    width: 20px;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    left: -30px;
    top: 8px;
    background: #F1BD04;
}

.technologyNav a:hover{
    letter-spacing: 1px;
    transform: scale(1.1);
}

/* .founder-left-cont{
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
} */

.contact-address{
    position: relative;
    padding: clamp(1.1rem,2vw,2.5rem) clamp(1rem,1.5vw,2rem) clamp(1.5rem,5vw,5rem);
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 100%;
}

.contact-address h3{
    font-family: var(--font-maven-pro);
    font-size: clamp(1.2rem,1.5vw,2rem);
    margin-bottom: clamp(1rem,1.4vw,1.5rem);
}

.addressLine{
    display: flex;
    gap: 1rem;
    margin-bottom: clamp(1rem,1.2vw,1.7rem);
}

.addressIcon{
    width: clamp(1rem,1.1vw,1.3rem);
    flex: 0 0 auto;
}

.addressIcon svg{
    width: auto;
    height: clamp(15px,1.1vw,1.5rem);
}

.addressIcon.map-icon svg{
    width: auto;
    height: clamp(15px,1.2vw,1.5rem);
}

.addressCont, .addressLine{
    font-size: clamp(1rem,1vw,1.5rem);
    font-family: var(--font-maven-pro);
    font-weight: 500;
}

.getLocation{
    position: absolute;
    bottom: clamp(1rem,1.7vw,1.7rem);
    left: clamp(2rem,3.7vw,3.5rem);
}

.contact-form-section{
    background: rgba(232, 231, 228, 0.30);
}

.location_map iframe{
    width: 100%;
    /* max-width: 500px; */
    height: 500px;
    margin: auto;
}

.contact-form-section input, .contact-form-section textarea{
    background: transparent;
}

/*************************************************/

.blog-details-container h4{
    margin-bottom: clamp(1.5rem, 2vw, 2.5rem);
}

.blog-details-container img{
    max-width: 100%;
    display: flex;
    margin: 0 auto;
}

.blog-details-container .img-box{
    margin-bottom: 1rem;
}

/****************************************************/

.servicesWrapper .countNum{
    border-right: none;
}

.accordionHead{
    font-size: clamp(20px,1.5vw,2rem);
    font-family: var(--font-maven-pro);
    color: #000;
    position: relative;
    cursor: pointer;
    padding-right: 15px;
}

.accordionHead span{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--font-maven-pro);
    font-size: clamp(20px,2vw,2.5rem);
}

.animateSlide_services p{
    color: #696969;
}

.accordionCont{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: clamp(10px,0.7vw,1rem);
    margin-bottom: clamp(12px,1vw,1.1rem);
}

.accordionContent{
    padding-top: clamp(12px,1vw,1.1rem);
    display: none;
}

.accordionContent p{
    font-size: clamp(1rem, 0.938vw, 1.125rem);
}

.service-slide{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
}

.service-slide::after{
    content: '';
    display: block;
    width: 100%;
    height: 80%;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.service-slide img{
    width: 100%;
    aspect-ratio: 5/3.2;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.swiper-slide:hover .service-slide img {
    transform: scale(1.1);
}

.service-caption{
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: absolute;
    width: 100%;
    padding: 0px clamp(20px,2.5vw,2.2rem);
    z-index: 9;
    bottom: 20px;
}

.serviceText{
    font-family: var(--font-maven-pro);
    color: #fff;
    font-size: clamp(20px,1.8vw,2rem);
    font-weight: 300;
}

.serviceText, .serviceArrow{
    flex: 0 0 auto;
    color: #fff;
}

.serviceArrow svg{
    width: clamp(30px,1.7vw,2rem);
    height: auto;
    stroke-color: #fff;
}

.how_deliver{
    position: relative;
    min-height: 600px;
}

.how_deliver svg{
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}

.delivery_icon{
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: clamp(50px,5vw,5rem);
    height: clamp(50px,5vw,5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
}

.delivery_icon img{
    width: 50%;
    height: auto;
    margin: auto;
}

.deliveryContainer{
    position: relative;
    z-index: 2;
}

.deliveryCont h3{
    font-family: var(--font-maven-pro);
    color: #000;
    margin-bottom: clamp(20px,1.3vw,1.5rem);
    font-weight: 300;
}

.delivery_section{
    margin-bottom: clamp(40px,8vw,8.5rem);
}

.deliveryImg img{
    width: 100%;
    height: inherit;
    aspect-ratio: 5/3.5;
    object-fit: cover;
}

.projectCategories .projectLabel{
    /* color: var(--clr-mid-gray); */
    margin-bottom: 10px;
    font-size: clamp(14px,1.4vw,1.2rem);
    font-weight: 400;
}

.projectCategories .projectLabel, .projectCategories h3{
    font-family: var(--font-maven-pro);
}

.projectCategories h3{
    font-weight: 400;
    font-size: clamp(24px,1.8vw,2.1rem);
    letter-spacing: 2px;
}

.project-slider-arrows{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    z-index: 9;
}

.project-slider-arrows .prev, .project-slider-arrows .next{
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    transition: all 0.2s ease-in-out;
}

.project-slider-arrows .prev:hover, .project-slider-arrows .next:hover{
    background: rgba(255, 255, 255, 1);
}

.project-slider-arrows .prev:hover svg path, .project-slider-arrows .next:hover svg path{
    fill: #000;
}

.animateLogoWrapper{
    width: clamp(150px,50vw,50rem);
    position: absolute;
    left: 50%;
    top: 150px;
    transform: translateX(-50%);
}

.animateLogo{
    width: 100%;
    position: relative;
    animation: rotateLogo 10s linear infinite;
    z-index: 0;
}

.animateLogo img{
    width: 100%;
    height: auto;
}

@keyframes rotateLogo {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media(min-width:992px){
    .delivery_section:nth-child(even) .deliveryImg{
        order: 2;
    }

    .delivery_section:nth-child(even) .deliveryCont{
        order: 1;
    }

    .col-lg-custom {
        width: 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}



.middle-line{
    position: absolute;
    width: 5px;
    height: 100%;
    background: #E8E7E4;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.middle-line .yellowCirNew{
    width: clamp(20px,1.3vw,1.6rem);
    height: clamp(20px,1.3vw,1.6rem);
    border-radius: 50%;
    background: #FFC107;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.fireTale{
    width: 100%;
    height: 100px;
    background: #FFC107;
    background: linear-gradient(0deg,rgba(255, 193, 7) 0%, rgba(250, 236, 33, 0) 100%);
    position: absolute;
    top: -80px;
}

.techVideoWrapper{
    padding: clamp(10px,1vw,1.1rem);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background: #fff;
    min-height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.technologyListCont{
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: #fff;
    
    position: relative;
    z-index: 1;
    display: none;
}



.technology-vid-list:nth-child(odd) .technologyListCont{
    transform: translateX(5px);
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.technology-vid-list:nth-child(even) .technologyListCont{
    transform: translateX(-5px);
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media(max-width:991px){
    .technology-vid-list:nth-child(odd) .technologyListCont{
        transform: translate(0px,-5px);
        border-right: 1px solid rgba(0, 0, 0, 0.3);
        border-top: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .technology-vid-list:nth-child(even) .technologyListCont{
        transform: translate(0px,-5px);
        border-left: 1px solid rgba(0, 0, 0, 0.3);
        border-top: none;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }
}
/***/

.techVideoWrapper video, .techVideoWrapper{
    border-radius: 5px;
}

/* .techVideoWrapper video, .techVideoWrapper img, .techVideoWrapper iframe{
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
} */

.techSlideVidWrapper{
    width: 100%;
    aspect-ratio: 16/9;
}

.techSlideVidWrapper img, .techSlideVidWrapper video, .techSlideVidWrapper iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

 .techVideoWrapper iframe{
    min-height: 100%;
 }

 .techVideoWrapper .swiper-slide{
    height: auto;
 }

 .techVidSlider .swiper-wrapper{
    margin-bottom: clamp(20px,1.5vw,2rem);
 }

.technologyCont h3{
    font-family: var(--font-maven-pro);
    font-size: clamp(24px, 1.7vw, 2rem);
    font-weight: 400;
    margin-bottom: clamp(20px,1.3vw,1.9rem);
}

.technologyCont p{
    color: #696969;
}

.technologyCont{
    padding: 1rem 0.5rem;
    /* margin-bottom: clamp(20px,2vw,2rem); */
}

.techPlusIcon{
    width: clamp(30px,2vw,2rem);
    margin-left: auto;
    /* margin-right: 20px;
    margin-bottom: 20px; */
    display: table;
    cursor: pointer;
    font-size: clamp(3rem,5vw,5rem);
    font-weight: 100;
    line-height: 0.5;
    font-family: var(--font-inter);
}

.techPlusIcon svg{
    width:100%;
    height: auto;
}

.technology-vid-list{
    margin-bottom: clamp(100px,10vw,11rem);
    position: relative;
    z-index: 1;
}

.technology-vid-list:nth-child(odd){
    justify-content: end;
}

.animateSlide_services img.img-fluid{
    width: 100%;
    height: inherit;
    aspect-ratio: 5/3.2;
    object-fit: cover;
}

.technologyListCont img{
    width: 100%;
    aspect-ratio: 5/3;
    object-fit: cover;
    border-radius: 3px;
    cursor: pointer;
}

.technologyListCont h5{
    font-family: var(--font-maven-pro);
    font-weight: 500;
    margin-bottom: clamp(15px,1vw,1.1rem);
}

.technologyListCont p{
    color: #696969;
}
@media(min-width:992px){
    .technology-vid-list:nth-child(odd) .technologyVidCont{
        order: 1;
    }
}

.techVidSlider .swiper-pagination{
    position: relative;
    z-index: 99;
    transition: all 0.2s ease-in-out;
}

.techVidSlider .swiper-pagination-bullet-active{
    background: #e7d915;
    width: 25px;
    border-radius: 5px;
}


/*****************************************************/

@media (min-width:1200px){

.cultureBox{
    width: 29.5vw;
    padding: 4.5vw 3vw 2vw;
}

.commonButton{
    padding: 1vw 2vw;
    font-size: 1.1vw;
}    

.blog-details-container h3{
    font-size: 1.7vw;
    margin-bottom: 0.5vw;
    font-weight: 400;
}    

.newsSection h3{
    font-size: 1.5vw;
    margin-bottom: 0.5vw;
    font-weight: 400;
    line-height: 1.3;
} 


.blog-details-img{
    margin: 1.5vw 0vw 3.5vw 0vw;
}    

.blogList h3{
    font-size: 1.8vw;
}    

.blog_banner_content p{
    margin-bottom: 1.5vw;
}    

.blog_banner_content  h2, .blog-details-container h2{
    font-size: 2vw;
}

.blog-details-banner-cont.blog_banner_content  h1{
    font-size: 3vw;
}

.blog-details-container h2{
    margin-bottom: 1vw;
}

.blog-details-container p{
    margin-bottom: 1.5vw;
}


.blog_banner_content{
    bottom: 3vw;
}

.blog-eyebrow{
    gap: 0.2vw;
    margin-bottom: 0.8vw;
}

.blog-eyebrow label, .blog-eyebrow span{
    border-radius: 0.3vw;
    padding: 0.2vw 0.9vw;
    font-size: 0.95vw;
    color: #696969;
}

/*************************************************/

.newsList h4{
    font-size: 1.3vw;
    margin-bottom: 0.5vw;
}

.newsTags label, .newsTags span{
    font-size: 0.95vw;
}    

.newsroomHeading{
    padding-bottom: 1vw;
    margin-bottom: 4vw;
}    
    
.followLink{
    gap: 1.1vw;
    padding: 0.6vw 1vw;
}

.followLink svg{
    width: 1.1vw;
}

.founderLinks{
    width: 100%;
    gap: 1.1vw;
    padding-bottom: 1.1vw;
}
    .journeySwiper ul li{
        font-size: 1.1vw;
    }
    
    .sliderArrow{
        width: 3vw;
        height: 3vw;
    }
    .sliderArrow svg{
        width: 1vw;
    }

    .challengeSolutionData h3{
        font-size: 2vw;
    }

    .challengeSolutionData{
        padding-bottom: 1.5vw;
    }

    .highlightCont p{
        font-size: clamp(1rem, 0.938vw, 1.125rem);
        font-weight: 400;
    }

    .load-More-Btn{
        width: 10.5vw;
        height: 3.4vw;
        font-size: 1.1vw;
    }
    .project-overlay span{
        width: 3vw;
        height: 3vw;
    }

    .project-overlay span svg{
        width: 0.7vw;
    }

    .imgBox{
        margin-bottom: 1.1vw;
    }
    .projectTitle_location h3{
        font-size: 1.7vw;
    }
    .filterTitle{
        font-size: 1.2vw;
    }
    .filterDataRow select{
        font-size: 1.025vw;
    }
    .coreValueBox h3{
        font-size: 1.5vw;
    }
    .pin{
        width: 1.8vw;
        height: 1.8vw;
    }
    .map{
        padding: 2.5vw 5vw 0vw;
    }
    .backboneSlider img{
        margin-bottom: 1vw;
    }
    .backboneSlider h4{
        font-size: 1.5vw;
    }
   .founders h3{
    font-size: 1.5vw;
   }

    .journeySwiper .swiper-pagination-bullet::before{
        width: 1vw;
        height: 1vw;
        top: -2vw;
    }    
    .journeySwiper .swiper-pagination-bullet-active::before{
        width: 1.5vw;
        height: 1.5vw;
        top: -2.3vw;
    }

    .journeySwiper .swiper-pagination-bullet {
        font-size: 1.17vw;
    }
    .journeySwiper .swiper-pagination-bullet-active {
        font-size: 1.5vw;
    }
    .cities li{
        padding: 0vw 1vw;
    }
    .cities{
        gap: 3vw;
    }
    .cities li{
        font-size: 1.5vw;
    }
    
      
    .titleHead_black{
        margin-bottom: 2.5vw;
    }
    .who-we-are p{
        font-size: 1vw;
    }
    .who_we_are_vid{
        width: 60vw;
    }
    .who-we-are-content{
        margin-bottom: 1.2vw;
    }
    .titleHead_black{
        font-size: 1.667vw;
    }
    .common-pad-x{
        padding-left: 2vw;
        padding-right: 2vw;
    }
    .subHeading{
        font-size: 1.2vw;
        text-transform: uppercase;
        margin-bottom: 0.6vw;
    }
    .who-we-are{
        padding-top: 5vw;
    }
    .mainHeading{
        font-size: 2.5vw;
    }

}

@media(max-width:991px){

    .backboneSlider h4 {
        font-size: 20px;
    }

    .visionTitle h2, .missionTitle h2{
        font-size: 2rem!important;
        margin-bottom: 10px;
    }

    .visionTitle p, .missionTitle p{
        font-size: 1.1rem!important;
        line-height: 1.6;
    }

     .techVideoWrapper iframe{
        min-height: inherit;
    }
    .deliveryImg{
        margin-bottom: 20px;
    }
    .middle-line{
       display: none; 
    }
   .getLocation{
        position: relative;
        bottom: inherit;
        left: inherit;
    } 
  
  .cultureBoxWrapper{
    transform: translateX(0);
    width: 100%;
    /* flex-direction: column; */
    flex-wrap: wrap;
    padding: 30px;
    justify-content: center;
  }
  
  .cultureBox{
    width: 48%;
  }
    
  .mainPopup{
    width: 90%;
  }  

  .blog_banner_content h2{
    font-size: 1.7rem;
  }  
  .blog_banner_content{
    width: 100%;
  }  
  .followLink{
    padding: 10px;
    justify-content: center;
  }
  .founderLinks{
    flex-direction: column;
    margin: 10px;
    text-align: center;
  }  
 .slideAnimateContainer, .slideAnimate_services {
    position: relative;
    width: 100%;
    height: auto;
}   
.ourVision{
    height: auto;
}    
.animateSlide, .animateSlide_services {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 0px 50px;
    transform: translateY(0%);
    margin-bottom: 30px;
}
    .journeySwiper .swiper-pagination::before{
        display: none;
    }
    .journeySwiper .swiper-pagination {
        padding-top: 3rem;
        justify-content: center;
    }
    .mainHeading br{
        display: none;
    }
    .who_we_are_vid {
        width: 100%;
    }
}

@media(max-width:576px){
    .projectCategories{
       text-align: left;
    }
   .servicesWrapper .countNum{
    text-align: center;
   }
    .cultureBox{
        width: 100%;
    } 
    .employeeCont p{
        display: none;
    }  
    .backbone .sliderArrow{
        position: absolute;
        transform: translateY(0);
        
        left:calc(50% - 20px);
        right:inherit;
        bottom: 0px;
        top: inherit;
    }

    .backbone .prev{
        transform: translateX(-70%);
    }

    .backbone .next{
        transform: translateX(70%);
    }

    .projectGallerySlider h4{
        font-size: 20px;
    }
    .lineBar{
        display: none;
    }
    .animateSlide, .animateSlide_services{
        padding: 0px;
    }
    .mainHeading{
        line-height: normal;
    }
    .journeySwiper .swiper-slide{
        padding: 0px;
    }
    .founders h3{
        font-size: 20px;
    }
    .who_we_are_vid{
        width: 100%;
    }
     .cities {
        gap: 1rem;
    }

   
   
    .coreValueBox img{
        max-width: 100%;
    }
}


.backboneSlider .person img {
    margin-bottom: 1rem;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    width:100%;
    /* height:auto; */
    border-radius: 5px;
}

 .photoGrid {
    position: relative;
    background: #fff;
    z-index: 9999;
    padding-top: 2vw;
}

.relatedSection{
    position: relative;
    background: #fff;
    z-index: 9999;
    padding-top: 5vw;
}

.blog_banner_content .blog-eyebrow span, .blog_banner_content p {
    color: #fff;
} 


.custom-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.custom-popup.show {
    display: flex;
}

.popup-content {
    position: relative;
    /* max-width: 800px; */
    width: 75%;
    animation: fadeIn 0.3s ease;
}

.popup-content img {
    width: 100%;
}

.close-popup {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.founder-popup-new {
    cursor: pointer;
}

.popup_form,
.popup_career_form {
  display: none;
  opacity: 0;
  transform: translateY(50px);
}

#resumeField {
    height: 3.2vw;
}