@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");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.navLink {
  margin-right: 25px;
  font-size: 18px;
  font-weight: 600 !important;
}

.navbar-brand img {
  width: 100px;
}

.kt-btn--secondary {
  background: transparent !important;
}

.scrollEffect {
  background-color: white;

  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  transition: background-color 400ms linear;
}

.btn-outline-blue {
  border-color: #504ee4;
  background: transparent !important;
}

/* landing  */

.navbar {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}

.main-header {
  padding-top: 150px;
  height: 700px;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.w-80 {
  width: 80% !important;
}

.landing-section {
  padding-top: 160px;
  padding-bottom: 40px;
  background: linear-gradient(
    145.52deg,
    #d8ebf8 20.36%,
    rgba(216, 235, 248, 0) 95.79%
  );
}

.main-hero-titie1 {
  font-family: Paytone One;
  font-size: 40px;
  text-align: center;
  color: #05034e;
  padding: 0px 5%;
  margin-bottom: 40px;
}
.main-hero-titie1 span {
  color: #504ee4;
}
.kl-left-subheading {
  padding-left: 10%;
  padding-right: 10%;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #05034e;
  margin-bottom: 40px;
}
.bg-heading {
  border-radius: 34px;
  padding: 0px 10px;
  line-height: 150%;
}
.landing-left-heading {
  margin-top: 150px;
  font-family: Paytone One;
  font-size: 39px;
  margin-bottom: 40px;
  color: #05034e;
}
.landing-left-subheading {
  font-size: 20px;
  line-height: 27px;
  color: #05034e;
}
.landing-left ul {
  padding-top: 140px;
  margin-left: 20px;
  font-size: 16px;
  color: #3c3c3c;
  list-style-image: var(--landing-left-ul);
}

.landing-email-left + .landing-right .book-cover-box img {
  margin-left: 22px;
}

.landing-email-left ul {
  padding-top: 16px;
  margin-left: 48px;
  margin-right: 32px;
  font-size: 16px;
  color: #3c3c3c;
  list-style-image: var(--landing-left-ul);
}

.kl-hero-form {
  display: flex;
  justify-content: center;
}
.kl-hero-form form {
  display: flex !important;
}
.kl-hero-form input[type="text"] {
  background: transparent;
}
.mob-view {
  display: none;
}
.kl-hero-form .form-control {
  width: 250px;
  padding: 15px 20px !important;
  font-weight: 500;
}
.kl-hero-form .form-control {
  background: #f5f5f5 !important;
}
.kl-hero-form .form-control:focus {
  box-shadow: none !important;
  border-color: #504ee4;
}
.kl-hero-form .btn-arrow {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.landing-left li {
  padding-left: 15px;
  width: 95%;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.landing-email-left li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3c3c3c;
  padding-left: 15px;
  width: 95%;
  margin-bottom: 16px;
}

.landing-email-left h3 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 47px;
  color: #05034e;
}

.eb-error-msg {
  color: rgb(0, 163, 0);
  font-size: 13px;
}
.ebook-form {
  background: #ffffff;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  max-width: 466px;
  padding: 60px 80px;
  margin-left: 60px;
}

.ebook-form label {
  font-size: 13px;
  padding-left: 10px;
  color: #cacaca;
}

.ebook-form .form-group {
  margin-bottom: 20px;
}

.ebook-form .form-group input {
  padding: 8px 20px;
}

.ebook-form .form-group option {
  padding: 8px 20px;
}

.ebook-form .form-group select {
  padding: 8px 20px;
  height: 100% !important;
}

/* 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);
}

.btn-arrow: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;
}

.ebook-form .btn-arrow {
  margin-top: 10px;
}

/* section 2 =========*/

.section-2 {
  margin-top: 30px;
}

.priview-heading {
  font-family: Paytone One;
  font-size: 48.83px;
  line-height: 68px;
  text-align: center;
  color: #05034e;
  margin-bottom: 50px;
}

.preview-img-box {
  width: 900px !important;
  filter: drop-shadow(20px 20px 50px rgba(0, 0, 0, 0.12));
}

.section-2 .carousel-footer {
  background: #ffffff;
  height: 80px;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.12);
  border-radius: 0px 0px 20px 20px;
  position: relative;
  top: -75px;
  z-index: 1;
}

.section-3 .carousel-footer {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px 0px 16px 16px;
  position: relative;
  height: 80px;
  top: -116px;
  z-index: 9999;
}

.owl-carousel {
  z-index: 2;
}

.preview-img-box img {
  height: 100%;
  width: 900px !important;
}

.section-2,
.relative,
.section-3 {
  position: relative;
}

.ks-Learn-footer {
  font-family: Paytone One;
  font-size: 32px;
  color: #05034e;
  text-align: center;
}
.landing-devied-section {
  margin-top: 40px;
}
.section-2 .s2-downloadebook {
  position: relative;
  top: -140px;
  z-index: 10;
  left: -300px;
}

.section-3 .s2-downloadebook {
  position: relative;
  z-index: 10;
  left: 38%;
  top: 20px;
}

.section-3 .item {
  border-radius: 16px;
}

.section-3 .owl-carousel .owl-item img {
  border-radius: 16px;
}

.book-cover-box img {
}
.cover-box img {
  transform: scale(1.4);
  position: relative;
  top: 30px;
}

.scale2x {
}

.bg-violet {
  height: 400px;
  background: linear-gradient(0deg, #e8e8fa 0%, rgba(232, 232, 250, 0) 143.52%);
  position: absolute;
  bottom: 0px;
  z-index: -1;
  left: 0px;
  width: 100%;
}
.book-cover {
}

.ks-ebook-footer {
  bottom: 0px;
  width: 100%;
  padding: 60px 0px;
  /* margin-top: 48px; */
  background: #110055;
}
.ks-ebook-footer p {
  margin-bottom: 0px;
  color: white !important;
}
.ks-ebook-footer .k-cta {
  z-index: 5;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.owl-dots {
  position: relative;
  top: -20px;
  width: 100px;
  left: 70%;
}

.section-3 .owl-dots {
  position: relative;
  top: 8px;
  left: initial;
  width: initial;
  z-index: -1;
}

.section-3 .owl-theme .owl-nav {
  position: relative;
  top: -8px;
}

.section-3 button:focus {
  outline: none !important;
}

.section-2 .owl-dots .active span {
  background: #504ee4 !important;
}

.section-2 .owl-dots button:focus {
  outline: none !important;
}

.section-2 .owl-prev:focus,
.section-2 .owl-next:focus {
  outline: none !important;
}

.section-2 .owl-prev:hover,
.section-2 .owl-next:hover {
  background: white !important;
  color: #020094 !important;
}

.section-2 .owl-theme .owl-nav {
  margin-top: 10px;
  width: 100px;
  position: relative;
  top: 10px;
  left: 80%;
}

.section-3 .owl-carousel .owl-nav button {
}

.section-3 .owl-carousel .owl-nav button.owl-next {
  background: rgb(193 155 255 / 73%);
  border-radius: 4px;
  padding: 0px 16px 4px !important;
  position: absolute;
  right: 0;
}

.section-3 .owl-carousel .owl-nav button.owl-prev {
  background: rgb(193 155 255 / 73%);
  border-radius: 4px;
  padding: 0px 16px 4px !important;
  position: absolute;
  left: 0;
}

.section-3 .owl-carousel .owl-nav button span {
  font-size: 24px;
}
/* section-2-1 */

.section-2-1 {
}
.cover-item {
  display: flex;
  background: #ffffff;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-bottom: 80px;
}
.book-contain {
  position: relative;
  left: -30px;
}
.cover-box {
  width: 230px;
  height: 300px;
  transform: scale(1.1);
  position: relative;
  left: -50px;
}
.main-book-name {
  max-width: 300px;
  font-family: Paytone One;
  font-size: 25px;
  color: #05034e;
  margin-bottom: 24px;
  margin-top: 70px;
}
.btn-outline-blue p {
  color: #504ee4;
}
.book-cover-right {
  position: relative;
  left: 70px;
}

.cover9 {
  transform: scale(1) !important;
  position: relative !important;
  /* left: -60px; */
  top: -10px !important;
}

@media only screen and (min-width: 1700px) {
  .landing-section {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 1100px) {
  .main-hero-titie1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 800px) {
  .landing-left ul {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .landing-email-left {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .landing-email-left ul {
    margin-right: 0px;
  }
  .landing-section {
    padding-bottom: 10px;
  }
  .landing-right .book-cover-box img {
    position: static;
  }
  .book-cover {
    position: relative;
    left: 0px;
    transform: scale(1);
  }
  .preview-img-box img,
  .preview-img-box {
    width: 700px !important;
  }

  .ebook-form {
    max-width: 466px;
    padding: 60px 20px;
    margin-left: 0px;
  }

  .section-2 .s2-downloadebook {
    position: relative;
    top: -140px;
    z-index: 10;
    left: 200px;
  }

  .section-3 .s2-downloadebook {
    position: relative;
    z-index: 10;
    left: 28%;
    top: 20px;
  }

  .ks-Learn-footer,
  .priview-heading {
    font-size: 28px;
  }
}

@media only screen and (max-width: 600px) {
  .landing-email-left + .landing-right .book-cover-box img {
    margin-left: 0;
  }
  .section-2 {
    display: none;
  }
  .landing-devied-section .row {
    flex-direction: column-reverse;
  }
  .cover-box,
  .book-contain,
  .book-cover-right {
    left: 0px;
  }
  .web-view {
    display: none;
  }
  .cover-item {
    height: 225px;
  }
  .cover-box {
    height: 225px;
    transform: scale(1);
  }
  .preview-img-box img,
  .preview-img-box {
    width: 85% !important;
  }
  .cover-box {
    width: 170px;
  }
  .preview-img-box img {
    width: 100% !important;
  }
  .cover-box img {
    width: 170px !important;
  }
  .s2-downloadebook {
    position: relative;
    top: -140px;
    z-index: 10;
    left: 100px;
  }
  .landing-section {
    background: none;
  }
  .main-hero-titie1 {
    font-size: 24px;
    text-align: left;
    line-height: 150%;
    padding: 0px;
    margin-bottom: 20px;
    width: 90%;
  }
  .kl-left-subheading {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #343434;
    padding: 0px;
    width: 80%;
  }
  .main-book-name {
    font-size: 16px;
    margin-bottom: 24px;
    margin-top: 60px;
  }
  .section-2 {
    margin-top: 40px;
  }
  .priview-heading {
    margin-bottom: 50px;
  }
  .ks-Learn-footer,
  .priview-heading {
    font-size: 22px;
  }
  .ks-Learn-footer {
    margin-top: 0px;
  }
  .owl-dots {
    width: 72px;
  }
  .section-2 .owl-theme .owl-nav {
    left: 90px;
  }
  .s2-downloadebook {
    left: 80px;
  }
  .nav-float-right {
    display: none !important;
  }
  .kl-hero-form form {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .kl-hero-form form input {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .kl-hero-form form .btn {
    border: 4px !important;
  }
}
