@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0,-50..200');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
    --primary: #2766EB;
    --secondary: #F1F6FF;
    --tertiary: #2486FC;
    --paragraphy: #69748F;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 600,
  'GRAD' 0,
  'opsz' 24
}
body{
    font-family: "DM Sans", sans-serif !important;
}
p{
    color: var(--paragraphy);
    line-height: 30px;
}
.btn-primary{
    background: var(--primary);
    border-radius: 40px;
    padding: 12px 40px;
}
.btn-secondary {
    background: #93909000;
    border-radius: 40px;
    padding: 10px 30px;
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 10px 62px;
    margin-left: 16px;
  }
  .btn-secondary:hover {
    color: #2766eb;
    background-color: #fff;
    border-color: #2766eb;
  }
.btn-body{
    font-size: 14px;
}
.container-fluid {
    padding: 0px 60px;
  }
.header img {
    width: 255px;
  }

  .banner {
    padding-top: 53px;
    margin-bottom: 120px;
  }
.banner span{
    color: var(--tertiary);
    background: var(--secondary);
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 20px;
}
.banner h1{
    font-size: 70px;
    font-weight: bold;
    padding-top: 15px;
}
.banner p{
  color: var(--paragraphy);
  font-size: 25px;
  width: 57%;
  margin: auto;
  padding-bottom: 25px;
  font-weight: 500;
  padding-top: 10px;
}

.banner .banner-img {
    width: 140px;
    position: absolute;
  }
  .banner-a {
    top: 70px;
    left: 70px;
  }
  .banner-b {
    bottom: -35px;
    left: 188px;
  }
  .banner-c {
    top: 38px;
    right: 40px;
  }
  .banner-d {
    bottom: -24px;
    right: 160px;
  }
  .seamles {
    padding-top: 180px;
    height: 740px;
  }
.seamles-img{
    position: absolute;
    top: 0;
    z-index: -1;
    height: 840px;
    object-fit: contain;
    right: 0; 
}
.project-inner{
  padding: 110px 0px 20px;
}
.wp-data h3 {
  width: 65%;
  font-size: 53px;
  font-weight: 800;
}
.clients-section {
  width: 73%;
  margin-left: 70px;
}
.clients-section h3{
  width: 100%;
  font-size: 53px;
  font-weight: 800;
}
.wp-data p{
    font-size: 20px;
}
/* .wp-data{
  padding: 30px;
} */

.card {
    background: #F5F8FF;
    padding: 70px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    border: none;
  }
  .card-bg {
    position: absolute;
    width: 30%;
    bottom: -230px;
    z-index: -1;
    left: 0;
  }
.active {
    color: #69748F;
    border-left: 3px solid var(--primary);
    padding-left: 25px;
    height: 47px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .active p{
    font-weight: 500;
  }
  .deactivate {
    color: #B4B7BD;
    border-left: 3px solid var(--paragraphy);;
    padding-left: 25px;
    height: 47px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .deactivate p {
    color: var(--paragraphy);;
    font-weight: 500;
  }

  .active p,
  .deactivate p{
    margin: 0;
  }

.collab-data {
  width: 630px;
    margin: auto;
}
.collab-data h3{
    font-size: 53px;
    font-weight: bolder;
}
.collab-data p{
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.collab-data p span{
    color: var(--primary);
}
.collab-data p.collab-icons{
    color: #333;
}
.footer-card {
    background: #F1F6FF;
    position: relative;
    overflow: hidden;
}
.footer-card::before{
    content: '';
    position: absolute;
    background-image: url(../img/getstarted/footer-card-bg.png);
    background-size: cover;
    opacity: 58%;
    height: 100%;
    width: 100%;
}
.footer-card .container{
    margin-top: 85px;
}
.footer-card .collab-data h4{
    font-size: 56px;
  font-weight: 900;
  width: 554px;
}
.footer-card .collab-data h4 span {
    color: var(--primary);
}

.footer {
    background: #181818;
    color: #fff;
    padding: 35px 0px;
}
.footer img{
    width: 280px;
}
.footer .footer-menu {
    display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  gap: 46px;
}
.footer-menu li{
    font-size: 18px;
}
.footer-menu li a {
    color: #fff;
    text-decoration: none;
  }
.social-media li,
.footer .footer-menu li {
    list-style: none;
}
.social-media {
    display: flex;
    justify-content: end;
    height: 100%;
  align-items: center;
}
.social-media li{
    background: #fff;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center !important;
    border-radius: 50px;  
}
.social-media a{
  color: #333;
}
.banner-img.banner-b.img-fluid {
    margin-bottom: 15px;
  }
  .footer-card .collab-data {
    margin-left: 80px;
  }


  .capabilities-warpper .collab-data {
    width: auto;
  }
  .capabilities-warpper {
    background: #F5F5F5;
    margin: 80px 0px 0px;
    padding: 50px;
  }
  .capabilities-warpper .head-content p {
    max-width: 835px;
    margin: auto;
  }
  .head-row h5 {
    font-size: 24px;
    font-weight: 700;
  }
  .inner-block {
    display: inline-flex;
    gap: 15px;
  }
  .head-row p {
    max-width: 350px;
  }
  .capabilities-warpper .row{
    --bs-gutter-y: 1.5rem;
}
/* .capabilities-warpper h2{line-height: 1;} */
.capabilities-warpper .hands{
    background-image: url(../img/getstarted/hands.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;

}
.capabilities-warpper .user-group{
    background-image: url(../img/getstarted/usergroup.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;

}
.capabilities-warpper .lock{
    background-image: url(../img/getstarted/lock.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;

}
.capabilities-warpper .access-key{
    background-image: url(../img/getstarted/pass-lock.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;

}
.capabilities-warpper .comments{
    background-image: url(../img/getstarted/message.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
}
.capabilities-warpper .ai-feature{
  background-image: url(../img/getstarted/aifeature.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px;
    display: inline-block;
}
.capabilities-warpper .customer-support{
    background-image: url(../img/getstarted/cs-support.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
}


@media (max-width: 1399.98px) { 
  .clients-section {
    width: 80%;
    margin-left: 70px;
  }
  .clients-section h3 {
    width: 90%;
  }
.banner h1 {
    font-size: 67px;
    }
.banner p {
    width: 75%;
}
.banner-b,
.banner-d { 
    bottom: -35px;
}
.banner-b {
    bottom: -33px;
    left: 100px;
  }
  .banner-d {
    right: 100px;
  }
.banner .banner-img {
    width: 110px;
}
.banner {
    padding-top: 115px;
}
.banner-a {
    top: 100px;
    left: 20px;
}
.wp-data h3 {
    font-size: 42px;
  }
.wp-data p {
    font-size: 18px;
}
p {
    color: var(--paragraphy);
    line-height: 27px;
}
.seamles-img {
  height: 620px;
}
.seamles {
    padding-top: 180px;
    height: 615px;
  }
.collab-data h3 {
    font-size: 42px;
    font-weight: bolder;
}
.collab-data p {
    font-size: 18px;
}
.collab-data {
  width: 82%;
}
.footer-card .collab-data h4 {
    font-size: 47px;
    font-weight: 900;
    width: 466px;
  }
}
@media (max-width: 1199.98px) { 
  .project-inner {
    padding: 75px 0px;
  }
  .clients-section h3 {
    width: 74%;
  }
.banner h1 {
    font-size: 54px;
}
.banner p {
    width: 93%;
    font-size: 20px;
}
.banner .banner-img {
    width: 95px;

}
.wp-data h3 {
    font-size: 26px;
}
.seamles {
    padding-top: 100px;
    height: 540px;
}
.card-bg {
  bottom: 0px;
}
.container-fluid {
    padding: 0px 40px;
}
.collab-data h3 {
    font-size: 26px;
}
.footer-card .collab-data h4 {
    font-size: 35px;
    font-weight: 900;
    width: 404px;
}
.footer-menu li {
    font-size: 15px;
  }
  .head-row h5 {
    font-size: 22px;
  } 
  .footer-card .collab-data {
    margin-left: 0px;
  }

}
@media (max-width: 991.98px) {
 
  .capabilities-warpper {
    margin: 25px 0px;
  }
.capabilities-warpper .collab-data {
 margin: 5px 0px;
}

  .footer-card .collab-data {
    margin-left: 0px;
  }
  .btn-primary {
    padding: 12px 30px;
  }
  .btn-secondary {
    padding: 10px 50px;
  }
    .banner h1 {
        font-size: 45px;
}
.banner span {
    font-size: 16px;
}
.banner {
    margin-bottom: 60px;
}
.seamles-img {
    top: 90px;
}
.seamles {
    padding-top: 100px;
    height: 60vh;
}
.card-bg {
    bottom: 630px;
}
.card {
    background: #F5F8FF;
    padding: 55px;
}
.collab-data {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.footer-card .collab-data h4 {
    width: 100%;
}
.footer-card .container {
    margin-top: 10px;
}
.footer .footer-menu {
    height: 100%;
    text-align: center;
    display: block;
    padding-top: 25px;
    padding-left: 0;
  }
  .footer-menu li {
    font-size: 15px;
    margin-bottom: 11px;
  }
  .social-media {
    justify-content: center;
    padding-top: 25px;
    padding-left: 0;
  }
 
  .project-inner {
    padding: 75px 0px 30px;
  }
 }


 @media (max-width: 767.98px) { 
.header img {
    width: 195px;
}
.banner h1 {
    font-size: 30px;
}
.banner {
    padding-top: 40px;
}
.banner span {
    font-size: 13px;
}
.banner p {
    width: 93%;
    font-size: 17px;
    line-height: 25px;
}
.banner-a {
    top: 15px;
}
.banner-c {
    top: 15px;
    right: 30px;
}
.banner-b {
    bottom: -20px;
    left: 68px;
}
.banner-d {
    right: 64px;
    bottom: -20px;
}
.banner-img.banner-a {
    margin-bottom: 15px;
}
.seamles-img {
    top: 195px;
}
p {
    line-height: 25px;
}
.wp-data p {
    font-size: 16px;
}
.collab-data p {
    font-size: 16px;
}
.footer-card .collab-data h4 {
    font-size: 29px;

}
.inner-block{
  align-items: center;
}
.capabilities-warpper .head-row{
max-width: 330px; 
margin: auto;
}
 }
 @media (max-width: 575.98px) { 

  .capabilities-warpper{
    padding: 20px;
  }

    .seamles-img {
        top: 230px;
      }
      .banner h1 {
        font-size: 25px;
      }
      .banner p {
        width: 100%;
        font-size: 15px;
        line-height: 22px;
      }
      .header img {
        width: 195px;
        margin-bottom: 20px;
      }
      .footer-card .collab-data h4 {
        font-size: 32px;
      }
      .btn-secondary {
        margin-left: 0px;
      }
  }
  @media (max-width: 500.98px) { 
    .btn-secondary {
      padding: 10px 60px;
      margin-top: 11px;
    }
  }
  @media (max-width: 450.98px) { 
    .container-fluid {
        padding: 0px 25px;
    }
    .seamles-img {
        top: 267px;
      }
      .card {
        background: #F5F8FF;
        padding: 20px;
      }
      .banner .banner-img {
        width: 70px;
      }
      .banner-a,
      .banner-b {
        left: 0px;
      }
      .banner-c,
      .banner-d {
        right: 0px;
      }
      .wp-data h3 {
        font-size: 25px;
      }
      .collab-data h3 {
        font-size: 25px;
      }
      .btn-secondary {
        margin-top: 15px;
      }
      .footer-card .collab-data h4 {
        font-size: 32px;
        margin-bottom: 35px;
      }
      .banner h1 {
        font-size: 29px;
      }
      .seamles {
        padding-top: 100px;
        height: 499px;
      }
  }