@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700;800&display=swap");
@import "animateCss.css";

* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

p,
span {
  font-family: "Montserrat";
  line-height: 1.5;
  color: #0d0c0e;
}

h1,
h2,
h3 {
  font-family: "Poppins";
  font-weight: 600;
}
h4,
h5,
h6 {
  font-family: "Poppins";
  font-weight: 700;
}
a {
  font-family: "Montserrat";
  color: #8421d1;
  font-weight: 700;
}

.peso-maior{
  font-weight: 600;
}

.feature p{
  font-weight: 600;
}

/* custom-colors */
.clr-1 {
  color: white;
}

.clr-2 {
  color: #70e2d9;
}

.clr-3 {
  color: #8421d1;
}

.color1 {
  background-color: #f7f4fd;
}
.color2 {
  background-color: #f1f3ff;
}
.color3 {
  background-color: #fcf1ff;
}
.color4 {
  background-color: #f4effb;
}


/*header-section  */

.feature {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 19px;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .functionalities .col-md-3 {
    flex: 0 0 auto;
    width: 22%;
  }
}
.feature h5 {
  font-size: 18px;
  line-height: 1.3;
  font-family: "Poppins";
  font-weight: 700;
  color: #040222;
  font-style: normal;
  margin-top: 15px;
  text-align: center;
}
.feature p{
    text-align: center;
}

#header {
  background: url("../img/header-bg.png"), #8421d1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
  max-height: 628px;
}

.cstm-container {
  max-width: 1720px;
  padding: 0 15px;
}

/* navabar */
.top-nav-23 {
  padding: 11px 0;
}

.logo-deva img {
  width: 150px;
}

.rightsidenav {
  justify-content: end;
}

.top-nav3d a.nav-link {
  color: white !important;
  letter-spacing: 1px;
  padding: 0 !important;
  font-weight: 400;
}

.top-nav3d li a.active {
  opacity: 0.7;
}

.top-nav3d li a {
  display: relative;
}

.top-nav3d li a::after {
  content: url("../img/dn-arrow.png");
  border: 0;
  line-height: 14px;
  vertical-align: bottom;
}

.top-nav3d li a:last-child:after {
  display: none;
}

.top-nav3d li {
  margin: 0 11px;
  padding: 15px 3px;
}

.top-nav3d li:last-child,
.top-nav3d li:nth-child(7) {
  margin-right: 0;
}

.nav-btn3 {
  margin-left: 35px !important;
}

.trial-btn span {
  vertical-align: text-bottom;
}

.trial-btn {
  padding: 12px 18px;
  border: 2px solid #f6b72a;
  background: #f6b72a;
  color: #491c6b;
  border-radius: 15px;
  font-weight: 700;
}

.trial-btn:hover {
  border-color: #28c3b7;
  background: #28c3b7;
  color: #491c6b;
  transition: 0.5s;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* navbar end */

/* banner-section */
#main-banner {
  margin: 5% 0 0;
}

#main-banner .container {
  padding: 0;
}

.banner-wrapper {
  display: flex;
}

.left-side-text h1 {
  font-size: 55px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.sub-heading-txt {
  margin: 20px 0 56px;
  line-height: 25px;
}

.opaque-fnt {
  opacity: 0.75;
}

.trial-btn1 {
  padding: 16px 28px;
}

.social-icons-wrpr {
  margin: 55px 0 0 0;
}

.social-icons-wrpr ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-icons-wrpr ul li {
  display: inline-block;
  margin: 0 8px;
}

.social-icons-wrpr ul li a svg {
  fill: white;
}

.social-icons-wrpr ul li:hover svg {
  fill: #17d3aa;
}

.rightimg1 img {
  display: inline-block;
}

.img-wrpr {
  position: relative;
}

.rightimg1 {
  position: absolute;
  margin: -45px -50px;
  width: 670px;
}

.rightimg2 {
  position: absolute;
  margin: 136px 353px;
}

.rightimg3 {
  position: absolute;
  margin: 132px -18px;
}

/* banner end */

/* services start */
#services {
  padding: 130px 0 90px;
}

.sevice-heading,
.cstm-heading,
.managing-heading,
.capability-heading {
  color: #8421d1;
  letter-spacing: 2.1px;
  font-weight: 700;
  margin: 0 0 22px;
}

.services-headings-wrpr {
  padding: 0 0 20px 0;
}

.services-headings-wrpr h2,
.custom-right-container h2,
.managing-left-container h2,
.capability-right-container h2 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #040222;
}

.first-container,
.second-container,
.third-container {
  border: 1px solid #606060;
  border-radius: 30px;
  padding: 0 20px 10px;
  min-width: 329px;
}

.first-container:hover {
  background-color: #f7f4fd;
}

.second-container:hover {
  background-color: #f1f3ff;
}

.third-container:hover {
  background-color: #fcf1ff;
}

.service-img-wrpr1 {
  background: url("../img/service1.png");
  height: 210px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-img-wrpr2 {
  background: url("../img/technology.png");
  height: 210px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-img-wrpr3 {
  background: url("../img/service3.png");
  height: 210px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-content-wrpr {
  padding: 30px 8px 25px;
}

.service-content-wrpr h4 {
  margin-bottom: 25px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  text-align:center;
}

.service-content-wrpr p{
  text-align: center;
} 

.service-content-wrpr a svg {
  margin-left: 15px;
  transition: 0.7s;
  fill: #8421d1;
}

.service-content-wrpr a:hover {
  color: #b485e2;
}

.service-content-wrpr a:hover svg {
  transition: 0.7s;
  transform: translateX(10px);
  fill: #b485e2;
}

/* clients logo */

#clients-logo .container {
  padding: 50px 0;
  border-bottom: 1px solid #eeeeee;
}

#clients-logo ul {
  list-style-type: none;
}

#clients-logo ul a img {
  opacity: 0.5;
}

#clients-logo ul a img:hover {
  opacity: 1;
}

/* client section end */

/* customization section */
#customization {
  margin-top: 80px;
}

.custom-right-container {
  padding: 130px 0 130px 100px;
}

.custom-left-container {
  background: url("../img/custom-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 606px;
}

.cstm-img1,
.cstm-img2,
.cstm-img3 {
  position: absolute;
}

.cstm-btn-wrpr {
  margin: 50px 0 0 0;
}

.cstm-trial-btn {
  border: 1px solid #f6b72a;
  background: #f6b72a;
  color: #491c6b;
}

.cstm-trial-btn:hover {
  border: 1px solid #bb8f2e;
  background: #bb8f2e;
  color: #491c6b;
}

.cstm-img3 {
  margin: 177px 291px;
  max-height: 275px;
}

.cstm-img1 {
  margin: 13px 106px;
}

.cstm-img2 {
  width: 250px;
  margin: 108px 2px;
}

/* customization section end */

/* managing section */
.managing-left-container {
  padding: 80px 130px 100px 0;
}

.managing-list ul {
  list-style-type: none;
}

.managing-list ul li {
  margin: 20px 0;
}

span.manage-num {
  background: black;
  color: white;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  font-weight: 700;
  line-height: 30px;
  margin-right: 15px;
}

.managing-right-container {
  background: url("../img/manging-bg.png");
}

.managing-img3,
.managing-img1,
.managing-img2 {
  position: absolute;
}

.managing-right-container {
  background: url("../img/manging-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 606px;
}

.managing-img2 {
  margin: 215px 90px;
}

.managing-img1 {
  margin: 160px 20px;
}

.managing-img3 {
  margin: 117px 352px;
}

/* managing section end */

/*price section start */
.price-box {
  background-color: #faf6ff;
  border-radius: 15px 15px 15px 15px;
  padding-bottom: 60px;
  margin-bottom: 50px;
}
.price-header {
  text-align: center;
  padding: 20px 0 0;
  background-color: #eee8ff;
  border-radius: 15px 15px 0 0;
}
.price-header h4 {
  font-size: 20px;
  line-height: 1.25;
  font-family: "Poppins";
  font-weight: 700;
  color: #040222;
  font-style: normal;
}
.price-header p {
  font-family: nunito sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #242230;
  font-style: normal;
  padding-bottom: 20px;
  display: block;
}

.price-price {
  text-align: center;
  margin-top: 40px;
}
.price-price h2 {
  font-size: 48px;
  line-height: 1.2;
  font-family: "Poppins";
  font-weight: 700;
  color: #040222;
  font-style: normal;
}
.price-price h2 span {
  font-size: 20px;
  font-weight: 500;
  color: #707f8f;
}
.price-body {
  padding: 0 30px;
  margin-top: 30px;
}
.price-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-body li {
  padding-left: 25px;
  margin-bottom: 12px;
  position: relative;
  color: #425466;
}
.price-body li::before {
  background-color: #5d24cf;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
}
.price-business {
  background-color: #671aa3;
  color: #fff;
}
.price-business h4 {
  color: #fff;
}
.price-business p {
  color: #fff;
}
.price-footer {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

/*price section end */

/* capabilitiy section */

#capability {
  background: url("../img/capability-bg.png"), #8421d1;
  background-size: cover;
  background-repeat: no-repeat;
}

.capability-left-container {
  width: 55%;
}

.capa-video-wrpr img {
  width: 110%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.play-btn {
  width: 80px;
  height: 80px;
  background: rgb(73, 28, 107);
  border-radius: 50%;
  border: 0;
  outline: 3px solid rgb(73, 28, 107);
  outline-offset: -1px;
  transition: 0.1s;
}

.play-btn:hover {
  outline-offset: 5px;
  transition: 0.1s;
}

.capability-heading {
  color: #70e2d8 !important;
  text-transform: uppercase;
}

.capability-right-container {
  padding: 115px 0 115px 100px;
}

.capability-right-container h2,
.capability-right-container p {
  color: white;
}

.capability-icons-wrpr svg {
  margin-right: 25px;
}

.capa-icon-text {
  color: white;
  font-weight: 700;
  font-size: 20px;
}

.one {
  margin: 15px 0;
}

.play-btn {
  width: 80px;
  height: 80px;
  background: #491c6b;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* capability end */

/* counter section */
#counter {
  margin: 130px 0 0 0;
}

.counter-wrpr {
  padding: 110px 0 120px;
  border-radius: 50px;
  background-color: #f7f4fd;
}

.counter-wrpr h1 {
  font-size: 60px;
  font-weight: 800;
  color: #8421d1;
}

.counter-wrpr h6 {
  font-weight: 800;
}

.users::after {
  content: "K";
}

.team::after {
  content: "+";
}

/* counter end */

/* comment section */
#comments {
  padding: 125px 0 130px;
}

.comments-left-container {
  background-image: url("../img/comment-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.comment-text h6 {
  font-weight: 800;
}

.client-comment {
  padding: 30px 30px 15px 30px;
  border: 1px solid black;
  border-radius: 30px;
}

.comma::before {
  content: "\201c";
  font-size: 57px;
  line-height: 45px;
  margin-right: 20px;
}

.box-margin {
  margin-top: 45px;
}

.comments-img2 {
  position: absolute;
  margin: 10px 72px;
}

.client-comment:hover {
  background-color: rgba(132, 33, 209, 0.05);
  transition: 0.5s ease-in;
}

/* comments end */

/* improve business section */
#improve-business {
  background: url("../img/improve-business-bg.png"), #f7f4fd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 130px 0;
}

.business-wrpr {
  padding: 40px 40px 45px;
  background: white;
  border-radius: 30px;
}

.business-wrpr h1 {
  font-weight: 800;
  font-size: 40px;
}

/* improve business end  */

/* footer  */
#footer {
  background-color: #671aa3;
  padding: 100px 0 80px;
}
.copy {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 14px;
  margin-top: 70px;
}
.copy a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer-logo {
  width: 180px;
}

.company-details p,
.company-details a {
  color: white;
}

.company-details a:hover {
  color: #70e2d9;
}

.phn-number {
  margin-bottom: 17px;
}

.social-footer {
  margin: 40px 0 0 0;
}

.industries h5,
.useful-links h5,
.company-links h5,
.Subscribe h5 {
  font-size: 22px;
  margin: 0 0 20px;
  color: white;
  font-weight: 700;
}

.industries-list ul,
.useful-links ul,
.company-links ul {
  padding: 0;
  list-style: none;
}

.industries-list ul li,
.useful-links ul li,
.company-links ul li {
  padding: 5px 0;
}

.industries-list ul li a,
.useful-links ul li a,
.company-links ul li a {
  text-decoration: none;
  color: white;
}

.sub-email {
  padding: 15px 20px;
  margin: 0 0 20px;
}

.subscribe-btn {
  padding: 18px 28px;
  width: 100%;
  border: 0;
  border-radius: 15px;
  background-color: #70e2d9;
  color: #491c6b;
  font-weight: 700;
}

.subscribe-btn:hover {
  background-color: #28c3b7;
  color: #491c6b;
}

/* media query start */

@media only screen and (min-width: 1400px) {
  #main-banner {
    margin: 10% 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  #header {
    max-height: 100%;
    padding: 0 0 100px;
  }

  .banner-wrapper {
    display: block;
  }

  .nav-menu-btn {
    background: url("../img/menu.png") !important;
    background-repeat: no-repeat !important;
  }

  .navbar-light .navbar-toggler {
    border: 0 !important;
  }

  .banner-wrapper {
    text-align: center;
  }

  .left-side-text h1 {
    font-size: 45px;
  }

  .rightimg1 {
    position: relative;
    width: 100%;
  }

  .rightimg2 {
    position: absolute;
    margin: 244px -347px;
  }

  .rightimg3 {
    position: absolute;
    margin: 230px -727px;
  }

  .first-container,
  .second-container,
  .third-container {
    min-width: 300px;
  }

  .custom-right-container {
    padding: 20px 0 0;
    text-align: center;
  }

  .custom-left-container {
    background: url("../img/custom-ipad.png");
    background-repeat: no-repeat;
    background-position: center;
  }

  .cstm-img-wrpr,
  .managing-img-wrpr {
    display: none;
  }

  .managing-wrpr {
    flex-direction: column-reverse;
    padding: 40px 0 55px;
  }

  .managing-right-container {
    background: url("../img/managing-ipad.png");
    background-repeat: no-repeat;
    background-position: center;
  }

  .managing-left-container {
    padding: 50px 0 0;
    display: flex;
  }

  .managing-content {
    width: 67%;
  }

  .capability-left-container {
    width: 100%;
  }

  .capa-video-wrpr img {
    position: relative;
    width: 100%;
    transform: none;
  }

  .play-btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .capability-right-container {
    padding: 0;
    text-align: left;
    margin: 0;
  }

  .capability-right-container h2 {
    width: 50%;
    margin: 0 auto;
  }

  .capa-text {
    padding: 30px 0 0;
  }

  .capability-icons-wrpr {
    padding: 0 0 55px;
  }

  .business-wrpr {
    padding: 90px 40px 100px;
  }

  .Subscribe,
  .industries-list,
  .sub-email {
    width: 100%;
  }

  .Subscribe {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #main-banner .container {
    padding: 0 12px;
  }

  .first-container,
  .second-container,
  .third-container {
    min-width: 215px;
  }
}

@media only screen and (max-width: 565px) {
  .img-wrpr {
    background: url("../img/right-img1.png");
    background-position: center;
    min-height: 237px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .rightimg1 {
    display: none;
  }

  .img-wrpr {
    margin: 50px 0;
  }

  .rightimg3 {
    margin: 76px -196px;
    width: 228px;
  }

  .rightimg2 {
    position: absolute;
    margin: 115px 35px;
    width: 149px;
  }

  .service-container {
    flex-direction: column;
  }

  .first-container,
  .second-container,
  .third-container {
    width: 100%;
    margin: 20px 0;
  }

  #clients-logo .container {
    padding: 0 0 50px 0;
  }

  #clients-logo li {
    padding: 15px;
  }

  .custom-left-container,
  .managing-right-container {
    background-size: contain;
    min-height: 300px;
  }

  .capability-right-container h2 {
    width: 100%;
  }

  .one {
    text-align: left;
  }

  .comments-img2 {
    position: initial;
    margin: 0;
    width: 100%;
    padding: 0 0 50px;
  }

  .business-wrpr {
    padding: 90px 22px 100px;
  }

  .company-details {
    width: 100%;
    margin: 0 0 50px;
  }

  .company-links {
    width: 100%;
  }

  .useful-links,
  .industries {
    width: 50%;
  }
}
