@import url('https://fonts.cdnfonts.com/css/proxima-nova-condensed');


:root {
  --white: #ffffff;
  --navyblue: #101B2F;
  --darkblue: #1B3463;
  --skyblue: #00BAFF;
  --specialcolor: : '#00BAFF', '#13C78B';
  --buttoncolor: '#24AEA4', '#5572FE';
  --black: #000000;
  --gray: #E5E7EB;
  --common-font: Mukta;
  --font-family-Poppins: 'Poppins', serif;
  --clientscolor: '#21262E00', '#00BAFF4D';

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  --duriation: 12s;
  --totalitems: 6;
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background-color: var(--black) !important;
  color: var(--white) !important;
  font-family: var(--font-family-Poppins);
}

.animation {
  background: linear-gradient(90deg, rgba(19, 199, 139, 1) 0%, rgba(0, 186, 255, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate-gradient 16.5s linear infinite;
  animation-direction: reverse;
  background-size: 200%;
  font-weight: 400;
}

/* Rotating border animation */
@keyframes animate-gradient {
  to {
    background-position: 200%;
  }
}

.wrapper {
  padding: 0 3%;
}

/* header-section styles */

.services-dropdown {

  display: none;
  text-align: left;
  position: absolute;

  top: 47px !important;
  left: 0;
  width: 99%;
  height: 100vh;
  background-color: var(--black);

  z-index: 100;
  padding: 2.4% 0;
  padding-bottom: 45px;
  scrollbar-width: none;
  overflow-y: scroll;
  background-image: url('../images/blur-image.svg');
  background-repeat: no-repeat;
  background-position: right;
}


.services-dropdown-main-div {

  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-content-div {
  display: flex;
  width: 75%;
  flex-wrap: wrap;
}

.service-left-div {
  height: 100%;

  top: 10px;

}

.service-left-div {
  width: 20%;
  margin: 20px 0;
}

.service-div {
  padding-right: 2%;
  width: 32%;
  margin: 20px 0;
}

.service-title>a {
  font-size: 16px !important;
  height: auto;
  font-weight: 600 !important;
}

.service-topic>a {
  font-size: 14px !important;
  color: #959595 !important;
  font-weight: 300;

}

.service-topic {

  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.service-contents {
  font-weight: 200;
  font-size: 26px !important;
  line-height: 40px !important;
  margin-bottom: 97px !important;
  font-size: 24px;
  color: var(--white) !important;

}

.service-leading {

  font-weight: 200 !important;
  font-size: 15px !important;
  color: var(--white) !important;
  padding: 0 !important;
  margin-bottom: 10px;
}

.service-startup {

  font-size: 14px !important;
  font-weight: 400;
  color: white !important;
}

.rightside-header-div p:hover .services-dropdown {
  display: block;
}

.services-dropdown a {

  display: block;
  color: var(--white);
  text-decoration: none;
  padding: 10px 0;

}

.rightside-header-div p {
  position: relative;

}


.header-section {

  position: sticky;
  top: 0;
  z-index: 99;
  background-color: var(--black);
  margin-top: 0% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 68px;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

}



.mbl-header-main-div {
  display: none;
}

.header-main-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  letter-spacing: 1px;
  /* margin-top: 2px; */
}

.logo-div {
  height: 75px;
  width: 160px;
}

.logo-div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leftside-header-div p {
  display: inline-block;
  height: 100%;

}

.leftside-header-div {
  cursor: pointer;
  width: 190px;
  display: flex;
  align-items: center;

}

.rightside-header-div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0;
}


.rightside-header-div>div>p>a {
  text-decoration: none;
  color: white;
}

.rightside-header-div p {
  display: inline-block;
  height: 100%;
  padding: 0 10px;
  font-weight: 400;
  font-size: 18px;

  font-weight: 300;
  cursor: pointer;
}

.rightside-header-div>p>a {
  text-decoration: none;
  color: var(--white);
  display: block;
}

.leftside-header-content {
  font-weight: 600;
  font-size: 32px;
  font-family: 'Proxima Nova Condensed', sans-serif;
}

.nav-anker {
  text-decoration: none;
  color: var(--white);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;

}

.nav-icon {
  margin-left: 15px;

}

.mbl-toggle-div {
  display: none;
}


.lets-talk-content a {
  text-decoration: none;
  color: var(--white);
}

/* nav-content-section */

.nav-content-section {
  height: 0vh;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
  position: fixed;
  background-color: black;
  z-index: 99;
  width: 100%;

  background-image: url('../images/blur-image.svg');
  background-repeat: no-repeat;
  background-position: right;
}

body.no-scroll {
  overflow: hidden;
  padding-right: 16px;
}

.nav-content-section.open {
  height: 100vh !important;

}


.fa-times {
  color: #ffffff;
}


.nav-content-main-div {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-evenly;

  margin: 5% 0;
}

.nav-content-heading-div {
  width: 20%;
}

.nav-content-heading-div>a {
  display: block;
  text-decoration: none;
  color: var(--white);
  font-size: 14px;
  line-height: 36px;
  font-weight: 300;
}

.nav-leading {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 20px;
}

.nav-content-button {
  border: transparent;
  height: 50px;
  width: 200px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  background-color: var(--black);
  color: var(--white);
  margin-top: 30px;
  position: relative;
  cursor: pointer;
}

.nav-content-button::after,
.nav-content-button::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: conic-gradient(from var(--angle), #00BAFF, #13C78B);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 2px;
  animation: 3s spin linear infinite;
}



.nav-content-heading {
  font-weight: 300;
  font-size: 28px;
  line-height: 46px;
  margin-bottom: 20px;
}

.nav-content-design-div {}

.technology-div {

  margin-top: 20px;
}



.design-div {}

.design-div>p {
  font-weight: 600;
  font-size: 16px;
  line-height: 46px;
  color: var(--white);
}

.design-div>p>a {
  color: var(--white);
  text-decoration: none;
}

.technology-content {
  color: #959595 !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 38px !important;
}

.design-div>a {
  display: block;
  text-decoration: none;
  color: #959595;
  font-weight: 300;
  font-size: 14px;
  line-height: 38px;
}

/* Banner-section styles */

.banner-content,
.banner-side-content,
.get-started-div {
  overflow: hidden;
}

.line-mask {
  display: block;
  overflow: hidden;
  line-height: 1.3;
  margin-bottom: 0.2em;
}

.animated-line {
  display: inline-block;
  transform: translateY(120%);
  opacity: 0;
  animation: textReveal 3.7s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.line-mask:nth-child(1) .animated-line {
  animation-delay: 0.1s;
}

.line-mask:nth-child(2) .animated-line {
  animation-delay: 0.4s;
}

.line-mask:nth-child(3) .animated-line {
  animation-delay: 0.7s;
}

.banner-section-main-div .line-mask:nth-child(4) .animated-line {
  animation-delay: 1.0s;
}


.get-started-div .animated-line:nth-child(1) {
  animation-delay: 1.3s;
}

.get-started-div .animated-line:nth-child(2) {
  animation-delay: 1.6s;
  display: inline-flex;
}

@keyframes textReveal {
  0% {
    transform: translateY(120%);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Highlight word animation */
.highlight-word {
  position: relative;
  display: inline-block;
  color: var(--highlight-color);
}

.highlight-word::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--highlight-color);
  transform: scaleX(0);
  transform-origin: left;
  animation: highlightReveal 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  animation-delay: 0.8s;
  mix-blend-mode: multiply;
  z-index: -1;
}

@keyframes highlightReveal {
  to {
    transform: scaleX(1);
  }
}

.intro-section {
  min-height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.banner-section-main-div {
  width: 100%;

  display: flex;

  flex-direction: column;
  position: relative;

}

.banner-img {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: -9;
}

.banner-content {
  font-weight: 300;
  font-size: 58px;
  line-height: 1.3;
}

.banner-side-content {
  font-weight: 200;
  font-size: 28px;
  color: #D6D6D6;
  padding: 25px 0;
}

.get-started-div {
  display: flex;
  width: 600px;
  align-items: center;
  gap: 10px;

}

.get-started>a {
  text-decoration: none;
  color: var(--white);
}

.get-started {
  display: flex;
  font-weight: 200;
  font-size: 22px;
  line-height: 36px;
  cursor: pointer;
}

.get-started-img {
  transition: transform 0.3s ease;
}

.get-started-img:hover {
  transform: translateX(5px);
}

/* animated-section */

.animation-section {
  padding: 6% 0;
  padding-top: 0;
  background-image: url('../images/animation-section/animation-img1.svg');
  background-repeat: no-repeat;
  background-position: top;
}

.starimg {
  background-image: url('../images/animation-section/animation-img2.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 20%;
}

.ourexpertise-heading-div {}

.our-expertise-div {
  width: 75%;
  margin: 50px auto;

}

.animation-div {
  width: 100% !important;
}

.animation-heading {

  padding-bottom: 0 !important;
}


.our-expertise-heading {
  font-weight: 300;
  font-size: 95px;
  line-height: 100px;
  padding: 30px 0;
}

.our-expertise-content {
  color: #D6D6D6;
  font-weight: 200;
  font-size: 18px;
  line-height: 38px;
  padding: 30px 0;
  width: 75%;

}

.learnmore-div>a {
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.learnmore-arrow-div {
  display: flex;
}

.our-expertise-learnmore {
  color: #D6D6D6;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  padding-right: 1%;
}


/* service-section */

.service-section {
  padding-bottom: 0%;

}

.service-main-div {
  display: flex;
  position: relative;
}

.service-left-section-div {
  width: 50%;
  position: sticky;
  top: 0;
  align-self: flex-start;
}

.service-content {
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #D6D6D6;
  padding-top: 5px;
  padding-bottom: 10px;
  max-width: 390px;
  margin-top: 20px;
}

.service-right-section-div {
  overflow: auto;
  width: 50%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.service-right-section-div:-webkit-scrollbar {
  display: none;
}

.mobile-service-sticky {
  display: none;
}

.service-heading {
  font-weight: 400;
  font-size: 46px;
  margin-top: 20px;
}


.line-animation {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.1px !important;
  background-color: #00BAFF;
  transition: width 0.3s ease;
  z-index: 1;
}


.services-contents input[type="radio"]:checked+label .service-plus-icon {
  transform: rotate(35deg);
  transition: transform 0.3s ease;
}


.services-contents input[type="radio"]:checked+label .line-animation {
  width: 80%;

}


.services-contents {
  position: relative;
  padding: 20px;
}

.service-btn {
  width: 250px;
  border-radius: 50px;
  height: 50px;
  border: 1px solid transparent;
  font-size: 18px;
  line-height: 24px;
  font-weight: lighter;
  background-color: black;
  color: var(--white);
  margin: 3% 0;
  position: relative;
  letter-spacing: 1px;
  font-weight: lighter;
  cursor: pointer;
}

.service-btn::after,
.service-btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: conic-gradient(from var(--angle), #00BAFF, #13C78B);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 2px;
  border-radius: 50px;
  animation: 3s spin linear infinite;
}

.service-btn::before {
  filter: blur(1.5rem);
  opacity: 0.5;
}

@keyframes spin {
  from {
    --angle: 0deg;
  }

  to {
    --angle: 360deg;
  }
}

.service-img-div {
  width: 90%;
}

.service-img {
  width: 100%;
}

.accordion {
  color: white;
}

.content-align-no {
  font-size: 26px;
  font-weight: 400;
  margin-right: 7%;
  margin-left: -2%;
}



.content-align {
  font-weight: 400;
  font-size: 26px;
  line-height: 48px;

}

.content-align>a {
  text-decoration: none;
  color: white;

}

.accordion li {
  list-style: none;
  width: 100%;
  border-right: 1px solid transparent;
}

.accordion .content {
  transition: none;
}

.accordion li label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checked-radio {
  display: none !important;
}

.services-contents * {
  pointer-events: none;
}

.services-contents label:not(a) {
  pointer-events: none;
}

.plus-minus-container {
  pointer-events: auto;
}

.services-contents a {
  pointer-events: auto !important;
}

.accordion .content {

  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s, margin 0.3s;

  color: #d6d6d6;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
}

.accordion input[type="radio"]:checked+label+.content {
  max-height: 1000px;
  padding: 1px 0px !important;
  margin: 30px 0;
}

.content>p {
  margin-left: 12.5%;
  font-size: 16px;
  color: #D6D6D6 !important;
}

.content>p>a {
  color: #d6d6d6;
}

/* New cross animation styles */
.plus-minus-container {
  position: absolute;
  right: 0;
  margin-right: 2%;
  width: 29px;
  height: 29px;
  overflow: hidden;
  cursor: pointer;

}

.horizontal-line {
  position: absolute;
  top: 50%;
  left: 0;

  width: 100%;
  height: 1.5px;
  background: gray;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease;
}

.vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.5px;
  height: 100%;
  background: gray;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
  z-index: 2;
}

.accordion input[type="radio"]:checked+label .vertical-line {
  transform: translateX(-50%) rotate(90deg) scaleX(0);
}

.center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 3px;
  background-color: white;

  transform: translate(-50%, -50%) rotate(45deg);

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: opacity 0.5s ease;
  z-index: 3;
}



.service-plus-icon,
.toggle-icon {
  display: none !important;
}

.services-contents {
  transition: all 0.5s ease;
  position: relative;
  border-bottom: 1px solid rgb(86, 86, 86);
}

.content-align-no {
  transition: margin-right 0.5s ease;
}

.content-align {
  transition: padding-right 0.5s ease;
}

.vertical-line {
  transition: transform 0.5s ease;
}

.horizontal-line {
  transition: transform 0.5s ease;
}

.line-animation {
  transition: width 0.5s ease;
}

.content {
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* discussion-section */
.discussion-section {
  width: 100%;
  margin: 7% 0;
  margin-top: 10%;
}

.discussion-main-div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.discussion-rightside-content-div {
  margin-right: 5%;
  align-self: center;
  margin-top: -3%;
}

.discussion-content {
  font-size: 30px;
  font-weight: 400;
  line-height: 49px;
  letter-spacing: 1px;
}

.discussion-content>span {
  display: block;
}

.discussion-btn {
  width: 300px;
  height: 55px;
  border: 1px solid transparent;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  background-color: black;
  color: var(--white);
  margin: 3% 0;
  margin-left: 7px;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
}

.discussion-btn::after,
.discussion-btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: conic-gradient(from var(--angle), #00BAFF, #13C78B);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 2.5px;
  animation: 3s spin linear infinite;
}

.discussion-btn::before {
  filter: blur(1.5rem);
  opacity: 0.5;
}


/* see you section */

.see-you-mobile-section {
  display: none;
}

.See-you-section {
  min-height: 100vh;
  width: 100%;
  display: grid;
  grid-template-rows: auto auto;
  padding-top: 7%;
}

.see-you-main-div {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-bottom: 18px;

}

.see-you-left-side-div {
  width: 100%;
}

.see-you-heading {
  font-size: 44px;
  line-height: 60px;
  font-weight: 400;
  margin-top: 0;
}

.see-you-heading>span {
  display: block;
}

.see-you-content {
  color: #D6D6D6 !important;
  font-size: 17px;
  font-weight: 200;
  margin: 35px 0;
  padding-right: 15%;
}

.see-you-right-side-div {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.see-you-left-side-inside-div {
  max-width: 305px;
  border: 2px solid var(--darkblue);
  background-color: var(--navyblue);
  height: 300px;
  border-radius: 5px;
  display: grid;
  place-items: start;
}

.see-you-icon-div {
  margin-left: 10%;
  margin-top: 30px;
}

.see-you-img-div {

  height: 40px;
  width: 35px;
}

.see-you-img-div>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.see-you-icon-name {
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
  font-weight: 600;

}

.see-you-icon-content {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  width: 80%;
  margin: auto;
  margin-top: -10px;
  color: #d6d6d6;
}

.see-you-main-div-two {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-bottom: 30px;
}

.see-you-mobile-content {
  display: none;
}

.blur-image-div {
  position: relative;
  right: 0;
  width: 100%;
}

.blur-image {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}

/* slider-section */

.slider-section {
  padding-top: 4%;
  z-index: 3;
  padding-bottom: 10%;
}

.slider-content {
  color: white;
  font-weight: 300;
  font-size: 44px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 60px;
}

/* Container for the news ticker */
.news-ticker-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 4;
}

/* Ticker content wrapper */
.news-ticker {
  display: flex;
  width: max-content;
  animation: scroll-leftt 50s linear infinite;
}

@keyframes scroll-leftt {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.news-ticker:hover {
  animation-play-state: paused;
}

/* Individual items */
.slider-img-div {
  margin-right: 20px;
  margin-left: 25px;
  height: 40px;
  width: 200px;
}

.slider-img-div>img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}


/* our-recent-project-style */


.recent-projects-section {
  padding: 0% 9%;
  padding-bottom: 3%;
}

.recent-project-heading-div {
  text-align: center;
  margin-bottom: 5%;
}

.recent-project-big-heading {
  font-size: 48px;
  line-height: 80px;
  font-weight: 400;
}

.recent-project-small-heading {
  font-weight: 200;
  font-size: 20px;
  line-height: 30px;
  color: #D6D6D6;
  opacity: 1;
}

.recent-project-small-heading>span {
  display: block;
}

.project-container-main-div {
  margin-top: 5%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;

  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 95%;
  margin: auto;
  cursor: pointer;
}

.project-container {
  max-width: 350px;
  flex: 1 1 calc(33.333% - 20px);
  margin-bottom: 70px;
}

.project-link {
  text-decoration: none;
  color: var(--white);
}

/* Video container styling */
.project-img-div {
  max-width: 350px;
  height: 350px;
  position: relative;
  overflow: hidden;
}

/* Only show play icon for video containers */
.project-img-div:has(video) .play-icon {
  position: absolute;
  top: 8%;
  right: 0%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}


/* Play icon triangle */
.play-icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid white;
  margin-left: 4px;
}

/* Video/image styling */
.project-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Specific video styling */
.project-img-div video {
  display: block;
}

.project-type {
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  padding-top: 10px;
}

.project-name {
  font-weight: 600;
  font-size: 26px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



.project-content {
  font-weight: 200;
  font-size: 15px;
  line-height: 22px;
  color: #D6D6D6;
  max-width: 350px;
  border: 1px solid transparent;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}

.hidden {
  display: none;
}

.project-button-div {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.project-button-div>a>button {
  cursor: pointer;

}

/* transform-section-style */

.transform-section {
  padding: 0% 7%;
  padding-bottom: 8%;
  padding-top: 3%;
}

.transform-content-heading {
  font-weight: 500;
  font-size: 58px;
  line-height: 73px;
  letter-spacing: 1px;
}

.transform-content-heading>span {
  display: block;
}

.transform-animation {
  display: inline !important;
  background: linear-gradient(90deg, rgba(19, 199, 139, 1) 0%, rgba(0, 186, 255, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate-gradient 3.5s linear infinite;
  background-size: 200% 100%;
  animation-direction: reverse;
}

/* Animation to move the gradient */
@keyframes animate-gradient {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 200% 0%;
  }
}

.transform-content-div {
  padding-bottom: 50px;
}

.transform-content-sideheading {
  font-weight: 200;
  font-size: 16px;
  line-height: 25px;
  margin-top: 40px;
  color: #d6d6d6 !important;
}

.transform-content-sideheading>span {
  display: block;
}

.transform-content-main-div {
  display: flex;
  gap: 2%;

}

.transform-leftside-content-div {
  height: 300px;
  width: 40%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #131415;
  padding: 0 15px;
  margin-bottom: 20px;
  position: relative;
}


.transform-leftside-content-div::after,
.transform-leftside-content-div::before,
.transform-rightside-content-div::after,
.transform-rightside-content-div::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: conic-gradient(from var(--angle), #000000, #00bbffb8, #000000);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 1px;
  border-radius: 20px;
  animation: 12s spin linear infinite;
}

.transform-leftside-content-div::before,
.transform-rightside-content-div::before {
  filter: blur(1.5rem);
  opacity: 0.5;
}


.transform-rightside-content-div {
  height: 300px;
  text-decoration: none;
  color: var(--white);
  width: 60% !important;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #131415;
  padding: 0 15px;
  margin-bottom: 20px;
  position: relative;
}

.transform-top-align-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 10px;
}

.transform-content {
  font-weight: 200;
  font-size: 16px;
  line-height: 25px;
  width: 60%;
  color: #d6d6d6;
}

.transform-content-icon-div {
  height: 45px;
  width: 45px;
  background-color: var(--skyblue);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.transform-type {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  margin: 20px 15px;
}

/* software-section styles */

.software-develop-section {
  padding: 7% 0;

}

.software-main-div-one {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: auto;

}

.software-main-div-two {
  display: flex;
  padding: 0 8%;
}

.software-type>span {
  display: block;
}

.software-content-img-div {
  height: 600px;
  width: 50%;
}

.graph-content-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #F5F5F7;
  width: 50%;
  margin-left: 8%;
}

.graph-img-div {
  width: 50%;
  height: 600px;
}

.graph-img {
  width: 100%;
  height: 100%;
}

.software-img {
  height: 100%;
  width: 100%;
}

.software-content-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #F5F5F7;
  width: 50%;
  margin-left: 10%;
}

.software-type {
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
  margin-top: -80px;
}

.software-content {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  margin-top: 15px;
  color: #d6d6d6 !important;
}

.software-button {
  font-weight: 300;
  font-size: 18px;
  line-height: 39px;
  color: var(--white);
  margin-top: 15px;
  cursor: pointer;
  width: 120px;
}

.software-button>a {
  text-decoration: none;
  color: var(--white);

}

/* new project section */

.new-project-section {
  padding-bottom: 5%;
}

.discussion-content-two {
  font-size: 30px;
  font-weight: 400;
  line-height: 49px;
  letter-spacing: 1px;
  padding-bottom: 5px;
}

.new-project-heading {
  font-size: 48px;
  font-weight: 400;
  margin-top: 5px;
  line-height: 60px;
}

.new-project-side-heading-div {
  width: 50%;
  padding: 0% 5% 3% 10%;
}

.video-section {
  margin-top: 4%;
}

.video-div {
  margin-right: 8%;
  margin-left: 8%;
  margin-top: 1%;
  border: 1px solid transparent;
  position: relative;
  background-color: black;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.video-play {
  width: 100%;
  height: 95vh;
  object-fit: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.sticky-div {
  position: sticky;
  z-index: 5;
  top: 4%;
}

.video-div::after,
.video-div::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: conic-gradient(from var(--angle), #13C78B, #00BAFF, #13C78B);
  top: 50%;
  left: 50%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  translate: -50% -50%;
  z-index: -1;
  padding: 2.5px;
  animation: 3s spin linear infinite;
  -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.video-div::before {
  filter: blur(1.5rem);
  opacity: 0.5;
}

.video-banner-div {
  padding-top: 3%;
  text-align: center;

}

.video-banner-heading {
  font-size: 52px;
  line-height: 60px;
  font-weight: 500;
}

.video-banner-content {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
  color: #d6d6d6;
}

.video-banner-content>span {
  display: block;
}

.video-banner-heading>span {
  display: block;
}

.video-banner-heading-two {
  margin: 4% 0;
}

.video-mobile-img-div {
  width: 100%;
  height: 340px;
}

.video-mobile-img-div .web-work-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block !important;

}

.video-mobile-img-div .mobile-work-img {
  display: none !important;

}

.video-service-btn {
  width: 200px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid transparent;
  font-size: 18px;
  line-height: 24px;
  background-color: black;
  color: var(--white);
  margin: 3% 0;
  position: relative;
  letter-spacing: 1px;
  cursor: pointer;
  z-index: 1;
}

.video-service-btn::after,
.video-service-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: conic-gradient(from var(--angle), #00BAFF, #13C78B, #00BAFF);
  border-radius: 50px;
  padding: 1.5px;
  z-index: -1;
  animation: 3s spin linear infinite;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.video-service-btn::before {
  filter: blur(1rem);
  opacity: 0.5;
}
.video-service-btn a{
  text-decoration: none;
  color: white;
}

.video-project-container-main-div {
  margin-top: 5%;
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
  margin: auto;
  scroll-behavior: smooth;
  background-color: black;
}

.video-project-container {
  max-width: 420px;
  flex: 0 0 auto;
  margin-bottom: 70px;
  border: 2px solid #0E0E0F;
  padding: 30px;

}


/* Video container styling */
.video-project-img-div {
  max-width: 350px;
  position: relative;
  overflow: hidden;

}


.video-project-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.video-project-name {
  font-weight: 600;
  font-size: 26px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



.video-project-content {
  font-weight: 200;
  font-size: 15px;
  line-height: 22px;
  color: #D6D6D6;
  max-width: 350px;
  border: 1px solid transparent;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


/* industries-section-style */

.industries-section {
  padding-top: 7%;
}

.industries-content-main-div {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.industries-left-div {
  width: 50%;
  padding-left: 8%;
}

.industries-heading {
  font-size: 55px;
  font-weight: 400;
  margin-top: 0;
}

.industries-right-div {
  width: 50%;
  padding: 3% 5% 3% 10%;
}

.industries-content {
  font-size: 18px;
  line-height: 24px;
  font-weight: 200;
  color: #d6d6d6;
}


/* count-section */

.user-count-section {
  padding-top: 8%;

  background-image: url('../images/animation-section/animation-img2.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 20%;
}

.count-div {
  border-radius: 10px;
  height: 350px;
  padding: 0 11%;

}

.count-heading-main-div {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.left-count-content {
  font-size: 46px;
  line-height: 65px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0;
  width: 400px;
}

.right-count-div {
  width: 67%;
}

.right-count-content {
  color: var(--white);
  background: linear-gradient(90deg, #21262E00 0%, #00BAFF4D 150%);
  position: relative;
  padding: 0% 5%;
  margin-top: 0;
  margin-bottom: 25px;
  height: 120px;

  border-radius: 10px;
  background-clip: padding-box;
  border: 5px solid transparent;
  display: flex;
  align-items: center;
}

.right-count-content>p {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

.right-count-content>span {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-left: 5%;
}

.right-count-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 10px;

  padding: 5px;
  margin: -5px;
}

.client-count-main-div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 5px;
}

.client-count-div {
  background: linear-gradient(90deg, #21262E00 0%, #00BAFF4D 150%);
  border-radius: 10px;
  width: 20%;
  text-align: center;
  height: 130px;
}

.bottom-count {
  font-size: 54px;
  font-weight: 600;
  margin-top: 10px;
}

.count-client {
  font-weight: 300;
  font-size: 19px;
  margin-top: -5px;
  text-transform: capitalize;
}

/* teams-style */

.our-team-section {
  padding-top: 12%;
}

.team-heading {
  font-size: 60px;
  font-weight: 400;
}

.team-content {
  font-size: 18px;
  line-height: 24px;
  font-weight: 200;
  width: 65%;
  margin: 40px 0 20px 0;
  color: #d6d6d6;
}


/* our team style */



.arrow-div {
  display: flex;
  justify-self: flex-end;
  gap: 10px;
  margin: 30px;
  margin-right: 0;

}

.our-team-prevbtn,
.our-team-nextbtn {
  height: 35px;
  width: 35px;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99 !important;
}

.our-team-prevbtn>i,
.our-team-nextbtn>i {
  font-size: 16px;

}

.main-div {
  width: 100%;
  display: flex;
  gap: 30px;
  overflow-x: auto;
  white-space: nowrap;
}

.inner-div,
.next-inner-div {
  flex-shrink: 0;
  transition: width 0.3s ease;
  background-color: transparent;
  height: 595px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e9e9e9 !important;
  border-radius: 18px;
}

.inner-div {
  height: 595px;
  position: relative;
  background-color: transparent;

}

.next-inner-div {
  width: 200px;
  height: 595px;
  background-color: transparent;
  position: relative;
}

.name {
  display: none;
}

.posting-type {
  display: none;
}


/* bstyelee */

.inner-posting {
  display: none;
  transform: rotate(270deg);
  width: 100%;
  font-size: 20px;
  position: absolute;
  top: 0;
  margin-top: 470px;
  margin-left: -150px;
  z-index: 1;

}

.inner-name {
  width: 100%;
  position: absolute;
  top: 0;
  font-weight: 400;
  margin-top: 500px;
  text-align: center;
  z-index: 1;
  font-size: 40px;

}

.inner-posting-type {
  width: 100%;
  font-weight: 200;
  font-size: 18px;
  position: absolute;
  top: 0;
  margin-top: 550px;
  text-align: center;
  z-index: 1;
  font-size: 20px;
}

/* stylessssssssss */

.next-inner-div:hover .inner-posting {
  display: block;
}

.next-inner-div:hover .inner-name {
  display: none;
}

.next-inner-div:hover .inner-posting-type {
  display: none;
}

.next-inner-div:hover .posting {
  display: none;
}

.next-inner-div:hover .name {
  display: block;
}

.extra-name {
  line-height: 40px !important;
  margin-top: 117% !important;
}

.next-inner-div:hover .posting-type {
  display: block;
}


.team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}


.inner-div::after,
.next-inner-div::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));

}

.posting {
  transform: rotate(270deg);
  width: 100%;
  font-size: 20px;
  position: absolute;
  top: 0;
  margin-top: 470px;
  margin-left: -150px;
  z-index: 1;
}

.name {
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 500px;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  z-index: 1;
}

.posting-type {
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 550px;
  text-align: center;
  font-weight: 200;
  font-size: 18px;
  z-index: 1;
}

.main-div::-webkit-scrollbar {
  display: none;
}





/* Footer-style */

.fotter-section {
  padding: 0 1%;
  padding-bottom: 2%;
}

.fotter-main-div {
  display: flex;
  justify-content: space-between;
}

.fotter-main-div>div>p {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
}

.fotter-main-div>div>a {
  text-decoration: none;
  color: var(--white);
  display: block;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 200;
  cursor: pointer;
}

.copyright-div {

  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding-top: 5%;
}

.copyright-div>p>a {
  text-decoration: none;
  color: var(--white);
}

.footer-inside-content {
  display: flex;
  width: 100%;
  text-align: left;
}

.footer-inside-content>p {
  font-size: 16px;
  font-weight: 200;
  margin: 5px 0;
}

.footer-inside-content>p>span {
  display: block;
}

.footer-left-name {
  width: 100px;

}

.footer-colon {
  width: 50px;
  text-align: center;
}


.footer-address>span {
  margin: 10px 0;

}

.footer-inside-content>p>a {
  text-decoration: none;
  color: var(--white);
  cursor: pointer;
  font-weight: 200;
}

.footer-icon-div {
  display: flex;
  width: 30px;
  height: 30px;
}

.footer-icon {
  width: 100%;
  height: 100%;
}

.footer-icon-div {
  display: inline-flex;
  padding: 0 3px;

}

.company-div>p>a {
  color: var(--white);
  text-decoration: none;
}

.termsandconditions {
  cursor: text;
  text-align: center;
}

.digital-market-footer {
  display: none;
}

.footer-copy-right {
  text-align: center;
  width: 100%;
  margin-bottom: 0 !important;
}

.footer-none {
  display: none !important;
}


.industry-img-main-div {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.industries-img-marquee {
  display: flex;
  width: max-content;
  animation: scroll-left 50s linear infinite;
}

.industries-img-marquee.paused {
  animation-play-state: paused;
}


@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.industry-img-div {
  display: inline-block;
  margin-right: 20px;
  margin: 30px 0;
  height: 520px;
  transition: transform 0.3s ease;
  margin-left: 25px;
  width: 340px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

}

.industry-img-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(to top, rgba(0, 0, 1, 1), rgba(0, 0, 103, 0), transparent);
}

.industry-img-div:hover {
  transform: scale(1.05);
}

.industry-img-div img {
  max-height: 100%;
  width: auto;
}

.industry-img-div>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inudstries-img-type {
  font-size: 26px;
  line-height: 70px;
  font-weight: 600;
  position: absolute;
  margin-top: -100px;
  z-index: 5;
  left: 35px;
}



@media screen and (min-width: 1920px) {
  .wrapper {
    padding: 0 5%;
  }

  .video-div {
    margin-left: 1% !important;
    margin-right: 1% !important;
  }

  .animation-section {
    padding-top: 0%;
  }

  .video-mobile-img-div {
    width: 100%;
    height: 500px !important;
  }

  .video-mobile-img-div .web-work-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block !important;

  }

  .video-mobile-img-div .mobile-work-img {
    display: none !important;

  }




  .see-you-left-side-inside-div {
    max-width: 345px;
    height: 345px;
  }

  .see-you-icon-div {
    margin-left: 10%;
    margin-top: 40px;

  }

  .see-you-icon-name {
    font-size: 20px;
  }

  .see-you-img-div {
    height: 50px;
    width: 45px;
  }

  .see-you-icon-content {
    font-size: 17px;
    height: 160px;
  }

  .see-you-main-div-two {
    margin-top: 15px;
  }

  .recent-projects-section {
    padding: 0% 14%;
    padding-bottom: 3%;
  }

  @keyframes infinite-scroll-left {
    from {
      transform: translateX(140%);
    }

    to {
      transform: translateX(-100%);
    }
  }

  /* banner section style */
  .banner-content {
    font-size: 70px;
    line-height: 100px;

  }

  .banner-side-content {
    line-height: 56px;
    font-size: 42px;
    margin-top: 55px;
    margin-bottom: 35px;
  }

  /* new project section */

  .video-project-container {
    max-width: 400px;
    flex: 0 0 auto;
    margin-bottom: 70px;
    border: 2px solid #0E0E0F;
    padding: 30px;
  }


  /* Video container styling */
  .video-project-img-div {
    max-width: 350px;
    position: relative;
    overflow: hidden;

  }

}

@media (min-width: 1400px) and (max-width: 1660px) {

  .video-mobile-img-div {
    width: 100%;
    height: 500px !important;
  }

  .video-mobile-img-div .web-work-img {
    display: block !important;
  }

  .video-div {
    margin-left: 3% !important;
    margin-right: 3% !important;
  }

  .video-mobile-img-div .mobile-work-img {
    display: none !important;

  }

  .video-project-img-div {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;

  }



  .video-project-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .video-mobile-img-div .web-work-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block !important;

  }

  .video-mobile-img-div .mobile-work-img {
    display: none !important;
  }

  .video-banner-heading-two {
    margin: 4% 0;
    font-size: 45px;
  }
}

@media screen and (max-width: 1280px) {

  .services-dropdown {
    padding: 20px 0;
    padding-bottom: 50px;
  }

  .service-contents {
    font-weight: 200;
    font-size: 22px !important;
    line-height: 35px !important;
    margin-bottom: 75px !important;
    font-size: 24px;

  }

  .service-leading {
    font-size: 13.5px !important;
    padding: 0 !important;
    margin-bottom: 10px;
  }

  .service-startup {
    font-size: 13px !important;
  }

  .service-title>a {

    font-size: 15px !important;

    padding-bottom: 10px !important;
  }

  .service-topic>a {
    font-size: 14px !important;

    padding: 5px 0 !important;
  }

  /* nav-bar-style */

  .leftside-header-content {
    font-size: 30px;
  }

  .rightside-header-div p {
    padding: 0 10px;
    font-size: 16px;
  }

  .nav-content-main-div {
    margin: 1% 0;
  }




  /* Banner-section styles */


  .banner-content {
    font-size: 48px;
    line-height: 68px;

  }

  .banner-side-content {
    font-size: 26px;

  }

  .get-started {
    font-size: 16px;
  }



  /* animation-section */

  .animation-section {
    padding: 0% 0;
  }

  .our-expertise-div {
    width: 75%;
    margin: 50px auto;
  }

  .our-expertise-heading {
    font-weight: 300;
    font-size: 80px;
    line-height: 95px;
    padding: 20px 0;

  }

  .our-expertise-content {
    color: #D6D6D6;
    font-weight: 200;
    font-size: 15px;
    line-height: 30px;
    padding: 20px 0;
    width: 75%;

  }

  .learnmore-div>a {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .learnmore-arrow-div {
    display: flex;
  }

  .our-expertise-learnmore {
    color: #D6D6D6;
    font-size: 15px;
    font-weight: 400;
    line-height: 38px;
    padding-right: 1%;
  }


  /* service-section */

  .service-heading {
    font-size: 42px;
  }

  .service-content {
    font-size: 15px;
  }

  .service-btn {
    width: 260px;
    font-size: 17px;
  }

  .content-align-no {
    margin-right: 5.5%;
  }


  .content-align {
    padding-right: 0%;
    padding-left: 0%;
    font-size: 26px;
    line-height: 40px;
  }

  .content>p {
    margin-left: 14%;
    font-size: 15px;
  }

  /* discussion-section */

  .discussion-content {
    font-size: 28px;
    line-height: 40px;
  }

  .discussion-btn {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    width: 300px;
    height: 50px;
  }

  /* See-you-section-style */

  .see-you-heading {
    line-height: 55px;
    font-size: 41px;
    letter-spacing: 1px;
  }

  .see-you-content {
    font-size: 15px;
    margin: 30px 0;
    padding-right: 13px;
  }

  .see-you-left-side-inside-div {
    max-width: 260px;
    height: 260px;

  }

  .see-you-icon-div {
    margin: 0 20px;
    margin-top: 20px;

  }

  .see-you-icon-div>img {
    height: 45px;
    width: 45px;
    margin: 0 5px;
  }

  .see-you-icon-name {
    font-size: 16px;
    margin: 5px;

  }

  .see-you-icon-content {
    font-size: 12px;
    margin-top: 0px;
    height: 150px;
  }

  .see-you-main-div-two {
    margin-top: -15px;
  }




  /* slider-section */

  .slider-section {
    padding-top: 10%;
  }

  .slider-content {
    font-size: 40px;
    letter-spacing: 1px;
  }

  .slider-img-div {
    height: 40px;
    width: 240px;
    width: auto;
  }

  .slider-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }


  /* new project section */

  .new-project-section {
    padding-bottom: 5%;
    padding-top: 10%;

  }


  .discussion-content-two {
    font-size: 24px;
    line-height: 40px;
  }

  .new-project-heading {
    font-size: 38px;
    font-weight: 400;
    margin-top: 5px;
    line-height: 50px;
  }

  .video-banner-heading {
    font-size: 44px;
    line-height: 50px;
  }

  .video-banner-content {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
  }


  .video-project-container {
    max-width: 330px;
    background-color: black;
    height: 350px;
  }


  /* Video container styling */
  .video-project-img-div {
    max-width: 350px;
    position: relative;
    overflow: hidden;
    height: 180px;

  }


  .video-project-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }



  .video-project-name {
    font-size: 16px;
    height: 30px;
  }



  .video-project-content {
    font-size: 12px;

  }

  /* recent-projects-style */

  .recent-project-heading-div {
    margin-bottom: 5%;

  }

  .recent-project-big-heading {
    font-size: 40px;
    letter-spacing: 1px;
  }

  .recent-project-small-heading {

    font-size: 16px;
    line-height: 25px;
  }

  .project-container-main-div {
    gap: 1%;
    flex-wrap: wrap;

    width: 95%;
    margin: auto;
  }

  .project-img-div {
    height: 290px;
    width: 290px;
  }

  .project-img-div>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .project-container {
    max-width: 290px;

    gap: 0;
  }

  .recent-projects-section {
    padding: 4% 9%;
  }

  .project-type {
    font-size: 13px;
  }

  .project-name {
    font-size: 20px;
  }

  .extra-name {
    line-height: 30px !important;
    margin-top: 132% !important;
  }

  .project-content {
    font-size: 13px;

    padding-right: 5px;
  }

  .service-btn {
    width: 230px !important;
    font-size: 16px;
    height: 45px;
  }

  /* transform-section-style */
  .transform-section {
    padding: 0 7%;
  }

  .transform-content-heading {
    font-size: 50px;
    line-height: 63px;
  }

  .transform-content-sideheading {
    font-weight: 200;
    font-size: 14px;
    line-height: 25px;
  }

  /* transfrom-height */

  .transform-leftside-content-div {

    height: 260px;
    width: 40%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #131415;
    padding: 0 15px;
    margin-bottom: 20px;

  }


  .transform-rightside-content-div {
    height: 260px;
  }


  .transform-content {
    font-size: 14px;
    line-height: 20px;
    width: 70%;

  }

  .transform-content-icon-div {
    height: 35px;
    width: 35px;
  }

  .transform-type {
    font-size: 28px;
    line-height: 38px;
  }


  /* software-section-style */

  .software-type {
    font-size: 36px;
    line-height: 45px;

  }

  .software-content {
    font-size: 16px;
    line-height: 20px;
  }

  .software-button {
    font-size: 16px;
    margin-top: 15px;
  }

  .graph-img-div {
    height: 550px;
  }

  .software-content-img-div {
    height: 550px;
  }


  /* count-section-style */


  .user-count-section {
    padding-top: 5%;
    padding-bottom: 0%;

  }

  .count-div {
    border-radius: 10px;
    height: auto;
    padding: 0 11%;

  }

  .count-heading-main-div {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .left-count-content {
    font-size: 43px;
    line-height: 55px;
    width: 375px;
  }

  .right-count-content {
    padding: 3% 5%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0px;
  }

  .right-count-div {
    width: 64%;

  }

  .right-count-content>p {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
  }

  .right-count-content>span {
    font-size: 23px;
    line-height: 40px;
    font-weight: 600;
    margin-left: 2%;
  }

  .client-count-div {
    height: 120px;
  }


  .bottom-count {
    font-size: 44px;
    margin-top: 15px;
  }

  .count-client {
    font-size: 16px;
  }


  /* our teams-style */

  .team-heading {
    font-size: 54px;
    letter-spacing: 1px;
  }

  .team-content {
    font-size: 16px;
    line-height: 26px;
    width: 70%;
  }

  .inner-div,
  .next-inner-div {
    height: 500px;
  }

  .inner-posting,
  .posting {
    margin-top: 370px;
    margin-left: -150px;
    font-size: 16px;
    font-weight: 300;
  }

  .posting-type,
  .inner-posting-type {
    margin-top: 460px;
    font-size: 16px;
    font-weight: 300;
  }

  .name,
  .inner-name {
    margin-top: 420px;
    font-size: 28px;
    letter-spacing: 1px;
  }


  /* collabratve-style */

  .collaborate-heading {
    font-size: 47px;

    line-height: 64px;
  }

  .collaborate-content {
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 35px !important;
  }



  /* footer-section */

  .fotter-section {

    padding-right: 1%;
    padding-bottom: 2%;
  }

  .fotter-main-div {
    display: flex;
    justify-content: space-between;
  }

  .fotter-main-div>div>p {
    font-size: 14px;
  }

  .fotter-main-div>div>a {
    font-size: 13px;
  }

  .copyright-div {

    font-size: 10px;
    text-align: center;
  }

  .footer-inside-content {
    display: flex;
    width: 100%;
    text-align: left;

  }

  .footer-inside-content>p {
    font-size: 13px;
    font-weight: 300;
    color: #D6D6D6;
  }

  .footer-inside-content>p>span {
    display: block;
  }

  .footer-left-name {
    width: 100px;

  }

  .footer-colon {
    width: 50px;
    text-align: center;
  }

  .footer-address>span {
    margin-top: 0px !important;
  }


  .footer-icon-div {
    display: inline-flex;
    padding: 0 3px;
  }



  /* industries-section */

  .industry-img-div {
    height: 420px;
    width: 300px;
  }

}

@media (min-width: 768px) and (max-width: 800px) {

  /* banner section style */

  .intro-section {
    min-height: 85vh !important;
    padding-top: 30% !important;
  }

  .banner-content>div>span {
    font-size: 38px !important;
    line-height: 50px !important;

  }



  .banner-side-content {
    line-height: 34px !important;
    font-size: 24px !important;
    margin: 25px 0 !important;
  }

  .for-block {
    display: inline;
  }

  .get-started-div {
    width: 145px !important;

  }

  .get-started {
    font-size: 200;
    font-size: 18px !important;
    line-height: 36px;
    cursor: pointer;

  }

  .get-started-img {
    height: 30px;
    width: 30px;
    margin-top: 5px;
  }

  .services-contents {
    padding-left: 5%;
  }


  .content>p {
    padding: 0 !important;
    text-align: justify;

    font-size: 16px;
    line-height: 25px;
    margin-left: 11.5% !important;
  }

  .see-you-main-div-two {
    margin-left: 41% !important;
    gap: 20px;
  }
}

@media screen and (max-width: 800px) {

  .header-section {
    display: block;
    padding: 5% 0;
    padding-top: 4% !important;

  }

  .logo-div {
    margin-top: -15px;
    height: 70px;
    width: 210px;
  }


  .black-logo-div>img {
    width: 100%;
    height: 100%;
  }

  .leftside-header-content {
    font-size: 30px;
  }

  .header-main-div {
    display: none;
  }


  .mbl-rightside-header-div i {
    cursor: pointer;
    display: inline-block;
  }

  #close-btn {
    display: none;

  }

  .mbl-nav-close-btn {
    width: 100%;
    position: relative;
  }

  .mbl-close-btn {
    font-size: 32px;
    position: absolute;
    right: 0;
  }

  .mbl-toggle-div {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out, padding 1s ease-in-out;
    background-color: var(--white);
    color: var(--black);
    padding: 0 5%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    box-sizing: border-box;
  }

  .mbl-toggle-div.open {
    max-height: 100vh;
    padding: 5%;
    overflow-y: scroll;
  }



  .mbl-header-main-div {
    display: flex;
    justify-content: space-between;
    /* margin-top: 2px !important; */
  }

  .mbl-leftside-inside-header-div {
    display: flex;
    justify-content: space-between;
    width: 145px;

  }

  .leftside-header-div {
    cursor: pointer;
    width: 150px;
    display: flex;
    align-items: center;
  }

  .nav-inside-anker {
    text-decoration: none;
    color: var(--black);
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .leftside-inside-header-content {
    font-size: 24px;
    font-weight: 600;
  }

  .leftside-inside-header-content>a {
    text-decoration: none;
    color: black;
  }

  .inside-nav-briston {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 26px;
    font-weight: 700;
    border-bottom: none !important;
  }

  .mobile-nav-service {

    margin-top: 5%;
  }

  .mbl-toggle-div>p {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding: 4% 0;
    font-size: 20px;
    width: 100%;
  }

  .mbl-toggle-div>p>a {
    text-decoration: none;
    display: block;
    color: black;
    width: 100%;

  }

  .mobile-nav-contactus-anker {
    display: flex;
    justify-content: center;
    text-decoration: none;
  }

  .mobile-nav-contactus {
    border: none;
    background-color: rgb(7, 125, 199);
    color: white;
    height: 55px;
    width: 70%;
    margin-top: 15%;
    font-size: 22px;
  }

  body.no-scroll {
    padding-right: 0;
    overflow: hidden;
  }

  /* banner-section */

  .intro-section {
    min-height: 92vh;
    align-items: flex-start;
    padding-top: 35%;
  }

  .banner-section-main-div {
    z-index: -1;

  }

  .banner-content>div {
    margin: 5px 0;
  }

  .small-screen-line-mask {

    margin-top: -20px !important;
  }

  .banner-content>div>span {
    font-size: 24px;

    letter-spacing: 2px;
    font-weight: 400;

  }

  .banner-side-content {
    font-weight: 200;
    line-height: 26px;
    font-size: 18px;
    color: #D6D6D6;
  }

  .for-block {
    display: inline;
  }

  .get-started-div {
    width: 135px;

  }

  .get-started {
    font-size: 200;
    font-size: 14px;
    line-height: 34px;
    cursor: pointer;

  }

  .get-started-img {
    height: 30px;
    width: 30px;
    margin-top: 5px;
  }

  .banner-section-main-div>h1>span>.animation {
    display: block;
  }

  /* animation-section */

  .animation-section {
    padding: 0 0;

    padding-bottom: 50px;
  }

  .animation-heading {
    text-align: center;
  }

  .animation-content {
    width: 90% !important;
    margin: 0 auto;
    text-align: justify;
  }


  .our-expertise-div {
    width: 100%;
    margin: 50px auto;
  }

  .our-expertise-heading {
    text-align: left;
    font-weight: 300;
    font-size: 54px;
    line-height: 65px;
    padding: 10px 0;
    overflow: hidden;
  }

  .our-expertise-content {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0;
    width: 100% !important;
  }

  /* service-component */
  .service-section {
    height: auto;
  }


  .content {

    padding-right: 0 !important;
    box-sizing: border-box;
    width: 100% !important;
  }

  .service-main-div {
    display: block;
  }

  .service-left-section-div {
    position: static !important;
    width: 100%;
    height: auto;
  }

  .service-right-section-div {
    width: 100%;
    height: auto;

    padding: 10% 0;
  }

  .service-heading {
    display: none;
  }

  .service-content {
    padding: 30px 0;
    font-size: 16px;
    line-height: 25px;
    width: 90%;
    margin: auto;
    text-align: justify;
  }

  .mobile-service-sticky {
    display: block;
    position: sticky;
    font-weight: 400;
    font-size: 28px;
    top: 0px;
    z-index: 9;
    padding: 5px 0;
    text-align: center;
    background-color: black;
  }

  .service-img-div {
    width: 100%;
    margin: 5% 0;

  }

  .service-btn-div {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .service-btn {
    width: 150px;
    font-size: 16px;
  }

  .content-align-no {
    font-size: 38px;
    font-weight: 400;
    margin-right: 7%;
    margin-left: -5%;

  }


  .content-align {
    padding-right: 0;
    font-size: 28px;
    line-height: 24px;
    width: 80%;

  }

  .content>p {
    padding: 0 !important;
    text-align: justify;

    font-size: 16px;
    line-height: 25px;

    margin-left: 18%;

    width: 80%;

  }

  .content-align {
    font-size: 18px;

  }


  /* discussion-section */
  .discussion-section {
    padding: 5% 0;
    height: auto;

  }

  .discussion-main-div {
    flex-direction: column;
  }

  .discussion-content {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    padding-bottom: 35px;
    text-align: center;

  }

  .discussion-content>span {
    display: inline;
  }

  .discussion-rightside-content-div {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;

  }

  .discussion-btn {
    width: 190px;

    padding: 0 0;
    font-size: 14px;

  }

  /* See-you-section Styles */


  .See-you-section {
    min-height: 40vh;
    width: 100%;
    display: flex;
    padding: 5% 0;

    overflow-x: auto;
    overflow-y: hidden;
  }

  /* Main Div Styles */
  .see-you-main-div {
    width: 50%;
    display: flex;

    flex-shrink: 0;

  }

  .see-you-mobile-section {
    display: block;
    padding-top: 10%;
  }

  .see-you-left-side-div {

    display: none;
  }

  .See-you-section {
    display: none !important;
  }

  .see-you-mobile-content {
    display: block;

    padding: 0 5%;
    padding-top: 10%;
  }

  .see-you-heading {

    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    width: auto;
    text-align: center;
    margin-top: 0;
  }

  .see-you-heading>span {
    display: block;
  }

  .see-you-content {

    width: 90%;
    margin: 40px auto;
    text-align: justify;
    color: #D6D6D6;
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
    padding-right: 0;

  }

  .see-you-left-side-inside-div {
    min-width: 285px;
    border: 1px solid var(--skyblue);
    background-color: var(--navyblue);
    height: 285px;
    align-content: flex-start;
  }

  .see-you-icon-div {
    margin-left: 10%;
    margin-top: 25px;
  }

  .see-you-icon-name {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: 700;
    margin-left: 0 !important;
  }

  .see-you-icon-content {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
  }

  .extra-name {
    line-height: 30px !important;
    margin-top: 98% !important;
  }

  /* See-you-right-side-div */
  .see-you-right-side-div {
    width: auto;
    height: auto;
    gap: 6%;

    margin-right: 0;

  }

  /* Mobile Alignment */
  .see-you-mobile-align {
    display: flex;
  }

  .see-you-main-div-two {
    padding-top: 15px;
    gap: 40px;
    margin-left: 120%;
    padding-right: 7%;
  }


  .blur-image-div {
    display: none;
  }

  .blur-image {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  /* slider section */

  .slider-section {
    padding: 20% 0 15% 0;

  }

  .slider-content {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 30px;
    font-weight: 400;
  }

  /* oru-recent-project-style */

  .recent-projects-section-one {
    display: none !important;
  }

  .recent-projects-section {
    display: none !important;
  }

  .recent-project-2 {
    display: block !important;
  }

  .recent-projects-section {
    padding: 10% 0%;
    margin: 4%;
  }

  .recent-project-heading-div {
    padding-right: 6%;
    width: 100%;

  }

  .recent-project-big-heading {
    font-size: 32px;
    line-height: 50px;
    font-weight: 400;

  }

  .recent-project-small-heading {

    font-weight: 200;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
    padding-top: 6%;
    width: 90%;
    margin: auto;
  }

  .recent-project-small-heading>span {
    display: inline;
  }

  .project-container-main-div {
    margin: 10% 0;
    justify-content: flex-start;
    gap: 6%;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .project-name {
    font-size: 20px;
    height: 30px;
    margin-bottom: 10px;
  }

  .project-content {
    font-size: 16px;
    line-height: 25px;
    height: 75px;
  }

  .project-container {
    flex: none;
  }

  .hidden {
    display: block;
  }

  .project-button-div {
    margin-top: -60px;
    margin-left: -5.5%;
  }

  .play-icon {
    position: absolute;
    top: 10%;
    right: auto;
    left: 10%;
  }

  /* transform-style */

  .transform-section {
    padding: 4% !important;
  }

  .transform-content-heading {
    font-size: 36px;
    line-height: 50px;
    width: 100%;
    text-align: center;
  }

  .transform-content-heading>span {
    display: inline;

  }


  .transform-content-div {
    padding-bottom: 40px;
  }

  .transform-content-sideheading {
    font-size: 16px;
    line-height: 25px;
    width: 98%;
    text-align: justify;
    margin: 10% auto 3% auto;
  }

  .transform-content-sideheading>span {
    display: inline;
  }

  .transform-content-main-div {
    display: block;
    width: 100%;

  }

  .transform-leftside-content-div {
    width: auto;

  }

  .transform-rightside-content-div {
    width: 100% !important;
  }


  .transform-content {
    width: 80%;
  }

  .transform-type {
    font-size: 24px;
  }

  /* software-section-style */

  .software-develop-section {
    padding: 40% 0 20% 0;
  }

  .software-main-div-one {
    display: block;
  }


  .software-main-div-two {
    flex-direction: column-reverse;
    padding-top: 30%;
  }

  .software-type>span {
    display: inline;
  }

  .software-content-img-div {
    height: 350px;
    width: 350px;
    margin: auto;
    margin-top: -25px;
  }

  .software-img {
    height: 100%;
    max-width: 100%;
  }


  .graph-img-div {
    width: 350px;
    height: 350px;
    margin: auto;
  }

  .graph-img {
    height: 100%;
    max-width: 100%;
  }

  .software-type {
    font-size: 26px;
    line-height: 40px;
    padding-bottom: 5%;
    width: 100%;
    text-align: center;
  }

  .software-content-div {
    width: 100%;
    margin-left: 0;
    height: 230px;
    margin: auto;
  }

  .software-content {
    font-size: 16px;
    width: 90%;
    margin: auto;

    text-align: center;
    padding-bottom: 5%;
  }

  .graph-content-div {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .mobile-app-content {
    margin: 3% 0;
    width: 100%;
  }

  .software-button {
    font-size: 16px;
    margin-top: 5px;
    padding-bottom: 5%;
    text-align: center;
    width: 95%;
    color: #d6d6d6;
  }

  /* new project section */

  .new-project-heading-div {
    display: flex;
    justify-content: center;
  }

  .discussion-content-two {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;

    text-align: center;

  }

  .new-project-heading {

    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }

  .new-project-side-heading-div {
    width: 100%;
    padding: 0;
  }


  .video-banner-div {
    padding-top: 3%;
    text-align: center;

  }

  .video-banner-heading {
    font-size: 28px;
    line-height: 35px;
  }

  .video-banner-content {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0;
    margin: 15px 0;
    font-weight: 300;
  }

  .video-banner-content>span {
    display: inline;
  }

  /* industries-section-style */

  .industries-content-main-div {
    display: block;
    width: 100%;
  }

  .industries-left-div {
    width: 100%;
    padding-left: 0;
  }

  .industries-heading {
    font-size: 42px;
    line-height: 52px;
    text-align: center;
  }


  .industries-right-div {
    width: 100%;
    padding: 0;
  }

  .industries-content {
    font-size: 16px;
    width: 100%;
    padding-top: 25px;
    margin: auto;
    text-align: center;
  }


  .industries-img:hover {
    transform: scale(1);
  }

  .industry-img-main-div {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    padding: 2% 0;

  }


  .industry-img-div {
    flex: 0 0 auto;
    width: 240px;
    height: 420px;
    margin-left: 20px;
  }

  .industry-img-div>img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
  }

  .industry-img-div:hover {
    transform: scale(1) !important;
  }

  .inudstries-img-type {
    font-size: 22px;
  }



  /* count-style */

  .user-count-section {
    height: 650px;
  }

  .count-div {
    padding: 0 0;

  }

  .count-heading-main-div {
    flex-direction: column;
    width: 100%;

  }

  .right-count-div {
    width: 100%;
  }

  .right-count-content {
    margin-right: 0px;
    margin-left: 0px;
  }

  .right-count-content>p {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
  }

  .right-count-content>span {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-left: 6%;
  }

  .left-count-content {
    font-size: 36px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
  }

  .client-count-main-div {
    flex-wrap: wrap;
    width: 100%;
  }

  .client-count-div {
    width: 45%;
    text-align: center;
    height: 130px;
    margin-bottom: 30px;
  }

  .bottom-count {
    font-size: 50px;
    margin-top: 20px;
  }

  .count-client {
    font-size: 15px;
  }

  /* our-team styles */


  .team-heading {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
    text-align: center;
  }

  .team-content {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    padding: 35px 0;
    margin: auto;
    text-align: justify;
  }

  .get-started-btn-div {
    width: 100%;
    display: flex;
    padding-bottom: 35px;
    justify-content: center;
  }


  .get-started {
    width: 240px !important;
  }

  /* photostyle */

  .team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .inner-div,
  .next-inner-div {
    height: 400px;
  }


  .inner-div {
    width: 300px;
    height: 400px;
  }

  .next-inner-div {
    width: 200px !important;
    height: 400px;
  }

  .next-inner-div:hover {
    width: 300px !important;
  }

  .inner-posting {
    margin-top: 135%;
    margin-left: -70%;
  }

  .inner-name {
    margin-top: 105%;
    font-size: 32px;
  }

  .inner-posting-type {
    margin-top: 120%;
    font-size: 17px;
  }

  .posting {
    margin-top: 135%;
    margin-left: -70%;
  }

  .name {
    margin-top: 105%;
    font-size: 32px;
  }



  .posting-type {
    margin-top: 120%;
    font-size: 17px;
  }

  /* Discussion-style */

  .collabrate-section {
    padding: 20% 0;
  }

  .collaborate-heading {

    font-size: 40px;
    line-height: 50px;
    width: 100%;
    text-align: center;
  }

  #sub1 {

    width: 80%;
  }

  .collaborate-content {
    font-size: 18px;
    line-height: 29px;
    margin-top: 30px;
    text-align: center;

  }

  .collaborate-content>span {
    display: inline;
  }

  .discussion-btn-div {
    margin: 50px 0;
    display: flex;
    justify-content: center;
  }

  .collabrate-main-div>button {
    font-size: 16px;
  }

  /* footer-style */

  .fotter-section {
    padding: 0;
    padding-right: 0;
  }

  .fotter-main-div {
    flex-wrap: wrap;
  }

  .company-div {
    margin: 12px 0;
  }

  .fotter-main-div>div>p {
    font-size: 19px;
    font-weight: 600;
  }

  .fotter-main-div>div>a {
    font-size: 16px;
    color: #D6D6D6;
  }

  .copyright-div {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding-top: 5%;
    padding-right: 0px;
  }

  .footer-inside-content {
    display: flex;
    width: 100%;
    text-align: left;
  }

  .footer-inside-content>p {
    font-size: 16px;
    color: #D6D6D6;
  }

  .footer-inside-content>p>span {
    display: block;

  }

  .footer-left-name {
    width: 30%;

  }

  .footer-subjects {
    width: 75%;
    font-weight: 200 !important;
  }



  .footer-colon {
    width: 3%;
    text-align: left;
  }

  .footer-address>span {
    margin-top: 0px !important;
  }

  .footer-inside-content>p>a {
    text-decoration: none;
    color: var(--white);
    cursor: pointer;
    color: #D6D6D6;
  }

  .footer-icon-div {
    display: inline-flex;
    padding: 0 3px;
    margin: 15px 0;
    margin-bottom: 30px;
  }

  .digital-market-footer {
    display: block;
  }

  .footer-more {
    display: none !important;
  }

  .footer-none {
    display: block !important;
  }

}

@media screen and (max-width: 400px) {


  .mbl-toggle-div {
    padding: 0 5%;

  }

  .video-banner-heading {
    font-size: 20px;
    line-height: 35px;
  }

  .video-mobile-img-div {
    width: 100%;
    height: 100%;
  }

  .video-mobile-img-div .web-work-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none !important;
  }

  .video-mobile-img-div .mobile-work-img {
    display: block !important;
    width: 100%;
    height: 100%;

  }

  .video-div {
    margin-right: 3%;
    margin-left: 3%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .video-div::after,
  .video-div::before {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .video-play {
    width: 100%;
    height: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .mbl-toggle-div.open {
    padding: 5%;
  }

  .mobile-nav-contactus {
    margin-top: 15%;
  }

  .mbl-toggle-div>p {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding: 4% 0;
    font-size: 18px;
  }

  /* banner-section */


  .intro-section {
    padding-top: 30%;
  }

  .for-block {
    display: inline;
  }

  .get-started-div {
    width: 130px;

  }

  .get-started {
    font-size: 200;
    font-size: 14px;
    line-height: 34px;
    cursor: pointer;
  }

  .banner-content>div>span {
    font-size: 20px;
    line-height: 30px;
  }

  .banner-side-content {
    font-size: 18px;
  }

  .banner-side-content {
    font-size: 16px;
  }


  /* animation-section */

  .our-expertise-heading {

    font-size: 48px;
  }

  .our-expertise-content {
    font-size: 15px;
    line-height: 25px;
  }

  /* service-style */

  .service-content {
    font-size: 14px;
    line-height: 23px;
  }

  .content>p {
    font-size: 14px;
    line-height: 23px;
    margin-left: 20%;
  }

  /* discussion-section */

  .see-you-main-div-two {
    margin-left: 140%;
  }

  .discussion-content {
    font-size: 18px;
    line-height: 32px;
  }

  .discussion-btn {
    font-size: 13px;
  }

  .see-you-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .see-you-content {
    font-size: 14px;
    line-height: 23px;
  }

  /* slider section */

  .slider-content {
    font-size: 30px;
    line-height: 48px;

  }

  /* recent-projects-section */

  .recent-project-big-heading {
    font-size: 28px;
    line-height: 46px;

  }

  .recent-project-small-heading {
    font-size: 14px;
    line-height: 23px;
  }

  .project-content {
    font-size: 14px;
    line-height: 24px;
    height: 75px;
  }

  /* transform-section */

  .transform-content-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .transform-content-sideheading {
    font-size: 14px;
    line-height: 23px;
  }

  .transform-content {
    width: 90%;
  }

  .transform-type {
    font-size: 20px;
    line-height: 30px;
  }

  /* software-section */

  .software-type {
    font-size: 24px;
    line-height: 37px;
  }

  .software-content {
    font-size: 14px;
    line-height: 23px;
  }

  .software-button {
    font-size: 14px;
  }

  .software-content-img-div {
    height: 300px;
    width: 250px;
    margin: auto;
  }

  .software-content-img-div>img {
    width: 100%;
  }

  .graph-img-div {
    height: 300px;
    width: 300px;
    margin: auto;
  }

  .graph-img-div>img {
    width: 100%;
  }

  /* new project section */

  .discussion-content {
    font-size: 18px;
    line-height: 32px;
  }


  .discussion-content-two {
    font-size: 38px;
    line-height: 48px;
    text-align: center;
  }


  /* industries-section */


  .industries-heading {
    font-size: 38px;
    line-height: 48px;
    text-align: center;
  }


  .industries-content {
    font-size: 14px;
    padding-top: 23px;

  }


  /* count-secton */

  .left-count-content {
    font-size: 32px;
    line-height: 44px;
  }

  .bottom-count {
    font-size: 47px;
    margin-top: 20px;
  }

  .count-client {
    font-size: 13px;
  }


  /* our-team styles */

  .team-heading {
    font-size: 34px;
    line-height: 44px;
  }

  .team-content {
    font-size: 14px;
    line-height: 23px;
  }

  .inner-posting-type {
    font-size: 16px;
  }

  .posting-type {
    font-size: 16px;
  }


  .fotter-main-div>div>p {
    font-size: 18px;
    font-weight: 600;
  }

  .fotter-main-div>div>a {
    font-size: 15px;
    color: #D6D6D6;
  }

  .footer-inside-content>p {
    font-size: 15px;
    color: #D6D6D6;
  }

}


.text-a span,
.text-b span {
  display: inline-block;
  transform: translateY(0%);
}

.text-container {
  display: grid;
  place-items: start;
  overflow: hidden;
  color: white;
}

.text-container a {
  grid-area: 1 / 1;
  display: inline-block;
  transform: translateY(0%);
  color: white;
}


.service-btn,
.discussion-btn,
.get-started {
  position: relative;
}

.lets-talk-ani1,
.lets-talk-ani2,
.talk-ani1,
.talk-ani2,
.view-ani1,
.view-ani2,
.get-started-ani1,
.get-started-ani2 {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  margin: 0;
  line-height: 1.5;
  font-size: 0;
}

.lets-talk-ani1 span,
.lets-talk-ani2 span,
.talk-ani1 span,
.talk-ani2 span,
.view-ani1 span,
.view-ani2 span,
.get-started-ani1 span,
.get-started-ani2 span {
  display: inline-block;
  transform: translateY(0%);
  font-size: 16px;
  line-height: 1;
}

.lets-talk-ani2 span,
.talk-ani2 span,
.view-ani2 span,
.get-started-ani2 span {
  transform: translateY(100%);
}

.discussion-btn {
  position: relative;
}

.discussion-ani1,
.discussion-ani2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  margin: 0;
  line-height: 1;
  overflow: hidden;
  font-size: 0;
}

.discussion-ani1 span,
.discussion-ani2 span {
  display: inline-block;
  transform: translateY(0%);
  font-size: 16px;
  line-height: 1;
}

.discussion-ani2 span {
  transform: translateY(100%);
}



/* proj-1 */

.proj-1 {
  display: grid;
  margin: auto;
  justify-content: center;
  grid-template-columns: 55% 40%;
  gap: 20px;
}

.proj-left-sec,
.proj-right-sec {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.proj-left-sec {
  height: 100%;
}

.proj-left-img {
  width: 100%;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.proj-right-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
}

.proj-left-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.proj-right-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.proj-cont1 h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
}

.proj-cont1 p {
  font-size: 18px;
  font-weight: 200;
  color: #ccc;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* common */

/* Arrow icon styling */
.img-arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #333;
  /* Grey background */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.img-arrow i {
  color: white;
  font-size: 20px;
}

.img-arrow:hover {
  background-color: #555;
  transform: scale(1.1);
}

.right-arrow-img {
  position: absolute;
  bottom: 10px;
  /* padding from bottom */
  right: 10px;
  /* padding from right */
  color: #fff;
  /* arrow color, adjust as needed */
  background: #A8A8A9;
  /* optional: add background for visibility */
  border-radius: 50%;
  padding: 10px;
  /* padding inside background */
  line-height: 1;
}

.right-arrow-img {
  cursor: pointer;
  display: inline-block;
  /* helps scaling behave better */
}

.right-arrow-img img {
  transition: transform 0.3s ease-in-out;
}

.right-arrow-img:hover img {
  transform: scale(1.4);
}

/* proj-2 */

.proj-2 {
  display: grid;
  margin: auto;
  justify-content: center;
  grid-template-columns: 40% 55%;
  gap: 20px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.proj2-right-sec,
.proj2-left-sec {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.proj2-right-sec {
  height: 100%;
}

.proj2-right-img {
  width: 100%;
  position: relative;
  /* width: 600px; */
  height: 400px;
  overflow: hidden;
  border-radius: 2px;
}

.proj2-left-img {
  width: 100%;
  height: 350px;
  /* overflow: hidden; */
  position: relative;
  border-radius: 2px;
}

.proj2-right-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.proj2-left-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.proj2-cont1 h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
}

.proj2-cont1 p {
  font-size: 18px;
  color: #ccc;
  font-weight: 200;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* proj-3  default set for 1641 to 1920*/
.proj-3 {
  width: 100%;
  margin-top: 2rem;
  height: auto;
}

.designed-border {
  width: 100%;
  height: 30vh;
  border: 4px solid transparent;
  /* make border space */
  border-radius: 25px;
  /* optional rounded corners */
  background:
    linear-gradient(black, black) padding-box,
    /* inner background */
    linear-gradient(180deg, #00dbd9, #4186fe) border-box;
  /* gradient border */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.proj-text {
  height: 50%;
  margin-top: 2%;
}

.proj-text p {
  font-size: 1.8rem;
  font-weight: 500;
  margin: auto;
  text-align: center;
}

.project-video {
  position: absolute;
  /* pin video inside */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* crop/fill without stretching */
}



@media (min-width: 200px) and (max-width: 320px) {

  .proj-1,
  .proj-2 {
    grid-template-columns: 1fr;
    overflow: hidden;
  }
  .proj-cont1 p, .proj2-cont1 p{
    font-size: 18px;
  }

  .proj-2 {
    margin-bottom: 4rem;
  }

  .proj-right-img {
    height: 100%;
  }

  .proj2-left-img {
    height: 100%;
  }

  .proj-right-img {
    height: 100%;
  }

  .proj-left-img {
    width: 100%;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj-right-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
  }

  .proj-right-img img {
    height: 100%;
  }

  .proj2-left-img {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj2-right-img {
    width: 100%;
    position: relative;
    /* width: 600px; */
    height: 400px;
    overflow: hidden;
    border-radius: 2px;
  }


  .designed-border {
    height: 50vh;
    display: flex;
    justify-content: space-around;
  }

  .proj-text p {
    font-size: 1.4rem;
    font-weight: 500;
    margin: auto;
    text-align: center;
  }


  /* proj-3 */
  .designed-border {
    height: 70vh;
    display: flex;
    justify-content: space-around;
  }

  .proj-text p {
    font-size: 1.4rem;
    font-weight: 500;
    margin: auto;
    text-align: center;
  }

  .designed-button button {
    background-color: transparent;
    color: white;
    height: 3rem;
    width: 10rem;
    border-radius: 12px;
    border: 1px solid lightblue;
    font-size: 1rem;
  }
}

@media (min-width: 321px) and (max-width: 767px) {

  .proj-1,
  .proj-2 {
    grid-template-columns: 1fr;
  }

  .proj-2 {
    margin-bottom: 4rem;
  }

  .proj-right-img {
    height: 100%;
  }

  .proj-left-img {
    width: 100%;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj-right-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
  }

  .proj-right-img img {
    height: 100%;
  }

  .proj2-left-img {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj2-right-img {
    width: 100%;
    position: relative;
    /* width: 600px; */
    height: 400px;
    overflow: hidden;
    border-radius: 2px;
  }

  .designed-border {
    height: 60vh;
    display: flex;
    justify-content: space-around;
  }

  .proj-text p {
    font-size: 1.4rem;
    font-weight: 500;
    margin: auto;
    text-align: center;
  }
    .proj-cont1 p, .proj2-cont1 p{
    font-size: 18px;
  }

}

@media (min-width: 768px) and (max-width: 1200px) {
  .proj-left-sec {
    height: 80vh;
  }

  .proj-2 {
    margin-bottom: 4rem;
  }

  .proj-left-img {
    width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj-right-img {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj-right-img img {
    height: 100%;
  }

  /* proj-2 */

  .proj2-right-sec {
    height: 80vh;
  }

  .proj2-right-img {
    width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj2-left-img {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj-left-img img {
    height: 100%;
  }

  .proj-cont1 p,
  .proj2-cont1 p {
    font-size: 16px;
    color: #ccc;
    line-height: 1.6;
    /* Truncate after 2 lines */
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
  }

  /* proj-3 */
  .designed-border {
    height: 50vh;
    border: 2px solid transparent;
    display: flex;
    justify-content: space-around;
    /* align-items: flex-start; */
  }

  .proj-text {
    height: 50%;
  }

  .proj-text p {
    font-size: 1.8rem;
    font-weight: 500;
    margin: auto;
    text-align: center;
  }

}

@media (min-width: 1201px) and (max-width: 1440px) {

  .proj-cont1 p,
  .proj2-cont1 p {
    font-size: 16px;
    color: #ccc;
    line-height: 1.6;
    /* Truncate after 2 lines */
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
  }

  .designed-border {
    height: 50vh;
    border: 2px solid transparent;
  }

  .proj-text p {
    font-size: 1.8rem;
    font-weight: 500;
    margin: auto;
    text-align: center;
  }

  .project-video {
    position: relative;
  }
}

@media (min-width: 1441px) and (max-width: 1640px) {
  .proj-left-sec {
    height: 80vh;
  }

  .proj-left-img {
    width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj-right-img {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj-right-img img {
    height: 100%;
  }

  /* proj-2 */

  .proj2-right-sec {
    height: 80vh;
  }

  .proj2-right-img {
    width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj2-left-img {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj-left-img img {
    height: 100%;
  }

  .proj-cont1 p,
  .proj2-cont1 p {
    font-size: 16px;
    color: #ccc;
    line-height: 1.6;
    /* Truncate after 2 lines */
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
  }

  .designed-border {
    height: 50vh;
    border: 2px solid transparent;
  }

}

@media (min-width: 1641px) and (max-width: 1920px) {
  .proj-left-sec {
    height: 80vh;
  }

  .proj-left-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj-right-img {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj-right-img img {
    height: 100%;
  }

  /* proj-2 */

  .proj2-right-sec {
    height: 80vh;
  }

  .proj2-right-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj2-left-img {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj2-left-img img {
    height: 100%;
  }

  .proj-cont1 p,
  .proj2-cont1 p {
    font-size: 16px;
    color: #ccc;
    line-height: 1.6;
    /* Truncate after 2 lines */
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
  }

  .designed-border {
    display: flex;
    justify-content: space-around;
    /* align-items: flex-start; */
  }
}

@media (min-width: 1921px) and (max-width: 2560px) {
  .proj-left-sec {
    height: 80vh;
  }

  .proj-left-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj-right-img {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj-right-img img {
    height: 100%;
  }

  /* proj-2 */

  .proj2-right-sec {
    height: 80vh;
  }

  .proj2-right-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj2-left-img {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    border-radius: 2px;
  }

  .proj2-left-img img {
    height: 100% !important;
  }

  .proj-cont1 p,
  .proj2-cont1 p {
    font-size: 16px;
    color: #ccc;
    line-height: 1.6;
    /* Truncate after 2 lines */
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
  }

  /* proj-3 */
  .designed-border {
    height: 25vh;
    border: 4px solid transparent;
    border-radius: 25px;
    display: flex;
    justify-content: space-around;
    /* align-items: flex-start; */
  }

  .proj-text p {
    font-size: 2.4rem;
    font-weight: 500;
    margin: auto;
    line-height: 4.5rem;
  }

  .designed-button button {
    background-color: transparent;
    color: white;
    height: 5rem;
    width: 25rem;
    font-size: 1.9rem;
  }
}