@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Song+Myung&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600&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 !important;
  font-family: "Poppins";
}

.k-main-nav {
  display: none;
}

.middle-img {
  position: absolute;
  right: 0;
  top: 330px;
}

.hero-section {
  padding: 128px 0 60px;
  /* background-image: var(--hero-top-img); */
  background-repeat: no-repeat;
  background-position: top;
  background-position-y: -24px;
}

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

.hero-section h1 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 50px;
  color: #20124d;
  margin-bottom: 12px;
}

.btn-blue {
  color: #ffffff;
  height: 44px;
}

.guest-section h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #0d144a;
  margin: 40px 0;
  background: none;
  border-radius: 0;
  padding: 0;
}

.guest-section-testimonial-text:not(:last-child) {
  margin-right: 64px;
}

.guest-section-testimonial img {
  margin-bottom: 20px;
}

.guest-section-testimonial-text h3 {
  font-family: "Paytone One";
  font-size: 22px;
  line-height: 31px;
  color: #0d144a;
  margin-bottom: 2px;
}

.guest-section-testimonial-text p {
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  color: #6c6f89;
  margin: 0;
}

.video-form {
  position: relative;
  background: #e6ddff;
  border-radius: 10px;
  position: sticky;
  padding: 12px;
  top: 140px;
  z-index: 10;
}

.stickyContainer {
  position: sticky;
  top: 140px;
  z-index: 10;
}

.webinar-form {
  background: #eae3ff;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 32px;
}

.buttonVideo {
  padding: 12px 24px !important;
  height: 44px;
  width: fit-content;
  color: white !important;
  background: var(--color-blue) !important;
  border-radius: 4px;
  outline: none !important;
  border-color: var(--color-blue) !important;
  transition: 0.3s;
}

.errorMessage,
.errorMessage1 {
  text-align: left;
  margin-bottom: 16px;
  margin-top: -8px;
  color: #dc3545 !important;
  font-size: 14px;
}

label,
button,
input {
  display: block;
}

.webinar-form label {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  color: #707282;
}

.webinar-form input {
  width: 100%;
  border: 1px solid #c8c8ff;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 20px;
}

.webinar-form input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  color: #c2b6ea;
}

.webinar-form button {
  width: 100%;
  border: none !important;
  margin-top: 40px;
  text-transform: uppercase;
}

.pointsContainer {
  background: #f9f8fc;
  border-radius: 16px;
  padding: 32px 40px;
}

.webinar-content {
  width: 85%;
}

.webinar-content h2 {
  font-family: "Paytone One";
  font-size: 24px;
  line-height: 34px;
  color: #0d144a;
  margin-bottom: 32px;
}

.webinar-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #393c56;
}

.mb-56 {
  margin-bottom: 40px;
}

.webinar-content ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
}

.webinar-content li {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #50536b;
  margin: 0;
}

.purpletick {
  position: relative;
  top: -1.5px;
  margin-right: 12px;
}

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

.bottom-img {
  position: absolute;
  bottom: -65%;
  right: 8%;
}

.bottom-img-1 {
  position: absolute;
  bottom: -50%;
  right: 31%;
}

/* thumbnail-button */
.pos-absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero-play-icon {
  cursor: pointer;
  transform: scale(0.4);
}

.video {
  width: 70vw !important;
  height: 80vh !important;
}

/* video box */
.video-box {
  position: fixed;
  top: 0px;
  z-index: 1000;
  left: 0px;
  background-color: #504ee4e1;
  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-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;
}

.landing-section .pos-abosolute-center:hover .hero-img {
  /* opacity: .5  !important; */
  cursor: pointer !important;
}

.hero-play-icon:hover .hero-img {
  cursor: pointer !important;
  /* opacity: .5 !important; */
}

.hero-img:hover {
  /* opacity: .5 !important; */
  cursor: pointer !important;
}

#vimeo_video {
  width: 70%;
  height: 80%;
}

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

/* cta-section --start */
.cta-section {
  background: var(--cta-section-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  color: #ffffff;
  text-align: center;
}

.cta-section h2 {
  font-family: "Paytone One";
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 36px;
}

/*  */

/*  */

.calendarManagement {
  background: var(--button-section);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 4rem;
  margin: 4rem 0;
  border-radius: 24px;
}

.calendarManagement h2 {
  color: #fff;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.calendarManagement label {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0.25rem;
}

.calendarManagement input[type="email"] {
  width: 100%;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: none;
}

.calendarManagement input[type="email"]::placeholder {
  color: #c4c5c8;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.calendarManagement button {
  border-radius: 8px;
  background: #504ee4;
  width: 100%;
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.0175rem;
  text-transform: uppercase;
  border: none;
  padding: 0.75rem;
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (max-width: 576px) {
  .hero-section {
    padding: 114px 0 56px;
    background-size: 100%;
    background-position-x: -11px;
    background-position-y: 105px;
  }

  .container .row {
    flex-direction: column-reverse;
  }

  .hero-section h1 {
    font-size: 24px !important;
    line-height: 34px !important;
    margin-bottom: 32px;
    max-width: 90%;
  }

  .hero-section .hero-subHead {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 12px;
  }

  .stickyContainer {
    position: initial;
  }

  /* .guest-section-testimonial {
    flex-direction: column;
  } */

  .guest-section-testimonial-text:not(:last-child) {
    margin-right: 36px;
    margin-bottom: 36px;
  }

  .guest-section-testimonial img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 8px;
  }

  .guest-section {
    margin-bottom: 32px;
    margin-top: 32px;
  }

  .guest-section h4 {
    font-size: 20px !important;
    line-height: 36px !important;
    margin-bottom: 24px !important;
    margin-top: 0 !important;
  }

  .webinar-content h2 {
    font-size: 22px !important;
    line-height: 32px !important;
    margin-bottom: 16px !important;
  }

  .webinar-content p {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .webinar-content li {
    display: table-row;
    counter-increment: foo;
    border-spacing: 15px;
  }

  .webinar-content ul > li::before {
    display: table-cell; /* aha! */
    text-align: right;
    padding-right: 8px;
  }

  ul span {
    display: block;
    margin-top: 8px;
  }
  .cta-section {
    padding: 40px 0;
  }
  .cta-section h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .guest-section-testimonial-text h3 {
    font-size: 16.4041px;
    line-height: 23px;
  }
  .guest-section-testimonial-text p {
    font-size: 10.439px;
    line-height: 16px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .webinar-content {
    width: 100% !important;
  }

  .container .calendarManagement .row {
    flex-direction: initial;
  }

  .calendarManagement h2 {
    margin-bottom: 2rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 28px;
    line-height: 42px;
  }

  .hero-section .hero-subHead {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 4px;
  }

  .middle-img,
  .bottom-img-1,
  .bottom-img {
    display: none;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media only screen and (max-width: 1400px) {
}
