@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu+Sans+Mono:ital,wght@0,400..700;1,400..700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}
body {
  overflow-x: hidden;
}

a {
  color: white;
  text-decoration: none;
}
/* 
body::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  border: 5px solid transparent;
  background-color: #888;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #555;
} */

/* icon  */
h1,
p {
  position: relative;
  margin: 0;
}
h1 {
  margin-bottom: 15px;
}
.circle {
  height: 12px;
  width: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: -73px;
  top: 15px;
}

.cont {
  position: relative;
  width: 90%;
  width: 100%;
  padding: 30px 100px;
  margin: auto;
}

.cont > img {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0px;
  top: 20px;
  position: absolute;
}
html,
body {
  height: 100%;
  margin: 0;
}
p {
  color: white;
  font-size: 16px;
}
h3 {
  color: white;
  font-size: 19px;
}
body {
  background-color: #01001c;
}

h1 {
  font-size: 28px;
  color: #fff;
}

.navbar {
  border-radius: 30px;
  position: relative;
  width: 95%;
  margin: 10px auto;
  position: sticky;
  top: 10px;
  z-index: 999;
  backdrop-filter: blur(3px);
  height: 50px;
}
.services {
  color: white;
  margin-top: 4.5px;
  cursor: pointer;
  position: relative;
}
.services + .services-list {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 90%;
  border-radius: 10px;
  gap: 10px;
  background-color: #161b22;
  padding: 10px;
  display: none;
  & a {
    font-size: 15px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
  }
  /* top: 0; */
}
.services + .services-list.block {
  display: flex;
}
.services + .services-list a:hover {
  color: white;
  cursor: pointer;
}

.dropdown-select {
  background-color: #333;
  color: white;
  padding: 0.5rem;
  border: none;
  border-radius: 4px;
}
.dropdown-select option {
  background-color: white;
  color: black;
}
.navbar-toggler {
  outline: none;
  box-shadow: none;
  border: none;
  padding-right: 32px;
}
.navbar-nav {
  padding-left: 15px;
  padding: 10px 10px;
}
.nav-item a {
  font-size: 12px;
  font-weight: 500;
}
.navbar-brand {
  padding-left: 15px;
}
.bg-dark {
  background: #161b2280 !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
}
.navbar .left .logo img {
  height: 19px;
  margin-right: 2rem;
}
.navbar .left {
  margin-right: auto;
}
.navbar .right a {
  margin-left: 1.5rem;
  text-decoration: none;
  color: #fff;
}

.nav-link .active {
  color: #126fbf;
}

.nav-items a {
  margin-left: 3rem;
}
.nav-item {
  margin-right: 10px;
}
.nav-item .dropdown-select {
  background: transparent;
  color: #fff;
  border: none;
  margin-left: -5px;
  padding: 7px 0 0 0;
}

/*------------------------------------------------------------------------ banner sec  */
.right img {
  width: 70%;
}
.banner {
  margin: auto;
}
.banner .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.underline {
  position: relative;
  left: 41%;
  bottom: 15px;
}
.banner .left h1 {
  font-weight: 700;
  color: #fff;
  position: relative;
  width: fit-content;
  font-size: 28px;
  padding-bottom: 31px;
}

.banner .left h1::after {
  content: "";
  position: absolute;
  height: 13px;
  width: 152px;
  background-image: url(assets/images/banner/underline.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 17px;
  left: 0;
}

.banner .left p {
  color: #fff;
  opacity: 70%;
  font-weight: 400;
  padding-bottom: 27px;
}
.left .btn {
  padding: 5px;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  max-width: 100%;
  border: 1px solid #fff;
  font-weight: 600;
  width: 140px;
  margin-top: 20px;
}

.banner-section {
  position: relative;
}
.banner-section .highlighted-line-1 {
  position: absolute;
  /* top: 0; */
}
.banner-section .right {
  text-align: center;
}

/* ------------------------------------------------------------Card-sec  */
.card-section {
  position: relative;
}
.card-section .card-section-bottom {
  margin: auto;
}
.android .top h3 {
  color: #fff;
  opacity: 70%;
  font-size: 19px;
}
.android .leff-sec img {
  height: 406px;
  object-fit: cover;
  border-radius: 5px;
}
.top h1 {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
}
.top span {
  color:  #126fbf;
  display: block;
}
.bottom {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.bottom .phone {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 17px;
  color: #fff;
  padding: 15px;
}
.bottom .android {
  display: flex;
  justify-content: start;
  align-items: start;
  color: #fff;
  width: fit-content;
  margin: 10px;
  gap: 10px;
  padding: 5px 10px;
  & p {
    font-size: 14px;
  }
}
.phone .ph-icon {
  height: 44px;
}
.card-gap .card1 {
  margin: 10px;
}
.card-gap .read-more {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.card-gap .btn1 {
  position: absolute;
  right: 20px;
  bottom: 30px;
}

.card1 {
  margin: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px;

  border-radius: 15px;
  /* border: 2px solid rgba(255, 255, 255, 0.3); */
  backdrop-filter: 20px;
  box-shadow: inset 0px 0px 26px 0px #0d6e6e;
  text-align: center;
  padding: 10px 20px;
  height: 420px;
  min-width: 300px;
}
.card1 span {
  display: block;
}
.card1 .icon1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 60%;
}

.content h4 {
  text-align: justify;
  font-size: 21px;
  font-weight: 700;
  margin: 2px;
}
.icon-card img {
  margin-bottom: 10px;
}

.icon-card p {
  margin: 0;
  color: #ffffff;
}
.icon-card .top h3 {
  color: #fff;
  opacity: 70%;
}
.btn1 {
  background: transparent;
  color: #fff;
  font-weight: 600;
  border: 1px solid #007198;
  max-width: 100%;
  border-radius: 7px;
  font-size: 15px;
  float: inline-start;
  padding: 8px;
  width: fit-content;
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.android .btn1 {
  position: relative;
  top: 40%;
}

.navbar-brand img {
  height: 19px;
  /* Adjust as needed */
}

/*------------------------------------------------------------ clients sec  */
.client-section {
  margin: auto;
}
/*.clientsay.cont {*/
/*  padding: 30px 0;*/
/*}*/
/*.clientsay .top {*/
/*  padding: 0px 100px;*/
/*}*/

.client-section .client-cards {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  & .client-card > img {
    border-radius: 5px;
    width: 100%;
    height: 120px;
  }
  & i {
    color: white;
  }
}
/* .client-section .client-card{
  width: fit-content;
} */

.client-section .client-cards::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}

.client-section .client-cards::-webkit-scrollbar-thumb {
  border: 5px solid transparent;
  background-color: #888;
  border-radius: 10px;
}

.client-section .client-cards::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background-color: #555;
}

.client-section .client-cards .client-card .client-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  & .left-bottom {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 5px 0;
    & p {
      font-size: 14px;
    }
    & img {
      width: 25px;
      height: 25px;
      object-fit: contain;
      border: 1px solid white;
      border-radius: 50%;
    }
  }
}

/* .equal-pad {
  padding: 10px 5px;
} */
.micro-sft img {
  height: 40px;
}
.clients {
  padding-bottom: 10px;
}
.clients h1 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}
.user {
  height: 81px;
  position: relative;
  left: -58px;
  top: 75px;
}
.companies {
  display: flex;

  border: 1px solid #605959;
}
.companies img {
  height: 48px;
  object-fit: contain;
}
.about .top p {
  padding-bottom: 1rem;
  color: #fff;
  opacity: 70%;
}

.about .top h3 {
  color: #fff;
  font-size: 19px;
  opacity: 70%;
}
.feedback {
  display: flex;
  justify-content: space-around;
  border: 1px solid #ffffff4a;
  width: fit-content;
  width: 50px;
  flex-wrap: wrap;
  width: 500px;
  padding: 10px;
  align-items: center;
  text-align: center;
  border-radius: 10px;
}
.feedback .projects span {
  color: #126fbf;
  font-weight: 600;
  font-size: 20px;
}
.feedback .projects h5 {
  color: #fff;
  opacity: 70%;
  font-size: 16px;
  margin-top: 5px;
}
.feedback .projects + .projects {
  position: relative;
  &::before {
    content: "";
    height: 90%;
    /* width: 1px; */
    background-color: rgba(255, 255, 255, 0.609);
    position: absolute;
    left: -30px;
  }
}

.about-section .about-section-bottom {
  margin: auto;
}

/* --------------------------------------------------experience sec  */

.experience-section {
  margin: auto;
  position: relative;
}
.experience-bottom {
  position: relative;
}

.experience .top p {
  color: #fff;
  opacity: 70%;
}
.hand2 {
  height: 87px;
  position: absolute;
  left: -35px;
  top: 0;
}
.experience h1 {
  margin: 10px 0;
}
.experience .right {
  position: relative;
  text-align: center;
}

.experience .right img {
  background-color: #161b22;
  padding: 20px;
  margin: auto;

  /* height: 482px;
  margin-top: 21px; */
}
.experience .right {
  position: relative;
  display: inline-block;
  padding: 10px;
}
.experience .top h3 {
  color: #fff;
  opacity: 70%;
  margin: 0;
}
.experience .equal-pad {
  align-items: center;
}

/* ----------------------------------------------------process sec  */
.progress-section-bottom {
  margin: auto;
}
.develop-prs .process {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.develop-prs .top h3 {
  color: #fff;
  opacity: 70%;
}
.process img {
  border: 0.75px solid #30363d;
  border-radius: 50%;
  padding: 3px;
  /* height: 43px; */
}
.prs-cont .icon-img {
  height: 43px;
}
.process .prs-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.idea {
  border: 1px solid #ffff;
  background: #161b22;
  border-radius: 14px;
  opacity: 70%;
  text-align: center;
  align-items: center;
  display: flex;

  font-size: 11.95px;
  font-weight: 700;
  flex-wrap: wrap;
  color: #fff;
  height: 45px;
  width: 167px;
  justify-content: center;
}
.prs-cont .vec1 {
  border: none;
}
.process .vec2 {
  border: none;
  position: relative;
  top: 75px;
}

/* ----------------------------------------------------------------App-development sec  */
.app-dev-section {
  margin: auto;
}
.head-sec button {
  width: 120px;
  border-radius: 54px;
  border: 1px solid #fff;
  background: transparent;
  opacity: 0.7;
  text-align: center;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  cursor: pointer;
  transition: 0.3s, opacity 0.3s;
  font-size: 15px;
}
.head-sec {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  align-items: center;
}
.head-sec h1 {
  font-size: 28px;
  font-weight: 600;
}
.left-sec img {
  border: 1px solid #30363d;
  border-radius: 7px;
}
.left-sec .devl-cont {
  padding: 15px;
}
.devl-cont .date {
  padding: 0;
}
.devl-cont h4 {
  padding: 0;
}
.devl-cont span {
  color: #126fbf;
  font-weight: 700;
  font-size: 20px;
}
.devl-cont p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding-top: 10px;
}
.devl-cont h3 {
  font-size: 32px;
  color: #fff;
  margin: 0;
}
.devl-cont h2 {
  color: #d8d8d8;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  padding-top: 10px;
}
.devl-cont .left-cnt {
  color: #fff;
  font-size: 14px;
  color: #a3a3a3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}
.rgt-cont {
  margin-bottom: 15px;
}
.rgt-cont {
  display: flex;
  gap: 10px;
}
.rgt-cont .frame {
  /* object-fit: cover; */
  width: 170px;
  height: 170px;
}

/* -----------------------------------------------------------------------------client -sec  */
.client-sec .top h3 {
  color: #fff;
  opacity: 70%;
  font-size: 19px;
  font-weight: 600;
}
.client-sec h1 {
  font-size: 28px;
  font-weight: 700;
}
.clnt-card {
  padding: 30px;
}
.clnt-card .info {
  position: relative;
  &::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 10px;
  }
  & p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    & + button {
      color:  #126fbf;
      border: none;
      background-color: transparent;
    }
  }
}

.clnt-card .info-true p {
  display: -webkit-box;
  -webkit-line-clamp: 19;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.quotes {
  position: relative;
}

.client-sec .clnt-card {
  background-color: #161b22;
  min-width: 330px;
  border-radius: 10px;
  display: flex;
  height: fit-content;
  flex-direction: column;
}
.client-sec .web-card{
    min-width:300px;
}
.client-sec .scroll {
  display: flex;
  gap: 30px;
  /* width: 100vw; */
  /* margin-left: -100px; */
  overflow-x: auto;
  scrollbar-width: none;
}
.clnt-card .cnt h5 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.cnt i {
  color: #126fbf;
}
.info p,
.sign {
  font-size: 15px;
  color: #fff;
  opacity: 70%;
}
.qut-str {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
.info {
  padding-left: 10px;
  padding-top: 15px;
}
.sign {
  /* left: 148px; */
  position: relative;
  text-align: end;
  /* bottom: 17px; */
}

/* -----------------------------------------------contact section  */
.contant-section {
  margin: auto;
}
.contact {
  position: relative;
  background-color: #161b22;
  border-radius: 10px;
  transition: transform 0.3s ease;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.498);
  /* perspective: 700px; */
}
.contact img {
  width: 100%;
}
.contact-sec .top h3 {
  color: #fff;
  opacity: 70%;
}
.contact .top {
  padding: 30px;
}
.form-label {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
input {
  background-color: #30363d;
  border: 0.5px solid #30363d;
  border-radius: 7px;
}

.contact-form {
  padding: 17px;
}
.contact-form input {
  width: 100%;
}
.contact-form .name {
  display: flex;
}

.form {
  display: flex;
  padding: 8px;
  padding: 16px;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
input {
  width: 100%;
}
.send-btn {
  background: transparent;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #fff;
  font-weight: 600;
  width: fit-content;
  height: 46px;
  cursor: pointer;
  padding: 10px 30px;
  transition: background 0.3s, color 0.3s;

  display: flex;
  background: transparent;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  & img {
    width: 20px;
  }
}
hr {
  color: #fff;
}
.contact-form form div {
  width: 100%;
  display: block;
}
.contact-form form .name {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.contact-form form .name div {
  width: 48%;
}

/* -----------------------------------------------------------------------footer sec  */
.footer .left-sec {
  gap: 10px;
}
.footer {
  padding: 40px;
}
.footer a {
  color: white;

  text-decoration: none;
}
.footer a:hover {
  color: #ffc200;
}
.footer .logo p {
  color: #fff;
  padding: 10px 0 10px 0;
  opacity: 70%;
  width: 80%;
}

.services a {
  text-decoration: none;
  color: #cecece;
  font-size: 14px;
  display: block;
  line-height: 23px;
  &:hover {
    color: #ffc200;
  }
}
.services ul {
  display: contents;
}
.services ul li {
  list-style: none;
}
.services h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.address h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.address p {
  color: #fff;
  font-size: 14px;
}
.footer .left-sec {
  justify-content: space-between;
}
/* addres-sec  */
.fter {
  padding: 0;
}
.contact-adrs {
  background: #161b22;
  align-items: center;
  display: flex;
  padding: 10px 40px;
  justify-content: space-between;
}
.ofc-adrs p {
  color: #fff;
  margin: 0;
}
.social-icon {
  font-size: 30px;
  color: #fff;
  display: flex;
  gap: 20px;
  margin-right: 37px;
}

/* About us sec  */
.aboutus h1 {
  font-size: 28px;
  font-weight: 700;
  position: relative;
}
.aboutus .left-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.aboutus h1::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 252px;
  background-image: url(assets/images/banner/underline.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -19px;
  right: 0;
  left: 0;
}
.aboutus .right-sec img {
  width: 100%;
  position: relative;
  top: 76px;
  background: #161b22;
  object-fit: contain;
  padding: 40px;
}
.aboutus .right-sec {
  padding: 51px;
}

.feedbackabout {
  width: 700px;
  margin-top: 10px;
}

.feedback1 {
  display: flex;
  justify-content: space-around;
  border: 1px solid #ffffff4a;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding: 23px;
  gap: 29px;
}
.feedback1 .projects {
  display: flex;
  align-items: center;
  gap: 10px;
}
.feedback1 .projects img {
  height: 35px;
}
.feedback1 .projects h5 {
  color: #fff;
  opacity: 70%;
  font-size: 24px;
}

.feedback .projects {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* choose sec  */
.choose-sec .top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.choose-sec .col-lg-7 > p:last-child {
  margin-top: 10px;
}
.choose-sec .left-sec .top h3 {
  color: #fff;
  opacity: 70%;
}
.left-sec .top p {
  color: #fff;
  opacity: 70%;
  padding-top: 10px;
}

.choose-sec .right-sec img {
  width: 80%;
  background: #161b22;
  padding: 20px;
}

.choose-sec h1 {
  margin-bottom: 0;
}

.choose-sec .right-sec {
  padding-top: 15px;
}

/* ---------------------------------------------------------------contact us  */

.cnct-detil {
  margin: auto;
}
.cnct-detil a {
  &:hover {
    color: #ffc200;
    text-decoration: none;
  }
}
.cnct-detil .row {
  display: flex;
  /* flex-direction: column; */
  color: white;
  gap: 20px;
  align-items: start;
}

.cnct-detil .adrs-icon {
  width: 500px;
}
.cnct-detil .adrs-icon {
  border: 0.2px solid rgba(255, 255, 255, 0.478);
}
.contactus .right-sec img {
  width: 100%;
  padding: 30px;
}

.contactus h1 {
  font-size: 28px;
  font-weight: 700;
  position: relative;
}

.contactus .left-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.contactus h1::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 252px;
  background-image: url(assets/images/banner/underline.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -19px;
  right: 0;
  left: 0;
}
.cnct-detil .top h3 {
  color: #fff;
  opacity: 70%;
}
.cnct-detil .left-sec h2 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px;
}
.cnct-detil .left-sec p {
  color: #fff;
  font-weight: 700;
  background: #30363d;
  padding: 5px;
  font-size: 14px;
}
.cnct-detil .center {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 20px;
}

.adrs-icon {
  background: #161b22;
  padding: 20px;
  border-radius: 5px;
}
.cnct-detil .header h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 15px;
}
.target-sec {
  background: linear-gradient(transparent, #e85824 30%);
}

.home-campaign-git-line1 {
  background: linear-gradient(transparent, #3fb950, #3fb950 30%);
}

.home-campaign-git-line2 {
  background: linear-gradient(transparent, #7c72ff, #2da44e, #3fb950 30%);
}

.home-campaign-git-line3 {
  background: linear-gradient(transparent, #7c72ff, #2da44e, #3fb950 30%);
}

.home-campaign-git-line4 {
  background: linear-gradient(transparent, #7c72ff, #2da44e, #3fb950 30%);
  z-index: -1;
}
.cont-form {
  padding: 0;
}

/* web development services  */
.web-devp  .row .right-sec{
    margin-bottom:10px;
}

.img-sec{
    text-align:center;
}



.web-services .center {
  display: flex;
  align-items: center;
}
.web-services .left-sec h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}
.profesnal .top h3 {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  opacity: 70%;
}
.profesnal .top p {
  color: #fff;
  opacity: 70%;
}

.web-card img {
  height: 115px;
  object-fit: contain;
}
.web-card .web-info div {
  font-weight: 400;
  color: #ffffffde;
  line-height: 30px;
  display: inline;
}
.web-card h3 {
  font-size: 13px;
  background: #1e242d;
  color: #fff;
  font-weight: 600;
  padding: 9px;
}

.front-end .lang-img {
  background: #30363d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  gap: 10px;
  width: 100px;
  height: 100px;
}
.front-end .language {
  display: flex;
  gap: 74px;
  flex-wrap: wrap;
  padding: 20px;
}
.back-end .language {
  display: flex;
  gap: 51px;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 30px;
}
.back-end .lang-img p {
  font-size: 15px;
}
.front-end .lang-img p {
  font-size: 12px;
  margin: 0;
  color: #fff;
  font-weight: 600;
}
.lang-img img {
  height: 50px;
}
.front-end h3 {
  color: #fff;
  opacity: 70%;
  font-size: 24px;
  font-weight: 600;
}
.choose-sec .header {
  font-weight: 600;
}

/* .web-card p{}

.web-info-true */

.web-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  & + button {
    color:  #126fbf;
    border: none;
    background-color: transparent;
  }
}

.web-card-true p {
  display: -webkit-box;
  -webkit-line-clamp: 19;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* & p{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; 
  & +button{
    color: #ed5d23;
    border: none;
    background-color: transparent;

  }
}
}

.clnt-card .info-true p{
display: -webkit-box;
-webkit-line-clamp: 19; 
-webkit-box-orient: vertical;
overflow: hidden;

} */

/* app development  */
.our-mison p {
  color: #fff;
  opacity: 70%;
}
.icon i {
  color: #3ab350;
  font-size: 25px;
}
.choose-sec .icon {
  display: flex;
  gap: 22px;
  align-items: center;
}

/* digital marketing  */

.range .left-sec .top p {
  margin-top: -10px;
}
.range .right-sec {
  width: 80%;
}
.digitalmarking-banner .banner .row {
  justify-content: space-between;
}
.digitalmarking-banner .banner .right {
  text-align: center;
  width: 40%;
}
.read-more1 {
  background: none;
  color:  #126fbf;
  padding: 10px 15px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
}

.web-info .invisible-content {
  display: none;
}

.section {
  height: 50vh;
}
.sec-2 {
  background: linear-gradient(180deg, #126fbf, #2bff00);
}
.sec-3 {
  background: linear-gradient(180deg, #2bff00, #7300ff);
}
.sec-4 {
  background: linear-gradient(180deg, #7300ff, #00ffcc);
}
.sec-5 {
  background: linear-gradient(180deg, #00ffcc, #001aff);
}
.sec-6 {
  background: linear-gradient(180deg, #00ffcc, #001aff);
}
.sec-7 {
  background: linear-gradient(180deg, #00ffcc, #001aff);
}
.sec-7 {
  background: linear-gradient(180deg, #00ffcc, #001aff);
}
.sec-5.last {
  height: 100vh;
}
footer {
  height: 50vh;
}

/* cursor css  */
.box {
  width: 80px;
  height: 80px;
  background-color: transparent; /* Make the box itself transparent */
  position: absolute;
  pointer-events: none; /* Prevent the box from interfering with mouse events */

  transition: box-shadow 0.1s ease;
  border-radius: 50%;
}

/* index.file swiper js  */

input {
  color: white;
}
