: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';
  --gradient-bg: linear-gradient(to right, rgba(12, 5, 18, 1), rgba(80, 33, 120, 1));
  --gradient-border: linear-gradient(90deg, rgba(0, 186, 255, 1), rgba(19, 199, 139, 1));
  --duriation: 12s;
  --totalitems: 6;

}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-Poppins) !important;
  background-color: var(--black) !important;
  color: var(--white) !important;

}

.wrapper {
  padding: 0 6%;

}

.our-product-section a {
  text-decoration: none !important;
  color: var(--black) !important;
}

/* header-section styles */


.services-dropdown {
  display: none;
  text-align: left;
  position: absolute;
  top: 47px !important;
  left: 0;
  width: 100% !important;
  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%;
  position: sticky;
  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: 300;
  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;
}

.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;
  font-size: 16px;
}

.rightside-header-div p {
  position: relative;
}

@keyframes fadeInLeftItem {
  to {
    opacity: 1;
    transform: none;
  }
}

.header-main-div a,
.rightside-header-div p,
.rightside-header-div .lets-talk-img-div,
.rightside-header-div .nav-icon {
  opacity: 0;
  transform: none;
  animation: fadeInLeftItem 0.6s ease-out forwards;
}

.leftside-header-div a {
  animation-delay: 0.1s;
}

.rightside-header-div .lets-talk-img-div:nth-of-type(1) {
  animation-delay: 1.3s;
  /* Services */
}

.rightside-header-div .lets-talk-img-div:nth-of-type(2) {
  animation-delay: 1.6s;

}

.rightside-header-div .lets-talk-img-div:nth-of-type(3) {
  animation-delay: 1.9s;

}

.rightside-header-div .lets-talk-img-div {
  animation-delay: 2.2s;
}

.rightside-header-div p.nav-icon {
  animation-delay: 2.5s;
}





.header-section {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: var(--black);
  margin-top: -3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  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;
  align-items: center;
  width: 100%;
  letter-spacing: 1px;
  height: 50px;
}

.logo-div {
  height: 75px;
  width: 160px;
}

.logo-div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leftside-header-div {
  cursor: pointer;
  width: 190px;
  height: 100%;
  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);
}

.leftside-header-content {
  font-weight: 600;
  font-size: 32px;
  font-family: 'Proxima Nova Condensed', sans-serif;
  margin-top: 15px;
}

.nav-anker {
  text-decoration: none;
  color: var(--white);
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.nav-icon {
  margin-left: 15px;
}

.mbl-toggle-div {
  display: none;
}

.lets-talk-img-div {
  display: inline-flex;
  cursor: pointer;

  height: 30px;

}

.lets-talk-img {
  border: 1px solid transparent;
  height: 70%;

}

.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;
  margin-top: 2%;
  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-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 100.5px;
  animation: 3s spin linear infinite;
}



.nav-content-heading {
  font-weight: 300;
  font-size: 28px;
  line-height: 46px;
  margin-bottom: 30px;
}

.nav-leading {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 20px;
}

.nav-content-design-div {}

.technology-div {

  margin-top: 20px;
}

.design-div>p {
  font-weight: 600;
  font-size: 16px;
  line-height: 46px;
  color: var(--white);
  margin: 0;
}

.technology-content {
  color: #959595 !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 38px !important;
  margin: 0;
}

.design-div>a {
  display: block;
  text-decoration: none;
  color: #959595;
  font-weight: 300;
  font-size: 14px;
  line-height: 38px;
}


.design-div>p>a {
  color: var(--white);
  text-decoration: none;
}

/* oru-serivce-section */

.oru-serivce-section {
  padding: 3.5% 0;
  background-image: url("../images/service-page/our-service-component/our-service-bg.webp");
  background-color: var(--black);
  background-repeat: no-repeat;
  background-position: right;
  color: var(--white);
  background-size: 75%;

}

.oru-service-heading {
  font-size: 50px;
  padding-top: 8%;
  padding-left: 15%;
  font-weight: 400;
  letter-spacing: 1px;
}

.our-service-content {
  font-weight: 400;
  font-size: 20px;
  padding-top: 1%;
  padding-left: 15%;
  letter-spacing: 1px;
}


/* happy-client-section */
.happy-client-section {
  padding: 6% 10%;
  background-color: var(--white);
  color: var(--black);
  position: relative;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.client-div {
  padding: 20px 50px;
  position: relative;
  border-radius: 20px;
  background: linear-gradient(to right, rgba(12, 5, 18, 1), rgba(80, 33, 120, 1));
  color: white;
  z-index: 1;
  overflow: hidden;
}

.client-div::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 25px;
  background: conic-gradient(from var(--angle), rgba(0, 186, 255, 1), rgba(19, 199, 139, 1));
  z-index: -1;
  animation: spin 6s linear infinite;
}

/* Fix content visibility */
.client-div::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 18px;
  background: linear-gradient(to right, rgba(12, 5, 18, 1), rgba(80, 33, 120, 1));
  z-index: -1;
  mix-blend-mode: normal;
}

@keyframes spin {
  0% {
    --angle: 0deg;
  }

  100% {
    --angle: 360deg;
  }
}

.count {
  font-size: 60px;
  font-weight: 600px;
  color: white !important;
}

.count-name {
  font-size: 23px;
  font-weight: 400;
}


/* our-product-section */

.our-product-section {
  padding: 7% 0;
  background-color: var(--white);
  color: var(--black) !important;
}

.our-product-carousel-section {
  padding-top: 0%;
  background-color: var(--white);
  color: var(--black) !important;

  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.carousel-container {
  width: 90%;
  margin: auto;
  overflow: hidden;
  position: relative;

}

.carousel-track {
  display: flex;
  border-radius: 16px;

}

.carousel-navigation {
  display: flex;
  justify-content: space-between;
  width: 82%;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0px;
  z-index: 2;

  margin-left: 3%;
}

.carousel-btn {
  border-color: transparent;

  background-color: var(--black);
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-btn>i {
  font-size: 14px;
  color: #F9F9F9 !important;
}

.keera-item {
  flex: 0 0 100%;
  box-sizing: border-box;
}

.main-mobile-img-div {
  display: flex;
  width: 100%;
  height: 450px;
  margin: 5% 0;
  border-radius: 16px;
}

.mobile-img-div {
  width: 40%;

}

.mobile-img-div>img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  object-fit: cover;
}

.mobile-img-content-div {
  width: 60%;

  background-color: #F9F9F9;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  color: black;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.mobile-img-contents {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: justify;
}

.technology-title {
  color: #8D8D8D;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}

.technologies {
  margin-top: -10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}

.dts-section {
  padding-top: 5%;
  padding-bottom: 14%;
}

/* content-divs */

.product-design-main-container {
  padding: 0 7%;
  padding-top: 2%;
  padding-bottom: 4%;
}

.product-design-content-div {
  margin-top: 6%;
  width: 100%;
}

.product-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 65px;
  text-transform: capitalize;
}

.product-heading>span {
  display: block;

}

.product-content {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  margin-top: 25px;
  text-align: justify;
}

.side-sticky-div {
  position: sticky !important;
  top: 70px;
  z-index: 1;
}

.product-design-img-div {
  margin: auto;
  width: 425px;
  height: 425px;
  z-index: 2;
  position: relative;
  margin-top: 50px;
}

.software-main-img-div {

  display: flex;
  justify-content: center;
}

.application-img-div {

  height: 400px;
  width: 400px;
}



.product-design-img-div>img {
  width: 100%;
  height: 100%;
  z-index: 2;
}

.black-img {
  position: absolute;
  z-index: -1;

  margin: 0 auto;
  margin-top: -110px;
  width: 100%;
  height: 250px;
}

.black-img>img {
  width: 100%;
  height: 100%;
  z-index: -2;
}

.cloud-service-img-div {
  width: 460px;
  margin-top: 50px !important;
}

.digital-img-div {
  width: 500px;

}

.digital-img-div>img {
  width: 100% !important;
  object-fit: contain !important;
  height: 100% !important;
}

.blockchain-img-div {
  width: 450px;
  height: 400px;
  margin-top: 50px !important;
}

.blockchain-img-div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.topic-div>a {
  display: flex;
  border-bottom: 1px solid #F3F3F3;
  justify-content: space-between;
  width: 85%;
  padding: 15px 0;
}

.topic {
  font-size: 18px;
  font-weight: 600;
}

.arrow-div {
  height: 18px;
  width: 18px;
}

.arrow-div>img {
  height: 100%;
  width: 100%;
}



.web-img-main-div {
  position: relative;
}


.web-img-main-div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  pointer-events: none;
}

.web-img-div,
.web-content-img-div {
  position: relative;
  z-index: 0;
}

.web-img-div>img {
  width: 100%;
  height: 100%;
}

.web-content-img-div {
  width: 100%;
  padding-left: 1%;
  position: absolute;
  top: 0;
  margin-top: 10.5%;
  z-index: 1;
}

.web-content-img-div>img {
  width: 100%;
  object-fit: cover;
  padding: 0 11%;
}



/* iot-div-style */

.iot-main-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.iot-heading {
  font-weight: 300;
  font-size: 48px;
  text-align: center;
}

.iot-big-heading {
  font-size: 56px;
  font-weight: 600;
  text-align: center;
  margin-top: -15px;
}

.service-btn-div {
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn-arrow-icon {
  margin-left: 10px;
}

.iot-main-div {
  color: var(--white);
  padding-top: 75px;
  border-radius: 30px;
  background-color: black;
  margin-top: 6%;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.service-btn {
  width: 250px;
  height: 50px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  background: linear-gradient(to right, rgba(12, 5, 18, 1), rgba(80, 33, 120, 1));
  color: white;
  position: relative;
  letter-spacing: 1px;
  margin: 3% 0;
  overflow: hidden;
  z-index: 1;
  border: none;
}

/* Animated glowing border */
.service-btn::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 55px;
  background: conic-gradient(from var(--angle), rgba(0, 186, 255, 1), rgba(19, 199, 139, 1));
  z-index: -1;
  animation: spin 6s linear infinite;
}

.service-btn::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 48px;
  background: black;
  z-index: -1;
  mix-blend-mode: normal;
}

@keyframes spin {
  0% {
    --angle: 0deg;
  }

  100% {
    --angle: 360deg;
  }
}

.iot-img-div {
  width: 100%;
  padding: 0 4%;
  margin-top: 50px;
  padding-bottom: 10px;
}

.iot-img-div>img {
  width: 100%;
}


.digital-market-section {
  padding-bottom: 30%;
}

/* qa-section */

.qa-section {
  width: 88%;
  margin: auto;
  background-color: var(--black);
  color: var(--white);

  position: relative;
  margin-left: 5.5%;
  margin-top: -21%;
  border-radius: 30px;
}

.qa-section::after,
.qa-section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: conic-gradient(from var(--angle), #24AEA4, #24AEA4);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  border-radius: 30px;
  padding: 0 50.1%;
  padding-bottom: 40.2% !important;
  animation: 13s spin linear infinite;
}

.qa-section::before {
  filter: blur(1.5rem);
  opacity: 0.5;
}


.qa-main-img-div {


  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;

}

.qa-img-div {
  margin-left: 15%;
  height: 375px;
  width: 370px;
}

.qa-img-div>img {
  width: 100%;
  height: 100%;
 
}

.qa-question>a {
  color: var(--white);
  text-decoration: none;
}

/* collabratve-style */

.collabrate-section {
  padding: 6%;
  padding-top: 20%;
  z-index: -1;
  margin-top: -10%;
}

.collaborate-heading {
  font-weight: 400;
  font-size: 52px;
  line-height: 69px;
  letter-spacing: 1px;
}

.collaborate-content {
  color: #d6d6d6;
  font-size: 36px;
  line-height: 69px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 10px 0;
}

.collaborate-content>span {
  display: block;
}

.discussion-btn {
  width: 300px;
  height: 55px;
  border: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  background-color: black;
  color: var(--white);
  margin: 3% 0;
  letter-spacing: 1px;
  position: relative;
}

.discussion-btn::after,
.discussion-btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: conic-gradient(from var(--angle), #00BAFF, #13C78B) !important;
  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;
}

/* Footer-style */

.fotter-section {
  padding: 0 1%;

  padding-bottom: 2%;
}

.fotter-main-div {
  display: flex;
  justify-content: space-between;
}

.fotter-main-div>div>p {
  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;

}

.digital-market-footer {
  display: none;
}

.footer-none {
  display: none !important;
}

.company-div>p>a {
  color: var(--white);
  text-decoration: none;
}

.footer-copy-right {
  text-align: center;
  width: 100%;
  margin-bottom: 0 !important;
}

.footer-none {
  display: none !important;
}


/* big-screen- */

@media screen and (min-width: 1920px) {
  .wrapper {
    padding: 0 10%;
  }

  /* q-a section */

  .qa-section::after,
  .qa-section::before {
    padding-bottom: 566px !important;
  }

  .carousel-navigation {
    width: 74%;
  }
}

/* small-screen */

@media screen and (max-width: 1280px) {



  .services-dropdown {
    padding: 20px 0;
    padding-bottom: 50px;
  }

  .service-contents {
    font-weight: 300;
    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;
  }


  .wrapper {
    padding: 0 6%;
  }

  /* nav-bar-style */

  .leftside-header-content {
    font-size: 30px;
  }

  .leftside-header-content>a {
    text-decoration: none;
    color: var(--white);
  }

  .rightside-header-div p {
    padding: 0 10px;
    font-size: 16px;
  }


  .nav-content-main-div {
    margin: 1% 0;
  }

  .nav-content-button::after,
  .nav-content-button::before {
    padding: 26px 100.5px;
  }

  .nav-content-section {
    margin-top: 30px;
  }

  /* our-service-style */

  .oru-service-heading {
    padding-top: 6%;

    font-size: 48px;
    padding-left: 11%;
  }

  .our-service-content {
    font-size: 20px;

    padding-left: 11%;
  }


  /* happy-client-section */

  .happy-client-section {
    padding: 6% 4%;

  }

  .client-div {
    padding: 20px 50px;
  }

  .count {
    font-size: 54px;
    font-weight: 500;
  }

  .count-name {
    font-size: 17px;
    font-weight: 400;
  }

  /* product-nav-style */

  .product-nav-content {
    font-size: 18px;
    margin-right: 20px;
  }

  /* inner-products-styles  */

  .product-heading {
    font-size: 48px;
    line-height: 55px;
    font-weight: 350;
  }


  .product-content {
    font-size: 14.5px;
    line-height: 25px;
    margin-top: 30px;
  }

  .topic-div>a {
    padding: 17px 0;
  }

  .topic {
    font-size: 17px;
    font-weight: 600;
  }

  .arrow-div {
    height: 14px;
    width: 14px;
  }

  /* img */

  .product-design-img-div {
    margin: auto;
    width: 335px;
    height: 355px;

  }

  .design-ui-img {
    margin-left: 10.5%;
  }

  .black-img {
    position: absolute;
    margin: auto;
    margin-top: -90px;
    left: 3%;
    width: 72%;
    height: 200px;
  }

  /* 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;
  }

  /* carousel-style */

  .main-mobile-img-div {
    height: 380px;
  }

  /* web-style */

  .web-content-div {
    margin-top: 70px;
  }

  /* iot-style */

  .iot-heading {
    font-weight: 300;
    font-size: 50px;
    text-align: center;
  }

  .iot-big-heading {
    font-size: 56px;
    font-weight: 600;
    text-align: center;
    margin: -10px;

  }

  .service-btn {
    width: 175px;
    font-size: 16px;
    border-radius: 50px;
    height: 40px;

    line-height: 24px;
    font-weight: 300;
    background-color: black;
    color: var(--white);
    position: relative;
    margin-top: 40px;
    margin-bottom: 15px;
  }

  /* digital-market-style */

  .digital-img-div {
    width: 430px;
    height: 370px;
  }



  /* qa-section-style */

  .qa-section {
    margin-top: -20%;
    padding-bottom: 2%;
  }

  .qa-img-div {

    height: 375px;
  }


  .qa-section::after,
  .qa-section::before {

    padding-bottom: 535px !important;

  }

  /* collabratve-style */

  .collaborate-heading {
    font-size: 47px;

    line-height: 64px;
  }

  .collaborate-content {
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 65px;
  }

  .discussion-btn {
    margin: 50px 0;
    height: 55px;
  }

  .discussion-btn::after,
  .discussion-btn::before {
    padding: 29px 154px;
  }



  /* 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;
    padding-right: 0px;
  }

  .footer-inside-content {
    display: flex;
    width: 100%;
    text-align: left;

  }

  .footer-inside-content>p {
    font-size: 13px;
    font-weight: 300;
  }

  .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;
  }


  .footer-icon-div {
    display: inline-flex;
    padding: 0 3px;
  }
}

@media screen and (max-width: 800px) {

  /* nav-bar-style */
  .header-section {
    display: block;
  }

  .logo-div {
    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: 10px;
    top: 15px;
  }

  .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;
  }

  .black-logo-div {
    margin: 3% 0;
  }

  .mbl-toggle-div.open {
    max-height: 100vh;
    padding: 5%;
    overflow-y: scroll;
  }

  .mbl-header-main-div {
    display: flex;

    justify-content: space-between;
  }

  .mbl-leftside-inside-header-div {
    display: flex;
    justify-content: space-between;
    width: 145px;
  }

  .leftside-header-div {
    cursor: pointer;
    width: 150px;
    display: block;
    height: auto;

  }

  .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: 2% 0 3% 0;
    font-size: 20px;
  }

  .mbl-toggle-div>p>a {
    text-decoration: none;
    color: black;
    display: block;
    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: 5%;
    font-size: 22px;
  }

  body.no-scroll {
    padding-right: 0 !important;
    overflow: hidden;
  }

  /* oru-service-section */

  .oru-serivce-section {
    height: 200px;
    background-size: contain;
    background-position: bottom;
  }

  .oru-service-heading {
    font-size: 38px;
    padding-top: 25px;
    padding-left: 0 !important;
    text-align: center;
  }

  .our-service-content {
    font-size: 16px;

    padding-left: 0;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
  }

  /* happy-client */

  .client-div {
    margin: 19px 0;
    padding: 30px 50px;
  }



  /* product-inside-content */

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .product-design-main-container {
    padding: 4% 0;
  }

  .product-design-content-div {
    margin-top: 6%;
    width: 100%;
  }

  .product-heading {
    font-size: 38px;
    font-weight: 400;
    line-height: 50px;
  }

  .product-heading>span {
    display: block;
  }

  .product-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
  }

  .product-design-main-img-div {
    position: relative;
  }

  .left-side-product-design-div {
    margin-left: 0%;
  }

  .product-design-img-div {
    margin: auto;
    width: 325px;
    height: 325px;
  }

  .application-img-div {
    height: 300px;
    margin-top: 50px !important;
  }

  .design-ui-img {
    margin-top: 50px !important;
  }

  .product-design-img-div>img {
    width: 100%;
    height: 100%;
  }

  .black-img {
    position: absolute;
    z-index: -9;
    margin: 0 auto;
    margin-top: -105px;
    width: 90%;
    height: 250px;

  }

  .black-img>img {
    width: 100%;
    height: 100%;
  }


  .topic-div>a {
    display: flex;
    border-bottom: 1px solid #F3F3F3;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
  }

  .topic {
    font-size: 16px;
    font-weight: 600;
  }

  .arrow-div {
    height: 18px;
    width: 18px;
  }

  .arrow-div>img {
    height: 100%;
    width: 100%;
  }

  .web-content-div {
    padding-left: 0px !important;
  }

  .carousel-container {
    width: 100%;
  }

  .carousel-navigation {
    display: flex;
    justify-content: space-between;
    width: 96%;
    height: 100%;
    align-items: center;
    position: absolute;
    top: 0px;
    z-index: 2;
    margin-left: -4%;
  }

  .carousel-btn {
    height: 35px;
    width: 35px;
  }

  .carousel-btn>i {
    font-size: 12px;
  }

  .main-mobile-img-div {
    flex-direction: column;
    height: auto;
    align-items: center;
    margin: 60px 0;

  }

  .mobile-img-div {
    width: 100%;
    height: 300px !important;
  }

  .mobile-img-div>img {

    border-radius: 0 !important;
    width: 100%;
    height: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0px;
    object-fit: cover;
  }

  .mobile-img-content-div {
    width: 100%;
    border-radius: 0px !important;

    height: 320px !important;
  }

  .mobile-img-content-heading {
    font-size: 20px;
    text-align: center;
    line-height: 20px;

  }

  .mobile-img-contents {
    font-size: 14px;
    text-align: justify;
  }

  .technology-title {
    color: #8D8D8D;
    font-weight: 600;
    font-size: 15px;
  }

  .technologies {
    font-size: 13px;
    margin-top: -10px;

  }


  /* iot-style */

  .iot-heading {
    font-size: 18px;
  }

  .iot-big-heading {
    font-size: 24px;
    margin: 0px;
  }

  /*software-devlopment*/

  .software-main-img-div {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }

  .software-devlopment-div {

    width: 305px !important;
    height: 275px !important;

  }

  .software-devlopment-div>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* dts-*/

  .dts-img-div {
    margin-top: 50px !important;
    max-width: 275px;
    height: 265px !important;
  }


  /* digital-market-style */

  .digital-img-div>img {
    object-fit: contain;
  }

  /* qa-section */

  .qa-section {
    width: 87%;
    margin: auto;
    padding: 0 6%;
    border-radius: 0px;
    position: relative;
    margin-top: -21%;
  }


  .qa-img-div {
    margin: 50px auto;
    max-width: 275px;
    height: 265px;

  }

  .qa-img-div>img {
    width: 100%;
    height: 100%;
  }

  .qa-section::after,
  .qa-section::before {
    padding: 0 !important;
    border-radius: 0;
  }

  /* Discussion-style */

  .collabrate-section {
    padding: 6% 0;
    padding-top: 25%;
  }

  .collaborate-heading {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
    text-align: center;
  }

  .collaborate-content {
    font-size: 18px;
    text-align: center;
    line-height: 29px;
    margin-top: 30px;
  }

  .collaborate-content>span {
    display: inline;
  }

  .discussion-btn-div {
    margin: 50px 0;
    display: flex;
    justify-content: center;
  }

  .discussion-btn {
    font-size: 14px;
    padding: 0 0;
    width: 190px;
  }

  .discussion-btn::after,
  .discussion-btn::before {
    padding: 29px 50.5%;
  }


  /* 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;
  }

  .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;
  }

  .footer-more {
    display: none !important;
  }

  .footer-none {
    display: block !important;
  }

  .digital-market-footer {
    display: block;
  }

      /* 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;
  
    }
.discussion-content{
  font-size: 18px;
  line-height: 32px;
}

.discussion-btn{
   font-size: 13px;
 }

}


@media screen and (max-width: 400px) {

  .mbl-toggle-div {
    padding: 0 5%;


  }

  .black-logo-div {
    margin: 7% 0;
  }

  .mbl-toggle-div.open {
    padding: 1% 5%;

  }

  .mobile-nav-contactus {
    margin-top: 5%;
  }

  .mbl-toggle-div>p {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-top: 0%;
    font-size: 18px;

  }

  .product-design-img-div {
    margin: auto;

    width: 285px;
    height: 325px;
  }

  .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;
  }

  .mobile-img-content-div {
    width: 100%;
    border-radius: 0px !important;

    height: 420px !important;
  }
}
.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%);
}
