body {
    padding: 0;
    margin: 0;
    font-family: 'Anek Latin', sans-serif;
}
.bannerTop{
    background-image: url(../image/landingbanner_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 1100px;
    background-size: 100%;
    position: relative;
    background-position: top;
}
header .logo{
    height: 50px;
}
header{
    padding-bottom: 80px;
}
.btn-primary{
    border-radius: 10px;
    background: var(--gradiet, linear-gradient(95deg, #BF1AA5 1.7%, #FF8785 92.88%));
    border: none;
    padding: 12px 22px;
    font-size: 18px;
    font-weight: 400;
}
.contentBody h1 {
  font-size: 150px;
  font-weight: 600;
  color: #333333;
  line-height: 8rem;
}
.contentBody h1 span {
  background: linear-gradient(90deg, rgba(202,44,160,1) 0%, rgba(234,99,144,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bannerLabel{
    height: 65px;
}
/* .cubesImg img{
    height: 590px;
} */
.bannerInner{
    max-width: 1400px;
    margin: auto;
}
.bannerTop .bannerInfo{
    padding-top: 0px;
    text-align: left;
}
.bannerTop .contentBody p {
  font-size: 25px;
  color: #5A5A5A;
  font-weight: 300;
  line-height: 2.2rem;
}
.bannerTop .btn-dark{
    background-color: #191919;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 12px 40px;
    border-radius: 35px;
}
.btn-outline-dark{
  background: #fff;
  border: 1px solid #191919;
  font-size: 22px;
  font-weight: 400;
  border-radius: 35px;
  padding: 12px 40px;
}
.btn-dark{
    background-color: #333;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 12px 45px;
    border-radius: 35px;
}
.btn-white{
    background-color: #fff;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    padding: 12px 45px;
    border-radius: 35px;
}
.bannerInner ul,footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  
.bannerInner  li {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    -webkit-transition: .2s ease;
    transition: .2s ease;
    background: #fff;
  }
  .bannerInner  li:nth-child(n+2) { margin-left: -35px; }
  .bannerInner  li img{
    height: 120px;
    width: 120px;
  }
  .ourProjects{
    position: relative;
    grid-column: span 4;
  }
  .ourProjects::after{
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    border-right: 3px solid #D53DE5;
  }
  .joinUs{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 10px;
    align-items: center;
  }
  .joinUs .contentBody{
    grid-column: span 8;
  }  
.contentBody h3{
    font-size: 50px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 4rem;
}
.contentBody p{
    font-size: 22px;
    color: #5A5A5A;
    font-weight: 300;
}

.exploreCapabilities .row > div {
  margin-bottom: 30px;
}
.exploreCapabilities .row > div:nth-child(2) .contentBody.innerImg{
    background-image: url(../image/explore1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 445px;
    border-radius: 40px;
    display: flex;
    align-items: flex-end;
}
.exploreCapabilities .row > div:nth-child(3) .contentBody.innerImg{
    background-image: url(../image/explore2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 445px;
    border-radius: 40px;
     display: flex;
    align-items: flex-end;
}
.exploreCapabilities .row > div:nth-child(4) .contentBody.innerImg{
    background-image: url(../image/explore3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 445px;
    border-radius: 40px;
     display: flex;
    align-items: flex-end;
}
.exploreCapabilities .row > div:nth-child(5) .contentBody.innerImg{
    background-image: url(../image/explore4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
    border-radius: 40px;
     display: flex;
    align-items: flex-end;
}
.exploreCapabilities .row > div:nth-child(6) .contentBody.innerImg{
    background-image: url(../image/explore5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
    border-radius: 40px;
     display: flex;
    align-items: flex-end;
}
/* .exploreCapabilities .row > div:last-child{
  margin: 30px 0px 0px;
} */
.contentBody h5{
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
.exploreCapabilities .contentBody.innerImg p{
    color: #fff;
    margin: 0;
    font-size: 20px;
    line-height: 25px;
}
.contentBody.innerImg{
  padding: 20px;
}
.SaasWrapper{
    background-color: #F8F9FB;
    position: relative;
}
.text-gradient{
    background-image: var(--gradiet, linear-gradient(95deg, #BF1AA5 1.7%, #FF8785 92.88%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 22px;
  }
  .saasImg{
    position: absolute;
    height: 410px;
    bottom: 0px;
  }

  .exploreCapabilities,.aiWrapper,.SaasWrapper,.technWrapper{
    margin-top: 70px;
  }
  .aiWrapper img{
    border-radius: 40px;
  }
  .listitems li{
    display: flex;
  }
.aiWrapper .listitems li:nth-child(1) span{
   background-image: url(../image/chatmessage.png) ;
   background-repeat: no-repeat;
    height: 135px;
    width: 135px;
    
  }
.aiWrapper .listitems li:nth-child(2) span{
    background-image: url(../image/datasearch.png) ;
    background-repeat: no-repeat;
     height: 135px;
     width: 135px;
  }
.aiWrapper .listitems li:nth-child(3) span{
    background-image: url(../image/star.png) ;
    background-repeat: no-repeat;
     height: 135px;
     width: 135px;
     
  }
.aiWrapper .listitems.genAIBody li:nth-child(1) span{
    background-image: url(../image/documnet.png) ;
    background-repeat: no-repeat;
     height: 135px;
     width: 135px;
     
  }
.aiWrapper .listitems.genAIBody li:nth-child(2) span{
     background-image: url(../image/files.png) ;
     background-repeat: no-repeat;
      height: 135px;
      width: 135px;
  }
.aiWrapper .listitems.genAIBody li:nth-child(3) span{
     background-image: url(../image/search.png) ;
     background-repeat: no-repeat;
      height: 135px;
      width: 135px;
  }
  .aiWrapper .row > div{
      margin-bottom: 70px;
  }
  .listitems{
      margin-top: 25px                       ;
  }
  .listitems .contentBody h6{
      font-size: 26px;
      font-weight: 500;
      color: #000000;
  }
  .listitems p{
      margin-bottom: 0px;
  }
  .tech_Inner{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
    grid-gap: 20px;
  }
  .tech_Inner > div {
    background: #F8F9FB;
    padding: 20px;
    border-radius: 24px;
  }
  .tech_Inner .contentBody h5{
    color: #000000;
  }
  .tech_Inner img{
    margin-bottom: 20px;
    width: 90px;
  }
  footer{
    background: #191919;
    margin-top: 250px;
    padding: 30px;
  }
  .footerBox {
    background-image: url(../image/footerBox.jpg);
    min-height: 400px;
    background-repeat: no-repeat;
    border-radius: 40px;
    padding: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    background-position: center;
    background-size: cover;
}
  .footerBox .contentBody h3,  .footerBox .contentBody p{
    color: #fff;
  }
  .footerBox{
    /* transform: translateY(-170px); */
    margin-top: -210px;
  }
  .contentBody h2{
    font-size: 160px;
    color: #fff;
    font-weight: 600;
  }
  footer .socialMedia ul{
    justify-content: end;
  }
  .footerBox .contentBody{
    max-width: 790px;
    margin: auto;
  }
  footer .socialMedia li i{
    font-size: 60px;
    color: #fff;
  }
  footer .socialMedia  li {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    -webkit-transition: .2s ease;
    transition: .2s ease;
    background: transparent;
    border: 1px solid #494949;
  }
  footer .socialMedia li:nth-child(n+2) { margin-left: -15px; }

  .footerInfo li,.footerInfo a{
    font-size: 19px;
    font-weight: 200;
    color: #fff ;
    text-decoration: none;
    margin-bottom: 0px;
  }
  footer .socialMedia li:hover{
    background: #fff;
  }
  footer .socialMedia li:hover i{
    color: #000 ;
    -webkit-transition: .2s ease;
    transition: .2s ease;
  }
  /* footer .socialMedia li:hover ~ li:nth-child(n+2) {
    border: none;
    box-shadow: none;
  } */
  
  .footerInfo{
    gap: 50px;
    justify-content: end;
    margin-top: 40px;
  }
  .footerInfo.copyWrite{
    justify-content: start;
  }
  .modalInner{
    background: #1A1A1A;
    border-radius: 40px;
    padding: 0 25px;
  }
  .modalInner .contentBody h3,.modalInner .contentBody p{
    color: #fff;
  }
  .modal-content{
    border-radius: 40px;
  }
  .modal-body{
    padding: 2.5rem;
  }


  .modal-body input.form-control{
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    padding-left: 3px !important;
  }

  .modal-body h6{
    font-size: 24px;
    color: #333333;
    font-weight: 400;
  }
  .modal-body label{
    color: #BBBBBB;
    padding-left: 0px;
  }
  .form-control:focus{
    box-shadow: none !important;
  }
  .captchaBox{
    background: #FAFAFA;
    border: 2px solid #D6D6D6;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 120px;
  }
  .captchaBox label{
    color: #000000;
    line-height: 57px;
    font-weight: 500;
  }
  .captchaBox img{
    width: 50px;
  }
  .btn-Box{
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .tech_Inner ul img{
    width: 30px;
    margin-bottom: 0px;
  }
  .tech_Inner li{
    display: flex;
    align-items: center;
    font-size: 19px;
    color: #5A5A5A;
    font-weight: 300;
    gap: 10px;
    margin-bottom: 15px;
  }

  .form-check-input {
    width: 1.5em;
    height: 1.5em;
  }
  section.exploreCapabilities .card {
    height: 100%;
    border-radius: 20px;
}
  section.exploreCapabilities .card-body h3 {
    font-size: 35px;
    margin: 15px 0;
}
  section.exploreCapabilities .card-body p {
    font-size: 24px;
    color: #5A5A5A;
}
.team-list {
  background: rgb(50,44,45);
  background: linear-gradient(25deg, rgba(50,44,45,1) 0%, rgba(0,0,0,1) 100%);
  padding: 30px;
  border-radius: 30px;
  color: #fff;
}
.team-list h3 {
  color: #fff;
}
.team-card {
  width: 250px;
  vertical-align: middle;
  margin: 20px;
}
.team-card h4 {
  font-size: 27px;
}
.team-card img {
  max-width: 125px;
  height: auto;
  margin-bottom: 10px;
}
.team-card > :first-child {
  height: 125px;
}
section.explore-verticals {position: relative;}
section.explore-verticals::before {
  content: '';
  position: absolute;
  background-image: url(../image/ellipse-bg-left.png);
  top: -300px;
  left: 0;
  width: 600px;
  height: 750px;
  display: block;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -9;
}
section.explore-verticals::after {
  content: '';
  position: absolute;
  background-image: url(../image/ellipse-bg-right.png);
  top: 200px;
  right: 0;
  width: 600px;
  height: 750px;
  display: block;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -9;
}
section.explore-verticals .card {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
section.explore-verticals p.card-text {
  color: #3E3838;
  font-size: 25px;
  margin-bottom: 10px;
}
section.explore-verticals .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
section.explore-verticals h4.card-title {font-size: 30px; margin-bottom: 10px;}
section.explore-verticals a.card-link {font-size: 20px;}
a.card-link {
  background: rgb(200,41,161);
  background: linear-gradient(180deg, rgba(200,41,161,1) 0%, rgba(245,117,139,1) 100%);
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
}
.technWrapper a.card-link {
  font-size: 22px;
}
img.grayscale {filter: grayscale(100%)}
.footerBox .contentBody p {font-size: 30px;}
.modalInner .contentBody h3 {
  font-size: 60px;
  margin-bottom: 10px;
}
.modalInner .contentBody p {margin-bottom: 0;}
.modalInner img {width: 100%;}
  /*------ responsive--------*/

  
  @media (max-width: 1799.98px) { 

    /* .cubesImg img {
      height: 425px;
    } */
    /* .bannerTop {
      height: 960px;
    } */
      .bannerTop {
      height: 100%;
    }

   }
   @media (max-width: 1399.98px) { 
    .contentBody h1 {
      font-size: 100px;
      max-width: 980px;
      margin: auto;
      line-height: 6.5rem;
    }
    /* .bannerTop {
      height: 910px;
    } */
    /* .cubesImg img {
      height: 375px;
    } */
    .bannerInner li {
      width: 70px;
      height: 70px;
    }
    .bannerTop .contentBody p {
      font-size: 26px;
      line-height: 2.4rem;
    }
    .bannerInner li img {
      height: 100px;
      width: 100px;
    }
    .contentBody h3 {
      font-size: 40px;
      line-height: 3.7rem;
    }
    .saasImg {
      height: 350px;
    }
    .bannerTop .bannerInfo {
      padding-top: 80px;
    }
    .exploreCapabilities, .aiWrapper, .SaasWrapper, .technWrapper {
      margin-top: 60px;
    }
    .exploreCapabilities .contentBody.innerImg p {
      font-size: 17px;
      line-height: 22px;
    }
    .tech_Inner {
      grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
      grid-gap: 15px;
    }

    .contentBody h2 {
      font-size: 140px;
    }

    }

    @media (max-width: 1199.98px) {

      .contentBody h1 {
        font-size: 100px;
        max-width: 850px;
        line-height: 5.4rem;
      }
      /* .cubesImg img {
        height: 320px;
      } */
      .bannerTop .contentBody p {
        font-size: 24px;
        line-height: 2.2rem;
      }
      .bannerInner li {
        width: 50px;
        height: 50px;
      }
      .bannerInner li img {
        height: 80px;
        width: 80px;
      }
      .bannerInner li:nth-child(n+2) {
        margin-left: -20px;
      }
      /* .bannerTop {
        height: 850px;
      } */
      .contentBody h3 {
        font-size: 35px;
        line-height: 3rem;
        margin-bottom: 10px;
      }
      .contentBody p {
        font-size: 18px;
        color: #5A5A5A;
        font-weight: 300;
      }
      .saasImg {
        height: 300px;
      }
      .listitems .contentBody h6 {
        font-size: 22px;
      }
      .contentBody h5 {
        font-size: 30px;
      }
      .aiWrapper .listitems li:nth-child(1) span,.aiWrapper .listitems li:nth-child(2) span,.aiWrapper .listitems li:nth-child(3) span,.aiWrapper .listitems.genAIBody li:nth-child(1) span,.aiWrapper .listitems.genAIBody li:nth-child(2) span,.aiWrapper .listitems.genAIBody li:nth-child(3) span {
        height: 125px;
        width: 90px;
        background-size: contain;
        margin-right: 15px;
      }
      .exploreCapabilities, .aiWrapper, .SaasWrapper, .technWrapper {
        margin-top: 45px;
      }
      .contentBody h2 {
        font-size: 110px;
      }
      footer .socialMedia li i {
        font-size: 50px;
      }
      footer .socialMedia li {
        width: 90px;
        height: 90px;
      }
      .footerInfo {
        gap: 20px;
      }
      .footerInfo li, .footerInfo a {
        font-size: 16px;
        font-weight: 300;
      }
      .footerBox .contentBody {
        max-width: 680px;
      }
      .tech_Inner {
        grid-template-columns: repeat(auto-fit,minmax(270px,1fr));
        grid-gap: 20px;
      }
      .captchaBox {
        gap: 40px;
      }

      .btn-outline-dark, .btn-dark, .bannerTop .btn-dark {
        min-width: 150px;
        padding: 10px 15px;
        font-size: 18px;
      }
      section.exploreCapabilities .card-body h3 {font-size: 30px;margin: 15px 0;}
      section.exploreCapabilities .card-body p {font-size: 20px;}
      section.explore-verticals p.card-text {font-size: 20px;}
      section.explore-verticals h4.card-title {font-size: 28px;}
      section.explore-verticals a.card-link {font-size: 16px;}
      header {padding-bottom: 30px;}
      .modalInner .contentBody h3 {font-size: 40px;}
     }

     @media (max-width: 991.98px) { 
      .ourTopClients > div:first-child{
        margin: auto;
      }
      footer{
        padding: 20px 0px;
      }
      .modalInner {
        border-radius: 25px;
      }
      .modal-body {
        padding: 1.5rem;
      }

      .captchaBox {
        gap: 35px;
        max-width: 270px;
        margin: auto;
        justify-content: space-between;
      }
      .btn-Box{
        justify-content: center;
      }

      header .logo {
        height: 40px;
      }
      .bannerLabel {
        height: 50px;
      }

      .bannerTop .bannerInfo {
        max-width: 600px;
        margin: auto;
        text-align: center;
        padding-top: 30px;
      }
      .aiWrapper .row > div {
        margin-bottom: 20px;
      }
      /* .bannerTop {
        height: 610px;
      } */
      .contentBody.innerImg {
        padding: 15px 15px 20px;
      }
      .saasImg  {
        position: unset;
        height: auto !important;
      }
      .contentBody h2 {
        font-size: 85px;
      }
      footer .socialMedia li i {
        font-size: 40px;
      }
      footer .socialMedia li:nth-child(n+2) {
        margin-left: -10px;
      }
      footer .socialMedia li {
        width: 70px;
        height: 70px;
      }
      .footerInfo li, .footerInfo a {
        font-size: 13px;
        font-weight: 300;
      }
      .footerInfo {
        gap: 15px;
      }
      .exploreCapabilities, .aiWrapper, .SaasWrapper, .technWrapper {
        margin-top: 30px;
      }
      .aiWrapper .listitems li:nth-child(1) span, .aiWrapper .listitems li:nth-child(2) span, .aiWrapper .listitems li:nth-child(3) span, .aiWrapper .listitems.genAIBody li:nth-child(1) span, .aiWrapper .listitems.genAIBody li:nth-child(2) span, .aiWrapper .listitems.genAIBody li:nth-child(3) span {
        height: 100px;
        width: 50px;
        background-size: contain;
        margin-right: 16px;
      }
      .bannerTop .contentBody p {
        font-size: 20px;
        line-height: 2rem;
      }
      .team-card > :first-child {
        height: 115px;
    }
    .footerBox .contentBody p {
      font-size: 22px;
      line-height: 2rem;
  }
    .footerBox {min-height: 300px !important;}
    .modalInner .contentBody {text-align: center; margin-top: 20px;}
    .modalInner img {width: 300px; display: flex; margin: 0 auto;}
  }

    @media (max-width: 767.98px) { 

      .exploreCapabilities .row > div:last-child {
        margin: 0px;
      }

      footer {
        margin-top: 225px;
      }

      .contentBody h1 {
        font-size: 80px;
        max-width: 100%;
        line-height: 4.7rem;
      }

      .bannerTop .contentBody p {
        font-size: 20px;
        line-height: 1.8rem;
        padding: 0px 20px;
      }
      .exploreCapabilities, .aiWrapper, .SaasWrapper, .technWrapper {
        margin-top: 0;
      }
      /* .bannerTop {
        height: 530px;
      } */
      /* .contentBody h3 {
        font-size: 28px;
        line-height: 2.6rem;
      } */
      .contentBody.innerImg {
        padding: 20px;
      }
      footer{
        text-align: center;
      }

      footer .socialMedia ul,.footerInfo{
        justify-content: center !important;
        text-align: center;
      }
      .footerInfo {
        margin-top: 20px;
      }
      .text-gradient {
        font-size: 16px;
      }
      .technWrapper{
        text-align: center;
      }
      .team-card {
        width: 200px;
        vertical-align: middle;
        margin: 10px;
      }
      .tech_Inner .contentBody li {
        justify-content: center;
    }
    
  }
    @media (max-width: 575.98px) { 

      /* .bannerTop {
        height: 480px;
      } */
      header {
        padding-bottom: 40px;
      }

      .modal-body h6 {
        font-size: 18px;
      }
      .modal-body {
        padding: 1rem;
      }

      .modal-content {
        border-radius: 25px;
      }

      .contentBody h1 {
        font-size: 60px;
        line-height: 3rem;
      }
      .bannerLabel {
        height: 40px;
      }
      .bannerTop .contentBody p {
        font-size: 18px;
        line-height: 1.8rem;
        padding: 0px;
      }
      .bannerTop .bannerInfo {
        padding-top: 15px;
      }
      .bannerInner li {
        width: 35px;
        height: 35px;
      }
      .bannerInner li img {
        height: 50px;
        width: 50px;
      }
      .bannerInner li:nth-child(n+2) {
        margin-left: -10px;
      }
      .ourProjects {
        grid-column: span 5;
      }
      .joinUs .contentBody {
        grid-column: span 7;
      }
      .contentBody h3 {
        font-size: 32px;
        line-height: 2.3rem;
      }
      .contentBody p {
        font-size: 16px;
        color: #5A5A5A;
        font-weight: 300;
      }

      .footerBox{
        min-height: 300px;
        padding: 20px;
      }
      .btn-dark,.btn-white,.btn-primary,.bannerTop .btn-dark {
        font-size: 18px;
        font-weight: 400;
        padding: 10px 15px;
;
      }
      .contentBody h2 {
        font-size: 60px;
      }
      footer .socialMedia li i {
        font-size: 30px;
      }
      footer .socialMedia li {
        width: 60px;
        height: 60px;
      }
      header .logo {
        height: 30px;
      }

      .footerBox {
        min-height: 300px;
        padding: 20px;
      }
      /* .bannerTop {
        height: 600px;
      } */

      .tech_Inner img {
        margin-bottom: 15px;
        width: 70px;
      }
      .contentBody h5 {
        font-size: 22px;
      }
      .tech_Inner li {
        font-size: 16px;;
      }
      .tech_Inner ul img {
        width: 25px;
      }
      .footerBox .contentBody p { font-size: 17px; line-height: 1.75rem;}
      .modalInner img {width: 250px; display: flex; margin: 0 auto;}
      .modalInner .contentBody h3 {font-size: 30px;}
     }

     
    @media (max-width: 400.98px) { 

      header {
        padding-bottom: 48px;
      }
      .contentBody h1 {
        font-size: 55px;
        line-height: 3rem;
    }
      /* .bannerTop {
        height: 435px;
      } */

    }

     @media (min-width: 1350px) { 

    .btn-outline-dark,.btn-dark,.bannerTop .btn-dark{
      min-width: 220px;
    }

  }