/* @import url("../web-fonts/stylesheet.css"); */
@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&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&display=swap");

:root {
  --background-color: #f8f9fa;
  /* #faf7f6  */
  --primary-color: #9f8be7;
  --secondary-color: #e17200;
  --semi-secondary-color: #161616;
  --heading-color: #161616;
  --border: #f0eef9;
  /* --border: #e0dddb; */
  --white: #ffffff;
  --primary-text: #303030;
  --primary-gradient: linear-gradient(260deg,
      rgba(103, 192, 17, 1) 0%,
      rgba(1, 146, 151, 1) 100%);

  -border-radius: 20px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "poppins", sans-serif;
  color: var(--primary-text);
  font-size: 17px;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Funnel Display", sans-serif;
  z-index: 16772;
}

.custom-container {
  width: 100%;
  padding: 0px 6rem;
}

h3 {
  font-size: 4rem;
  font-weight: 700;
}

.title-first {
  font-size: 4.3rem;
  line-height: 5.3rem;
  font-weight: 700;
  color: var(--heading-color);
  text-transform: capitalize;
}

.title-third {
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.title-second {
  font-size: 3rem;
  font-weight: 700;
}

.title-fourth {
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.title-fifth {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 15px;
}

.text-style-2 {
  font-size: 24px;
  font-weight: 600;
}

.dot-span {
  color: var(--primary-color);
  font-size: 5rem;
}

.small-para-text {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 600;
}

.para-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
}

.sub-para-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--secondary-color);
}

.divider {
  position: relative;
  width: 150px;
  height: 5px;
  /* line thickness */
  background-color: var(--secondary-color);
  margin: 20px auto;
  border-radius: 10px;
}

.divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  border: 3px solid var(--white);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.col-padd-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.col-padd-5 {
  padding-left: 15px;
  padding-right: 15px;
}

.col-padd-0 {
  padding-left: 15px;
  padding-right: 15px;
}

.primary-button-style {
  background: var(--primary-color);
  padding: 20px 35px;
  border-radius: 50px;
  color: var(--white);
  font-weight: 700;
  border: 0px;
  font-size: 1.2rem;
  margin: 15px 0px;
  text-transform: uppercase;
  transition: all 0.3s ease;

  a {
    color: var(--white);
    text-decoration: none;
  }
}

.primary-button-style:hover {
  background: var(--secondary-color);
}

.ventaforce-highlight-text {
  font-size: 3rem;
  color: var(--semi-secondary-color);
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "Funnel Display", sans-serif;
}

.sub-title {
  text-transform: uppercase;
  color: var(--color-heading);
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  border: 2px dashed var(--primary-color);
  padding: 8px 30px;
  border-radius: 30px;
  font-size: 18px;
  max-width: max-content;
}

.text-list {
  li {
    padding: 8px 0px;
  }
}

.custom-order-1 {
  order: unset;
}

.nav-contact-wrapper {
  display: inline-flex;
  align-items: center;

  .contact-link {
    margin-right: 10px;
    margin-left: 10px;

    a {
      font-size: 1.1rem;
      color: var(--semi-secondary-color);
      font-weight: 500;
      text-decoration: none;

      .contact-icon {
        float: left;
        margin-right: 10px;
        background: #dcdfe1;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    }
  }

  .navbar-toggler {
    background: none;
    border: 0px;
    line-height: normal;
    padding: 0px;
    /* width: 200px; */
    margin-left: 40px;
  }

  .menu-wrapper {
    border-left: 1px solid #d4d3db;
    padding: 37px 25px 37px 0px;
    text-align: center;
    margin-left: 15px;
  }
}

@media (max-width: 1366px) {
  nav {
    .navbar-brand {
      width: 150px;
      padding: 10px 25px 10px 0px;
    }
  }

  h3 {
    font-size: 3rem;
    font-weight: 700;
  }

  .custom-order-1 {
    order: 1;
  }
}

@media(max-width:980px) {
  .dot-span {
    font-size: 2.5rem;
    line-height: 2.0rem;
  }

  .sub-para-text {
    font-size: 1.3rem;
    line-height: 2.0rem;
  }

  .para-text {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .sub-title {
    margin-bottom: 15px;
    padding: 8px 20px;
    font-size: 12px;
  }

  .primary-button-style {
    padding: 15px 15px;
    font-size: 0.9rem;
    margin: 15px auto 0px;
    display: block;
  }

  .title-second {
    font-size: 1.6rem;
  }

  .divider {
    width: 130px;
    height: 2px;
  }

  .divider::after {
    width: 15px;
    height: 15px;
    border: 2px solid var(--white);
  }

  .col-padd-15 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-padd-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .col-padd-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

}

.modal-body {
  padding: 5px;
  margin: 0px;
}

.modal-content .btn-secondary {
  position: absolute;
  right: -4px;
  z-index: 1;
  top: -10px;
  border-radius: 50%;
  background: #2a2a2a;
  border: 0px;
}

.modal.show .modal-dialog {
  max-width: 800px;
}

/* =====Animation Style Start========= */

.move-upDown {
  animation: upDown 2s ease-in-out infinite;
}

.zoom-loop {
  animation: zoomLoop 2s ease-in-out infinite;
}

@keyframes zoomLoop {

  0%,
  100% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }
}

@keyframes upDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* =====Animation Style End========= */

.col-3-grid {
  width: calc(33.33333333% - 30px);
  flex: 0 0 auto;
  margin: 15px !important;
}

@media (max-width: 980px) {
  .col-3-grid {
    width: 100%;
  }
}

footer {
  background-color: var(--background-color);
  padding: 50px 0px;

  .cta-text {
    font-size: 4rem;
    font-family: "Funnel Display", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    line-height: 5rem;
    margin-bottom: 80px;
  }

  .m-0 {
    margin: 0px;
  }

  .footer-logo {
    width: 150px;
    margin-bottom: 25px;
  }

  .left-box {
    background-color: var(--white);
    border-radius: 3rem;
    padding: 50px;
    box-shadow: 0 2px 60px #0000001a;

    .footer-list-style {
      list-style: none;
    }

    .footer-list-style li {
      font-size: 1.1rem;
      padding: 8px 0px;
      font-weight: 500;
      position: relative;
      padding-left: 15px;
    }

    .footer-list-style li a {
      color: var(--primary-text);
      text-decoration: none;
    }

    .footer-list-style li::before {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      background-image: url(../images/next-arrow.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(-50%, -50%);
    }

    h4 {
      font-weight: 700;
      color: var(--semi-secondary-color);
      font-size: 1.8rem;
      margin-bottom: 25px;
    }
  }

  .right-box {
    background-color: var(--semi-secondary-color);
    border-radius: 3rem;
    padding: 50px;
    box-shadow: 0 2px 60px #0000001a;
    width: calc(33.33% - 25px);
    margin-left: 25px;

    .address-icon {
      fill: red;
      /* change color */
    }

    .footer-social {
      background: var(--primary-color);
      color: #fff;
      border-radius: 50% !important;
      text-align: center;
      width: 35px;
      height: 35px;
      line-height: 29px;
      margin: 0 5px;
      padding: 3px;
    }

    .contact-list {
      padding: 0px 0px 0px 10px;
      margin: 25px 0px 25px;
      list-style: none;

      li {
        padding: 10px 0px;
      }

      a {
        text-decoration: none;
        color: var(--white);
        font-size: 1.1rem;

        svg {
          color: var(--primary-color) !important;
          margin-right: 5px;
        }
      }
    }
  }
}

@media (max-width: 980px) {
  body {
    font-size: 15px;
  }

  .ventaforce-highlight-text {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .custom-container {
    width: 100%;
    padding: 0px 15px;
  }

  nav {
    .nav-contact-wrapper {
      .contact-link {
        display: none;
      }

      .menu-wrapper {
        border-left: 0px;
        padding: 0px;
        margin-left: 15px;
        height: 50px;
        display: flex;
        align-items: center;
      }

      .navbar-toggler {
        background: none;
        border: 0px;
        line-height: normal;
        padding: 0px;
        /* width: 200px; */
        margin-left: 15px;
      }
    }

    .navbar-brand {
      width: 130px;
      padding: 10px 10px 10px 0px;
      border-right: 0px;
    }
  }

  h3 {
    font-size: 1.8rem;
  }

  footer {
    .cta-text {
      font-size: 2rem;
      line-height: 2.6rem;
      margin-bottom: 50px;
    }

    .right-box {
      width: 100%;
      padding: 20px;
      margin-left: 0px;
      margin-top: 15px;

      .contact-list {
        a {
          font-size: 14px;
        }
      }
    }

    .left-box {
      padding: 20px;

      .footer-list-style li {
        font-size: 14px;
      }

      h4 {
        font-size: 1.2rem;
        margin-bottom: 10px;
      }
    }
  }
}

/* 
==========Form Input Style================= */

.input-style {
  width: 100%;
  padding: 15px;
  border: 1px solid #dfe2e5;
  border-radius: 25px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
}

@media(max-width:980px) {
  .input-style {
    padding: 10px;
    margin-bottom: 12px;
    font-size: 14px;
  }
}

/* 
==========CTA Section Style================= */

.cta-section-three {
  padding-top: 100px;

  .cta-box-three {
    background-image: url(../images/cta-01.webp);
    background-color: var(--semi-secondary-color);
    border-radius: 3.0rem;
    padding: 100px 50px;
    background-size: 50%;
    background-position: right top;
    background-repeat: no-repeat;

    .ventaforce-highlight-text {
      color: var(--white);
      font-size: 3.0rem;
      margin: 0px;
      line-height: 3.8rem;
    }

    p {
      color: var(--white);
      margin-top: 15px
    }
  }
}

.padd-t-50 {
  padding-top: 50px;
}

.padd-b-100 {
  padding-bottom: 100px;
}


.tick-list-style {
  padding: 0px 0px 0px 10px;
  margin: 0px;
  list-style: none;
}

.tick-list-style li {
  font-size: 1rem;
  padding: 10px 0px;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}

.tick-list-style li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/tick-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 25px;
  transform: translate(-50%, -50%);
}

@media(max-width:980px) {
  .title-third {
    font-size: 1.8rem;
    line-height: 2.0rem;
    margin-bottom: 25px;
  }

  .text-style-2 {
    font-size: 20px;
  }

  .title-fourth {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 10px;
  }

  .cta-section-three {
    padding-top: 30px;

    .cta-box-three {
      border-radius: 2.0rem;
      padding: 20px 20px;

      .ventaforce-highlight-text {
        font-size: 2.0rem;
        line-height: 2.4rem;
      }
    }
  }
}


/* testimonial section on index */

.main-clients {
  background-color: var(--background-color) !important;

  .client-card {
    background: #fff;
    min-height: 470px !important;

    .client-slider-logo {
      width: 100px;
      margin-bottom: 10px;
    }

  }

  .pointer-wrapper {
    margin-top: 15px;

    .pointer-box {
      border: 1px dashed var(--primary-color);
      border-radius: 35px;
      padding: 10px 15px;
      font-size: 12px;
      font-weight: 600;
      width: max-content;
      margin: 5px 5px;
      float: left;
      background: #edeaf9;
    }
  }



  .swiper-pagination-bullet {
    background: #6c63ff;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background: #4f46e5;
  }

  .swiper-button-next,
  .swiper-button-prev {
    position: unset !important;
  }


  .button-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 35px;
    padding-top: 15px;
    position: relative;
    z-index: 0;
  }

  .btn-nav {
    width: 40px !important;
    height: 40px !important;
    border-radius: 8px;
    border: 2px solid #6c63ff;
    background: var(--background-color);
    color: #6c63ff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .btn-nav:hover {
    background: #6c63ff;
    color: #fff !important;
  }

  .btn-primary {
    background-color: #6c63ff;
    border: none;
  }

  .btn-primary:hover {
    background-color: #4f46e5;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 14px !important;
    content: none !important;
  }


}

@media (max-width:786px) {
  .main-clients {
    .client-card {
      min-height: 540px !important;

      img {
        width: 100px !important;
      }
    }
  }
}


/* =========Clients Section========== */

.clients-section {
  padding: 100px 0px;
}

.client-logo-box {
  background: var(--white);
  padding: 15px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 3px 20px #f3efee;
  margin-top: 15px;
  margin-bottom: 15px;

  img {
    width: 100%;
  }
}

@media(max-width:980px) {
  .clients-section {
    padding: 30px 0px 30px;

    .brand-heading {
      h3 {
        text-align: center;
      }
    }
  }

  .mobile-space {
    padding-left: 0px;
    padding-right: 0px;
  }

  .title-fifth {
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .client-logo-box {
    padding: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}