.PortfolioImg video {
    transform: rotate(270deg);
    height: 1144px;
    margin: -260px 0 -270px 252px;
}
body{
    background: #000;
}
.whoweare_hero .row, .contactUs .row {
    text-align: center;
}
body.whoweare .logo g rect {
    fill: #fff;
}
body.index header {
    border: none;
    background: #E9E9E9;
}
.MovingRobot {
    text-align: center;
    position: relative;
}
.MovingRobot::before {
    content: '';
    width: 612px;
    height: 304PX;
    display: block;
    position: absolute;
    bottom: -120px;
    left: 0;
    z-index: 2;
    background-image: url('../images/ban-robot-box-shadow.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bnr_creative_h {
    font-family: SpaceGrotesk-Bold;
    font-size: 107px;
    color: #DED8DB;
    text-align: center;
    position: relative;
    z-index: 3;
    margin-top: -50px;    
}
.bnr_creative_h::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: -82px;
    left: 0;
    background-image: url('../images/creative_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 0px 40px #E9E9E9;
}
body header  {
    border-bottom: 1px solid #2D2D2D;
}
section.whoweare_hero {
    padding: 65px 15px 73px;
}
.breadcrum p, .breadcrum p a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22.5px;
    font-family: 'Inter-Regular';
    transition: all 0.4s ease-in-out;    
}
.BanNav li:nth-child(1) a {
    color: #E86CA8;
    font-family: 'Inter-Bold';
}
.breadcrum p a:hover {
    color: #e86ca8;
}
.breadcrum p span {
    padding-left: 10px;
    padding-right: 10px;
}
.topHeading h1 {
    font-size: 80px;
    line-height: 111.8px;
    color: #fff;
    font-weight: 700;
    font-family: SpaceGrotesk-Bold;
    padding-top: 35px;
}
section.contactUs .innerContent img {
    width: 100%;
}
section.contactUs .innerContent p {
    /*max-width: 740px;*/
    margin: 0px auto;
    margin-bottom: 15px;
}
.innerContent .about_para {
    margin: 50px 0px 70px;
}
section.six_col_sec h2.secondaryHeading {
    padding-top: 100px;
    text-align: center;
    margin-bottom: 42px;
}
.themeBtn {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    font-family: "Hanken Grotesk", sans-serif;
    letter-spacing: -1.4px;
    padding: 15px 26px;
    background: linear-gradient(180deg, #E86CA8, #98235C);
    border-radius: 6.67px;
    border: none;
}
.gifImages {
    text-align: left;
}
section.contactUs {
    position: relative;
    background-image: url(../images/plain-backdrop-decorative-gray-textured.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.contactUs::after {
    content: '';
    width: 384px;
    height: 589px;
    display: block;
    position: absolute;
    top: 230px;
    right: 0;
    bottom: 0;
    background-image: url(../images/afterRobot.png);
    background-repeat: no-repeat;
    background-position: center right;
  animation: floatUpDown 2s ease-in-out infinite;   
}
@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-30px); } /* upar jayega */
  100% { transform: translateY(0); }
}
.missionHeading {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}
.secondaryHeading {
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 50px;
    font-family: 'SpaceGrotesk-Bold';
}
ul.missionList {
    list-style: none;
    padding-bottom: 24px;
}
.missionList li {
    position: relative;
    margin-bottom: 16px;    
}
.missionList li::before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 5px;
    left: -36px;
    background-image: url(../images/wheel-small.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
.rightCol p {
    margin: 34px 0 54px;
}
.rightCol ul li {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-family: 'Inter-Light';
}
.ourMisssion_inner {
    padding: 100px 15px 100px;
}
.rightCol img {
    width: 100%;
}
.counter_main_box {
    display: flex;
    justify-content: space-between;
    padding: 101px 15px 143px;
}
.counterInner h4 {
    font-size: 60px;
    line-height: 50px;
    font-family: 'SpaceGrotesk-Bold';
    color: #fff;
}
.counterInner h3 {
    font-size: 24px;
    color: #fff;
    font-family: 'Inter-Medium';
    line-height: 26px;
}
.counterInner p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Inter-Light';
    color: #ABAAAA;
    margin: 0px;
    text-align: left !important;
}
.counterInner {
    max-width: 271px;
}
.counter_main_box .counterBox:nth-child(2) {
    position: relative;
}
.counter_main_box .counterBox:nth-child(2)::before, .counter_main_box .counterBox:nth-child(2)::after {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: #2D2D2D;
}
.counter_main_box .counterBox:nth-child(2)::before {
    left: -100px;
}
.counter_main_box .counterBox:nth-child(2)::after {
    right: -100px;
}
.teamHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 56px;
}
.teamHeading p {
    max-width: 339px;
}
.teams .owl-carousel .item {
    position: relative;
}
.bioTeam {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    background: #fff;
    width: 90%;
    margin: 0px auto;
    padding: 14px 17px 11px;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.bioTeam h4 {
    font-size: 24px;
    font-family: 'Inter-Bold';
    line-height: 26px;
    margin: 0px;
    text-transform: uppercase;
}
.bioTeam p {
    margin: 0px;
    font-size: 16px;
    font-family: 'Inter-Regular';
    line-height: 26px;
    color: #000000;
}
.top-slider {
    margin-bottom: 33px;
}
.teams .owl-carousel .owl-item .item {
    transition: all 0.5s ease-in-out;
}
.teams .owl-carousel .owl-item .item img {
    filter: grayscale(1);
    transition: all 0.5s ease-in-out;
    height: 382px;
    border-radius: 12px;
    object-fit: cover;
}
.teams .owl-carousel .owl-item .item:hover img {
    filter: none;
}
.teams .owl-carousel .owl-item .item:hover .bioTeam {
    opacity: 1;
}
.separatorLine img {
    width: 100%;
}
.separatorLine {
    position: relative;
    top: -13.8px;
}
.separatorLine::after {
    content: '';
    width: 20px;
    height: 30px;
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    background-image: url(../images/wheel-small.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: spin 4s linear infinite;
    will-change: transform;
    margin: 0px auto;
}
 @keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
section.teams {
    padding-bottom: 143px;
}


/*Footer CSS*/
.newsletterHeading {
    text-align: center;
    padding-top: 99px;
}
.newsletterHeading h2 {
    font-size: 60px;
    color: #fff;
    line-height: 50px;
    font-family: 'SpaceGrotesk-Regular';
    font-weight: 400;
}
.newsletter input::placeholder {
    font-size: 14px;
    color: #323232;
    line-height: 29px;
}
.newsletter input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #323232;
    width: 442px;
    padding: 0px 0px;
    height: 48px;
    margin-right: 48px;
    color: #fff;
    font-size: 14px;
    line-height: 29px;
}
.news_letter_form {
    text-align: center;
    padding: 105px 0px 60px;
}
.news_letter_form button {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-family: "Hanken Grotesk", sans-serif;
    letter-spacing: -1.4px;
    background: linear-gradient(180deg, #E86CA8, #98235C);
    border-radius: 6.67px;
    border: none;
    width: 160px;
    height: 55px;
}
.circleButton {
    text-align: center;
}
.circleButton a {
    display: flex;
    flex-direction: column;
    max-width: fit-content;
    margin: 0px auto;
    font-size: 24px;
    color: #fff;
    font-family: 'Hanken Grotesk';
    font-weight: 400;
    border: 1px solid;
    padding: 36px 37.5px;
    border-radius: 100px;
}
section.newsLetter {
    position: relative;
    background: #000;
}
section.newsLetter::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: -80px;
    left: -145px;
    background-image: url(../images/imgi_14_curve-circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    max-width: 375px;
    animation: spin 4s linear infinite;
    will-change: transform;
}
.newsletterHeading h2:not(:last-child) {
    margin-bottom: 28px;
}
footer {
    padding-top: 83px;
    background: #000;
}
footer .row .footer_widget_col:nth-child(1) p {
    margin: 33px 0 0 !important;
    font-family: 'Inter-Regular';
}
footer h3 {
    font-size: 25px;
    line-height: 29px;
    font-family: 'Inter-Medium';
    color: #fff;
    margin-bottom: 36px;
}
footer ul {
    padding: 0px;
    list-style: none;
}
footer .row .footer_widget_col {
    width: max-content;
}
footer .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .row .footer_widget_col:nth-child(1) {
    max-width: 356px;
}
footer ul li a {
    color: #DADADA;
    font-size: 17px;
    font-family: 'Inter-Light';
    line-height: 24px;
    margin-bottom: 18px !important;
    display: block;
}
footer .row .footer_widget_col:nth-child(1) ul {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin: 30px 0 0;
}
footer .row .footer_widget_col:nth-child(4) {
    max-width: 300px;
}
footer .row .footer_widget_col:nth-child(1) ul a{
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #131313;
    border-radius: 100%;
}
footer .row .footer_widget_col:nth-child(4) ul li a span {
    background: #131313;
    width: 46px !important;
    border-radius: 100px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
}
footer .row .footer_widget_col:nth-child(4) ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
}
footer .row .footer_widget_col:nth-child(4) ul a svg {
    width: 22px;
}
.footerBottom {
    text-align: center;
    padding: 40px 15px 100px;
}
.footerBottom p {
    margin: 0px;
    color: #727272;
    font-size: 17px;
    line-height: 29px;
    font-family: 'Inter-Light';
}
footer .row:not(:last-child) {
    padding-bottom: 17px;
}

/*Services CSS*/
.topHeading p {
    margin: 22px auto 0;
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'Inter-Light';
    line-height: 26px;
}
.ourServices .row .col-md-6 {
    display: flex;
    justify-content: center;
}
.ourServices .row .col-md-6:not(:first-child) {
    padding-top: 90px;
}
.ourServices .row {
    padding: 0px 80px;
}
.servicesInner .portfolioImg {
    max-width: fit-content;
    position: relative;
}
.servicesInner a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.81);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.servicesInner a span {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    font-family: "Hanken Grotesk", sans-serif;
    letter-spacing: -1.4px;
    background: linear-gradient(180deg, #E86CA8, #98235C);
    border-radius: 6.67px;
    padding: 12px 57px;
}
.servicesInner h3 {
    font-size: 30px;
    font-family: 'Inter-Bold';
    color: #FFFFFF;
    line-height: 50px;
    margin-top: 39px;
    transition: all 0.5s ease-in-out;
}
.servicesInner:hover a {
    opacity: 1;
}
.servicesInner:hover h3 {
    color: #E86CA8;
}
.ourServices .row:not(:first-child) {
    margin-top: -35px;
}
.loadMore {
    text-align: center;
}
section.ourServices {
    padding-bottom: 136px;
}
.loadMore {
    padding-top: 100px;
}


/*Influencer Marketing CSS*/
.whoweare_hero .row .col-md-8 {
    padding-right: 38px;
}
.whoweare_hero .row:not(:first-child) {
    padding-top: 54px;
}
.whoweare_hero .row:not(:first-child) p {
    color: #fff;
    font-size: 18px;
    font-family: 'Inter-Light';
    margin-bottom: 23px;
    line-height: 26px;
    text-align: left;
}
.whoweare_hero .row .col-md-6 {
    text-align: left;
}
.inner-box-marketing h3 {
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'Inter-Medium';
    line-height: 26px;
}
.inner-box-marketing p {
    font-size: 18px;
    font-family: 'Inter-Light';
    color: #6A6767;
    line-height: 26px;
}
.inner-box-marketing h3 {
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'Inter-Medium';
    line-height: 26px;
    margin-bottom: 20px;
}
.inner-box-marketing {
    max-width: 260px;
}
.six_col_sec .row .col-md-4 .inner-box-marketing:not(:last-child) {
    margin-bottom: 52px;
}
.six_col_sec .row .col-md-4:nth-child(2), .six_col_sec .row .col-md-4:nth-child(5) {
    border-right: 1px solid #2D2D2D;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #2D2D2D;
}
.six_col_sec .row .col-md-4:nth-child(3), .six_col_sec .row .col-md-4:nth-child(6) {
    padding-left: 60px;
}

.service_outcome {
    padding-top: 127px;
    position: relative;
}
.service_outcome ul.missionList {
    padding: 20px 0 0 50px;
}
.service_outcome ul.missionList li {
    font-size: 18px;
    font-family: 'Inter-Regular';
    color: #6A6767;
}
.service_outcome .row:not(:first-child) {
    padding: 61px 0px 90px;
}
.service_outcome img {
    width: 100%;
}
.service_outcome::after {
    content: '';
    width: 294px;
    height: 541px;
    display: block;
    position: absolute;
    top: 0;
    right: -100px;
    background-image: url(../images/marketing-after-img.png);
    background-repeat: no-repeat;
    background-position: right top;
animation: floatUpDown 3s ease-in-out infinite;    

}

/*WEB APP UI DESIGN*/
.hero-img img {
    width: 100%;
}
.whoweare_hero .hero-img {
    padding-top: 75px;
}
.webapp_overview h2 {
    text-align: left;
}
.visual_case_study h2 {
    text-transform: uppercase;
    max-width: fit-content;
}
.visual_case_study .controls {
    max-width: fit-content;
}
.case-study-carousel .item img {
    height: 529px;
}
.visual_case_study .container .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.visual_case_study .controls {
    max-width: fit-content;
    display: flex;
    gap: 10px;
}
.visual_case_study .controls .btn, .tab-carousel button {
    border-radius: 100px !important;
    width: 91px;
    height: 91px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s ease;
}
.tab-carousel button {
    font-size: 32px !important;
    color: #3C3C3C !important;
}
.visual_case_study .controls .btn:hover, .tab-carousel button:hover {
    border: 1px solid #E86CA8 !important;
    background: transparent !important;
    color: #E86CA8 !important;
}
.visual_case_study .controls .btn:hover svg g rect {
    fill: #E86CA8;
}

.case_study_slider {
    padding-top: 40px;
}
.find_more_content .col-md-8 {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}
.find_more_content {
    padding: 102px 0px 87px;
}
.find_more_content .row {
    align-items: flex-start !important;
}
.find_more_box h3 {
    font-size: 30px;
    font-family: 'SpaceGrotesk-Bold';
    color: #fff;
    line-height: 50px;
    margin: 28px 0 33px;
    text-transform: uppercase;
}
.find_more_box a {
    font-size: 16px;
    color: #fff;
    font-family: 'Inter-Light';
    line-height: 26px;
    border-bottom: 1px solid;
    padding-bottom: 14px;
}


/*Best Influencer*/

.best-influencer .topHeading {
    max-width: 1090px;
    margin: 0px auto;
}
.themebtnBlack {
    background: linear-gradient(88deg, #949494, #212121);
    border-radius: 6.67px;
    padding: 1px;
}
.themebtnBlack span {
    background: linear-gradient(90deg, #e86ca8 -15%, #191818 61%);
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    font-family: "Hanken Grotesk", sans-serif;
    letter-spacing: -1.4px;
    padding: 15px 26px;
    border-radius: 6.67px;
    border: none;
    display: block;
}
.banner_btn {
    display: flex;
    justify-content: center;
    gap: 26px;
    padding-top: 80px;
}
.influencerTabs .nav-link {
    display: flex;
    padding: 0px;
    background: transparent;
    width: 100%;
    justify-content: space-between;
}
.influencerTabs .nav-link.active {
    background: transparent !important;
}
.influencerTabs .nav-link span.arrowIcon {
    display: block;
    padding: 3px 20px 6px;
    border-radius: 4px;
}
.influencerTabs .nav-link.active span.arrowIcon {
    background: #e86ca8;
}
.influencerTabs .nav-link.active span img {
    filter: brightness(0.5);
}
div#v-pills-tab {
    height: 345px !important;
    flex-direction: row !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    row-gap: 10px;
    /* scrollbar-color: #E86CA8 #505050; */
    /* scrollbar-width: thin; */
    direction: ltr;
    transform: rotateY(180deg);
    margin: 0px !important;
    padding-right: 29px;
    padding-left: 0px;
    justify-content: end;
}
div#v-pills-tab::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
}
div#v-pills-tab::-webkit-scrollbar-thumb {
    background-color: #ff6b9d;
    border-radius: 10px;
    height: 49px;
}
div#v-pills-tab::-webkit-scrollbar-track {
    background: #505050 !important;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px #505050;
}
/*div#v-pills-tab::-webkit-scrollbar-thumb:hover {*/
/*  background-color: #084298;*/
/*}*/
div#v-pills-tab > * {
    transform: rotateY(180deg) !important;
    width: 100%;
    text-align: left;
}
.influencerTabs .MarTop .col-md-4 {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    background: #131313;
    padding: 21px;
    max-width: 312px;
    border-radius: 12px;
    height: 379px !important;
}
.influencerTabs .TabContent {
    padding: 0 0 0 0px;
    margin-bottom: 100px;
}
.influencerTabs .TabContent img {
    width: 100%;
}
.influencer_desc {
    max-width: 368px;
}
.influencer_social_profile, .influencer_bio {
    display: flex;
    justify-content: space-between;
}
.influncer_category span {
    font-size: 18px;
    color: #6A6767;
    font-family: 'Inter-Light';
}
body p {
    font-size: 18px;
    color: #fff;
    font-family: 'Inter-Light';
    line-height: 26px;    
}
.influencer_bio {
    padding-top: 24px;
}
.social_profile {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}
.social_detail h4 {
    font-size: 20px;
    color: #fff;
    font-family: 'Inter-Medium';
    margin-bottom: 3px;
}
.social_detail p {
    font-size: 15px;
    margin: 0px;
    color: #6A6767;
}
.influencer_bio {
    padding: 24px 0px 50px;
    margin-bottom: 40px;
    border-bottom: 1.1px solid #2D2D2D;
}
.influencer_bio p {
    margin: 0px;
}

ul.page-numbers, .bottom_gallery_img  {
    display: flex;
    list-style: none;
    gap: 9px;
}
ul.page-numbers a.page-link, 
.portfolio_inner .page-btn {
    display: block;
    padding: 0px 24px;
    background: #fff;
    border-radius: 71px;
    height: 36px;
    font-size: 20px;
    font-family: 'SpaceGrotesk-Bold';
    line-height: 38px;
    width: fit-content;
    cursor: pointer;
}
ul.page-numbers li a.page-link.active, .portfolio_inner .page-btn.active {
    background: #E86CA8;
    color: #8E0C4B;
}
.bottom_gallery_img {
    padding: 128px 0px 100px;
}
.bottom_gallery_img img {
    width: 100%;
}
.influencerTabs .row {
    justify-content: space-between;
}


/*Contact Us CSS*/
.form_heading h2 {
    font-size: 145.93px !important;
    text-transform: uppercase;
    font-family: 'SpaceGrotesk-Bold';
    letter-spacing: -7.3px;
    text-align: center;
    background: linear-gradient(178deg, #272727, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 100%;
}
.error {
    color: #e74c3c;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}
.form-inner-heading {
    text-align: center;
}
.contact_form_main .container {
    max-width: 938px;
}
/*.contact_form_inner::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(152deg, rgba(232, 108, 168, 1) 0%, rgba(110, 191, 244, 0.224) 45%, rgba(70, 144, 212, 0%));
    opacity: 0.2;
    backdrop-filter: blur(30px);
    border-radius: 20px;
}*/
.contact_form_inner {
    position: relative;
    padding: 80px 40px;
    background-image: url('../images/contact-form-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}
.form-inner-heading h2 {
    margin-top: 36px;
}
.form-inner-heading p {
    max-width: 631px;
    margin: 20px auto 59px;
}
.form-group input, .form-group select, .form-group textarea {
    background: rgba(27, 27, 27, 0.5);
    border: 1px solid #3B3636;
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    color: #424040 !important;
    font-family: 'Inter-Light';
    font-size: 20px;
}
.form-group input, .form-group select {
    height: 110px;
}
.contact_form_inner .form-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}
.form-group {
    width: 100%;
}
.form-group input::placeholder, .form-group textarea::placeholder {
    color: #424040 !important;
    font-family: 'Inter-Light';
    font-size: 20px;
}
.form-group textarea#notes {
    height: 281px;
}
button.submit-btn.themeBtn {
    width: 100%;
    margin-top: 35px;
}
.submit-btn:active {
    transform: translateY(0);
}

.success-message {
    background-color: #2ecc71;
    color: white;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    margin-top: 20px;
    display: none;
}
 .required::after {
    content: " *";
    color: #e74c3c;
}
.form-group.error {
    display: block;
}
section.contact_form_main {
    padding-bottom: 56px;
}
.info_heading h3 {
    font-size: 30px;
    color: #fff;
    font-family: 'SpaceGrotesk-Bold';
    line-height: 50px;
}
.info_heading p {
    color: #6A6767;
}
.contact_info .info_heading {
    padding-top: 60px;
}
.contact_detail_box {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    max-width: 265px;
}
.contact_detail_box p {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #6A6767;
}
.contact_detail_box p a {
    color: #fff;
}
.contact_detail .contact_detail_box:not(:last-child) {
    padding-bottom: 34px;
    border-bottom: 1px solid #2D2D2D;
    margin-bottom: 52px;
}
.contact_detail {
    border-top: 1px solid;
    padding-top: 52px;
    margin-top: 51px;
}
.contact_info .col-md-5 {
    padding-right: 33px;
}


/*Thank You CSS*/
body.thank-you {
    background-image: url(../images/thank-you-body-img.png);
    background-position: top;
    background-repeat: no-repeat;
}
.time_schedule {
    display: flex;
    justify-content: center;
    gap: 11px;
    margin-top: 46px;
    align-items: center;    
}
.time_schedule p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0px;
}
.email_confirmation {
    max-width: fit-content;
    margin: 30px auto 0;
}
.email_confirmation p {
    margin: 0px;
    /* background-image: url('../images/email-heading-bg.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 14px 21px;
    background-color: #d45a95;
    border-radius: 30px;
}
.thank-you section.whoweare_hero, section.animation_sec {
  position: relative;
  overflow: visible;
}

.thank-you section.whoweare_hero::before {
  content: '';
  width: 512px;
  height: 512px;
  display: block;
  position: absolute;
  top: 125px;
  left: -290px;
  background-image: url('../images/thank-you-before.png');
  background-repeat: no-repeat;
  background-size: contain;
    animation: spinPlanet 15s linear infinite;
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
}

.thank-you section.whoweare_hero::after {
  content: '';
  width: 349px;
  height: 282px;
  display: block;
  position: absolute;
  top: 125px;
  right: -90px;
  background-image: url('../images/thank-you-after.png');
  background-repeat: no-repeat;
  background-size: contain;  
 animation: rotateLeftRight 3s linear infinite;
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
}
@keyframes rotateLeftRight {
    from {
    transform: rotateY(0deg);
    }
    to {
    transform: rotateY(360deg);
    }
}
@keyframes spinPlanet {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animation_sec .inner-img {
    text-align: center;
}
section.animation_sec::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: -95px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/animate-section-after.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: top center;
}
section.animation_sec {
    padding-bottom: 430px;
}
.thank-you section.newsLetter {
    position: relative;
    top: -400px;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.81), #000);
}
.inner-img img {  
  animation: floatAstronaut 6s ease-in-out infinite;
  transform-origin: center;
}
@keyframes floatAstronaut {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(2deg);
  }
  50% {
    transform: translateY(0) rotate(0deg);
  }
  75% {
    transform: translateY(10px) rotate(-2deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
.influencerTabs .nav-link span.tabBtn {
    font-family: 'Inter-Light';
}
.influencerTabs .nav-link span.tabBtn {
    font-family: 'SpaceGrotesk-Regular';
    font-size: 16px;
}
.influencerTabs .nav-link.active span.tabBtn {
    font-family: 'SpaceGrotesk-Bold';
}


/*Industry Inner Page*/
.bannerImg {
    padding-top: 95px;
}
section.detail_middle_sec {
    padding: 100px 0px 82px;
    background: #131313;
}
.inner_detail_box ul {
    color: #fff;
    padding: 32px 0px 0px 18px;
}
.inner_detail_box ul li {
    font-size: 18px;
    font-family: 'Inter-Light';
    line-height: 26px;
}
.education-training section.whoweare_hero {
    padding-bottom: 100px;
}
.detail_inner_counter p {
    max-width: 781px;
    margin: 0px auto;
    text-align: center;
}
section.detail_inner_counter {
    padding-top: 100px;
}





/*Portfolio CSS*/
.fixed-tab {
    flex-shrink: 0;
    background: transparent;
    border: 1px solid #333;
    padding: 13px 35px;
    border-radius: 100px;
    color: #999;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    margin-right: 22px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'SpaceGrotesk-Bold';
    width: 8.91%;
}
.tab-carousel .owl-nav {
    display: flex;
    justify-content: flex-end;
    padding: 36px 0px 95px 0px;
}
.portfolio_tabs_inner .tab-carousel {
    width: 88.9%;
}
.fixed-tab.active {
    background: #E86CA8;
    border-color: rgba(102, 102, 102, 1);
    color: #fff;
}
.portfolio_tabs_inner {
    display: flex;
    align-items: flex-start;
}

.fixed-tab:hover {
    border-color: #FF6B9D;
    color: #fff;
}

.tab-carousel {
    flex: 1;
}
.owl-carousel .tab {
    background: transparent;
    border: 1px solid #333;
    padding: 13px 25px;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    text-align: center;
    margin: 0 5px;
    line-height: 27px;
    font-family: 'SpaceGrotesk-Regular';
}
.owl-carousel .tab.active {
    background: #E86CA8;
    border-color: rgba(102, 102, 102, 1);
    color: #fff;
}

.owl-carousel .tab:hover {
    border-color: #FF6B9D;
    color: #fff;
}

/* Custom Owl Carousel Navigation */
/*.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid #333 !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    color: #fff !important;
    font-size: 20px !important;
    transition: all 0.3s ease;
}

.owl-nav button:hover {
    background: #FF6B9D !important;
    border-color: #FF6B9D !important;
}*/

.owl-nav .owl-prev {
    left: -50px;
}

.owl-nav .owl-next {
    right: -50px;
}

.portfolio_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.card {
    background: #111;
    border-radius: 15px;
    padding: 50px 45px;
    cursor: pointer;
}
.card.show {
    display: block;
    animation: cardFadeIn 01s ease forwards;
}

@keyframes cardFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(-10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}
.card-content {
    padding-bottom: 39px;
}
img.portfolio_card_img {
    width: 100%;
    max-height: 429px;
    object-fit: cover;
    border-radius: 15px;
}
.portfolio_inner .card-content h3 {
    font-size: 31px;
    color: #fff;
    font-family: 'SpaceGrotesk-Bold';
    text-transform: uppercase;
    line-height: 39.3px;
}
.card-content p {
    color: #aaa;
    font-size: 14px;
    line-height: 20.5px;
    max-width: 279px;
}

.tech-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.tech-stack span {
    background: rgba(255, 107, 157, 0.2);
    border: 1px solid #FF6B9D;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    color: #FF6B9D;
}

.back-btn {
    background: transparent;
    border: 2px solid #FF6B9D;
    color: #FF6B9D;
    padding: 12px 30px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.back-btn:hover {
    background: #FF6B9D;
    color: #fff;
}
.portfolio_inner a.btn {
    display: flex;
    max-width: fit-content;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.56px;
}
.portfolio_inner a.btn img {
    width: 15px;
    height: 16px;
}
.portfolio_inner a.btn:hover {
    color: #ffff;
}
/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .container {
        grid-template-columns: 1fr;
    }

    .owl-nav .owl-prev {
        left: 0;
    }

    .owl-nav .owl-next {
        right: 0;
    }
}
.portfolio_tabs_inner {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}
.card_box_inner .card-show-3 {
    margin: -550px auto 0px;
    z-index: 0;
    width: 80%;
    opacity: 0.4 !important;
}
.card_box_inner .card-show-2 {
    z-index: 1;
    position: relative;
    width: 90%;
    margin: -550px auto 0px;
    opacity: 0.8 !important;
}
.card_box_inner .card-show-1 {
    z-index: 999;
}
.portfolio section.newsLetter {
    margin-top: 100px;
}








.nm-steps-1-area {
  background: #000;
}

.nm-steps-1-wrap {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.nm-steps-1-card {
  max-width: 545px;
  display: flex;
  gap: 40px;
  align-items: stretch;
  perspective: 2000px;
  transform-style: preserve-3d;
  transition: all 1.5s ease-in-out;
  opacity: 1;
  transform: translateY(20px);
  padding-bottom: 0px;
}

.nm-steps-1-card.active-card {
  opacity: 1;
  transform: translateY(0);
}

.nm-steps-1-card .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

@media (max-width: 767px) {
  .nm-steps-1-card .left {
    display: none;
  }
}

.nm-steps-1-card .number {
  width: 50px;
  height: 50px;
  background: #353033;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  flex: 0 0 auto;
  margin-bottom: 0px;
  transition: background-color 0.3s ease;
}

.number-line {
  position: relative;
  width: 3px;
  flex-grow: 1; /* responsive height */
  background: rgba(255, 255, 255, 0.1);
  overflow: visible; /* important fix */
  margin-top: 5px;
}

.number-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E86CA8;
  transform: scaleY(0);
  transform-origin: top;
}

.nm-steps-1-card .content {
  transform: rotateY(45deg);
  opacity: 0;
  transition: all 0.8s ease;
}

.nm-steps-1-card:nth-child(2) .content {
  transform: rotateY(-45deg);
}

.nm-steps-1-card:nth-child(2) {
  flex-direction: row-reverse;
}

.nm-steps-1-card .content .date {
  position: absolute;
  right: 15px;
  top: 20px;
  background: #000;
  border-radius: 8px;
  padding: 3px 20px;
  font-size: 16px;
}

.nm-steps-1-card .content .title {
  display: flex;
  gap: 30px;
  font-size: 24px;
}

.nm-steps-1-card .content .title span {
  opacity: 0.3;
}

.nm-steps-1-card .content .disc {
  margin-top: 14px;
  opacity: 53%;
}

.nm-steps-1-card:nth-child(odd) {
  margin-left: auto;
  margin-right: 5px;
}

.nm-steps-1-wrap .timeline-step.active-card h4.nm-h-1.number {
  background: #ff6b9d !important;
}



