@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&family=Paytone+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", sans-serif;
}

/* navbar */

.navbar {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
.navbar a {
  color: #05034e !important;
  font-size: 16px;
  font-weight: bold;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand img {
  width: 104px;
}
.nav-mid {
  margin-left: 200px;
}
.navbar a {
  color: #05034e !important;
  font-size: 16px;
  font-weight: bold;
}
.scrollEffect {
  background-color: white;
  box-shadow: 0 2px 2px -2px rgb(0 0 0 / 20%);
  transition: background-color 400ms linear;
}
.navLink {
  margin-right: 35px;
  font-size: 18px;
  font-weight: 600 !important;
}
.navLink:hover {
  color: #504EE4 !important;
}

/* hero section */

.landing-section {
  margin-top: 150px;
  margin-bottom: 50px;
}

.main-hero-titie1 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  text-transform: capitalize;
  color: #3b19c2;
  margin-bottom: 15px;
}
.bg-yellow {
  background: url(../images/lp2outreach/bg-yellow.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  padding: 5px 16px;
  background-size: contain;
}
.main-hero-titie2 {
  font-size: 49px;
  font-family: "Paytone One", sans-serif;
  text-align: center;
  text-transform: capitalize;
  color: #141414;
  margin-bottom: 24px;
  width: 70%;
}
.main-hero-titie3 {
  width: 65%;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.main-hero-titie2 .blue-color {
  color: #3b19c2;
}
@media only screen and (min-width: 1600px) {
  .main-hero-titie2,
  .main-hero-titie3 {
    width: 50%;
  }
}
.main-hero-titie3 span {
  font-weight: bold !important;
}

/* section2 -------------------------*/

.compare-item {
  margin-top: 48px;
}
.section2-title1 {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.section2-title1-blue {
  color: #3338b9;
}
.section2-title1-red {
  color: #ff1a0f;
}

.section2-title2 {
  font-family: "Paytone One", sans-serif;
  font-size: 25px;
  margin-bottom: 24px;
  color: #2c2c2c;
}
.compare-item ul li {
  font-size: 16px;
  padding-left: 12px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #171717;
  margin-left: 20px;
}

.cross-red {
  list-style-image: url("../images/lp2outreach/red-cross.png");
}

.tick-blue {
  list-style-image: url("../images/lp2outreach/green-tick.png");
}

.hero-form {
  display: flex;
  justify-content: center;
}
.hero-form form {
  display: flex;
}
.hero-form input[type="text"] {
  background: transparent;
}
.hero-form .form-control {
  width: 250px !important;
  width: 60%;
  padding: 8px 14px !important;
  font-weight: 500;
  font-size: 14px !important;
  border: 1px solid #504EE4;
  color: #504EE4;
  margin-right: 20px;
}
.hero-form .btn-arrow p {
  font-size: 14px !important;
}
/* section3 --------------------*/

.section3 {
  padding-top: 120px;
}

.section3header {
  left: 0;
  font-family: "Paytone One", sans-serif;
  font-size: 41px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 130px;
}
.img-star {
  width: 50px;
  position: absolute;
  top: 28px;
  left: -50px;
  z-index: -1;
  position: relative;
}
.feature-img {
  transform: scale(1.6);
}

.feature-item {
  display: inline-block;
  padding: 10px 20px 10px 10px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  line-height: 24px;
  color: #212121;
  margin-bottom: 25px;
  transition: 0.3s;
}
.feature-item .img-item {
  transition: 0.3s;
}
.feature-item:hover {
  box-shadow: 0px 0px 27px rgb(0 0 0 / 18%);
  border-radius: 10px;
}
.item1-img2,
.item2-img2,
.item3-img2,
.item4-img2,
.item5-img2,
.item6-img2,
.item7-img2,
.item8-img2 {
  display: none;
}
.feature-item1:hover .item1-img1 {
  display: none !important;
}
.feature-item1:hover .item1-img2 {
  display: inline-block !important;
}

.feature-item2:hover .item2-img1 {
  display: none !important;
}
.feature-item2:hover .item2-img2 {
  display: inline-block !important;
}
.feature-item3:hover .item3-img1 {
  display: none !important;
}
.feature-item3:hover .item3-img2 {
  display: inline-block !important;
}
.feature-item4:hover .item4-img1 {
  display: none !important;
}
.feature-item4:hover .item4-img2 {
  display: inline-block !important;
}
.feature-item5:hover .item5-img1 {
  display: none !important;
}
.feature-item5:hover .item5-img2 {
  display: inline-block !important;
}
.feature-item6:hover .item6-img1 {
  display: none !important;
}
.feature-item6:hover .item6-img2 {
  display: inline-block !important;
}
.feature-item7:hover .item7-img1 {
  display: none !important;
}
.feature-item7:hover .item7-img2 {
  display: inline-block !important;
}
.feature-item8:hover .item8-img1 {
  display: none !important;
}
.feature-item8:hover .item8-img2 {
  display: inline-block !important;
}
.feature-item .img-item {
  margin-right: 15px;
  position: relative;
  bottom: 5px;
  width: 50px;
  height: 45px;
}
.info-icon2:hover {
  cursor: pointer;
}
.info-icon2 {
  padding-left: 5px;
  margin-right: 10px;
}
.feature-item-section {
  position: relative;
  left: 70px;
}

/* section4 */

.section4 {
  padding-top: 150px;
}
.section4header {
  font-family: "Paytone One", sans-serif;
  font-size: 39px;
  line-height: 54px;
  text-align: center;
  color: #000000;
  margin-bottom: 120px;
}

.section4header span {
  color: #3b19c2;
}

.section4-icon {
  margin-bottom: 24px;
}
.section4-title {
  font-family: "Paytone One", sans-serif;
  font-size: 24px;
  text-transform: capitalize;
  color: #2d2c96;
  margin-bottom: 24px;
}
.section4-pera {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 26px;
}
.section4-pera span {
  font-weight: bold;
}

/* section5 */

.section5 {
  padding-top: 150px;
}
.section5-header {
  font-family: "Paytone One", sans-serif;
  font-size: 41px;
  text-align: center;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 120px;
}
.section5-header span,
.section3header span {
  color: #3b19c2;
}
.section5-para span {
  font-weight: bold;
}
.section5-title {
  font-family: "Paytone One", sans-serif;
  font-size: 30px;
  color: black;
  margin-bottom: 40px;
}
.section5-para {
  font-size: 15px;
  color: #3c3c3c;
  margin-bottom: 16px;
}
.section5-item {
  display: flex;
}
.section5 li {
  font-size: 15px;
  color: #3c3c3c;
  margin-bottom: 16px;
  list-style-image: url("../images/lp2outreach/blue-li.png");
  margin-left: 15px;
  padding-left: 10px;
}
.section5-item {
  margin-bottom: 20px;
}
.section5-item-box {
  display: flex;
  align-items: center;
  align-content: center;
}
.happy {
  margin-top: 100px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 27px;
  color: #05034e;
}

img {
  transition: filter 0.5s;
}

.lazy-img {
  filter: blur(0px);
}

.hero-company-logos {
  margin-top: 80px;
  margin-bottom: 20px;
}

.hero-company-logos img {
  width: 70%;
}

/* testimonial */
.section-3 {
  padding: 50px 0 0px;
}

.section-3-pera {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #2e2e2e;
  height: 160px;
  margin-bottom: 40px;
  width: 90%;
}
.section-3-profile-box {
  display: flex;
}
.section-3-profile-img {
  width: 40px;
  margin-right: 24px;
}
.profile-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #343434;
}
.profile-company {
  font-size: 14px;
  line-height: 19px;
  color: #676767;
}
.border-rig {
  border-right: 0.7px solid #a6a6a6;
}

/* section6 */

.section6 {
  margin-top: 70px;
}
.section6-header {
  font-family: "Paytone One", sans-serif;
  font-size: 39px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 24px;
}
.section6-header2 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 50px;
}

.section6 form {
  max-width: 450px;
  display: flex;
  padding-bottom: 120px;
}

.section6 form .btn {
  background-color: #504EE4;
  font-size: 14px;
  position: relative;
  left: 5px;
  color: white;
  padding: 12px 25px;
  border: 1px solid #504EE4;
  border-radius: 0px 4px 4px 0px !important;
  font-weight: 600;
}
.section6 input {
  padding: 12px 25px;
  border: 1.5px solid #504EE4 !important;
  margin-right: -5px;
  color: #504EE4 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  background: #ffffff;
  border-radius: 0.25rem 0 0 0.25rem !important;
}

.btn-arrow {
  padding: 0px !important;
  background: #504EE4 !important;
}
.btn-arrow p {
  font-weight: 700;

  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
  color: #ffffff;
  padding: 12px 16px;
  margin-bottom: 0px !important;
  transition: 0.3s;
  transform: translateX(5px);
}
.btn-arrow i {
  transition: 0.3s;
  opacity: 0;
  transform: translateX(-3px);
}

.btn-arrow:hover p {
  transform: translateX(-2px);
}
.btn-arrow:hover i {
  opacity: 1;
  transform: translateX(9px);
}
.btn-blue p {
  color: white !important;
}

#pricing {
  padding-top: 30px;
}
html {
  scroll-behavior: smooth;
}
.k-footer {
  padding: 10px 15px 0px;
}
.k-footer-end {
  margin-top: 20px;
}
.arrow-btn-try-outline .btn-arrow {
  border-color: #504EE4 !important;
  background-color: white !important;
}
.arrow-btn-try-outline .btn-arrow p {
  color: #504EE4 !important;
}
.landing-section .btn-arrow p {
  padding: 15px 20px;
}
.img-label-section img {
  width: 100px;
  margin-top: 20px;
  margin-right: 20px;
}
.img-label-section {
  position: relative;
  left: 5px;
}

@media only screen and (max-width: 1050px) {
  .nav-mid {
    margin-left: 82px;
  }
  .main-hero-titie2 {
    font-size: 36px;
  }
  .feature-item-section {
    left: 20px;
  }
  .feature-item {
    font-size: 13px;
    margin-bottom: 18px;
  }
  .img-label-section {
    position: relative;
    left: -30px;
  }
  .section4-pera {
    font-size: 12px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 800px) {
  .nav-mid {
    display: none;
  }
  .main-hero-titie2,
  .section3header,
  .section3header,
  .section5-header,
  .section4header {
    font-size: 30px;
  }
  .img-label-section img {
    width: 60px;
  }
  .feature-item .img-item {
    margin-right: 5px;

    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .hero-form .form-control {
    width: 60% !important;
    margin-right: 10px;
  }
  .hero-company-logos {
    margin-top: 0px;
  }
  .hero-company-logos img {
    width: 100%;
  }
  .main-hero-titie2 {
    width: 90%;
  }
  .landing-section {
    margin-top: 150px;
    margin-bottom: 30px;
  }
  .section4 {
    padding-top: 100px;
  }
  .section-3 {
    padding: 50px 20px;
  }
  .section4header {
    margin-bottom: 60px;
  }
  .landing-section .btn-arrow p {
    padding: 15px 10px;
  }
  .mobile-hide,
  .web-version {
    display: none;
  }
  .border-rig {
    border: none;
  }
  .arrow-btn-try {
    display: none;
  }
  .feature-img {
    transform: scale(1);
  }
  .main-hero-titie2,
  .section3header,
  .section3header,
  .section5-header,
  .section4header,
  .section5-title,
  .section6-header {
    font-size: 24px;
  }
  .main-hero-titie3 {
    line-height: 20px;
  }

  .main-hero-titie3,
  .section2-title1,
  .compare-item ul li {
    font-size: 12px;
  }
  .section2-title2 {
    font-size: 18px;
  }

  .section2 .justify-content-between {
    display: block !important;
    padding: 20px;
  }
  .compare-item ul li {
    font-size: 16px;
    padding-left: 12px;
    line-height: 18px;
    margin-bottom: 18px;
  }
  .section3 {
    padding-top: 50px;
  }
  .feature-item {
    margin-right: 100px;
  }
  .section3header {
    text-align: center;
    margin-bottom: 30px;
  }
  .feature-item-section {
    margin-top: 70px;
  }
  .feature-item {
    display: block;
  }
  .section4header {
    line-height: 30px;
  }
  .section4 {
    text-align: center;
  }
  .section4-pera {
    margin-bottom: 100px;
  }
  .section5 {
    padding-top: 50px;
  }
  .compare-item ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .img-label-section {
    position: relative;
    left: 0px;
    justify-content: center;
  }
  .img-label-section img {
    width: 90px;
    margin-bottom: 50px;
  }
  .order-1 {
    order: 2;
  }
  .order-2 {
    order: 1;
  }
  video {
    margin-top: 50px;
  }
  .section4-pera {
    font-size: 14px;
    line-height: 28px;
  }
  .mobile-img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1300px) {
  .section4 .row {
    position: relative;
    left: 50px;
  }
}
@media only screen and (min-width: 600px) {
  .mobile-version {
    display: none;
  }
  .section5-item-box {
    display: flex;
    height: 100%;
  }
}
video::-webkit-media-controls-timeline {
  display: none;
}

.shake {
  animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

/* g2 section */

.kl-paytone {
  font-family: "Paytone One", sans-serif;
}
.g2Carousel {
  padding: 0px 100px;
  position: relative;
}
.g2-heading {
  font-size: 31px;
  color: #05034e;
  margin-bottom: 80px;
}
.section-g2 {
  position: relative;
  padding: 70px 0px;
  background: linear-gradient(
    128.54deg,
    #f2f2fd 31.75%,
    rgba(242, 242, 253, 0) 85.9%
  );
}

.g2Carousel .owl-prev {
  position: absolute;
  top: 42%;
  left: 3%;
}
.g2Carousel .owl-next {
  position: absolute;
  top: 42%;
  right: 3%;
}
.g2Carousel button:focus {
  outline: none !important;
}
.g2Carousel .owl-next,
.g2Carousel .owl-prev {
  width: 40px;
  height: 38px;
  background: #ffffff !important;
  border-radius: 50%;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}
.g2-source {
  position: absolute;
  right: 19%;
  bottom: 10%;
  z-index: 99;
  font-style: italic;
  font-size: 12px;
}
.g2Carousel svg {
  position: relative;
  top: 2px;
  background: #ffffff;
}
@media only screen and (min-width: 1700px) {
  .g2-source {
    right: 26% !important;
  }
}
@media only screen and (max-width: 1050px) {
  .mobile-img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 800px) {
  .g2-heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .g2Carousel {
    padding: 0px 0px;
  }
  .g2Carousel button {
    display: none;
  }
}
