@font-face {
    font-family: 'Geist-UltraBlack';
    src: url('http://127.0.0.1:8000/home/fonts/Geist-UltraBlack.otf') format('otf');
    font-weight:  900;
    font-style:   normal;
    font-stretch: normal;
  }
  @font-face {
    font-family: 'Geist-Black';
    src: url('/home/fonts/Geist-Black.otf') format('otf');
    font-weight:  800;
    font-style:   normal;
    font-stretch: normal;
  }
@font-face {
  font-family: "Geist-SemiBold";
  font-style: normal;
  src: url("../fonts/Geist-SemiBold.otf");
}

@font-face {
  font-family: "Geist-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Geist-Regular.otf");
}

body {
  font-family: "Geist-Regular";
  font-weight: 400;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geist-SemiBold";
}

/* Scroll-Smooth */
body {
  scroll-behavior: smooth;
}

.contact a {
  display: inline-block;
}

html.lenis {
  height: auto
}

.lenis.lenis-smooth {
  scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain
}

.lenis.lenis-stopped {
  overflow: hidden
}

.lenis.lenis-scrolling iframe {
  pointer-events: none
}

body {
  overflow: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

.banner-btn,
.content_link,
.footer-bottom a,
.meii,
.menu-btn a,
.menu-link li a,
.menu-phonemail a,
.pagedetails_item,
.slider-division-body a,
.square-btn {
  text-decoration: none
}

.edge-message,
.firefox-message,
.safari-message {
  display: none;
  position: absolute;
  padding: 8px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 0;
  z-index: 999;
  width: 100%;
  text-align: center
}

.edge-message p,
.firefox-message p,
.safari-message p {
  margin-bottom: 8px
}

.edge-message button,
.firefox-message button,
.safari-message button {
  position: absolute;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  top: 8px;
  border: none
}

.edge-message .close-button,
.firefox-message .close-button,
.safari-message .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer
}

/* Statistics */
.home-statistics {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

.home-statistics h2 {
  font-size: 60px;
  margin-bottom: 30px;
}

.home-statistics h2,
.home-statistics p {
  color: #fff;
}

.home-statistics>* {
  flex-basis: 20%;
  margin-right: 20px;
}

.home-statistics>*:last-child {
  margin-right: 0;
}

@media (min-width: 1366px) {
  .main-heading {
    font-size: 2.562vw;
  }
}

@media(max-width:767px) {

  .home-statistics>* {
    flex-basis: 100%;
    margin-right: 0;
  }

  .home-statistics h2 {
    margin-bottom: 10px;
  }

  .home-statistics p {
    margin-bottom: 30px;
  }

  .edge-message p,
  .firefox-message p,
  .safari-message p {
    margin-bottom: 8px;
    width: 90%;
    font-size: 12px
  }

  .edge-message button,
  .firefox-message button,
  .safari-message button {
    right: 10px
  }
}

.header {
  position: absolute;
  z-index: 99;
  width: 100%;
  padding: 20px
}

.header .logo img {
  width: 13%
}

.menu-btn {
  position: absolute;
  display: inline;
  top: 25%;
  cursor: pointer;
  right: 20px;
  font-size: 22px;
  z-index: 999
}

.menu-btn a {
  display: inline-block
}

.btn-opn:after {
  content: "\f0c9";
  font-family: fontawesome;
  color: #333;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  transition-property: all .3s linear 0s
}

.menu-btn .btn-close {
  background-color: #fff;
  font-size: 12px;
  padding: 8px;
  position: fixed;
  top: 5px;
  right: 5px;
  cursor: pointer
}

.menu-btn a.btn-open {
  background-color: #fff;
  border-radius: 50%;
  padding: 8px 16px
}

.menu-nav {
  position: fixed;
  display: none;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 25%;
  margin: 0;
  padding: 0;
  background: #3869e5;
  z-index: 99;
  height: 100vh
}

.menu-link {
  list-style: none;
  padding: 0
}

.desk-social-ul,
.sliders .owl-theme .owl-dots {
  padding-top: 20px
}

.menu-link li {
  font-size: 20px;
  padding: 5px 10px 5px 30px;
  font-family: Antonio, sans-serif;
  font-weight: 700;
  cursor: pointer
}

.menu-link li a {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  cursor: pointer
}

.menu-link li.active a {
  color: #333
}

.menu-link li.active {
  background: #fff;
  color: #333
}

.menu-link li:hover {
  background-color: #ff8450;
  transition: .4s
}

.menu-logo img {
  width: 280px;
  margin: 0 auto;
  display: block;
  padding: 30px 30px 15px
}

.desk-social-ul {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 20px 30px 0;
  display: block;
  text-align: center
}

.desk-social-ul .list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.desk-social-ul li {
  margin-bottom: 25px
}

.desk-social-ul a {
  border: 1px solid #fff;
  padding: 6px 8px;
  border-radius: 50%;
  color: #fff
}

.desk-social-ul a i {
  width: 18px;
  text-align: center
}

.desk-social-ul a:hover {
  background-color: #fff;
  color: #3869e5;
  transition: .4s
}

.menu-phonemail {
  margin-left: 40px;
  margin-top: 15px;
  z-index: 9
}

.menu-phonemail p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px
}

.menu-phonemail a {
  color: #fff
}

@media screen and (max-width:991px) {
  .menu-nav {
    width: 35%
  }
}

@media only screen and (max-width:767px) {
  .header .logo img {
    width: 200px
  }
}

@media screen and (max-width:768px) {
  .menu-btn {
    right: 25px
  }

  .header .logo img {
    width: 45%
  }

  .desk-social-ul {
    margin: 20px 0 0
  }

  .menu-phonemail {
    margin-left: 10px
  }
}

@media only screen and (max-width:480px) {
  .header .logo img {
    width: 50%
  }
}

@media screen and (max-width:600px) {
  .menu-nav {
    width: 50%
  }
}

@media (min-width:768px) and (max-width:1280px) {
  .header .logo img {
    width: 300px
  }
}

.banner img {
  position: relative;
  height: 100vh;
  object-fit: cover;
  object-position: left
}

.banner-text {
  position: absolute;
  left: 15%;
  color: #000;
  background-color: #f0f0f0;
  opacity: .9;
  border-top: 2px solid #007bff;
  padding: 20px;
  width: 40%;
  top: 30%
}

.main-heading {
  font-weight: 700;
  font-size: 35px
}

.sub-head {
  padding-left: 5px;
  font-size: 18px
}

.banner-link {
  color: #000
}

.banner-btn {
  background-color: #020204;
  padding: 10px 15px;
  font-size: 15px;
  text-align: left !important;
  color: #f0f8ff;
  border: none;
  transition: .4s;
}

.banner-btn:hover,
.square-btn:hover {
  background-color: #007bff;
  color: #FFFFFF !important;
}

.home-introduction {
  position: relative;
  text-align: center;
  width: 70%;
  margin: 130px auto 170px
}

.home-introduction p {
  color: #212529;
  font-size: 17px
}

.content-head {
  padding-bottom: 20px;
  font-size: 65px;
  font-weight: 600;
  line-height: 60px
}

.moretext {
  display: none
}

.article {
  position: relative
}

.moreless-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding-top: 80px;
  background-image: linear-gradient(to bottom, transparent, #fff);
  cursor: pointer
}

.footer-item a:hover,
.meii:hover,
.moreless-button:hover,
.pagedetails_list :hover {
  color: #007bff !important;
}

.collins-body h2,
.collins-head {
  font-size: 60px
}

.black-background {
  background-color: #000;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 45px;
  margin: 120px auto
}

.collins-head {
  color: #fff;
  margin-bottom: 50px;
  font-weight: 400;
  padding-bottom: 20px
}

.collins-body {
  color: #fff;
  display: flex;
  margin-bottom: 10px
}

.collins-body p {
  padding: 23.5px 0 20px 80px
}

.collins-body1 {
  padding-left: 60px
}

.collins-body2 {
  padding-left: 40px
}

.collins-body3 {
  padding-left: 10px
}

.collins-body4,
.collins-body5 {
  padding-left: 55px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #007bff !important;
}

.sliders {
  margin: 150px auto
}

.slider-head {
  font-size: 49px;
  line-height: 50px
}

.slider-side {
  margin-left: 40px
}

.slider p {
  font-optical-sizing: auto;
  font-weight: 200;
  margin-bottom: 10px
}

.slide-text {
  font-weight: 400;
  font-style: normal
}

.slider-side .col-md-6 {
  width: 90%
}

.card-body {
  border: 1px solid #f0f8ff;
  padding: 10px !important
}

.slider-division-head {
  font-weight: 300;
  font-size: 15px
}

.slider-sub-title {
  font-weight: 400;
  padding-bottom: 10px;
  text-align: left
}

.slider-division-body a {
  color: #3869e5;
  padding-left: 2px
}

.pace-caseStudy .owl-theme .owl-dots .owl-dot.active span,
.pace-caseStudy .owl-theme .owl-dots .owl-dot:hover span {
  background: #007bff !important;
}

.slide-button {
  text-align: center;
  margin-bottom: 55px
}

.arrow {
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px
}

.arrow-button :hover,
.footer-bottom a:hover {
  color: #ff8450
}

.arrow-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 120px;
  width: 160px;
  position: absolute;
  z-index: 1;
  top: -26px
}

img.custom-next,
img.custom-prev {
  width: 15px;
  cursor: pointer
}

.button-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}

.square-btn {
  background-color: #020204;
  padding: 10px 30px 10px 40px;
  font-size: 20px;
  color: #f0f8ff;
  margin: 20px 40px;
  border: none;
  transition: .4s
}

.custom-hr {
  border: 1px solid #000;
  border-top: #000;
  margin: -30px 20px 0
}

.ambition {
  margin-top: -45px
}

.custom-cursor {
  cursor: url('https://s3.ap-south-1.amazonaws.com/w2s-site/home/service-arrow.webp'), auto
}

.ambition-head {
  text-align: center;
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 400
}

.content {
  position: relative;
  margin-bottom: 10px
}

.content .content-overlay,
.content-details,
.marquee-footer h3 {
  position: absolute;
  width: 100%
}

.content .content-overlay {
  height: 100%;
  opacity: 1;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.content-details {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center
}

.content:hover .content-overlay {
  background-color: #000;
  opacity: 1
}

.content :hover {
  color: #fff
}

.content-details p {
  margin-top: 5px;
  color: #fff
}

.services-head {
  font-weight: 400
}

.content_link {
  color: #fff
}

@media only screen and (max-width:480px) {
  .banner-text {
    text-align: left;
    left: 10%;
    line-height: 20px;
    width: 80%;
  }

  .main-heading {
    font-size: 34px
  }

  .custom-hr {
    margin: 20px 0 0
  }

  .ambition {
    margin-top: 0;
    padding-top: 40px;
  }

  .ambition-head {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 25px
  }

  .content {
    margin-left: 20px;
    margin-right: 20px
  }

  .services-head {
    font-size: 20px
  }

  .home-introduction {
    margin: 110px auto !important;
  }

  .home-statistics {
    gap: 5px;
  }

  .slider-head {
    margin: 20px 0 15px 0 !important;
  }

  .desk-social-ul,
  .sliders .owl-theme .owl-dots {
    padding-top: 0;
  }

  .pagedetail {
    margin-bottom: 130px !important;
  }
}

@media (max-width: 375px) {
  .main-heading {
    font-size: 32px;
  }

  .banner-link {
    font-size: 14px;
  }

  .banner-btn {
    font-size: 12px;
  }

  .home-introduction p {
    font-size: 14px;
  }

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

  .pannel-content ul li {
    font-size: 14px;
  }
}

.pagedetail {
  margin: 160px auto;
}

.pagedetail-head {
  text-align: left;
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 15px
}

.pagedetails_item {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #000
}

.meii,
.pagedetail p,
ul {
  color: #212529
}

.ai {
  padding-left: 0
}

.de {
  border-right: 0px solid #000
}

li.list-items:last-child {
  border-right: 0px solid
}

li.list-items:last-child a {
  border-right: none
}

.home-custom-container {
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  column-count: 3;
  column-gap: 20px;
}

.home-custom-column {
  display: inline-block;
}

@media (max-width: 1200px) {
  .home-custom-container {
    column-count: 3;
  }
}

@media (max-width: 980px) {
  .home-custom-container {
    column-count: 2;
  }
}

@media (max-width: 640px) {
  .home-custom-container {
    column-count: 1;
  }
}

.pagedetails_list {
  margin-bottom: 20px !important;
  position: sticky
}

.address,
.marquee-footer {
  position: relative
}

.pannel-content ul li {
  margin: 12px 0;
}

.pagedetail a.active,
.pagedetails_list li.active a {
  color: #007bff !important;
  text-decoration: underline
}

.pagedetail img {
  margin: 20px 0
}

.underline {
  border-bottom: 1px solid #000;
  text-rendering: auto;
  transform: translateZ(0)
}

.meii {
  font-weight: 800
}

.footer {
  background-color: #161b25;
  height: 100%;
  padding-top: 4.4270833333vw;
  margin-top: -40px;
}

.footer-list {
  padding-top: 10px
}

.footer-item p {
  color: #ccc
}

.footer-item {
  list-style: none;
  padding-bottom: 25px;
  color: #8e929d
}

.footer-content a,
.footer-item a {
  text-decoration: none;
  color: #8e929d;
  font-size: 13px
}

.footer-line {
  color: #8e929d;
  margin-left: 10px;
  margin-right: 10px;

}

.footer-content {
  color: #8e929d;
  padding-top: 4.4270833333vw;
  padding-bottom: 4.4270833333vw;
}

.marquee-footer {
  height: 90px;
  overflow: hidden;
  padding-top: 5px
}

.marquee-footer h3 {
  font-size: 100px;
  color: #8e929d;
  height: 100%;
  margin: 0;
  line-height: 75px;
  text-align: center;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: 12s linear infinite marquee;
  -webkit-animation: 12s linear infinite marquee;
  animation: 12s linear infinite marquee
}

.footer-bottom,
.hover-div p {
  font-size: 13px
}

@-moz-keyframes marquee-footer {
  0% {
    -moz-transform: translateX(100%)
  }

  100% {
    -moz-transform: translateX(-100%)
  }
}

@-webkit-keyframes marquee-footer {
  0% {
    -webkit-transform: translateX(100%)
  }

  100% {
    -webkit-transform: translateX(-100%)
  }
}

@keyframes marquee-footer {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

.footer-bottom {
  color: #8e929d;
  text-align: left;
  padding-top: 10px;
}

.footer-bottom a {
  color: #8e929d
}

.copyrights {
  padding-bottom: 5px
}

.address {
  color: #8e929d;
  margin-bottom: 33px;
  cursor: pointer
}

.hover-div {
  text-align: left;
  padding-top: 26px;
}

.social-media {
  display: flex;
  justify-content: right
}

.social-icon {
  width: 65%
}

.social-media img:hover {
  color: #fff;
  background-color: #007bff;
  border-radius: 50%
}

@media only screen and (max-width:720px) {
  .home-introduction {
    width: 83%;
    text-align: left;
    margin: 80px auto;
    padding-bottom: 38px;
  }

  .content-head {
    font-size: 32px;
    line-height: 28px
  }

  .black-background {
    text-align: center;
    margin: 50px auto
  }

  .black-background .collins-body {
    display: unset;
    margin-bottom: 40px
  }

  .collins-head {
    margin-bottom: 30px;
    font-size: 45px;
    padding-bottom: 0
  }

  .collins-body p {
    padding-left: 0;
    padding-bottom: 20px;
    padding-top: 0
  }

  .collins-body1,
  .collins-body2,
  .collins-body3,
  .collins-body4,
  .collins-body5,
  .collins-body6 {
    padding-left: 0
  }

  .sliders {
    margin: 65px auto;
    padding-top: 40px;
  }

  .slider-head {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 15px;
    line-height: 25px
  }

  .slide-button {
    margin-bottom: 0
  }

  .slider-side {
    margin-left: 0
  }

  .square-btn {
    font-size: 15px;
    padding: 5px 15px
  }

  .pagedetail {
    margin: 50px auto;
    padding-top: 40px;
  }

  .pagedetail-head {
    font-size: 35px
  }

  .list-items:first-child,
  li.list-items,
  li.list-items:last-child {
    padding: 5px !important;
    background-color: #f3f8ff;
    border: 1px solid #ededed
  }

  .pagedetails_list {
    flex-wrap: nowrap !important;
    line-height: 15px
  }

  .pagedetails_item {
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    border-right: none
  }

  .de {
    padding-right: 5px
  }

  .footer-content,
  .footer-content-head {
    margin-top: 20px
  }

  .footer-item {
    padding-bottom: 12px
  }

  .footer-item a {
    font-size: 13px
  }

  .social-media {
    margin: 0 10px
  }

  .marquee-footer {
    height: 85px
  }

  .marquee-footer h3 {
    font-size: 50px;
    -moz-animation: 8s linear infinite marquee;
    -webkit-animation: 8s linear infinite marquee;
    animation: 8s linear infinite marquee
  }

  .address {
    margin-bottom: 10px
  }

  .hover-div {
    padding-top: 0;
    margin-left: 18px
  }

  .country-icon {
    display: none
  }

  .div-india {
    padding-top: 15px
  }

  .hidden-text {
    width: 60%;
    margin-left: 25px;
    opacity: 1;
    padding-top: 0;
    top: 90%;
    left: 2%
  }

  .social-media {
    margin-bottom: 20px
  }

  .social-icon {
    width: 55%
  }
}

#smooth-content {
  overflow: auto;
}

@media (min-width: 540px) and (max-width: 700px) {
  .main-heading {
    font-size: 6.296vw;
  }

  .banner-text {
    width: 60%;
  }

  .banner-link {
    font-size: 2.200vw;
  }

  .home-introduction p {
    font-size: 2.200vw;
  }

  .content-head {
    font-size: 6.296vw
  }

  .collins-head {
    font-size: 6.296vw;
  }

  .home-statistics {
    gap: 0;
  }

  .home-statistics {
    margin-bottom: 40px;
  }

  .sliders {
    margin: 145px auto;
  }

  .custom-hr {
    margin: 0;
  }

  .ambition-head {
    font-size: 6.296vw;
  }

  .pagedetail-head {
    font-size: 6.296vw;
  }

  .pannel-content ul li {
    font-size: 2.200vw;
  }

  .pagedetail {
    margin: 115px auto;
  }
}

@media (max-width: 1024px) {
  .main-heading {
    font-size: 35px;
  }

  .banner-text {
    width: 60%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .banner-text {
    width: 60%;
  }

  .banner-link {
    font-size: 1.693vw;
  }

  .home-introduction {
    width: 85%;
  }

  .content-head {
    font-size: 6.51vw;
    line-height: 50px;
  }

  .home-introduction p {
    font-size: 1.693vw;
  }

  .collins-head {
    font-size: 6.51vw;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .home-statistics {
    gap: 10px;
  }

  .lead {
    font-size: 1.693vw !important;
  }

  .slider-head {
    font-size: 3.51vw;
    line-height: 36px;
  }

  .slide-text {
    font-size: 1.693vw;
  }

  .slider-sub-title {
    font-size: 2.500vw;
  }

  .slider-division-body a {
    font-size: 1.693vw;
  }

  .square-btn {
    font-size: 1.693vw;
  }

  .ambition-head {
    font-size: 6.51vw;
  }

  .services-head {
    font-size: 2.583vw;
  }

  .pagedetail-head {
    font-size: 6.51vw;
  }

  .pagedetails_item {
    font-size: 1.693vw;
    padding-right: 10px;
  }

  .pagedetail .pannel-content h5 {
    font-size: 2.500vw;
  }

  .pannel-content ul li {
    font-size: 1.693vw;
  }
}

@media screen and (min-width: 3840px) {
  .container {
    max-width: 3000px !important;
  }

  .banner {
    padding-bottom: 150px;
  }

  .banner-text {
    padding: 40px;
  }

  .main-heading {
    font-size: 140px;
  }

  .banner-link {
    font-size: 44px;
    padding-bottom: 15px;
  }

  .banner-btn {
    font-size: 38px;
    padding: 22px 18px;
    margin-top: 30px !important;
  }

  .home-introduction {
    padding-bottom: 100px;
  }

  .content-head {
    padding-bottom: 45px;
    font-size: 100px;
  }

  .home-introduction p {
    font-size: 40px;
  }

  .moreless-button {
    font-size: 35px;
  }

  .collins-head {
    font-size: 100px;
  }

  .collins-body h2 {
    font-size: 50px;
  }

  .collins-body p {
    font-size: 45px;
    padding: 0px 0 66px 80px;
  }

  .sliders {
    margin: 220px auto;
    padding-top: 100px;
  }

  .slider-head {
    font-size: 95px;
    line-height: 105px;
  }

  .slide-text {
    font-size: 45px;
  }

  .slider-sub-title {
    font-size: 42px;
    margin-top: 20px;
  }

  .slider-division-body a {
    font-size: 35px;
  }

  .square-btn {
    font-size: 35px;
    padding: 20px 30px 20px 40px;
  }

  .slide-button {
    margin-bottom: 100px;
    padding-top: 30px;

  }

  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 45px !important;
  }

  .ambition-head {
    font-size: 100px;
    padding-top: 50px;
  }

  .content {
    margin-bottom: 25px;
  }

  .services-head {
    font-size: 45px;
  }

  .serv {
    height: 275px;
  }

  .pagedetail {
    margin: 200px auto;
  }

  .pagedetail-head {
    font-size: 100px;
    padding-top: 50px;
  }

  .pagedetails_item {
    font-size: 45px;
  }

  .pannel-content h5 {
    font-size: 40px;
  }

  .pannel-content ul li {
    margin: 15px 0;
    font-size: 35px;
  }
}

@media screen and (max-width: 576px) {
  .main-heading {
    font-size: 28px;
  }
  .banner-text {
    width: 85%;
  }
}
@font-face {
    font-family: "Geist-SemiBold";
    font-style: normal;
    src: url("../fonts/Geist-SemiBold.otf");
}

@font-face {
    font-family: "Geist-Regular";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Geist-Regular.otf");
}

@font-face {
    font-family: "GeistMono-Light";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/GeistMono-Light.otf");
}

 body {
    font-family: "Geist-Regular" !important;
}

 h1,
 h2,
h3,
h4,
h5,
h6 {
    font-family: "Geist-SemiBold";
}

html {
    behavior: smooth;
}

.banner-logo {
    position: absolute;
    top: 2%;
    left: 10px;
    z-index: 1;
}

.contact_btn {
    position: absolute;
    right: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    z-index: 1;
    top: 3%;
    text-decoration: none;
    color: #000;
    transition: .4s;
    /* width: 180px;
    height: 46px; */
    font-size: 16px;
    /* font-weight: 600; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    padding: 8px 24px;
}

.contact_btn:hover {
    color: #007bff !important;
}

.banner-img {
    position: relative;
    object-fit: cover;
    object-position: left;
}

.nav-buttom {
    position: absolute;
    bottom: 5%;
    left: 50%;
}

#content {
    position: fixed;
    bottom: 2%;
    width: 100%;
    z-index: 100;
    transition: all 0.5s linear;
}

.headerFixedWidth {
    width: 693px !important;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.bg-div {
    background: rgba(255, 255, 255, 0.39);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(16.2px);
    -webkit-backdrop-filter: blur(16.2px);
    border: 1px solid rgba(255, 255, 255, 0.38);
    width: 693px;
    height: 90px;
    margin: 0 auto;
    border-radius: 27px;
    padding: 7px;
    text-align: left;
    position: relative;
}

.bg-div .btn-open {
    background-color: rgba(255, 255, 255, 1);
    width: 22%;
    height: 76px;
    font-weight: 400;
    text-align: center;
    color: #000;
    border-radius: 20px;
    transition: transform 0.1s ease-in;
    font-size: 21px;
    display: flex;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}
.btn-open:after{
    content: "" !important;
}

#menu-text {
    padding-bottom: 1px;
}

.wrapper {
    position: absolute;
    max-width: 100%;
    overflow: hidden;
    top: 30%;
    left: 23%;
}

.marqueee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 10s linear infinite;
}

.marqueee p {
    display: inline-block;
    color: #000;
    font-size: 21px;

}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

#txt {
    background: rgba(255, 255, 255, 0.39);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(16.2px);
    -webkit-backdrop-filter: blur(16.2px);
    border: 1px solid rgba(255, 255, 255, 0.38);
    width: 150px;
    height: 70vh;
    color: #fff;
    margin: 0 auto;
    padding: 0px 0px 20px 0px;
    border-radius: 27px;
    margin-bottom: 4px;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    /* scroll-behavior: smooth; */
}

.menu_item:hover {
    background-color: #007BFF !important;
    color: #fff !important;
}

#content #btn {
    display: none;
}

.nav-menu {
    justify-content: center;
    padding: 20px 0 20px 0;
    flex-wrap: nowrap;
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: rgba(255, 255, 255, 0.36);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(16.2px);
}

.nav-menu>.active>a {
    background-color: #007BFF;
}

.menu_item {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 9px;
    padding: 20px 20px;
    margin: 12px 5px;
    margin-top: 20px;
    text-decoration: none;
    color: #fff;
    justify-content: space-between;
}

#txt::-webkit-scrollbar {
    display: none;
}

.menu-data {
    display: flex;
    flex-direction: column;
}

.menu-data a {
    color: #fff;
    text-decoration: none;
}

.menu-data img {
    border-radius: 16px;
}

.menu-div {
    position: relative;
    margin-top: 10px;
}

.menu-div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 1) 93%);
    z-index: 1;
    border-radius: 14px;
}

.ai-a,
.cloud-a,
.product-a,
.mobile-a,
.digital-a,
.all-a,
.web-a,
.software-a {
    position: relative;
}

.menu-div-p {
    position: absolute;
    bottom: 0%;
    left: 5%;
    line-height: 23px;
    border-radius: 15px;
    z-index: 1;
    font-size: 16px;
}

.data-engg-p {
    font-size: 16px;
    bottom: 0%;
    left: 3%;
    z-index: 999;
}


.auto-p {
    position: absolute;
    bottom: 26%;
    left: 5%;
    line-height: 23px;
    border-radius: 15px;
    z-index: 1;
    font-size: 16px;
}

.shop {
    position: absolute;
    bottom: 0%;
    left: 15px;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    width: 300px;
}

.blogs-p {
    position: absolute;
    bottom: 18%;
    left: 5%;
    line-height: 23px;
    border-radius: 15px;
    z-index: 1;
    font-size: 16px;
}

.about-a {
    position: relative;
}

.mobile {
    margin-top: 2px;
}

.micro {
    margin-top: 2px;
}

.case {
    margin-top: 2px;
}

.digital {
    margin-top: 5px;
}

.soft {
    margin-top: 3px;
}

.career {
    margin-top: 3px;
}

.contact {
    margin-top: 3px;
}

.about-menu .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.menu-insights .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.about-menu img {
    border-radius: 14px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #007BFF !important;
}

.hamburger .line {
    width: 12px !important;
    height: 1px !important;
    background-color: #000 !important;
    display: block !important;
    margin: 3px auto !important;
    -webkit-transition: all 0.3s ease-in-out !important ;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}
.hamburger{
    margin-top: 0px !important;
}
.is-active{
    position: unset !important;
}
.is-active .line{
    opacity: 1 !important;
}
.hamburger:hover {
    cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0 !important;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg) !important;
    -ms-transform: translateY(13px) rotate(45deg) !important;
    -o-transform: translateY(13px) rotate(45deg) !important;
    transform: translateY(4px) rotate(50deg) !important;
    /* background-color: #ccc; */
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg) !important;
    -ms-transform: translateY(-13px) rotate(-45deg) !important;
    -o-transform: translateY(-13px) rotate(-45deg) !important;
    transform: translateY(-4px) rotate(-50deg) !important;
    /* background-color: #ccc; */
}

.menu_item.active {
    background-color: #007BFF;
    color: #fff;
}

.bean {
    width: 100%;
    height: 174px;
    object-fit: cover;
}

#WidgetMei,
#txt {
    overflow-y: scroll;
    /* -webkit-overflow-scrolling: touch; */
    -webkit-overflow-scrolling: smooth !important;
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
}

#WidgetMei::-webkit-scrollbar,
#txt::-webkit-scrollbar {
    display: none;
    /* Hide scrollbars in Chrome, Safari and Opera */
}

/* .footer {
    padding: 50px 20px 35px 20px;
}

.ftr-address {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.ftr-address .d-sm-none {
    display: block !important;
}

@media only screen and (max-width: 767px) {
    .ftr-address {
        grid-template-columns: repeat(2, 1fr);
    }

    .ftr-address .d-sm-none,
    .ftr-address br {
        display: none !important;
    }
}

@media only screen and (max-width: 576px) {
    .footer {
        padding-left: 0;
        padding-right: 0;
    }
} */

@media (min-width: 360px) {
    .banner-logo {
        width: 40%;
    }

    .contact_btn {
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .bg-div, .headerFixedWidth {
        width: 98% !important;
        height: 60px;
    }

    #btn-open {
        align-items: center;
        font-size: 15px;
        width: 27%;
        height: 45px;
        gap: 5px;
    }

    .wrapper {
        left: 28%;
        max-width: 72%;
    }

    #txt {
        width: 98%;
        height: 70vh;
    }

    .menu_item {
        font-size: 12px;
        padding: 15px 14px;
        margin: 9px 3px;
    }

    .marqueee p {
        font-size: 15px;
    }

    .menu-div-p {
        font-size: 12px;
        line-height: 15px;
    }

    .data-engg-p {
        font-size: 12px;
    }

    .shop {
        font-size: 12px;
    }

    .IE-img {
        width: 100%;
        height: 302px;
    }
}

@media (min-width: 375px) {

    #txt {
        width: 98%;
        height: 70vh;
    }

    .wrapper {
        left: 28%;
        max-width: 72%;
    }

    .data-engg-p {
        font-size: 12px;
    }

    .IE-img {
        width: 100%;
        height: 305px;
    }
}

@media (min-width: 410px) {

    .bg-div, .headerFixedWidth {
        width: 98% !important;
        height: 60px;
    }

    #btn-open {
        align-items: center;
        font-size: 15px;
        width: 27%;
        height: 45px;
        gap: 5px;
    }

    .wrapper {
        left: 28%;
        max-width: 72%;
    }

    #txt {
        width: 98%;
        height: 70vh;
    }

    .menu_item {
        font-size: 15px;
        padding: 15px 11px;
        margin: 9px 5px;
    }

    .marqueee p {
        font-size: 15px;
    }

    .menu-div-p {
        font-size: 12px;
    }

    .IE-img {
        width: 100%;
        height: 315px;
    }

    .data-engg-p {
        font-size: 12px;
    }

    .shop {
        font-size: 12px;
    }
    
}

@media (min-width: 540px) {

    .bg-div, .headerFixedWidth {
        width: 68% !important;
    }

    #btn-open {
        font-size: 16px;
        width: 27%;
    }

    .marqueee {
        left: 28%;
    }

    #txt {
        width: 68%;
    }

    .menu_item {
        font-size: 14px;
        padding: 10px 8px;
    }

    .menu-div-p {
        font-size: 14px;
    }


    .data-engg-p {
        font-size: 14px;
    }

    .shop {
        font-size: 14px;
    }

    .IE-img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .banner-logo {
        width: 30%;
    }

    .bg-div, .headerFixedWidth {
        width: 58% !important;
        height: 70px;
    }

    .IE-img {
        width: 100%;
        height: 100%;
    }

    #btn-open {
        font-size: 18px;
        width: 27%;
        height: 54px;
        gap: 5px;
    }

    .marqueee {
        left: 28%;
    }

    .marqueee p {
        font-size: 20px;
    }

    .wrapper {
        left: 28%;
        max-width: 72%;
    }

    #txt {
        width: 58%;
        height: 75vh;
    }

    .menu_item {
        font-size: 16px;
        padding: 10px 14px;
        margin: 12px 3px;
    }

    #menu-text {
        padding-bottom: 4px;
    }

    .menu-div-p {
        font-size: 16px;
    }


    .data-engg-p {
        font-size: 16px;
    }

    .shop {
        font-size: 16px;
    }
}

@media (min-width: 912px) {
    #txt {
        width: 60%;
        height: 70vh;
    }

    .menu_item {
        font-size: 25px;
        padding: 16px 14px;
    }

    .IE-img {
        width: 100%;
        height: 100%;
    }

    .wrapper {
        left: 28%;
        max-width: 72%;
    }
}

@media (min-width: 1024px) {
    #btn-open {
        width: 24%;
    }

    .menu_item {
        font-size: 21px;
        padding: 16px 22px;
    }

    .marqueee {
        left: 25%;
    }

    #menu-text {
        padding-bottom: 4px;
    }

    .IE-img {
        width: 100%;
        height: 100%;
    }
}

@media(min-width: 1200px) {
    .banner-logo {
        width: 14%;
    }

    .contact_btn {
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .IE-img {
        width: 100%;
        height: 340px;
    }

    #btn-open {
        width: 26%;
        height: 55px;
        font-size: 18px;
        gap: 8px;
    }
    .marqueee p {
        font-size: 16px;
    }

    .bg-div, .headerFixedWidth {
        width: 488px !important;
    }

    #txt {
        height: 70vh;
        width: 488px;
    }

    .marqueee {
        left: 30%;
    }

    .menu_item {
        font-size: 16px;
        padding: 15px 20px;
    }

    .wrapper {
        left: 27%;
        max-width: 73%;
        top: 33%;
    }
    .data-engg-p {
        font-size: 14px;
    }
    .menu-div-p {
        font-size: 14px;
    }
    .shop {
        font-size: 14px;
    }
}
/* @media (min-width: 1366px) {  
    .wrapper{
        font-size: 0.44vw !important;
    }
    .marqueee p{
        font-size: 0.490vw;
    }
 } */

@media(min-width: 1400px) {
    .contact_btn {
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .bg-div, .headerFixedWidth {
        width: 657px !important;
        height: 90px;
        margin: 0 auto;
    }

    .IE-img {
        width: 100%;
        height: 100%;
    }

    #btn-open {
        width: 150px;
        height: 75px;
        font-size: 21px;
        gap: 10px;
    }

    .nav-menu {
        padding: 30px 0 30px 0;
    }

    .menu_item {
        font-size: 18px;
        padding: 20px 35px 20px 35px;
        margin-top: 10px;
        margin: 12px 5px;
    }

    #menu-text {
        padding-bottom: 3px;
    }

    #menu-text {
        padding-bottom: 1px;
    }

    #txt {
        margin-bottom: 4px !important;
        width: 657px;
        height: 80vh;
        margin: 0 auto;
    }

    .wrapper {
        left: 24%;
        max-width: 76%;
        font-size: 21px;
    }

    .marqueee {
        font-size: 21px;
    }
}

@media(min-width: 1536px) {
    .banner-logo {
        width: 13%;
    }

    #btn-open {
        width: 125px;
        font-size: 18px;
        height: 55px;
        gap: 10px;
    }

    .bg-div, .headerFixedWidth {
        width: 600px !important;
        height: 70px;
        margin-left: 30pc;
    }

    .wrapper {
        left: 22%;
        max-width: 78%;
        font-size: 18px;
    }

    .IE-img {
        width: 100%;
        height: 100%;
    }

    #txt {
        margin-bottom: 4px !important;
        width: 600px;
        height: 80vh;
        border-radius: 15px;
        margin-left: 30pc;
    }

    .menu_item {
        font-size: 17px;
        padding: 19px 31px 18px 30px;
        margin: 12px 5px;
    }

    .marqueee p {
        margin-bottom: 2px;
    }

    #menu-text {
        padding-bottom: 2px;
    }

    .nav-menu {
        padding: 22px 0 22px 0;
    }

    .menu-text {
        margin-bottom: 1px;
    }

    .auto-p {
        bottom: 30%;
    }

    .blogs-p {
        bottom: 20%;
    }
}

@media(min-width: 1700px) {
    .banner-logo {
        width: 13%;
    }

    .bg-div, .headerFixedWidth {
        width: 657px !important;
        height: 90px;
        margin: 0 auto;
    }

    #btn-open {
        width: 150px;
        height: 75px;
        font-size: 21px;
        gap: 10px;
    }

    .IE-img {
        width: 100%;
        height: 100%;
    }

    .nav-menu {
        padding: 30px 0 30px 0;
    }

    .menu_item {
        font-size: 18px;
        padding: 20px 35px 20px 35px;
        margin-top: 10px;
        margin: 12px 5px;
    }

    #menu-text {
        padding-bottom: 3px;
    }

    #menu-text {
        padding-bottom: 1px;
    }

    #txt {
        margin-bottom: 4px !important;
        width: 657px;
        height: 70vh;
        margin: 0 auto;
    }

    .wrapper {
        left: 24%;
        max-width: 76%;
        font-size: 21px;
    }

    .marqueee {
        font-size: 21px;
    }
}

@media screen and (min-width: 3840px) {
    .bg-div, .headerFixedWidth {
        width: 1120px !important;
        height: 150px;
    }

    #btn-open {
        width: 230px;
        height: 130px;
        font-size: 38px;
        gap: 20px;
    }

    .hamburger .line {
        width: 24px;
        height: 3px;
        margin: 5px auto;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        transform: translateY(7px) rotate(60deg);

    }

    #hamburger-1.is-active .line:nth-child(3) {
        transform: translateY(-8px) rotate(-58deg);
    }

    .wrapper {
        left: 21.5%;
        max-width: 78%;
    }

    .marqueee p{
        font-size: 38px;
    }

    #txt {
        width: 1120px;
        height: 50vh;
        margin-bottom: 9px !important;
    }

    .da,
    .pb {
        width: 1100px;
    }

    .pe,
    .cloud-img,
    .vs,
    .wb,
    .isd {
        width: 555px;
    }

    .pet {
        width: 540px;
        height: 430px !important;
    }

    .data-engg-p,
    .shop {
        font-size: 28px;
    }

    .menu-div-p {
        font-size: 28px;
    }

    .menu_item {
        font-size: 34px;
        padding: 25px 50px 20px 50px;
        margin: 13px 9px;
    }

    .footer {
        padding-bottom: 180px;
    }

    .footer-list h5 {
        font-size: 45px;
    }

    .footer-content-head {
        font-size: 45px;
    }

    .marquee-footer h3 {
        font-size: 150px;
    }

    .footer-content a,
    .footer-item a {
        font-size: 32px;
    }

    .footer-item {
        padding-bottom: 30px;
    }

    .country-name {
        font-size: 45px;
    }

    .footer-bottom,
    .hover-div p {
        font-size: 32px;
    }

    .marquee-footer {
        height: 200px;
        padding-top: 50px;
    }

    .social-icon {
        width: 120% !important;
        padding: 20px !important;
    }
}

/*Starting-Footer */

.footer {
    background-color: #161b25;
    height: 100%;
    padding-top: 4.4270833333vw;
  }
  
  .footer-list {
    padding-top: 10px;
  }
  
  .footer-item p {
    color: #ccc;
  }
  
  .footer-item {
    list-style: none;
    padding-bottom: 25px;
    color: #8e929d;
  }
  
  .footer-item a {
    text-decoration: none;
    color: #8e929d;
    font-size: 13px;
  }
  
  .footer-item a:hover {
    color: #007bff !important;
  }
  
  .footer-line {
    color: #8e929d !important;
    margin-left: 10px;
    margin-right: 10px;
    border: 0.5px solid rgb(255, 255, 255, 0.2) !important;
  }
  
  .footer-content {
    color: #8e929d;
    padding-top: 4.4270833333vw;
    padding-bottom: 4.4270833333vw;
  }
  
  .footer-content a {
    text-decoration: none;
    color: #8e929d;
    font-size: 13px;
  }
  
  .contact a {
    display: inline-block;
  }
  
  .marquee-footer {
    height: 175px;
    position: relative;
    overflow: hidden;
    padding-top: 46px;
  }
  
  .marquee-footer h3 {
    font-size: 150px;
    color: #8e929d;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 75px;
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: marquee 10s linear infinite;
    -webkit-animation: marquee 10s linear infinite;
    animation: marquee 10s linear infinite;
  }
  
  .footer-bottom {
    color: #8e929d;
    text-align: left;
    font-size: 13px;
    padding-top: 10px;
  }
  
  .footer-bottom a {
    text-decoration: none;
    color: #8e929d;
  }
  
  .footer-bottom a:hover {
    color: #ff8450;
  }
  
  .copyrights {
    padding-bottom: 5px;
  }
  
  .address {
    position: relative;
    color: #8e929d;
    margin-bottom: 33px;
    cursor: pointer;
  }
  
  .hover-div {
    text-align: left;
    padding-top: 26px;
  }
  
  .hover-div p {
    font-size: 13px;
  }
  
  .social-media {
    display: flex;
    justify-content: right;
  }
  
  .social-media img:hover {
    color: #fff;
    background-color: #007bff;
    border-radius: 50%;
  }
  .social-icon {
    width: 65% !important;
}

.all-rights {
    display: inline;
    color: #8e929d !important;
}
  
  @media only screen and (max-width: 720px) {
    .footer-content {
      margin-top: 20px;
    }
  
    .line {
      display: none;
    }
  
    .footer-content-head {
      margin-top: 20px;
    }
  
    .footer-item {
      padding-bottom: 12px;
    }
  
    .footer-item a {
      font-size: 13px;
    }
    .footer-bottom{
        text-align: center;
        margin-left: 0;
    }
  
    .social-media {
      margin: 0px 10px;
    }
      
  .social-media {
    display: flex;
    justify-content: center;
  }
  
    .marquee-footer {
      height: 86px;
      padding-top: 0;
    }
  
    .marquee-footer h3 {
      font-size: 50px;
      -moz-animation: marquee 8s linear infinite;
      -webkit-animation: marquee 8s linear infinite;
      animation: marquee 8s linear infinite;
    }
  
    .address {
      margin-bottom: 10px;
    }
  
    .hover-div {
      padding-top: 0;
    }
  
    .country-icon {
      display: none;
    }
  
    .hover-div {
      margin-left: 0px;
    }
  
    .div-india {
      padding-top: 15px;
    }
  
    .hidden-text {
      width: 60%;
      margin-left: 25px;
    }
  
    .social-media {
      margin-bottom: 20px;
    }
  
    .hidden-text {
      opacity: 1;
      padding-top: 0;
      top: 90%;
      left: 2%;
    }
    .footer-list{
        padding-left: 0px;
    }
    .footer-content{
        padding-left: 10px;
    }
    .footer-content .col-6{
        padding: 0 !important;
    }
    .all-rights {
        display: block;
        text-align: center;
    }
    .contact-line {
        display: none;
      }
  }
  
  @media only screen and (min-width: 481px) and (max-width: 820px) {
    .marquee-footer h3 {
      font-size: 108px;
    }
    .all-rights {
        display: block;
        text-align: center;
    }
    .footer-bottom{
        font-size: 12px;
    }
    .contact-line{
        display: none;
    }

    .footer-item{
        padding-bottom: 15px;
    }
    .footer .col-md-3 {
        padding: 0 !important;
    }
  }

  @media (min-width: 540px) and (max-width: 650px) {
        .marquee-footer h3 {
        font-size: 72px;
    }
}

.footer .footer-item h5, .footer .footer-content-head, .footer .address h5, .footer .marquee-footer h3 {
    font-family: "Geist-SemiBold";
}

.footer .footer-content-head, .footer .address h5 {
    margin-bottom: 20px;
}

/* @media (min-width: 601px) and (max-width: 610px) {
    .contact-line{
        display: block;
    }
} */

@media (min-width: 720px) and (max-width: 730px) {
    .marquee-footer h3 {
        font-size: 95px;
    }
}
  
  @media only screen and (min-width: 821px) and (max-width: 1024px) {
    .marquee-footer h3 {
      font-size: 100px;
    }
    .contact-line{
        display: none;
    }
  }
  @media (min-width: 1360px){
    .footer-item h5{
        font-size: 1.471vw;
    }
    .footer-item a{
        font-size: 1vw;
    }
    .footer-content-head{
        font-size: 1.471vw;
    }
    .footer-content a{
        font-size: 1vw;
    }
    .marquee-footer h3{
        font-size: 6.353vw;
    }
    .address h5{
        font-size: 1.471vw;
    }
    .address p{
        font-size: 1vw !important;
    }
    .footer-bottom{
        font-size: 1vw !important;
    }
    .footer-item{
        padding-bottom: 1.103vw;
    }
    .footer-content{
        padding-left: 0;
    }
    .footer-list{
        padding-left: 0;
    }
    .hover-div{
        margin-left: 0;
    }
    .footer-bottom{
        padding-left: 10px;
    }
}
  
  @media only screen and (min-width: 2560px) {
    .footer-list {
      font-size: 40px;
    }
  }


  .footer ul li::before{
    content: none !important;
  }
  .copyrights{
    background-color: transparent !important;
  }

  .copyrights li.list-inline-item a {
    border: none !important;
    padding:0 !important;
  }
  .pe-0{
    padding-right: 0 !important;
  }
  .ps-2{
    padding-left: 0 !important;
  }
  .gap-2{
    gap: 8px !important;
  }
  .contact-social-bar li:hover:nth-child(4) a, .copyrights li:hover:nth-child(4) a, .pin-color::after{
    background: transparent !important;
  }
  .contact-social-bar li:hover:nth-child(3) a, .copyrights li:hover:nth-child(3) a, .pin-color::after{
    background: transparent !important;
  }
  .contact-social-bar li:hover:nth-child(2) a, .copyrights li:hover:nth-child(2) a, .pin-color::after{
    background: transparent !important;
  }
  .contact-social-bar li:hover:nth-child(1) a, .copyrights li:hover:nth-child(1) a, .pin-color::after{
    background: transparent !important;
  }
  .copyrights{
    padding: 0 !important;
  }
  .footer a:hover{
    color: #007BFF !important;
  }
  .header a:hover{
    color: #007BFF !important;
  }
  header {
    height: unset !important;
}

@media (min-width: 540px){
    .footer-list{
        padding-left: 0;
    }
  }

@media only screen and (max-width: 576px) {
    .contact_btn {
        font-size: 14px;
        top: 1%;
    }
    .d-sm-none {
        display: none
    }
}
@font-face {
  font-family: "Geist-SemiBold";
  font-style: normal;
  src: url("../fonts/Geist-SemiBold.otf");
}

@font-face {
  font-family: "Geist-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Geist-Regular.otf");
}

@font-face {
  font-family: "GeistMono-Light";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GeistMono-Light.otf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geist-SemiBold";
  font-weight: 600;
}

body {
  font-family: "Geist-Regular" !important;
  font-weight: 400;
  font-size: 20px;
}

body,
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* banner_start */
.gap-div{
  padding: 0px 0 60px 0;
}
.pace-banner video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}

#animationCard {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
}

#animationCard svg {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 101vh;
  width: 100% !important;
  height: 101vh !important;
  overflow: hidden;
}

.banner_text {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  color: #fff;
  /* font-size: 18px; */
  z-index: 9999;
  text-align: center;
  width: 40%;
}

#section0 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.gsap_mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.gsap_img_mask {
  width: 101%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(20);
  transform-origin: top top;
  opacity: 0;
}

.gsap_img_mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

.gsap_img_mask_shape {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 99;
  text-align: center;
  margin: 0 auto;
  bottom: -45%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 100%);
  transition: transform 0.5s, opacity 0.5s;
}

.gsap_img_mask_shape img {
  object-fit: cover;
  overflow: hidden;
}

.gsap_mask.mobile {
  display: none;
}

.gsap_img_mask_shape.shape-mobile {
  display: none;
}
/* banner_end */
/* benifits_start */
.benifits {
  background-color: #000;
  color: #fff;
  position: relative;
}

.benifits-head {
  /* font-size: 24px; */
  margin-bottom: 20px;
}

.benifits-row .col-md-4 {
  padding-right: 40px;
}

.benifits-col-head {
  border-top: 1px solid #fff;
  font-size: 30px;
  margin-bottom: 20px;
  padding-top: 10px;
  font-weight: 500 !important;
}

.benifits-row p {
  /* font-size: 18px; */
}

/* benifits-end */

/* about_start */

#horizontal {
  display: flex;
  overflow-x: scroll;
  width: 100vw;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: hidden;
}

#horizontal::-webkit-scrollbar {
  display: none;
}

.horizontal-wrapper {
  display: flex;
  overflow-x: hidden;
  width: max-content;
  object-position: center;
  object-fit: cover;
}

.horizontal-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.horizontal-item {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
}

.res-about {
  display: none;
}

.about-bg {
  height: 100vh;
  padding: 20px;
  display: flex;
  color: #000;
  gap: 20px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.bg-color {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  margin-bottom: 0;
}

.about-bg .about-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #fff;
  text-align: left;
}

.about-head {
  text-align: left;
  margin-bottom: 0;
}

.abt-txt p {
  margin-bottom: 0;
  line-height: normal;
}

.align-height {
  height: -webkit-fill-available;
}
.abt-head{
  text-align: center;
}

.border-left {
  border-left: 1px solid #fff;
  padding-left: 20px;
}

.about-logo {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.about-logo img {
  width: 30%;
}

.about-logo h5{
  margin-bottom: 0;
  font-size: 30px;
}

.about-border {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.abt-gap {
  gap: 20px;
}


/* Safari only */
@media only screen and (min-width: 1360px) {

  _::-webkit-full-page-media,
  _:future,
  :root .abt-div-bg {
    margin-top: 38px !important;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .about-subhead {
    margin-top: 38px !important;
    padding: 10px 0;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .abt-txt2 {
    margin-top: 38px !important;
    padding: 20px 20px;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .about-us {
    margin-top: 38px !important;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .about-head {
    font-size: 65px;
    line-height: 65px;
  }

  ::-webkit-full-page-media,
  _:future,
  :root .abt-div-bg img {
    width: 45%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ::-webkit-full-page-media,
  _:future,
  :root .about-text {
    padding: 25px 20px;
  }

  ::-webkit-full-page-media,
  _:future,
  :root .about-subtext {
    padding: 25px 20px;
  }

  ::-webkit-full-page-media,
  _:future,
  :root .About-line {
    padding-right: 10px;
  }

  ::-webkit-full-page-media,
  _:future,
  :root .abt-txt3 {
    padding: 30px 30px;
  }

  ::-webkit-full-page-media,
  _:future,
  :root .ab-bottom {
    padding: 30px 30px 180px 30px;
  }

  ::-webkit-full-page-media,
  _:future,
  :root .about-col {
    padding: 50px;
  }
}

/* about_end */
/* case_study_start*/
.vdo-section {
  padding: 60px 0;
  background-color: #000000;
}

.vdo-section .row {
  margin-left: 0;
  margin-right: 0;
}

.vdo-section .vdo-pace {
  color: #fff;
  font-size: 42px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.vdo-pace p {
  margin-bottom: 0;
}

.case_study {
  height: 100%;
  padding: 60px;
}

.pace-caseStudy {
  display: none !important;
}

#pace-slides {
  margin: 50px 0 0 0;
  height: 100vh;
  position: relative;
}

.left-arrow {
  position: absolute;
  top: 50%;
  left: 10px;
  cursor: pointer;
}

.right-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
}

.toggle {
  display: none;
}

.visible {
  display: block;
}

.responsive-slide {
  display: none;
}

.fadeout-left {
  animation: fadeOutLeft 0.6s forwards;
}

.fadeout-right {
  animation: fadeOutRight 0.6s forwards;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
    transform: translateX(0);
  }

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

@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }

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

.left-arrow,
.right-arrow {
  transition: transform 0.6s ease-in-out;
}



/* Case-study-end */
/* Capabilities_section_start */
.capabilities-head {
  color: #fff;
  font-size: 59px;
  margin-bottom: 30px;
}

.capabilities-txt {
  color: #fff;
  font-size: 21px;
}

.digital-goal {
  background-color: #000;
  position: relative;
}

.digital_scroll {
  width: 100%;
  overflow-y: auto;
  position: relative;
}

.digital_scroll p {
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.digital_scroll::-webkit-scrollbar {
  display: none;
}

.scrollbar {
  height: 70vh;
  overflow-y: auto;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  height: 10%;
  background: linear-gradient(to bottom, transparent, black);
  pointer-events: none;
}

.goals-div {
  position: relative;
  margin-top: 1rem;
}

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #555;
}

#style-1::-webkit-scrollbar {
  width: 6px;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #ccc;
}
/* Capabilities_End */
/* Industries_start */
.industries {
  position: relative;
}

@keyframes zoom-pace {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.5, 1.5);
  }
}

.industry_img {
  height: 100%;
  width: 100%;
  /* -webkit-animation: zoom-pace 20s infinite;
  animation: zoom-pace 20s infinite; */
  padding: 70px 0 90px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.industries_content {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  width: 100%;
}

.industries_head {
  font-size: 56px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}


.client_content {
  width: 50%;
  margin: 0 auto;
  background-color: #fff;
 padding: 40px;
}

.client_content::-webkit-scrollbar {
  display: none;
}

.insights-txt{
  margin-bottom: 10px;
}

.res-industry-block{
  display: none;
}

.client_profile {
  display: flex;
  align-items: start;
  gap: 20px;
}

.client_head {
  font-size: 38px;
  line-height: 45px;
  text-align: left;
  margin-bottom: 10px;
}

.client_details {
  /* font-size: 18px; */
  line-height: 28px;
  text-align: left;
  margin-bottom: 0;
}
/* Industries end*/
/* Insights-start */
.inslights {
  background-color: #000;
  padding: 60px 0;
}

.inslight-content {
  color: #fff;
}

.inslights-head {
  font-size: 56px;
  width: 72%;
  line-height: 55px;
  margin-bottom: 48px;
}

.inslights-text {
  font-size: 40px;
}

#inslights .owl-stage {
  padding: 0 !important;
  transition: all 5s;
}

.card-content {
  padding: 30px 20px !important;
  transition: all 5s;
}

.card-content2 {
  padding: 30px 15px !important;
  color: #000;
}

.inslights-card-title {
  font-size: 14px;
  margin-bottom: 30px;
}

.inslights-card-text {
  font-size: 20px;
  line-height: 23px;
}

.inslights-card {
  position: relative;
}

.invisible-content {
  display: none;
}

.invisible-content p {
  font-size: 15px;
}

.invisible-content a {
  position: absolute;
  bottom: 4%;
  right: 8%;
  font-weight: 800;
  color: #fff;
}

.inslights .owl-theme .owl-dots {
  display: none;
}

.app-card-content {
  padding: 30px 20px !important;
}

.app-card-content2 {
  padding: 30px 20px !important;
  color: #000;
}

.app-card-content:hover .invisible-content {
  display: contents;
}

.app-card-content2:hover .invisible-content {
  display: contents;
}

.app-card-content2:hover .invisible-content a {
  color: #000;
}

.app-bg-hover1:hover {
  background: linear-gradient(rgba(48, 0, 78, 0.8),
      rgba(86, 182, 82, 0.8));
}

.app-bg-hover2:hover {
  background: linear-gradient(rgba(237, 240, 247, 0.8),
      rgba(22, 47, 77, 0.8));
}


.app-bg-hover3:hover {
  background: linear-gradient(rgba(59, 22, 139, 0.8),
      rgba(32, 194, 214, 0.8));
}

.app-bg-hover4:hover {
  background: linear-gradient(rgba(246, 244, 244, 0.8),
      rgba(26, 8, 96, 0.8));
}
/* Insights_end */



/* Form_Start */
/* .connect {
  background-color: #08419C;
  padding: 40px 30px 40px 30px;
  margin-top: 64px;
}

.connect_div {
  font-size: 100px;
}

.connect_txt {
  font-size: 40px;
}

.pace-form-img {
  padding: 20px;
}

.contact-section {
  padding: 30px;
}

.form-bg .row {
  gap: 1rem;
}

.pace-form-div,
.explore {
  background-color: #000;
}

.form-mot {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px
}

.form-mot h5 {
  font-size: 28px;
}

#phone {
  border-bottom: 2px solid #D2D4D8;
}

.form-btn {
  border: 1px solid #000000;
  color: #fff;
  background-color: #000000;
  padding: 10px 25px;
  font-size: 18px;
}

.form-btn:hover {
  background-color: #007BFF;
  border: 1px solid #fff;
}

.contact-section {
  display: flex;
  justify-content: space-between;
  gap: 25%;
  align-items: flex-end;
}

.form-for-what {
  width: 100%;
}

.form-bg {
  background-color: #ffffff;
  padding: 20px;
}

.contact-form-input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #D2D4D8;
  padding: 0.5rem;
  resize: none;
}

.contact-form-input:focus-visible {
  border: none;
  border-bottom: 2px solid #D2D4D8;
  outline: none;
}

.alert-success:empty {
  padding: 0;
}

.alert-success {
  padding: 10px;
  position: relative;
  top: -15px;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.iti {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #fff !important;
}

.iti__flag-container {
  border-bottom: 2px solid #D2D4D8 !important;
}

.loader_div {
  display: none;
}

.parsley-errors-list {
  color: #B94A48;
  list-style: none;
  padding-left: 0;
  font-size: 12px;
  margin-bottom: 0;
  visibility: hidden !important;
  display: block;
}

.parsley-errors-list.filled {
  visibility: visible !important;
}

.custom-height {
  height: 80px;
  max-height: 80px;
}


@media (max-width: 1440px) {
  .contact-section {
    padding: 40px;
  }
}

@media screen and (max-width: 480px) {
  .pace-form-div .custom-container {
    width: 100%;
  }

  .pace-form-img img {
    height: 90vh !important;
    object-fit: cover;
  }

  .form-mot h5 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .form-mot p {
    margin-bottom: 0;
  }

  .form-mot {
    font-size: 15px;
    padding: 10px;
    width: 100%;
  }

  .form-head {
    font-size: 24px;
    margin-bottom: 10px !important;
  }

  .contact-section {
    display: block;
    padding: 0;
    height: auto;
  }

  .form-tag {
    font-size: 2px;
  }

  .form-btn {
    margin-top: 20px;
    font-size: 14px;
  }

  .form-bg .row {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 375px) {
  .form-bg{
    padding: 10px;
  }
}

@media only screen and (min-width:821px) and (max-width: 1024px) {
  .form-mot {
    font-size: 16px;
    width: 100%;
    padding: 10px;
    display: none;
  }

  .form-head {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .form-btn {
    padding: 10px 15px;
    font-size: 15px;
    margin-top: 40px;
  }

  .form-bg{
    padding: 12px;
  }

  /* .pace-form-img img {
    height: 35vh;
  } */

  /*.form-bg .row {
    gap: 0px;
  }

  .contact-section {
    padding: 20px;
    display: block;
    top: 0;
  }

  .custom-height {
    max-height: 65px;
  }
}

@media (min-width: 1366px) {
  .custom-height {
    max-height: 5.557vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 820px) {
  .form-mot {
    display: none;
    font-size: 15px;
    padding: 10px;
    left: 41px;
  }

  .contact-section {
    display: contents;
    justify-content: center;
    gap: 10%;
    align-items: flex-start;
  }

  .pace-form-div {
    padding: 20px 30px;
  }

  .form-head {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .form-bg {
    
  }

  .form-bg .row {
    gap: 0px;
  }

  .form-btn {
    font-size: 12px;
    margin-top: 30px;
  }

  .pace-form-img img {
    height: 47vh;
  }
}

@media only screen and (min-width: 800px) and (max-width: 810px) {
  .pace-form-img img {
    height: 45vh;
  }

  .inslights-card-text {
    font-size: 12px;
    line-height: 15px;
  }

  .invisible-content p {
    font-size: 9px;
    margin-top: -1px;
  }
  .vdo-section .vdo-pace{
    font-size: 25px;
  }
}

@media only screen and (min-width: 811px) and (max-width: 820px) {
  .pace-form-img img {
    height: 41vh;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1180px) {
  .form-bg {
    margin-bottom: 0;
  }

  .pace-form-img img {
    height: 65vh;
  }

  .abt-head {
    font-size: 35px;
  }

  .inslights-card-text {
    font-size: 14px;
    line-height: 18px;
  }

  .contact-line {
    display: none;
  }

  .form-btn {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .form-mot h5 {
    font-size: 24px;
  }

  .form-mot p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 0px;
  }

  .form-head {
    font-size: 24px;
  }

  .contact-section {
    padding: 20px;
  }

  .form-bg .row {
    gap: 0.5rem !important;
  }

  .form-btn {
    margin-top: 10px;
  }
}

@media (min-width: 1360px) {
  .form-btn {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 2560px) {
  .form-mot {
    font-size: 28px;
  }

  .container {
    max-width: 2000px !important;
  }

  .form-head {
    font-size: 45px;
  }

  .form-btn {
    font-size: 22px;
  }
}

@media (min-width: 1080px) and (max-width: 1090px) {
  .pace-form-img img {
    height: 66vh;
  }

  .invisible-content p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 805px) {
  .pace-form-img img {
    height: 37vh;
  }
} */

/* Form_End */


.contact-form{
  background-color: #000;
}
.contactform-div {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  padding: 50px;
  background-color: #000;
  color: #fff;
}
.contact-form h4{
  font-size: 46px;
  padding: 70px 100px;
  margin-bottom: 0;
  width: 50%;
}
.contact-txt{
  border-left: 1px solid #fff;
  text-align: left;
  padding: 70px 100px;
  width: 50%;
}
.contact-txt p{
  font-size: 18px;
  margin-bottom: 40px;
}
.contact-txt a {
  text-decoration: none;
  padding: 15px;
}
.btn1{
  border: 1px solid #fff;
  color: #fff;
  margin-right: 20px;
  transition: all 0.4s;
}
.btn1:hover{
  background-color: #007BFF;
  color: #fff;
  border: 1px solid #000;
}
.btn2{
  background-color: #fff;
  color: #000;
  transition: all 0.4s;

}
.btn2:hover{
  background-color: #007BFF;
  color: #fff;
  border: #000;
}
/* Explore_start */
.explore {
  background-color: #000;
  margin-bottom: 40px;
}

.explore .col.md-4{
  padding: 0;
}

.explore_head {
  font-size: 56px;
  color: #fff;
  margin-bottom: 30px;
}

.explore-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  text-align: center;
  width: 100%;
}

.explore a {
  transition: transform 0.3s, filter 0.3s;
}

.explore a:hover .explore img {
  transform: scale(1.5);
  filter: brightness(0.6);
}

@keyframes fadeInBottomToTop {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-item .industries_text {
  animation: fadeInBottomToTop 0.8s ease-in-out;
}

/* Case-study-start */
/* Case study - first grid */
.pace-grid-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pace-grid-container {
  display: grid;
  gap: 15px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 10px 0;
}

.pace-grid-item {
  color: #fff;
  text-align: left;
  display: flex;
  justify-content: left;
}

/* .pace-grid-container p {
  padding: 20px;
} */

.first-grid-template {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  /* Adjusted widths */
  grid-template-rows: 1fr 0.5fr 1fr;
  /* Adjusted heights */
}

.first-item1 {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.first-item2 {
  grid-column: 2;
  grid-row: 1;
}

.first-item3 {
  grid-column: 3;
  grid-row: 1;
  /* Occupy the first row */
}

.first-item4 {
  grid-column: 2;
  grid-row: 2;
  /* Occupy the second row */
  grid-column-start: 2;
  grid-column-end: 3;
}

.first-item5 {
  grid-column: 2;
  grid-row: 2;
  /* Occupy the second row */
  grid-column-start: 3;
  grid-column-end: 4;
}

.first-item6 {
  grid-column: 1;
  grid-row: 3;
}

.first-item7 {
  grid-column: 2 / span 2;
  grid-row: 3;
  /* Occupy the third row, spanning two columns */
}


.second-item1 {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.second-item2 {
  grid-column: 2;
  grid-row: 1;
  /* Occupy the second row */
}

.second-item3 {
  grid-column: 3;
  grid-row: 1;
}

.second-item4 {
  grid-column: 2 / span 2;
  grid-row: 3;
}

.third-grid-container {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  grid-template-areas:
    "third-item1 third-item1 third-item2"
    "third-item3 third-item4 third-item5"
    "third-item6 third-item6 third-item7";
}

.third-grid-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.third-grid-container p {
  padding: 20px;
}

.third-item1 {
  grid-area: third-item1;
}

.third-item2 {
  grid-area: third-item2;
}

.third-item3 {
  grid-area: third-item3;
}

.third-item4 {
  grid-area: third-item4;
}

.third-item5 {
  grid-area: third-item5;
}

.third-item6 {
  grid-area: third-item6;
}

.third-item7 {
  grid-area: third-item7;
}

.fourth-item1 {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.fourth-item2 {
  grid-column: 2;
  grid-row: 1;
  /* Occupy the second row */
}

.fourth-item3 {
  grid-column: 3;
  grid-row: 1;
}

.fourth-item4 {
  grid-column: 2 / span 2;
  grid-row: 3;
}

.res-div{
  padding: 20px;
}

@media (min-width: 3840px) {
  .right-arrow{
    right: 5%;
  }
  .left-arrow{
    left: 5%;
  }
}

@media (min-width: 1920px) {
  .right-arrow{
    right: 8%;
  }
  .left-arrow{
    left: 8%;
  }
}

@media (min-width: 1280px) {
  .gsap_img_mask_shape img{
    width: 45vh;
  }
  .banner_text{
    font-size: 1.25vw;
  }
  .benifits-head{
    font-size: 1.563vw;
    margin-bottom: 1.800vw;
  }
  .benifits-col-head{
    font-size: 1.875vw;
    margin-bottom: 20px;
  }
  .benifits-row p{
    font-size: 1.25vw;
    margin-bottom: 45px;
  }
  .about-head{
    font-size: 4.375vw;
    line-height: 4.531vw;
  }
  .abt-txt{
    font-size: 1vw;
    line-height: 1.3vw;
  }
  .abt-head{
    font-size: 2.969vw;
  }
  .abt-txt p{
    font-size: 0.900vw;
    line-height: 1.300vw;
  }
  .about-logo h5{
    font-size: 3vw;
  }
  .about-logo p{
    font-size: 1.1vw;
  }
  .vdo-pace p{
    font-size: 2.500vw;
  }
  .pace-grid-item h6{
    font-size: 1.475vw;
  }
  .pace-grid-item p{
    font-size: 1.100vw;
  }
  .capabilities-head{
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .capabilities-txt{
    font-size: 1.25vw;
  }
  .digital_scroll p{
    font-size: 1.3vw;
  }
  .industries_head{
    font-size: 4vw;
  }
  .client_name h5{
    font-size: 1.2vw;
  }
  .insights-txt{
    font-size: 1.1vw;
  }
  .client_head{
    font-size: 2vw;
  }
  .client_details{
    font-size: 1.25vw;
    line-height: 2vw;
  }
  .inslights-head{
    font-size: 4vw;
    line-height: 4.400vw;
    margin-bottom: 2vw;
  }
  .inslights-card-title{
    font-size: 0.900vw;
  }
  .inslights-card-text{
    font-size: 1.200vw;
    margin-bottom: 35px;
    line-height: 1.5vw;
  }
  .invisible-content p{
    font-size: 0.800vw;
  }
  .invisible-content a{
    font-size: 0.900vw;
  }
  .contactform-div{
    padding: 3.906vw;
  }
  .contact-form h4{
    font-size: 2.5vw;
    padding: 5.469vw 5.813vw;
  }
  .contact-txt p{
    font-size: 1.2vw;
  }
  .btn1{
    font-size: 1.1vw;
  }
  .explore_head{
    font-size: 4vw;
  }
  .explore-txt{
    font-size: 1.475vw;
  }
  .gap-div{
    padding-bottom: 6.25vw;
  }
  .benifits, .vdo-section{
    padding-top: 6.25vw;
  }
}

@media (min-width: 577px) and (max-width: 1279px) {
  .container{
    max-width: 90% !important;
  }
  .benifits-col-head{
    font-size: 24px;
  }
  .benifits-row p{
    font-size: 14px;
  }
  .about-head{
    font-size: 40px;
  }
  .abt-txt{
    font-size: 14px;
  }
  .abt-head{
    font-size: 25px;
  }
  .about-logo img{
    width: 60%;
  }
  .vdo-section .vdo-pace{
    font-size: 28px;
  }
  .capabilities-head{
    font-size: 40px;
  }
  .capabilities-txt{
    font-size: 14px;
  }
  .industries_head{
    font-size: 40px;
  }
  .client_head{
    font-size: 28px;
  }
  .client_details{
    font-size: 14px;
    line-height: 18px;
  }
  .inslights-head{
    font-size: 40px;
  }
  .inslights-card-text{
    font-size: 18px;
    line-height: 19px;
  }
  .invisible-content p{
    font-size: 12px;
    line-height: 14px;
  }
  .contact-form h4{
    font-size: 30px;
  }
  .contact-txt p{
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .gsap_mask.desktop {
    display: none;
}
.gsap_mask.mobile {
  display: block;
}
  .gsap_img_mask_shape img{
    width: 26%;
  }
  .gsap_img_mask_shape{
    bottom: -55%;
  }
  .banner_text{
    width: 60%;
  }
  .benifits-col-head{
    font-size: 18px;
  }
  .about-head{
    font-size: 3.93vw;
  }
  .abt-txt{
    font-size: 1.400vw;
  }
  .abt-head{
    font-size: 2vw;
  }
  .about-logo h5{
    font-size: 2.600vw;
    margin-top: 10px;
  }
  .about-logo p{
    font-size: 1.400vw;
  }
  .about-logo{
    display: block;
    text-align: center;
  }
  .vdo-section .vdo-pace{
    font-size: 2.5vw;
  }
  .pace-grid-container{
    padding: 10px;
  }
  .pace-grid-container h6{
    font-size: 2vw;
    margin-bottom: 15px;
  }
  .pace-grid-container p{
    font-size: 1.400vw;
  }
  .capabilities-head{
    font-size: 4.395vw;
  }
  .capabilities-txt{
    font-size: 1.953vw;
  }
  .digital_scroll p{
    font-size: 2vw;
  }
  .scrollbar{
    height: 100%;
  }
  .industries_head{
    font-size: 4.395vw;
  }
  .client_head{
    font-size: 2vw;
  }
  .client_content{
    width: 70%;
  }
  .inslights-head{
    font-size: 4.395vw;
  }
  .inslights-card-title{
    font-size: 1.5vw;
    margin-bottom: 30px;
  }
  .inslights-card-text{
    font-size: 2.8vw;
    line-height: 3vw;
  }
  .invisible-content p{
    font-size: 1.8vw;
    line-height: 2vw;
  }
  .contact-form h4{
    font-size: 3.100vw;
    padding: 50px 70px;
  }
  .contact-txt{
    padding: 50px 70px;
  }
  .contact-txt p{
    font-size: 1.953vw;
  }
  .btn1{
    font-size: 1.600vw;
  }
  .explore img{
    width: -webkit-fill-available;
    margin-bottom: 20px;
  }
  .explore-txt{
    font-size: 2vw;
  }
  .vdo-section{
    padding-top: 60px;
  }
  .gradient-overlay{
    display: none;
  }
}
@media (max-width: 767px) {
  .vdo-section .vdo-pace{
    font-size: 25px;
    margin-bottom: 10px;
  }
  .case_div{
    margin-top: 20px !important;
  }
  .explore-txt{
    font-size: 30px;
  }
  .contact-form h4{
    padding: 50px 32px;
  }
  .contact-txt{
    padding: 50px 32px;
  }
}
@media (max-width: 576px) {
  .gsap_img_mask_shape{
    bottom: -52%;
  }
  .gsap_img_mask_shape img{
    width: 40%;
  }
  .banner_text{
    font-size: 14px;
    width: 75%;
  }
  .benifits-col-head{
    font-size: 25px;
  }
  .horizontal-section{
    display: none;
  }
  .res-about{
    display: block;
    padding: 10px;
    color: #fff;
  }
  .about-head{
    font-size: 30px;
  }
  .abt-txt{
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
  }
  .about-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .about-div img {
    width: 50%;
    margin: 10px 0 15px 0;
  }
  .about-subhead{
    text-align: center;
    font-size: 25px;
  }
  .res-border{
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 10px;
  }
  .about-col{
    text-align: center;
  }
  .about-col img{
    width: 30%;
    margin-bottom: 10px;
  }
  .about-col h5{
    margin-bottom: 0;
  }
  .about-col p{
    font-size: 14px;
  }
  .about-border{
    padding: 10px;
  }
  .vdo-section{
    padding-top: 40px;
  }
  .vdo-section .vdo-pace{
    font-size: 25px;
    margin-bottom: 10px;
  }
  .pace-slide{
    display: none !important;
  }
  .pace-caseStudy{
    display: block !important;
    margin-top: 30px;
  }
 .case-div{
  padding: 20px;
  color: #fff;
 }
 .case-div h6{
  font-size: 18px;
 }
 .case-div p{
font-size: 10px;
line-height: 12px;
 }
  .ret-txt2,
  .ret-txt3,
  .ret-txt4 {
    height: 15vh;
  }
  .mt-res {
    margin-top: 3vw !important;
  }
  .ret-txt1 {
    height: 20vh;
    font-size: 15px;
  }
  .res-txt1 {
    height: 20vh;
    margin-bottom: 3vw;
    font-size: 15px;
  }
  .res-txt2,
  .res-txt3,
  .res-txt4 {
    height: 15vh;
  }
  .res-txt2 {
    margin-bottom: 3vw;
  }
  .ocean-txt1 {
    height: 20vh;
  }
  .ocean-txt2,
  .ocean-txt3,
  .ocean-txt4 {
    height: 15vh;
  }
  .ocean-txt4 {
    margin-bottom: 3vw;
  }
  .inv-txt1 {
    height: 20vh;
  }
  .inv-txt2,
  .inv-txt3,
  .inv-txt4 {
    height: 15vh;
  }
  .capabilities-head{
    font-size: 35px;
    line-height: 35px;
  }
  .capabilities-txt{
    font-size: medium;
    margin-bottom: 20px;
  }
  .digital_scroll p{
    font-size: 18px;
  }
.res-digital{
  display: flex;
  justify-content: center;
}
  .gradient-overlay{
    display: none;
  }
  .industry_img {
    padding: 25px 0 35px 0;
  }
  .industries_head{
    font-size: 35px;
    margin-bottom: 25px;
  }
  .client_content{
    width: 75%;
    padding: 20px;
  }
  .client_profile{
    display: block;
  }
  .client_details{
    font-size: 14px;
    line-height: 18px;
  }
  .client_profile img {
    margin-bottom: 10px;
  }
  .client_name h5{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .insights-txt{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .client_head{
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 22px;
  }
  .inslights-head{
    font-size: 35px;
    line-height: 36px;
    width: 100%;
    margin-bottom: 20px;
  }
  .inslights-card-title{
    font-size: 12px;
    margin-bottom: 20px;
  }
  .inslights-card-text{
    font-size: 24px;
    line-height: 26px;
  }
  .invisible-content p{
    font-size: medium;
    line-height: 20px;
  }
  .inslights .owl-theme .owl-dots{
    display: block;
    margin-top: 10px;
  }
  .contactform-div{
    display: block;
    padding: 30px;
  }
  .contact-form h4{
    font-size: 28px;
    padding: 20px;
    width: 100%;
  }
  .contact-txt{
    padding: 20px;
    width: 100%;
    border-left: none;
  }
  .contact-txt p{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contact-txt a{
    font-size: 12px;
    padding: 10px;
  }
  .explore_head{
    font-size: 35px;
  }
  .explore-txt{
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .banner_text{
    font-size: 14px;
  }
  .benifits-head{
    font-size: 15px;
  }
  .benifits-col-head{
    font-size: 20px;
  }
  .about-subhead{
    font-size: 20px;
  }
  .about-col p{
    font-size: 14px;
    line-height: 18px;
  }
  .vdo-section .vdo-pace{
    font-size: 22px;
  }
  .capabilities-head{
    font-size: 28px;
  }
  .capabilities-txt{
    font-size: 14px;
    line-height: 18px;
  }
  .digital_scroll p{
    font-size: 14px;
  }
  .industries_head{
    font-size:  28px;
  }
  .client_name h5{
    
  }
}

@media (min-width: 2000px) {
  .container {
    max-width: 80% !important;
  }
}

