@media screen and (min-width: 2000px) {
footer {
position: relative;
overflow: hidden;
margin-top: -1px;
}
.inner-page-banner-video .video-col {
max-width: 52%;
}
.tab-anime-content-wrapper {
max-height: 613px;
}
.tab-fixed-anime {
height: 100%;
}
.tab-fixed-anime video {
height: 100%;
}
}
@media screen and (max-width: 1399px) {
.hero-banner-content h1 {
width: 89%;
}
}
@media screen and (max-width: 1350px) {
.our-team-sec .container {
padding-right: 50px;
padding-left: 50px;
}
}
@media screen and (max-width: 1300px) {
.founder-card-with-img-sec {
overflow-x: hidden;
}
.founder-card-with-img-sec .img-col {
right: -7%;
}
}
@media screen and (max-width: 1280px) {
.success-matrics-bento-grid-container h2 {
font-size: 40px;
}
.performance-statistics-container h2 {
font-size: 41px;
}
.tab-section {
padding: 74px 60px 0;
}
}
@media screen and (max-width: 1250px) {
.our-team-sec .container {
padding-right: 15px;
padding-left: 15px;
}
.bubble-container {
transform: scale(0.8);
transform-origin: bottom;
margin-top: -17%;
}
}
@media (max-width: 1214px) {
.india-country-cards {
right: 41%;
}
.usa-country-cards {
top: 40%;
}
.header-menu ul#menu-header-menu{
gap: 18px;
}
}
@media screen and (max-width: 1199px) {
.footer-menu-wrapper .col-sm-3:last-child {
max-width: 22%;
}
.rankuno-section-wrapper .col-sm-5,
.rankuno-section-wrapper .col-sm-7 {
padding-left: 10px;
padding-right: 10px;
}
.edge-highlights-grid-item-3-animation {
top: 10%;
}
.header-menu {
gap: 25px;
}
}
@media screen and (max-width: 1080px) {
.container {
padding-right: 60px;
padding-left: 60px;
}
.testimonial-slider .slick-dots {
padding-left: 60px;
}
.testimonial-slider .slick-arrow.next {
right: 60px;
}
.testimonial-slider .slick-arrow.prev {
right: 130px;
}
.tab-section-content-wrapper {
padding: 0 60px;
} .our-team-sec .container {
padding-right: 60px;
padding-left: 60px;
}
.bubble-container {
transform: scale(1);
margin-top: 0;
}
.bubble.medium,
.bubble.large,
.bubble.small {
width: 205px !important;
height: 205px !important;
}
.bubble.team-bubble:nth-of-type(1) {
margin-left: 0;
}
.bubble.team-bubble:nth-of-type(5) {
margin-left: -62px;
}
.bubble.team-bubble:nth-of-type(6) {
margin-left: 0;
}
.bubble.team-bubble:nth-of-type(7) {
margin-top: 0;
}
.bubble.team-bubble:nth-of-type(11) {
margin-top: 0;
margin-right: 0;
}
.bubble.team-bubble:nth-of-type(12) {
margin-left: 68px;
margin-top: 0;
}
.bubble.team-bubble:nth-of-type(13) {
margin-right: 0;
margin-top: 10px;
}
.bubble.team-bubble:nth-of-type(14) {
margin-left: 62px;
margin-bottom: 0;
}
.bubble.team-bubble:nth-of-type(19) {
margin-top: 0;
}
.bubble.team-bubble:nth-of-type(15) {
margin-top: 0;
}
.bubble.team-bubble:nth-of-type(9) {
margin-top: 0;
}
.bubble.team-bubble:nth-of-type(16) {
margin-right: 26px;
}
button.bubble.category-btn:nth-of-type(1) {
min-width: 238px;
margin-top: -49px;
}
button.bubble.category-btn:nth-of-type(2) {
margin-top: -82px;
}
.bubble.team-bubble:nth-of-type(8) {
margin-left: 0;
}
.bubble.team-bubble:nth-of-type(20) {
margin-top: 10px;
} .author-wrapper {
flex-wrap: wrap;
}
.author-name-desc {
padding-right: 0;
}
.author-case-study.popupWrapper {
margin-top: 10px;
}
.author-info {
width: 100%;
}
.col-sm-7.popupColContent,
.col-sm-5.popupColImage {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-sm-5.popupColImage {
padding-bottom: 40px;
}
.popupContainer {
height: 80%;
}
.col-sm-7.popupColContent {
padding-bottom: 40px;
}
.popupContentCol {
padding-right: 0;
} }
@media screen and (max-width: 992px) {
h1 {
font-size: 48px;
}
h2 {
font-size: 32px;
} .header-main-div {
display: none
}
.mobile-menu {
display: block;
position: relative;
}
.mobile-header {
position: fixed;
top: 0;
height: 64px;
width: 100%;
padding: 0 60px;
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.10);
-webkit-backdrop-filter: blur(7px); 
backdrop-filter: blur(7px);
display: flex;
align-items: center;
z-index: 999;
transition: all ease-in-out 0.4s;
}
.mobile-header.scrolled {
background: rgb(0, 0, 24);
}
.mobile-header-row {
display: flex;
align-items: center;
}
.button-container {
position: absolute;
top: -6px;
right: 60px;
height: 18px;
width: 27px;
cursor: pointer;
z-index: 100;
transition: opacity 0.25s ease;
bottom: 0;
margin: auto;
}
.button-container span {
background: #FFFFFF;
border: none;
height: 3px;
width: 100%;
position: absolute;
top: 0;
left: 0;
transition: all 0.35s ease;
cursor: pointer;
}
.mobile-menu .header-button {
display: flex;
justify-content: center;
}
.header-button .primary-button {
opacity: 0;
}
.overlay.open .header-button .primary-button {
animation: fadeInRight 0.5s ease forwards;
animation-delay: 0.6s;
}
.button-container span:nth-of-type(2) {
top: 8px;
}
.button-container span:nth-of-type(3) {
top: 16px;
}
.button-container.active .top {
transform: translateY(11px) translateX(0) rotate(45deg);
}
.button-container.active .middle {
opacity: 0;
}
.button-container.active .bottom {
transform: translateY(-5px) translateX(0) rotate(-45deg);
}
.overlay {
position: fixed;
background: #000018;
top: 0;
left: 0;
width: 100%;
height: 0%;
opacity: 0;
visibility: hidden;
transition: opacity 0.35s, visibility 0.35s, height 0.35s;
overflow: hidden;
z-index: 99;
padding: 0 60px;
}
.overlay.open {
opacity: 1;
visibility: visible;
height: 100%;
}
.overlay nav {
position: relative;
transform: translateY(130px);
font-size: 50px;
font-weight: 400;
text-align: left;
}
.overlay.open {
overflow-y: scroll;
}
.overlay ul {
list-style: none;
padding: 0;
margin: 0 auto;
display: block;
position: relative;
}
.overlay ul li {
display: flex;
justify-content: center;
margin-bottom: 24px;
position: relative;
opacity: 0;
transform: translateX(40px);
}
.overlay ul li a {
display: block;
position: relative;
color: #FFFFFF;
opacity: 0.8;
text-decoration: none;
font-size: 18px;
line-height: 24px;
font-weight: 400;
width: fit-content;
transition: all 0.4s ease;
}
.overlay ul li a:hover,
.overlay ul li.current-menu-item a {
opacity: 1;
font-weight: 600;
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(40px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.overlay.open li {
animation: fadeInRight 0.5s ease forwards;
animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
animation-delay: 0.65s;
}
.overlay.open li:nth-of-type(8) {
animation-delay: 0.7s;
}  .footer-section {
padding-top: 56px;
padding-bottom: 56px;
background: #000018;
}
.footer-wrapper {
padding-bottom: 32px;
}
.footer-wrapper .col-sm-4 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.footer-menus .col-sm-3,
.footer-menu-wrapper .col-sm-3:last-child {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.footer-menu-wrapper {
row-gap: 60px;
justify-content: initial;
}
.footer-menus {
padding-top: 63px;
}
.footer-animation-container {
margin-bottom: -21%;
margin-top: -25px;
position: relative;
}
.footer-copyright-container {
padding-top: 32px;
}  .hero-banner-section {
height: 100vh;
min-height: 780px;
align-items: baseline;
padding-top: 82px;
background-color: #0f1445;
}
.hero-banner-content p {
font-size: 14px;
letter-spacing: -0.28px;
}
.hero-banner-content h1,
.hero-banner-content h3 {
width: 100%
}
.hero-banner-content h3 {
font-size: 16px;
}
.hero-banner-buzz-word {
display: none;
}
.hero-banner-container .video-col {
position: absolute;
top: unset;
flex: 100%;
max-width: 100%;
padding: 0;
left: 0;
right: 0;
bottom: 7%;
}
.hero-banner-container video {
height: auto;
width: 88%;
margin: auto;
}  .statistics-bento-grid-section .container {
padding-top: 56px;
padding-bottom: 48px;
}
.statistics-bento-grid-section-content-wrapper {
flex-direction: column;
}
.statistics-bento-grid-section-title h2 {
font-size: 24px;
}
.statistics-bento-grid-section-title {
padding-bottom: 30px;
}
.search-statistics-container h2 {
font-size: 56px;
letter-spacing: -3.36px;
}
.search-statistics-container {
width: 100%;
}
.statistics-bento-grid-container {
padding-top: 12px;
}
.statistics-bento-grid-container .row .col-sm-3:nth-child(1) {
min-height: 300px;
}
.statistics-bento-grid-container .row .col-sm-3 {
margin: 8px 0;
}
.engagement-statistics-container img {
width: 72px;
height: 72px;
}
.engagement-statistics-content h2 {
font-size: 92px;
}
.engagement-statistics-content h5 {
font-size: 16px;
letter-spacing: -0.48px;
}
.statistics-bento-grid-container .row .col-sm-3:nth-child(2) {
min-height: 197px;
}
.visibility-preference-grid-item-wrapper {
flex-direction: row;
min-height: 100%;
}
.visibility-statistics-container,
.preference-statistics-container {
min-height: 100%;
width: 50%;
height: auto;
}
.visibility-preference-grid-item-wrapper h2 {
font-size: 56px;
letter-spacing: -3.36px;
}
.statistics-bento-grid-container .row .col-sm-3:nth-child(3) {
min-height: 364px;
}
.statistics-bento-grid-container .row .col-sm-3:nth-child() {
min-height: 393px;
}
.google-search-scrollable-image-container {
left: 24px;
}  .direct-apply-section {
padding-top: 56px;
padding-bottom: 56px;
}
.direct-apply-section-top-right-container {
margin-left: 0;
padding: 20px;
padding-top: 26px;
padding-bottom: 45px;
}
.direct-apply-section-main-container .row {
flex-direction: column;
gap: 44px;
}
.direct-apply-section-main-container {
padding: 0 20px 27px;
}
.direct-apply-main {
width: 100%;
padding: 0 20px;
}
.direct-apply-section-main-container h2 {
font-size: 32px;
line-height: 124%;
}
.direct-apply-block-wrapper .row {
flex-direction: column;
}
.direct-apply-block-wrapper .col-sm-6 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.direct-apply-block-content {
padding: 40px 20px;
}  .customer-slider-section {
padding: 16px 0;
}
.customer-slider-section h3 {
font-size: 20px;
letter-spacing: -0.6px;
padding: 0 20px;
}  .specifications-section {
padding: 56px 0;
}
.specifications-section .row .col-sm-4 {
margin: 0 10px;
}
.specifications-section .row {
padding: 32px 0;
margin: 0 -10px;
}
.specifications-slider.slick-dotted.slick-slider {
margin-bottom: 0;
}
.specifications-slider .slick-dots {
bottom: -15px;
}
.specifications-slider .slick-dots li {
background: #FFFFFF;
opacity: 0.15;
width: 40px;
height: 5px;
border-radius: 99px;
margin: 0 2px;
transition: all 0.4s ease;
}
.specifications-slider .slick-dots li.slick-active {
width: 100px;
opacity: 1;
}
.specifications-section-video iframe {
min-height: 432px;
}  .success-matrics-section {
padding: 56px 0 30px;
}
.success-matrics-bento-grid-container {
padding: 22px 0;
}
.success-matrics-bento-grid-container .row .col-sm-3,
.success-matrics-bento-grid-container .row .col-sm-6 {
margin: 10px 0;
}
.success-matrics-bento-grid-container .row .col-sm-3:nth-child(1) {
min-height: 224px;
}
.success-matrics-bento-grid-container h2 {
font-size: 32px;
}
.success-matrics-bento-grid-container .row .col-sm-3:nth-child(2) {
min-height: 260px;
}
.success-matrics-row-2-container {
padding: 20px 24px;
}
div#grid-item-2-animation {
width: 48%;
bottom: -56%;
right: -10%;
}
div#grid-item-2-animation svg:first-child {
transform: scale(1.55) !important;
}
.success-matrics-bento-grid-container .row .col-sm-6.parent-col-sm-6 .col-sm-6 {
width: 50%;
min-height: 261px;
margin: 0;
}
.bottom-grid-item {
height: 100%;
min-height: 163px;
}
.best-matrics-avatar-bg-container .avatar1 {
top: -25px;
left: -6px;
}
.best-matrics-avatar-bg-container .avatar2 {
bottom: 30px;
right: 32px;
}
.bottom-grid-item-content h3 {
font-size: 14px;
letter-spacing: -0.28px;
}
.best-matrics-container {
padding: 21px 16px;
}
.ranking-matrics-container h3,
.best-matrics-container h3 {
font-size: 16px;
}
.section-separator .stars {
width: 35%;
}  .statistics-numbers-blocks .row {
margin: -40px 0 0;
row-gap: 0;
}
.statistics-numbers-blocks .row .col-sm-4 {
border-left: none;
border-right: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.20);
padding: 40px 0;
}
.statistics-numbers-blocks h2 {
font-size: 56px;
letter-spacing: -1.12px;
}  .jobiak-solutions-section {
padding: 56px 0;
}
.jobiak-solutions-section-wrapper {
padding: 29px 20px 30px;
}
.jobiak-solutions-section-main-content.col-sm-6,
.problems-section.col-sm-3 {
max-width: 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.jobiak-solutions-section-main-content p {
max-width: 100%;
}
.problems-section {
padding-top: 49px;
}
.solutions-section {
padding-top: 33px;
}  .testimonial-slider-section {
padding: 56px 0;
}
.testimonial-slider-arrows {
display: none;
}
.mobile-testimonial-slider .slick-arrow {
display: none;
}
.testimonial-slider-main-heading {
margin-bottom: 32px;
}
.mobile-testimonial-slider .slick-dots li.slick-active {
width: 100px;
}
.mobile-testimonial-slider .slick-dots {
padding-top: 32px;
text-align: center;
padding-left: 0;
width: 100%;
}
.testimonial-text {
font-size: 20px;
}
.testimonial-slider-item {
padding: 20px;
}
.author-wrapper {
flex-direction: column;
align-items: start;
}
.author-name-desc h3 {
font-size: 20px;
}
.author-desc {
font-size: 14px;
font-weight: 400;
line-height: 28px;
}  .pricing-popup-container .popup-modal {
padding: 78px 20px 50px;
}
.pricing-popup-container .popup-content-section.row {
flex-direction: column-reverse;
}
.pricing-popup-container .popup-contact-form-container {
padding: 25px 16px;
}
.pricing-popup-container .popup-contact-form.col-sm-6 {
margin-top: 0;
margin-bottom: 39px;
}
.pricing-popup-container .popup-heading-wrapper h3 {
padding-bottom: 17px;
font-size: 24px;
font-weight: 800;
line-height: 120%;
}
.popup-points {
padding: 24px;
}  .innovation-banner-section .video-col {
width: 100%;
padding-top: 67px;
height: 70%;
bottom: 0;
top: unset;
}
.innovation-banner-section {
padding: 84px 0 50px;
min-height: 100vh;
align-items: baseline;
}
.innovation-banner-content p {
font-size: 14px;
}
.innovation-banner-content p span {
font-size: 18px;
}
.innovation-banner-heading h2 {
font-size: 48px;
}
.innovation-banner-content .innovation-text p {
font-size: 16px;
}
.innovation-banner-buzz-word {
display: none;
}  .rankuno-section {
padding: 56px 0;
}
.rankuno-section-wrapper.row {
flex-direction: column-reverse;
}
.rankuno-content-wrapper p {
font-size: 14px;
}
.rankuno-cards-wrapper .row {
gap: 12px;
padding-bottom: 38px;
}
.rankuno-section .container h3 {
padding: 56px 0 0;
font-size: 24px;
}  .text-blocks-section {
padding: 56px 0;
}
.text-block h3 {
font-size: 18px;
}
.text-blocks-section h2 {
padding-bottom: 24px;
}
.text-blocks-wrapper .col-sm-4 .text-block {
padding: 28px 24px;
border-right: none;
border-bottom: 0.7px solid #A8CAFF;
}
.text-block-image {
background-color: #FFF;
}
.text-block-image.border-gradient-animation::before {
background: linear-gradient(var(--gradient-angle), rgb(73, 238, 235), rgb(255 255 255));
}  .innovation-image-with-content-and-button {
padding: 0 0 100px;
}
.innovation-image-with-content-and-button .row {
flex-direction: column;
gap: 50px;
}
.innovation-image-with-content-and-button .direct-apply-main {
width: 100%;
}
.innovation-image-with-content-and-button .direct-inner-apply-section-container {
padding: 40px 20px 39px;
}
.innovation-image-with-content-and-button p {
font-size: 32px;
}  .key-innovations-section {
padding: 56px 0;
}
.key-innovations-section .rocket-marker {
font-size: 12px;
padding-bottom: 5px;
}
.key-innovations-section h2 {
padding-bottom: 58px;
}
.key-innovations-card-wrapper {
padding-bottom: 20px;
padding-top: 32px;
}
.key-innovations-card-wrapper .col-sm-6 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.key-innovations-card {
width: 100%;
}
.key-innovations-slider .slick-dots li {
width: 40px;
background: #FFFFFF;
opacity: 0.15;
height: 5px;
border-radius: 99px;
margin: 0 2px;
transition: all 0.4s ease;
}
.key-innovations-slider .slick-dots li.slick-active {
width: 50px;
opacity: 1;
}
div#key-innovations-animation {
display: none;
}
div#mobile-key-innovations-animation {
display: block;
max-width: 390px;
width: 100%;
margin: auto;
}  .inner-page-banner-video::before {
background: linear-gradient(180deg, #000018 48.98%, rgba(0, 0, 24, 0.20) 75.86%, #000018 100%);
left: 0;
}
.inner-page-banner-video .video-col {
max-width: 100%;
padding-top: 27px;
height: 55%;
bottom: 0;
top: unset;
left: 0;
}
.inner-page-banner-video {
padding-bottom: 0;
min-height: 100vh;
}
div#how-it-works-anime {
margin: auto;
}
.inner-page-scrollable-img-section .google-job-listing-section .row {
gap: 20px;
}
.page-id-824 .inner-page-banner-video{
min-height: 680px;
}
.page-id-824 .inner-page-banner-video .video-col{
padding-top: 0;
max-width: 100%;
}  .inner-page-scrollable-img-section {
padding: 56px 0;
}
.job-listing-content {
margin-bottom: 20px;
}
.job-listing-content h2 {
font-size: 32px;
line-height: 124%;
}
.job-listing-content h2 span {
color: #0F0F0F;
}
.google-job-listing-section .scrollable-img-wrapper {
min-height: 315px;
}  .tabs-section-main {
padding: 56px 0;
}
.tabs-section-main h5 {
font-size: 16px;
font-weight: 500;
line-height: 150%;
}
.tab-section {
padding: 32px 0 0 20px;
flex-direction: column;
margin-bottom: 48px;
}
.tab-section-content-wrapper {
padding: 0 60px 32px;
}
.tab-title-container {
display: flex;
width: 100%;
overflow-x: auto;
scrollbar-width: none;
height: unset;
z-index: 3;
-webkit-overflow-scrolling: touch;
scroll-behavior: smooth;
}
.tab-title {
flex-direction: row;
width: max-content;
padding: 4px;
background-color: #10102C;
}
.tab-item-content {
padding: 140px 0 50px;
height: 100vh;
}
.tab-item {
width: max-content;
background: none;
}
.tab-item:hover::before,
.tab-item:hover::after {
opacity: 0;
}
.tab-title .tab-item.active::before .tab-title .tab-item.active::after {
opacity: 1;
}
.tab-fixed-anime {
display: none;
}
.mobile-tab-fixed-anime {
display: block;
position: relative;
}
.mobile-tab-fixed-anime::before {
content: "";
position: absolute;
width: 100%;
height: 50px;
top: -28px;
right: 0;
left: 0;
z-index: 1;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.mobile-tab-fixed-anime::after {
content: "";
position: absolute;
width: 100%;
height: 50px;
bottom: -28px;
right: 0;
left: 0;
z-index: 1;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.mobile-tab-fixed-anime video {
width: 100%;
margin: auto;
}
.tab-anime-content-wrapper {
width: 100%;
margin-right: 20px;
}
.tab-content-outer {
width: 100%;
padding: 56px 20px 76px;
}
.tab-content-outer h3 {
font-size: 32px;
letter-spacing: -0.64px;
}
.tab-content-outer p {
font-size: 14px;
letter-spacing: -0.28px;
}
.tab-tag p {
padding-left: 32px;
}
.tab-tag p:before {
left: 5px;
}  .optimization-section {
padding: 56px 0;
}
.optimization-section-container {
padding-top: 32px;
}
.optimization-content {
margin-bottom: 42px;
padding: 0 10px;
}
.optimization-content p {
max-width: 100%;
padding-bottom: 24px;
}
.optimization-section .content {
flex-direction: column;
gap: 29px;
width: 90%;
}
.left-area {
width: 100%;
}
.right-area {
width: 90%;
margin-left: auto;
}
.content-section {
padding: 45px 12px 0;
}
.image-area {
margin-top: 0;
}  .machine-learning-section {
padding: 56px 0 80px;
margin-bottom: 0;
}
.heading-content-wrapper h5 {
font-size: 14px;
letter-spacing: -0.28px;
}
.heading-content-wrapper p {
max-width: 100%;
}
.heading-content-wrapper {
padding-bottom: 32px;
}
.training-data-wrapper {
padding: 40px 0 42px;
}
.training-data-wrapper h3 {
padding-bottom: 32px;
}
.machine-learning-section .statistics-title-container {
padding-top: 4px;
}
.machine-learning-cards {
padding-top: 0;
}
.machine-learning-cards .row {
flex-direction: column;
gap: 16px;
}  .contact-page-main {
padding: 100px 15px 30px 15px;
}
.map-heading {
font-size: 30px;
}
.map-section .map-bg {
width: 900px;
height: 250px;
}
.india-country-cards {
right: 60%;
}
.usa-country-cards {
top: 42%;
left: 17.5%;
}
.contact-page-main .form-outer-container {
margin-top: 30px;
}  .our-values-first-grid.row .cardBg {
height: 100%;
}
.our-values-first-grid.row .col-sm-6:first-child {
padding-bottom: 20px;
}
.our-values-second-grid.row .col-sm-4 {
flex: 0 0 50%;
max-width: 50%;
}
img.bg-img {
height: 100%;
}
.founder-card-with-img-sec .img-col {
position: unset;
width: 90%;
}
.founder-card-with-img-sec .img-col img {
height: auto;
}
.founder-card-with-img-sec {
height: 100%;
padding: 77px 0 55px;
}
.founder-card-with-img-sec .col-sm-6 {
flex: 0 0 100%;
max-width: 100%;
order: 2;
margin-top: -35px;
}  .popupContainer {
width: 90%;
}
.popupModal {
padding: 35px 40px 55px;
}  .bubble.team-bubble:nth-of-type(5) {
margin-left: 0;
}
.bubble.team-bubble:nth-of-type(12) {
margin-left: -36px;
}
.bubble.team-bubble:nth-of-type(19) {
margin-bottom: 20px;
}
.bubble.team-bubble:nth-of-type(11) {
margin-right: 20px;
}  .faq-heading {
font-size: 18px;
}
.custom-cms-content p {
font-size: 14px;
}
.faq-heading::before {
width: 18px;
height: 18px;
top: 2px;
}
.faq-icon {
padding-top: 4px;
}
.page-id-824 .innovation-image-with-content-and-button {
padding-top: 20px;
}  .page-id-869 .innovation-image-with-content-and-button .direct-inner-apply-section-container,
.page-id-930 .innovation-image-with-content-and-button .direct-inner-apply-section-container {
padding: 40px 20px 39px;
}
.blog-thumbnail {
height: auto;
}
.blog-thumbnail img{
height: 450px;
}
.search-container {
width: 100%;
}
.search-sort-container-wrapper .col-sm-3,
.search-sort-container-wrapper .col-sm-5 {
padding-bottom: 8px;
}
.page-id-869 .inner-page-banner-section .hero-banner-content h3,
.page-id-930 .inner-page-banner-section .hero-banner-content h3 {
max-width: 100%;
}  .recent-blogs h3 {
padding-top: 32px;
}
.detail-page-banner-content h2 {
font-size: 28px;
}
.detail-page-banner-content h4 {
font-size: 16px;
}  .page-id-957 .innovation-banner-section,
.page-id-964 .innovation-banner-section {
height: 100vh;
min-height: 780px;
}
.page-id-957 .innovation-banner-section .video-col,
.page-id-964 .innovation-banner-section .video-col {
width: 100%;
padding-top: 67px;
height: 70%;
bottom: 0;
top: unset;
left: 0;
right: 0;
max-width: 100%;
}
.page-id-957 .innovation-banner-section video,
.page-id-964 .innovation-banner-section video {
margin: auto;
height: 100%;
}  .direct-apply-edge-pro-content {
padding: 28px 28px 28px 32px;
}
.direct-apply-edge-pro-content h2 {
font-size: 32px;
}
.direct-apply-edge-pro-content h4 {
font-size: 18px;
}
.direct-apply-edge-pro-content ul li {
font-size: 16px;
}
.direct-apply-edge-pro-intro-section .col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.direct-apply-edge-pro-intro-section .col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}  .edge-highlights-row-1-container {
flex-direction: column;
padding: 39px 28px 0px 24px;
}
.edge-highlights-row-1-content {
padding: 0;
}
.edge-highlights-row-1-image {
height: 100%;
}
.edge-highlights-row-1-content,
.edge-highlights-row-1-image {
width: 100%;
}
.edge-highlights-row-1-content h2,
.edge-highlights-grid-item-2 h3,
.edge-highlights-grid-item-3 h3,
.edge-highlights-grid-item-4 h3 {
font-size: 24px;
}
.edge-highlights-row-1-content h4 {
font-size: 14px;
}
.edge-highlights-grid-item-3-animation {
left: unset;
right: unset;
top: unset;
bottom: -286px;
}
.edge-highlights-grid-item-2 p,
.edge-highlights-grid-item-3 p,
.edge-highlights-grid-item-4 p {
font-size: 16px;
}
.edge-highlights-grid-item-5-content h2 {
font-size: 60px;
}
.edge-highlights-grid-item-6-content h2 {
font-size: 40px;
}
.edge-highlights-grid-item-3 h3,
.edge-highlights-grid-item-3 p {
padding-right: 28px;
}
.edge-highlights-grid-item-5-content {
padding: 20px 0 20px 24px;
}
.edge-highlights-grid-item-6-content {
padding: 32px 0 32px 24px;
}
.direct-apply-edge-highlights-section {
padding: 56px 0;
}  .block-content {
max-width: 340px;
width: 100%;
}
.block-text {
width: 86%;
}
.block-text svg {
width: 100%;
}
.block.block-2 .block-content p,
.block.block-4 .block-content p,
.block.block-6 .block-content p {
padding-right: 12px;
}
.block.block-1 .block-content p,
.block.block-3 .block-content p,
.block.block-5 .block-content p {
padding-left: 12px;
}
.block.block-1 .block-content {
top: 34px;
}
.block-text p {
font-size: 14px;
}
.block.block-2 .block-content,
.block.block-4 .block-content,
.block.block-6 .block-content {
justify-content: right;
}  .page-id-964 .direct-apply-section-main-container {
padding: 59px 20px 98px;
}
.page-id-964 .direct-apply-section {
padding-bottom: 0;
}  .page-id-964 .edge-highlights-row-1-container {
min-height: 570px;
height: 100%;
}
.pro-highlights-row-1-content {
width: 100%;
padding: 0;
}
.pro-highlights-row-1-scrollable-image {
display: none;
}
.pro-highlights-row-1-image-container {
max-width: 360px;
height: 100%;
width: 100%;
margin: auto;
}
.pro-highlights-row-1-image {
margin-top: 23px;
margin-left: auto;
background-size: cover;
}
.pro-highlights-grid-item-5 {
min-height: 255px;
}
.pro-upper-grid-item-6-container,
.pro-lower-grid-item-6-container {
min-height: 153px;
}
.pro-highlights-grid-item-7 {
min-height: 319px;
}
.pro-highlights-grid-item-7 img {
height: 75%;
}
.pro-highlights-row-1-image h5.diamond-marker {
display: none;
}  .privacy-policy .direct-apply-main p,
.page-id-1138 .direct-apply-main p,
.page-id-1136 .direct-apply-main p {
font-size: 14px;
}
.content-wrapper ul li strong,
.header_item {
font-size: 18px;
}
.content-wrapper a,
.legal-points-list li p,
.legal-points-list li,
.table-data {
font-size: 16px;
}
.table-data{
line-height: 150%;
}
.legal-points-list h3 {
font-size: 22px;
}  .page-id-9137 .inner-page-banner-section{
min-height: 675px;
height: 100%;
}
.page-id-9137 .inner-page-banner-video video{
object-fit: contain;
transform: translateX(-50%);
margin-left: 50%;
width: auto;
} }
@media (max-width: 820px) {
.contact-form-row {
flex-direction: column;
}
.contact-form-col {
width: 100%;
}
}
@media screen and (max-width: 768px) {
.container {
padding-right: 20px;
padding-left: 20px;
}
.section {
padding: 0 2px;
} .mobile-logo-wrapper {
width: 98px;
height: 28px;
}
.mobile-header {
padding: 0 20px;
}
.overlay {
padding: 0 20px;
}
.button-container {
right: 20px;
}  .specifications-slider .slick-dots li {
width: 40px;
}
.specifications-slider .slick-dots li.slick-active {
width: 50px;
}
.specifications-section-video iframe {
min-height: 210px;
}
#card-1-animation {
left: -60%;
transform: scale(1.2);
}
#card-2-animation {
left: -56%;
transform: scale(1.1);
}
#card-3-animation {
left: -50%;
transform: scale(1.0);
}
#card-4-animation {
left: -54%;
transform: scale(1.1);
}
#card-6-animation {
top: -30%;
left: -30%;
width: 80%;
}  .company-slider-wrapper {
width: 1660px;
}
.company-slider-wrapper span {
margin: 0 8px;
}
.company-slider-wrapper:hover {
animation-play-state: running;
}  .author-name-desc h3 {
font-size: 16px;
}  .footer-copyright-content h5 {
font-size: 10px;
}
.footer-disclaimer h6 {
font-size: 10px;
}  .pricing-popup-container .modal {
width: 90%;
}  .popupModal {
padding: 20px 20px 50px;
}
.popupContainer {
height: 90%;
}  .bottom-grid-item-content {
max-width: 50%;
} .video-popup-modal {
width: 98%;
height: 50%;
}
.section-separator .stars {
width: 35%;
position: relative;
top: 5px;
} .inner-page-banner-section {
padding: 82px 0 50px;
}
.inner-page-banner-section .hero-banner-content h1 {
font-size: 48px;
}
.inner-page-banner-video {
padding-bottom: 0;
overflow: hidden;
}
.inner-page-banner-video::before {
top: 113px;
}
.inner-page-banner-video .video-col {
height: 45%;
}
.inner-page-banner-video .hero-banner-content h1 {
font-size: 48px;
}
.inner-page-banner-video .hero-banner-content p {
font-size: 10px;
display: flex;
align-items: center;
justify-content: center;
padding: 2px 12px;
}
.inner-page-banner-video .hero-banner-content h3 {
font-size: 16px;
}
.tab-section {
padding: 37px 20px 0;
}
.tab-section-content-wrapper {
padding: 0 20px 37px;
} .contact-page-main .row {
flex-direction: column;
}
.contact-page-main .container {
padding: 0;
}
.contact-page-main .col-sm-6 {
max-width: 100%;
margin-bottom: 20px;
}
.contact-page-heading {
font-size: 48px;
}
.page-tag {
font-size: 14px;
padding: 5px 10px;
}
.contact-info-section {
padding: 10px;
}
.map-section {
display: none;
}
.map-bg {
height: 200px;
}
.map-heading {
font-size: 32px;
}
.map-section-mobile {
display: block;
background-image: url(//jobiak.ai/wp-content/uploads/2024/11/specifications-background.png);
padding: 100px 0;
}
.mobile-map-bg {
background-image: url(//jobiak.ai/wp-content/uploads/2024/11/map-mobile.png);
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
}
.container.mobile-country-cards {
display: flex;
flex-direction: column;
gap: 16px;
}
h3.map-heading.mobile-map-heading {
text-align: center;
margin-bottom: 83px;
}
.container.mobile-country-cards .country-cards,
.container.mobile-country-cards .country-cards .card {
max-width: 100%;
width: 100%;
}
.contact-page-main {
padding-top: 82px;
}  .our-team-sec .container {
padding-right: 20px;
padding-left: 20px;
}
.our-values-card-grid-sec {
padding: 56px 0 50px;
}
.our-values-second-grid.row .col-sm-4 {
flex: 0 0 100%;
max-width: 100%;
}
.our-values-second-grid ul.slick-dots {
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding-top: 18px;
bottom: 0;
gap: 4px;
}
.our-values-second-grid .slick-dots li button {
width: 100%;
height: 100%;
background: transparent;
padding: 0;
transition: all ease-in-out 0.4s;
}
.our-values-second-grid .slick-dots li button:before {
display: none;
}
.our-values-second-grid .slick-dots li.slick-active {
background: #FFF;
}
.our-values-second-grid .slick-dots li {
width: 40px;
height: 5px;
border-radius: 99px;
background: rgba(255, 255, 255, 0.15);
margin: 0;
transition: all ease-in-out 0.4s;
}
.our-values-second-grid.slick-dotted.slick-slider {
margin-bottom: 0 !important;
}
img.bg-img {
height: 54%;
}
.our-values-content {
padding: 56px 0 32px;
}
.our-values-first-grid.row .cardBg h3 {
padding: 30px 0 8px;
}
.our-values-first-grid.row .cardBg {
padding: 34px 22px 24px 30px;
}
.founder-card {
padding: 30px 20px;
}
.founder-card-content h4 {
font-size: 13px;
}
button.bubble.category-btn {
width: 34%;
min-width: 34%;
}
.bubble.medium,
.bubble.large,
.bubble.small {
max-width: 45%;
}
.category-btn h3 span {
font-size: 18px;
line-height: 91%;
letter-spacing: -0.36px;
}
.category-btn h3 {
font-size: 28px;
}
.category-btn {
padding: 38px 32px;
}
.our-team-sec {
position: relative;
overflow: hidden;
padding: 60px 0 90px;
}
button.bubble.category-btn:nth-of-type(1) {
margin-bottom: 36px;
}
.bubble.team-bubble:nth-of-type(4) {
margin-left: 0;
}
.bubble.team-bubble:nth-of-type(1) {
margin-top: 0;
}
button.bubble.category-btn:nth-of-type(2) {
margin-top: -74px;
}
.bubble.team-bubble:nth-of-type(1) {
margin-top: 0;
}
.bubble.team-bubble:nth-of-type(14) {
margin-left: 0;
}
.bubble.team-bubble:nth-of-type(15) {
margin-top: -12px;
}
.bubble.team-bubble:nth-of-type(17) {
margin-left: -22px;
margin-top: 12px;
}
.bubble.team-bubble:nth-of-type(18) {
margin-top: -20px;
}
.bubble.team-bubble:nth-of-type(19) {
margin-top: -33px;
}  .accordionjs .acc_section .acc_head {
align-items: flex-start;
}
.faq-heading {
font-size: 24px;
}
.faq-heading::before {
top: 7px;
}
.faq-icon,
.faq-icon svg {
width: 18px;
height: 18px;
}
.faq-icon {
position: relative;
top: 4px;
}
.custom-cms-content a {
word-break: break-all;
}
.faq-query-box {
padding-bottom: 24px;
}
.accordionjs .acc_section .acc_content {
padding: 0 18px 18px;
}
.accordionjs .acc_section .ant-collapse-header {
padding: 18px 18px 8px;
}  .faq-section-wrapper .col-sm-3,
.faq-section-wrapper .col-sm-9 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}  .blogs-template-section {
padding: 30px 0;
}  .detail-page-banner-content {
padding-bottom: 20px;
}
.blog-detail-description {
padding: 20px;
}
.google-for-jobs-analysis-section .primary-button {
width: auto;
}  .direct-apply-edge-pro-intro-section .col-sm-3 {
padding-top: 20px;
}
.direct-apply-edge-pro-intro-section .col-sm-9,
.direct-apply-edge-pro-intro-section .col-sm-3 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}  .edge-highlights-row-1-container {
height: 362px;
}
.edge-highlights-grid-item-2 {
min-height: 270px;
}
.edge-highlights-grid-item-5 {
min-height: 162px;
}
.edge-highlights-grid-item-6 {
height: 148px;
}
.green-man,
.yellow-woman {
width: 46px;
}
.edge-highlights-grid-item-3-animation {
left: unset;
right: unset;
top: unset;
bottom: -220px;
}  .block.block-1 .block-content p,
.block.block-3 .block-content p,
.block.block-5 .block-content p {
padding-left: 6px;
}
.block.block-2 .block-content p,
.block.block-4 .block-content p,
.block.block-6 .block-content p {
padding-right: 6px;
}
.block-text p {
font-size: 10px;
margin-bottom: -10px;
}
.animation-blocks {
width: 160px;
}
.block-content {
width: 113px;
}
.block-content .number {
font-size: 8px;
width: 10px;
height: 10px;
}
.block.block-1 .block-content {
top: 18px;
}
.block.block-2 .block-content,
.block.block-4 .block-content {
top: -44px;
}
.block.block-3 .block-content,
.block.block-5 .block-content {
top: -26px;
}
.block.block-6 .block-content {
top: -18px;
}
.page-id-964 .block.block-1 .block-content {
top: 32px;
}
.page-id-964 .block.block-2 .block-content,
.page-id-964 .block.block-4 .block-content {
top: -16px;
}
.page-id-964 .block.block-3 .block-content {
top: -26px;
}  .page-id-964 .edge-highlights-row-1-container {
padding: 39px 14px 0px 14px;
}
.pro-highlights-row-1-content {
padding: 0px 14px 0px 10px;
}  .page-id-9137 .inner-page-banner-video .video-col{
height: 55%;
}
.career-content ul{
display: block;
} .blog-detail-description h2 {
font-size: 26px;
line-height: 32px;
}
} @media screen and (max-width: 991px) and (orientation: landscape) {
.bubble.medium,
.bubble.large,
.bubble.small {
width: 128px !important;
height: 140px !important;
}
.category-btn h3 {
font-size: 23px;
}
.category-btn h3 span {
font-size: 14px;
}
.bubble-content h4 {
font-size: 17px;
}
button.bubble.category-btn {
min-width: 271px;
padding: 33px 20px;
}
.bubble.team-bubble:nth-of-type(5) {
margin-left: 0;
}
.bubble.team-bubble:nth-of-type(12) {
margin-left: 0;
}
.bubble.team-bubble:nth-of-type(14) {
margin-left: 0;
}
.bubble.team-bubble:nth-of-type(16) {
margin-right: 0;
}
}
@media (max-width: 576px) {
.footer-menus .col-sm-3,
.footer-menu-wrapper .col-sm-3:last-child {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.best-matrics-avatar-bg-container .avatar1 {
width: 65px;
height: 85px;
}
.best-matrics-avatar-bg-container .avatar2 {
width: 68px;
height: 78px;
bottom: 5px;
right: 0;
}
#card-6-animation {
left: -50%;
width: 100%;
}
.edge-highlights-grid-item-3-animation {
bottom: -150px;
}
.direct-apply-patent-container {
flex-direction: column;
}
.direct-apply-patent-container h5 {
font-size: 12px;
} .form-inner-container {
padding: 10px 10px 20px;
}
.contact-form-title {
font-size: 24px;
}
.contact-page-heading {
font-size: 48px;
}
.map-heading {
font-size: 32px;
}
p.contact-page-sub-heading {
font-size: 16px;
} .blog-template-default .blog-detail-description img {
width: 100%;
}
.blog-thumbnail img{
height: 295px;
}
}
@media screen and (max-width: 480px) {
.category-btn h3 {
font-size: 20px;
}
.category-btn h3 span {
font-size: 14px;
}
.bubble-content h4 {
font-size: 17px;
}
.footer-copyright-container img {
width: 20%;
}
.footer-copyright-content {
width: 60%;
}
button.bubble.category-btn:nth-of-type(1) h3 {
font-size: 30px;
}
button.bubble.category-btn:nth-of-type(1) h3 span {
font-size: 18px;
}
button.bubble.category-btn:nth-of-type(1) {
min-width: 150px;
}
.bubble.team-bubble:nth-of-type(16) {
margin-right: 0;
} .careers-posts-container h2{
font-size: 32px;
}
}
@media screen and (max-width: 420px) { .hero-banner-container video {
width: 100%;
} div#grid-item-2-animation {
width: 50%;
bottom: -50%;
right: 0;
}
.rankuno-heading-wrapper h2 {
font-size: 28px;
}
.edge-highlights-grid-item-3-animation {
bottom: -116px;
}
.blog-thumbnail img{
height: 230px;
}
}
@media screen and (max-width: 395px) {
.bubble.team-bubble,
.bubble.team-bubble:nth-of-type(7),
.bubble.team-bubble:nth-of-type(15) {
margin-top: -42px;
margin-left: -4px;
}
.bubble.team-bubble:nth-of-type(5) {
margin-left: -14px;
}
.edge-highlights-grid-item-6-content {
width: 54%;
}
.edge-highlights-grid-item-6-image {
width: 46%;
margin-right: -10px;
}
.animation-blocks {
width: 96px;
}
.block-content {
width: 108px;
}
.block-text {
width: 100%;
}
.block.block-1 .block-content,
.block.block-3 .block-content,
.block.block-5 .block-content {
left: calc(100% + 2px);
}
.block.block-2 .block-content,
.block.block-4 .block-content,
.block.block-6 .block-content {
right: calc(100% + 2px);
}
.block-text p {
font-size: 8px;
}
.block.block-1 .block-content {
top: 9px;
}
.block.block-2 .block-content {
top: -32px;
}
.block.block-4 .block-content {
top: -32px;
}
.block.block-3 .block-content,
.block.block-5 .block-content,
.block.block-4 .block-content {
top: -21px;
}
.block.block-6 .block-content {
top: -11px;
}
.page-id-964 .block.block-1 .block-content {
top: 20px;
}
.page-id-964 .block.block-2 .block-content,
.page-id-964 .block.block-4 .block-content {
top: -10px;
}
.page-id-964 .block.block-3 .block-content {
top: -20px;
}
}
@media (max-width: 360px) {
.hero-banner-button-container .primary-button {
padding: 12px 13px;
}
.hero-banner-content p {
font-size: 11px;
}
.ranking-matrics-container {
padding: 14px 12px;
}
.ranking-matrics-scrollable-image-container {
top: unset;
bottom: 0;
}
.inner-page-banner-video .hero-banner-content p {
width: 100%;
}
.inner-page-banner-video .hero-banner-content h1 {
font-size: 37px;
}
}
@media screen and (max-width: 767px) and (orientation: landscape) {
.bubble-container {
margin-top: 33px;
}
.bubble.team-bubble,
.bubble.team-bubble:nth-of-type(7),
.bubble.team-bubble:nth-of-type(7),
.bubble.team-bubble:nth-of-type(15),
button.bubble.category-btn:nth-of-type(3),
.bubble.team-bubble:nth-of-type(18),
.bubble.team-bubble:nth-of-type(12),
.bubble.team-bubble:nth-of-type(16),
.bubble.team-bubble:nth-of-type(10),
.bubble.team-bubble:nth-of-type(14) {
margin-top: 0;
}
button.bubble.category-btn:nth-of-type(1) {
margin-bottom: 74px;
}
button.bubble.category-btn:nth-of-type(8) {
margin-left: -5px;
}
}
@media screen and (min-width: 540px) and (max-width: 992px) {
.page-id-824 .inner-page-banner-video .video-col video{
object-fit: contain;
}
}