html {
  font-size: 16px;
  transition: all 0.4s;
  scroll-behavior: smooth;
}

/* Common CSS */

h1 span,
h2 span,
h3 span {
  color: #504ee4;
}

h2 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.8125rem;
  color: #0d144a;
  margin-bottom: 0.625rem;
}

h3 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.625rem;
  color: #0d144a;
  margin-bottom: 0.825rem;
}

.minfonth2 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.625rem;
  color: #0d144a;
  margin-bottom: 0.825rem;
}

h4 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #0d144a;
}

.minfonth3 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #0d144a;
}

.endmargin {
  margin-bottom: 2rem !important;
}

.sp-pt80 {
  margin-top: -54px;
}
/*  */

/* hero-section */

.hero-section {
  background: #f3f0ff;
  padding: 8rem 0 3rem;
}

.hero-section h1 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 2.4375rem;
  line-height: 3.5rem;
  color: #0d144a;
  margin-bottom: 1rem;
}

.hero-section p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000000;
  margin-bottom: 2.5rem;
}

.hero-section .eb-error-msg {
  font-size: 1rem;
  width: 80%;
}

.hero-section .formhead {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.01em;
  color: #5e6175;
  margin-bottom: 2.25rem;
}

/* form style */

.form-container .kt-signup-form .kt-btn--primary {
  border: none;
}

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

/*  */

/* video box */
.video-box {
  position: fixed;
  top: 0px;
  z-index: 1000;
  left: 0px;
  background-color: #504ee4;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-cross svg {
  color: white;
  width: 40px;
  height: 40px;
}
.video-box {
  display: none;
  top: 0px;
}
.pos-relative {
  z-index: 10;
  position: relative;
}
.video {
  width: 70vw !important;
  height: 80vh !important ;
}
.video-box .pos-relative {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box video {
  width: 70vw;
}
.btn-cross {
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 5%;
  right: 12%;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.btn-cross-demo,
.btn-cross-linkedin {
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 5%;
  right: 7%;
}
.btn-cross-demo svg:hover,
.btn-cross-linkedin svg:hover {
  color: #000000;
}
.btn-cross-demo svg,
.btn-cross-linkedin svg {
  color: white;
  width: 40px;
  height: 40px;
}
.html5-video-container video,
#player {
  height: 608px;
  width: 1080px;
}
/*  */

/* blog-section */

.contentSection {
  width: 92%;
  margin: auto;
}

.blog-section {
  padding: 5rem 0;
}

.blog-section aside {
  position: sticky;
  top: 5rem;
  background: #ffffff;
  border: 1px solid #f3f0ff;
  border-radius: 0.625rem;
  padding: 1rem;
  width: 278px;
}

.blog-section .categoriesHead {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #0d144a;
}

.blog-section aside ul {
  list-style-type: none;
  margin: 0;
}

.blog-section aside ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.blog-section aside ul li a {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #5e6175 !important;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.blog-section aside ul li a.active {
  display: inline-block;
  background: #faf9ff;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  color: #504ee4 !important;
  width: 100%;
  border-left: 4px solid #504ee4;
}

.thumbnail {
  cursor: pointer;
}

.highlight {
  font-style: italic;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.825rem;
  color: #5e6175;
  margin-bottom: 1rem;
}

.blog-section p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #5e6175;
  margin-bottom: 0.875rem;
}

.blog-section .contentSection ul {
  margin-left: 2.5rem;
}

.blog-section .contentSection ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #5e6175;
  margin-bottom: 0.5rem;
}

.blog-section .contentSection ol {
  margin-left: 1rem;
}

.blog-section .contentSection ol li {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #5e6175;
  margin-bottom: 0.5rem;
}

/*  */

/* email card */
.emailCard {
  background: #ffffff;
  border: 1px solid #ebecee;
  border-radius: 0.5rem;
  width: 100%;
  height: 284px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.emailCard:hover {
  transform: scale(1.02);
}

.emailCardHead {
  background: #faf9ff;
  border: 1px solid #ebecee;
  border-radius: 0.5rem 0.5rem 0px 0px;
  padding: 0.125rem 0.5rem;
  display: flex;
  align-items: center;
}

.emailCard .dot svg {
  position: relative;
  top: -3px;
  margin-right: 0.15rem;
}

.emailHead {
  font-size: 0.7rem !important;
  line-height: 1.125rem !important;
  letter-spacing: 0.01em !important;
  color: #504ee4 !important;
  margin: 0 !important;
  margin-left: 0.5rem !important;
  text-transform: uppercase;
  /* display: none; */
}

.emailCardContent {
  padding: 0.875rem;
  padding-bottom: 0;
}

.emailCardContent .emailSubject {
  font-weight: 700 !important;
  font-size: 0.75rem !important;
  line-height: 1.125rem !important;
  letter-spacing: 0.01em !important;
  color: #5e6175 !important;
  margin-bottom: 0.75rem;
  height: 54px;
}

.emailCardContent .emailBody {
  font-weight: 400 !important;
  font-size: 0.75rem !important;
  line-height: 1.125rem !important;
  letter-spacing: 0.01em !important;
  color: #5e6175 !important;
  height: 138px;
  padding-bottom: 0.25rem;
  overflow-y: hidden;
}

.emailCardContent .emailBody br {
  margin-bottom: 1rem;
}

.emailCardContent .emailBody::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.emailCardContent .emailBody::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.copyButton {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 7px 7px;
  padding: 0.375rem 0.375rem 0.375rem 0.875rem;
  margin-top: 0px;
  cursor: pointer;
  width: 100%;
}

.copyButton .copyIconDiv {
  border: 0.855705px solid #cececf;
  box-shadow: 0px 2px 4px rgba(56, 56, 56, 0.1);
  border-radius: 50%;
  padding: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.copyButton .copyIconDiv path {
  background-color: transparent;
}

.borderColorChange {
  background: #7876e4;
  border: 0.855705px solid #ffffff !important;
  box-shadow: 0px 2px 5px #d1d0eb !important;
}

.copyButton svg {
  transition: all 0.3s;
  width: 1rem;
  height: 1rem;
}

.copyText {
  font-weight: 500 !important;
  font-size: 0.75rem !important;
  line-height: 1.125rem !important;
  letter-spacing: 0.01em !important;
  color: #504ee4 !important;
  margin: 0 !important;
}
/*  */

/* email-pop-up */

.email-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #0d144a7a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.email-pop-up-container {
  max-width: 992px;
  width: 100%;
  margin: 0 2rem;
  background-color: #fff;
  padding: 2rem;
  position: relative;
  border-radius: 8px;
}

.email-pop-up-body-container {
  border: 1px solid #ebecee;
  border-radius: 0.5rem;
}

.email-pop-up-head {
  padding: 1.25rem 2rem;
  background: #faf9ff;
  border: 1px solid #ebecee;
  border-radius: 0.5rem 0.5rem 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.email-pop-up-head h6 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.01em;
  color: #5e6175;
  width: 68%;
  margin: 0;
}

.email-pop-up-head a {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #504ee4 !important;
  cursor: pointer;
}

.email-pop-up-body {
  font-size: 0.875rem;
  line-height: 1.4rem;
  letter-spacing: 0.01em;
  color: #5e6175;
  padding: 1.5rem 2rem;
}

.email-close {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  cursor: pointer;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background: #0d144a;
}

/*  */

/* resources_you_love-section */
.resources_you_love-section {
  background: #f3f3ff;
  border-left: 0.3175rem solid #b499ff;
  padding: 2rem 2.5rem 1.75rem;
}

.resources_you_love-section h2 {
  font-family: "Paytone One";
  font-size: 2rem;
  line-height: 2.8125rem;
  letter-spacing: 0.01em;
  color: #120155;
  margin-bottom: 1.5rem;
}

.resources_you_love-section ul {
  padding-left: 1.25rem;
  margin-left: 0 !important;
}

.resources_you_love-section ul li {
  color: #5c9bf0 !important;
}

.resources_you_love-section ul li a {
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-decoration-line: underline;
  color: #5c9bf0 !important;
}

/*  */

/* Media Query */
@media only screen and (max-width: 1440px) {
  .hero-section {
    height: 92vh;
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .blog-section aside {
    margin: auto;
    margin-bottom: 2.5rem;
  }
  .contentSection {
    width: 100%;
  }
  .p-2 {
    padding: 1rem 1.5rem !important;
  }

  /* Form css */
  .form-container .kt-signup-form .kt-btn--primary {
    margin-top: 0 !important;
    padding: 12px !important;
    width: 240px;
  }

  .html5-video-container video,
  #player {
    height: fit-content;
    width: fit-content;
  }
}

@media only screen and (max-width: 576px) {
  html {
    font-size: 12px !important;
  }
  .email-pop-up-head {
    flex-direction: column;
  }
  .email-pop-up-head h6 {
    width: 100%;
  }
  .form-container .kt-signup-form .kt-btn--primary {
    font-size: 10px;
  }
}

/*  */
