@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=Inter:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}

.landing-section {
  margin-top: 170px;
  margin-bottom: 100px;
}

/* arrow button */
.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;
  padding: 12px 16px;
  margin-bottom: 0px !important;
  transition: 0.3s;
  transform: translateX(5px);
}
.btn-blue p {
  color: #ffffff !important;
}
.btn-blue {
  background: #504EE4 !important;
}
.btn-arrow i {
  transition: 0.3s;
  opacity: 0;
  transform: translateX(-3px);
}
.k-cta:hover {
  text-decoration: none !important;
}
.btn-arrow:hover p {
  transform: translateX(-2px);
  text-decoration: none !important;
}
.btn-arrow:hover i {
  opacity: 1;
  transform: translateX(9px);
  text-decoration: none !important;
}
.btn-arrow {
  padding: 0px !important;
}
.btn-border-blue p {
  color: #504EE4 !important;
}
.btn-border-blue {
  border: 1px solid #504EE4;
  background: white !important;
}
.main-hero-titie11{
  color: #504EE4;
  font-size: 24px;
  margin-bottom: 10px !important;
  font-weight: 700;
}
.main-hero-titie1 {
  font-family: Paytone One;
  font-weight: 400;
  color: #05034e;
  font-size: 39px;
  margin-bottom: 20px;
  word-spacing: 4px;
}

.main-hero-subtext {
  margin-bottom: 40px;
  width: 100%;
}

.main-hero-subtext p {
  padding: 0 170px;
  margin-bottom: 0px;
  font-size: 20px;
}

/* .main-hero-subtext p {
  padding: 0px 18%;
} */

/* ///////////////////////////// */

.landing-img-box {
  padding-bottom: 30px;
  position: relative;
  margin-top: 100px;
  background: var(--landing-img-box);
  background-position: bottom;
  width: 100vw;
  background-size: contain;
  background-repeat: no-repeat;
}

/* ///////////////////////////////////////////////// */
/* Landing section */

.main-section {
  margin: 50px 0px;
}

.main-section-item {
  padding-top: 120px;
  /* padding-bottom: 30px; */
  display: flex;
}

.main-section-item-left,
.main-section-item-right {
  flex: 1;
  width: 50%;
  position: relative;
}

.main-section-item-left-box {
  position: absolute;
  top: 7%;
  padding-left: 25%;
}

.main-section-item-right-box {
  position: absolute;
  top: 9%;
  padding-right: 15%;
}

.main-section-item-right-box-special {
  position: absolute;
  top: 3%;
  padding-right: 15%;
}

.main-section-title {
  font-family: Paytone One;
  font-weight: 400;
  color: #05034e;
  font-size: 39px;
  margin-bottom: 40px;
}
.main-section-title span{
  text-decoration: line-through;
    text-decoration-color: #FF0000;
}
.bg-color-blue {
  color: #53b0ff;
  background: rgba(153, 208, 255, 0.3);
  padding: 5px px !important;
}

.bg-color-green {
  color: #3ccc87;
  background: rgba(153, 255, 206, 0.3);
  padding: 5px px !important;
}

.bg-color-purple {
  color: #a533ff;
  background: rgba(210, 153, 255, 0.3);
}

.bg-color-pink {
  color: #ff56b1;
  background: rgba(255, 153, 208, 0.3);
  padding: 5px px !important;
}

.item-heading {
  border-radius: 28px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;

  margin-bottom: 7px;
  padding: 5px 20px;
  font-family: "Inter", sans-serif;
}

.item-main-heading {
  font-family: Paytone One;
  font-style: normal;
  font-weight: normal;
  font-size: 31px;
  line-height: 40px;
  margin-bottom: 30px;
  color: #05034e;
}

.item-sub-heading {
  font-family: "Paytone One", sans-serif;
  font-size: 20px;
  color: #05034e;
  margin-bottom: 30px;
}

.item-para {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #202020;
  width: 90%;
}

.main-section-item-right {
  flex: 1;
  width: 50%;
}

.item-img {
  max-width: 80%;
}

.last-title {
  padding-left: 20px;
  position: relative;
}

.border-left-1 {
  border-color: #56b1ff !important;
}
.border-left-2 {
  border-color: #52ffac !important;
}
.border-left-3 {
  border-color: #be6bff !important;
}
.border-left-4 {
  border-color: #ff69ba !important;
}
.border-left {
  border-color: #6580d6;
}

.border-left {
  border-bottom: 1px solid;
  transform: rotate(90deg);
  width: 20px;
  position: absolute;
  left: -10px;
  top: 12px;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.bold {
  font-weight: 700;
}

.sticky-nav-tab-box {
  z-index: 30;
  position: sticky;
  background-color: white;
  top: 60px;
}
.sticky-nav-tab {
  z-index: 10;
  background: white;
  display: flex;
  justify-content: center;
  padding: 0px 0px;
}

.sticky-nav-tab a {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #9b9b9b;
}
.sticky-nav-tab .active a {
  color: #504EE4 !important;
  text-decoration: none !important;
}
.sticky-nav-tab .active-1 a {
  color: #504EE4 !important;
  text-decoration: none !important;
}
.sticky-nav-tab a:hover {
  color: #504EE4;
  text-decoration: none !important;
}
.sticky-nav-tab-item {
  border-bottom: 2px solid #cacaca;
  padding: 10px 0px;
  color: #9b9b9b;
  width: 220px;
  z-index: 2;
  text-align: center;
}
.sticky-slider {
  border: 2px solid #504EE4;
  width: 230px;
  border-radius: 4px;
  position: relative;
  top: -3px;
  /* left: 116px; */
  transition: 0.07s;
  z-index: 10;
}

/* section 3 */

.section-3 {
  margin-top: 80px;
  background: linear-gradient(
    80.18deg,
    #f2f2fd 0%,
    rgba(242, 242, 253, 0.2) 100%
  );
  height: 730px;
}

.section3 {
  padding: 70px 0px 110px;
}

.section3h3 {
  font-weight: 800;
  font-size: 25px;
  color: #05034e;
  margin-bottom: 120px;
}

.section3-item {
  background: #ffffff;
  border: 5px dashed #fbfbff;
  box-sizing: border-box;
  box-shadow: -30px 30px 30px rgb(0 0 0 / 4%);
  border-radius: 10px;
  position: relative;
}

.section3nub {
  font-size: 150px;
  text-align: center;
  font-family: "Paytone One", sans-serif;
  color: #e8e8ff;
  text-shadow: 4px 4px 15px rgb(255 255 255 / 25%);
  position: absolute;
  top: -140px;
  left: 10px;
}

.inner-line {
  background: #5c9bf0;
  width: 157px;
  /* border-top: 1px solid #eaeaea; */
  border-top: 1px solid #99d0ff;

  position: absolute;
  top: -20px;
  left: 100px;
}

.section3-item {
    margin-right: 30px;
  background: #ffffff;
  border: 5px dashed #fbfbff;
  box-sizing: border-box;
  box-shadow: -30px 30px 30px rgb(0 0 0 / 4%);
  border-radius: 10px;
  position: relative;
}
.section3-item:last-child {
    margin-right: 0px !important;
}
.section3-item-box {
  width: 230px;
}

.section3icon {
  margin-bottom: 20px;
  /* width: 22px; */
  /* height: 22px; */
  margin-top: 45px;
}

.section3-subtitle {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #05034e;
  padding: 0px 19px;
  padding-bottom: 2rem;
}

.section3-heading {
  font-family: "Paytone One", sans-serif;
  font-size: 25px;
  text-align: center;
  color: #05034e;
}

/* section-2-2 */

.section2-2-bg {
  position: relative;
  top: 50px;
}
.section2-2-heading{
  font-family: "Paytone One", sans-serif;
  font-size: 25px;
  color: #05034e;
  margin-top: 100px;
  padding-bottom: 100px;
}
.section2-2 {
  height: 200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  top: -122px;
}

.section2-2-box {
  background: var(--section2-2-box);
  background-repeat: no-repeat;
  width: 1050px;
  box-shadow: 15px 15px 40px rgb(0 0 0 / 10%);
  border-radius: 8px;
  background-position: center;
  background-size: cover;
}

.section2-2-bg .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.align-center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.badge-box {
  display: flex;
  height: 200px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: relative;
  left: -80px;
}

.badge-box img {
  width: 100px;
}

/* Last section  */
/* /////////////////////////////////////////// */

.last-section {
  margin: 250px 0px 100px;
}

.last-heading {
  margin-bottom: 50px;
}

.last-heading {
  font-family: "Paytone One", sans-serif;
  font-size: 32px;
  color: #05034e;
}
.main-section-item-right .item-para {
  width: 80%;
}
/* //////////////////////////////////////// */
/* Media Queries */
/* //////////////////////////////////////// */

@media only screen and (min-width: 1600px) {
  .landing-img-box {
    background-size: cover;
  }
  .main-section-item-right-box {
    padding-left: 5%;
  }
  .main-section-item-left-box {
    padding-left: 35%;
  }
  .item-para {
    font-size: 16px;
    width: 70%;
  }
  .main-section-item-right .item-para {
    width: 70%;
  }
  .img-side1 {
    display: flex;
    justify-content: left;
  }
  .img-side2 {
    padding-left: 10%;
  }

  .img-side3 {
    display: flex;
    justify-content: left;
  }

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

@media only screen and (max-width: 1050px) {
  .item-img {
    width: 100%;
  }
  .section3-item-box {
    width: 180px;
  }
  .section2-2-box {
    background-repeat: no-repeat;
    width: 909px;
  }

  .item-main-heading {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .item-sub-heading {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .item-para {
    font-size: 13px;
  }

  .sticky-nav-tab {
    display: none;
  }

  .sticky-slider {
    display: none;
  }

  .badge-box {
    left: -50px;
  }
}

@media only screen and (max-width: 800px) {
  .main-hero-titie1{
    font-size: 30px;
  }
  .page-heading {
    font-size: 32px;
  }
  .page-subheading {
    font-size: 14px;
  }
  .section-3 .d-flex {
    flex-wrap: wrap;
  }
  .main-hero-subtext p {
    padding: 0 70px;
  }
  .section-3 .inner-line {
    display: none;
  }
  .main-section-item-left-box {
    padding-left: 15%;
}
  .section2-2-box {
    width: 90vw;
  }
  .align-center img {
    width: 70%;
  }
  .item-main-heading {
    font-size: 22px;
  }
  .item-sub-heading {
    font-size: 15px;
  }
  .section3-item:nth-last-child(1) {
    margin-top: 100px;
  }
  .section-3 {
    height: 1000px;
  }
  .section3-heading {
    font-size: 18px;
    padding-top: 0px;
  }

  .main-section-item {
    padding-bottom: 100px;
  }
  .main-section-item-right .item-para{
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  html {
    overflow-x: hidden;
  }

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

  .landing-section {
    padding: 20px;
  }

  .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: left !important;
    width: 100%;
  }

  .main-hero-subtext {
    font-size: 14px;
    padding: 0;
  }

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

  .main-section-item {
    flex-direction: column;
    padding-bottom: 60px;
    padding-top: 0;
  }

  .main-section-item-left,
  .main-section-item-right {
    width: 100%;
  }

  .main-section-item-right-box,
  .main-section-item-right-box-special,
  .main-section-item-left-box {
    position: relative;
    padding: 20px;
  }

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

  .section-3 {
    height: 1100px;
  }

  .item-para {
    width: 80%;
  }

  .section3-heading,
  .last-heading,
  .section3h3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .section-3 .d-flex {
    flex-wrap: wrap;
  }

 

  .section-3 .inner-line {
    display: none;
  }

  .section3-item-box {
    width: 135px;
  }

  .section3-item:nth-last-child(2) {
    margin-top: 100px;
  }

  .section2-2-box {
    width: 90vw;
  }

  .align-center img {
    margin-top: 30px;
  }

  .align-center img {
    width: 70%;
  }

  .badge-box {
    height: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0% !important;
    top: 40px;
  }

  .badge-box img {
    width: 70px;
    margin: 0px 20px;
  }

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

  .section3-heading,
  .last-heading,
  .section3h3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .k-navbar {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 450px) {

.main-section-title {
  color: #05034e;
  font-size: 28px;
  margin-bottom: 40px;
  padding: 0px 20px;
}

  .section3-item-box {
    width: 150px;
  }
  .landing-section {
    margin-top: 150px;
  }
  .section3-item {
    margin: 0px 10px;
  }
  
  .section3-heading,
  .last-heading,
  .section3h3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
  .item-heading {
    font-size: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .section3-item-box {
    width: 135px;
  }

  .sticky-nav-tab .sticky-slider {
    display: none;
  }
}