body {
  overflow-x: hidden;
  width: 100vw;
}

html {
  scroll-behavior: smooth;
}
/* hero form */

.hero-form {
  display: flex;
  justify-content: center;
}
.hero-form form {
  display: flex;
}
.main-hero-titie1 {
  font-family: var(--paytone);
  font-size: 46px;
  margin-bottom: 24px;
  color: var(--color-dark-blue);
  margin-top: 240px;
}
.main-hero-titie2 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 50px;
  color: #343434;
  width: 105%;
}
.hero-img-box {
  margin-top: 100px;
}
.hero-img {
  margin-top: 30px;
  transform: scale(1.14);
  position: relative;
  left: 25px;
  border-radius: 10px;
}

.video-box-wrapwer {
  position: absolute;
  top: 0px;
  left: 0px;
}

.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;
}
.txt-blue {
  color: #504ee4;
}

.landing2 {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 80px;
  background: linear-gradient(
    139.24deg,
    rgba(235, 246, 255, 0.028) -7.39%,
    rgba(235, 246, 255, 0.4) 56.97%,
    rgba(235, 246, 255, 0) 105.53%
  );
}
.landing2-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.01em;
  color: #120155;
  margin-bottom: 40px;
}
.clients-logos {
  margin-bottom: 100px;
}
.slack-boxs {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding-top: 40px;
  background: url(../images/slack/slack-lines.png);
  background-position: center;
  background-size: contain;
  height: 306px;
  background-repeat: no-repeat;
}

.slack-boxs-item {
  margin: 0px 40px;
  background: #ffffff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 40px;
  width: 346px;
  height: 226px;
}
.slack-box-logo {
  max-width: 200px;
  height: 50px;
  margin-bottom: 24px;
}
.slack-box-title {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #343434;
}

/* ----------- */

.hero-company-logos {
  margin-top: 100px;
}
.landing-section {
  padding-bottom: 30px;
}

.kl-heading2 {
  font-size: 40px;
  margin-bottom: 60px;
  font-family: var(--paytone);
  color: #120155;
  padding-top: 140px;
}

.scale9 {
  transform: scale(0.8);
}
.scale6 {
  transform: scale(0.6);
}
/* "section-2-item" */

.bold {
  font-weight: 700;
}
.bg-color-blue {
  color: #53b0ff;
}
.bg-color-green {
  color: #3ccc87;
}
.bg-color-violet {
  color: #be6bff;
}
.section-2-item {
  padding-top: 90px;
}
.item-top-subheading {
  text-transform: capitalize;
  border-radius: 28px;
  margin-top: 80px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
}
.pos-left50 {
  position: relative;
  left: -50px;
}
.item-heading {
  font-family: "Paytone One", sans-serif;
  font-size: 32px;
  margin-bottom: 24px;
  color: #05034e;
}
.section-2-item ul {
  list-style: none;
  width: 90%;
  margin-bottom: 25px;
}
.section-2-item li {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #343434;
  margin-bottom: 15px;
}
.item-para {
  font-size: 16px;
  color: #3d3d3d;
}
.section-2-item2 .img-1 {
  position: absolute;
  top: -30px;
  right: 20px;
}
.italic {
  font-style: italic;
}
.img-2 {
  width: 90%;
}
.w-90 {
  width: 90%;
}
.relative {
  position: relative;
}
.section-2-item5 {
  margin-bottom: 120px;
}
.section-2-item .last-title {
  padding-left: 20px;
  position: relative;
}
.section-2-item .border-left {
  border-bottom: 4px solid;
  transform: rotate(90deg);
  width: 20px;
  position: absolute;
  left: -10px;
  top: 8px;
}
.section-2-item1 .border-left {
  border-color: #99ffce;
}
.section-2-item2 .border-left {
  border-color: #b499ff;
}
.section-2-item3 .border-left {
  border-color: #99d0ff;
}
.section-2-item4 .border-left {
  border-color: #ffca99;
}
.section-2-item5 .border-left {
  border-color: #ff99d0;
}
.section-2 {
  margin-bottom: 80px;
}
.sticky-nav-tab .active a {
  text-decoration: underline;
}

/* testimonial-section */
.klenty-badge-section {
  background: url(../images/slack/slack-badge-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 469px;
  display: flex;
  align-items: center;
}
.badge-title {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.01em;
  color: #120155;
  margin: 0px;
}

.try-section {
  background: url(../images/slack/slack-line.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 305px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.try-section-title {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}

/* //////////////////////////////////////// */
/* Media Queries */
/* //////////////////////////////////////// */

@media screen and (max-width: 1100px) {
  .klenty-trials-section {
    margin: 0px 0px 0px !important;
  }
  .testimonial-bg {
    margin-top: 280px;
  }
  .sticky-nav-tab-box {
    display: none;
  }
  .img-md-100 {
    width: 100%;
  }
  .kl-mt40 {
    margin-top: 0px;
  }
  .sticky-nav-tab a {
    font-size: 10px;
  }
  .kl-ft-50,
  .kl-heading2 {
    font-size: 30px;
  }
  .main-hero-titie2 {
    font-size: 16px;
  }
  .kl-heading2 {
    margin-bottom: 0px;
  }
  .section-2-item li {
    font-size: 14px;
  }
  .item-heading {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .testimonial-heading {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 850px) {
  .sticky-nav-tab {
    padding: 5px 0px;
  }
  .pos-left50 {
    position: static;
  }
  .section-2-item {
    padding-top: 70px;
  }
  .section-2-item img {
    margin: 0px 0px;
  }
  .main-hero-titie1 {
    font-size: 33px;
    margin-top: 150px;
  }
  .item-heading {
    font-size: 24px;
  }
  .item-top-subheading {
    margin-top: 0px;
  }
}

@media screen and (max-width: 600px) {
  .hero-img {
    transform: scale(1);
  }
  .hero-img-box {
    margin-top: 30px;
  }
  .landing2 {
    margin-top: 50px;
  }
  .landing-section {
    margin-top: 0px;
    padding-top: 70px;
    margin-bottom: 0;
  }
  .clients-logos-4 {
    width: 80% !important;
  }
  .client-badges-section {
    margin-top: 60px;
  }
  .klenty-trials-box {
    display: flex;
    flex-direction: column;
  }
  .klenty-trials-title {
    text-align: center;
  }
  .slack-boxs-item {
    margin: 0px 0px 50px;
    width: 100%;
    height: 226px;
  }

  .slack-boxs {
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-top: 10px;
    padding-top: 40px;
    background: white;
    height: 100%;
  }
  .klenty-badge-section {
    padding-bottom: 120px;
  }
  .badge-title {
    font-size: 30px;
    text-align: center;
    margin: 100px 0 40px;
  }

  .w-90,
  .section-2-item1 .item-para {
    width: 100%;
  }
  .main-hero-titie2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hero-form {
    padding: 0px 20px;
  }
  .hero-form form {
    width: 100%;
  }
  .hero-company-logos img {
    width: 100%;
  }
  .sticky-nav-tab {
    display: none;
  }
  .section-2-item {
    padding-top: 100px;
  }
  .section-2-item img {
    margin: 70px 0px;
  }

  .section-2-item2 .row,
  .section-2-item4 .row {
    flex-direction: column-reverse;
  }
  .vid-bg-blue {
    display: none;
  }

  .section-2,
  .landing-section {
    padding: 0px 10px;
  }
  .k-video {
    border: none;
  }
  html {
    overflow-x: hidden;
  }
  .section-2-item img {
    margin: 40px 0px 0px;
  }

  .page-subheading,
  .landing-section .text-center {
    text-align: left !important;
    width: 100%;
  }

  .page-heading {
    font-size: 32px;
    text-align: left !important;
  }

  .page-subheading,
  .landing-section .text-center {
    text-align: center !important;
    width: 100%;
  }
  .kl-heading2 {
    margin-bottom: 0px;
  }

  .main-hero-subtext p {
    padding: 0;
  }

  .col-reverse {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 450px) {
  .landing-section {
    margin-top: 0px;
  }
  .client-badges {
    width: 90% !important;
  }

  .item-heading {
    font-size: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .sticky-nav-tab .sticky-slider {
    display: none;
  }
}

/* -------- */

/* testimonial */

.testimonial-heading {
  font-family: var(--paytone);
  font-size: 40px;
  color: #120155;
  margin-bottom: 70px;
  padding-top: 200px;
  text-align: center;
}

.t6-testimonial {
  padding-bottom: 50px;
}

a:hover {
  text-decoration: none;
}

.t6-container svg {
  color: #504ee4 !important;
}

/* clients-badges-section */
