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

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

.scrollEffect {
  background-color: white;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  transition: background-color 400ms linear;
}
/*  */

/* ebook section */
.ebook-section {
  padding: 128px 0 80px;
}

.ebook-section h5 {
  background: #ededff;
  border-radius: 35px;
  padding: 8px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #504ee4;
  width: fit-content;
  margin-bottom: 24px;
}

.ebook-section h1 {
  font-family: "Paytone One";
  font-size: 38px;
  line-height: 54px;
  color: #20124d;
  margin-bottom: 12px;
}

.ebook-section p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #393c56;
  margin-bottom: 36px;
}

/* list style */
.ebook-pointslist {
  background: #f9f8fc;
  border-radius: 16px;
  padding: 24px;
  width: 90%;
}

.ebook-pointslist img {
  position: relative;
  top: -1.5px;
  margin-right: 12px;
}

.ebook-pointslist .ebook-list:not(:last-child) {
  margin-bottom: 20px;
}

.ebook-pointslist .ebook-points {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #50536b;
}
/*  */

/* carousel-form-container */
.carousel-form-container {
  background: #eae3ff;
  border-radius: 12px;
}

/* carousel container */
.carousel-container {
  background: #f2eeff;
  border-radius: 12px;
  padding: 48px;
  padding-bottom: 0;
}

.eb-error-msg {
  bottom: -20px;
  position: absolute;
  color: rgb(0, 163, 0);
  font-size: 12px !important;
  text-align: center;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
  width: 32px;
  height: 4px;
  background: #e3ddf2;
  border-radius: 3px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #8987ff;
}

.owl-theme .owl-dots .owl-dot:focus {
  outline: none !important;
}

/* form style */
.form-container {
  padding: 36px 32px 48px;
}

.form-container .kt-signup-form .kt-btn-primary {
  border-radius: 4px !important;
  left: 0;
  width: 174px;
}

.kl-hero-form form {
  display: flex !important;
}

.kl-hero-form .form-control {
  border-radius: 4px;
  margin-right: 8px;
  padding: 15px 20px !important;
  font-weight: 500;
  background: #f5f5f5 !important;
}

.kl-hero-form .form-control::placeholder {
  font-size: 12px;
}
/*  */

/* Cta Section */
.ctaSection {
  background: linear-gradient(130deg, #293a9b -49.16%, #070f3c 77.39%);
  text-align: center;
  padding: 4rem 0;
}

.ctaSection h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.75rem;
}

.ctaSection .kt-btn--primary {
  display: inline-block;
}

/* resources section */

.resources-blur-section {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(127, 77, 234, 0.24);
  backdrop-filter: blur(2px);
  top: 0;
  z-index: 999;
}

.resources-container {
  position: absolute;
  height: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px -10px 32px rgba(0, 0, 0, 0.12);
  border-radius: 24px 24px 0 0;
  bottom: 0;
  z-index: 1000;
  padding: 0;
  transition: all 0.4s;
}

.resources-container h2 {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  text-transform: capitalize;
  color: #120155;
  text-align: center;
  margin-bottom: 24px;
}

.viewanimate {
  height: fit-content !important;
  padding: 56px 0 !important;
}

.successMessage {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #329825;
  margin-bottom: 42px;
}

.resources-card {
  background: #f7f4ff;
  border-radius: 16px;
  display: block;
  height: 100%;
  padding: 8px;
  text-decoration: none !important;
}

.resources-card button {
  border: none;
}

.resources-card-img-container {
  background: #f1edff;
  border: 1px solid #f6f3ff;
  border-radius: 12px;
  text-align: center;
}

.resources-card-text-container {
  padding: 16px;
}

.resources-card-text-container h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #120155;
  margin-bottom: 4px;
}

.resources-card-text-container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #393c56;
  margin-bottom: 28px;
}

.positionSVG {
  position: relative;
  top: 4px;
  margin-right: 8px;
}

.crossSVG {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

/*  */

@media only screen and (max-width: 1200px) {
  .nav-float-right {
    display: none;
  }
  .kl-hero-form form {
    width: 100%;
  }
  .form-container {
    padding: 24px 24px;
  }
  .kt-signup-form .kt-btn-primary {
    border: 0px !important;
    outline: none !important;
    position: relative !important;
    left: 0px;
    font-size: 8px;
    border-radius: 4px !important;
    width: 100%;
    padding: 8px !important;
    margin-top: 0px;
    height: 36px;
  }
  .kl-hero-form .form-control {
    min-width: 170px;
    padding: 15px 12px !important;
    height: 36px;
  }
  .carousel-container {
    padding: 36px;
    padding-bottom: 0;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    top: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .crossSVG {
    top: 20px;
    right: 20px;
  }
  .successMessage {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 32px;
  }
  .resources-container h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .resources-card-container .col-12 {
    margin-bottom: 24px;
  }
  .resources-container {
    overflow-y: scroll;
  }
  .viewanimate {
    height: 80vh !important;
  }
}

@media only screen and (max-width: 576px) {
  .ebook-section .row {
    flex-direction: column-reverse;
  }
  .ebook-section {
    padding: 92px 0 36px;
  }
  .ebook-section h5 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .ebook-section h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
  }
  .carousel-form-container {
    margin-bottom: 24px;
  }
  .ebook-section p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 24px;
  }
  .ebook-pointslist {
    width: 100%;
  }
  .ebook-pointslist .ebook-points {
    font-size: 16px;
    line-height: 24px;
  }
}
