@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
  --off-white: #f4f2e6;
  --yellow: #ffee00;
  --purple: #d09fef;
  --blue: #0cc0df;
}

body *,
::before,
::after {
  box-sizing: border-box;

  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
}

body {
  background-color: #f4f2e6;
  font-family: "Coustard", serif;
  color: black;
  font-size: 18px;
  line-height: 1.5;
}
p {
  margin: 0px;
}
a:focus {
  outline: none !important;
  border: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Calistoga", serif;
  font-weight: 400;
  margin: 0px;
}

/* padding */
.p-150 {
  padding: 150px 0px;
}

.p-120 {
  padding: 120px 0px;
}

.p-50 {
  padding: 50px 0px;
}
.p-90 {
  padding: 90px 0px;
}

h1,
.h1 {
  font-size: 72px;
}

h2,
.h2 {
  font-size: 62px;
  line-height: 1.2;
}

.size92 {
  font-size: 92px;
}

img {
  max-width: 100%;
}

.float_box_row .box h3 {
  font-size: 45px;
  margin: 0px;
}

.banner-heading {
  font-size: 75px !important;
  line-height: 82px;
  font-family: "Calistoga", cursive;
  width: 90%;
  margin: 40px 0px !important;
}
.home-banner-para.banner_para {
  /* width: 70%; */
  width: 100%;
}
.banner_para {
  width: 100%;
}
.banner_para p {
  font-size: 19px !important;
  line-height: 28px !important;
  margin-top: 20px;
}
.we_got_you.better_ways_sect {
  padding: 0 !important;
}
.banner_section {
  min-height: 90vh;
  display: flex;
  justify-content: center;
  padding: 100px 0px;
  overflow: hidden;
  /* align-items: center; */
}
.modrenlaverypolicy td:nth-child(even),
.modrenlaverypolicy th:nth-child(even) {
  padding-left: 15px;
}
.banner_section .inner_section {
  position: relative;
}

/* .banner_animated_wrap {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
} */

.cloud_wrap {
  width: 100%;
  max-width: 600px;
}
.hcard,
.scard {
  will-change: transform, opacity;
}
.people_section {
  position: relative;
}
footer.learner-footer {
  background-color: #ffee00;
  padding-top: 0;
}
footer.learner-footer .about {
  background-color: #f4f2e6;
  max-width: 1140px;
  /* margin: auto; */
}
footer.learner-footer .about1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer.learner-footer .about1 p {
  font-size: 20px;
  line-height: 30px;
}

.help-find-couses {
  gap: 60px;
}
/* .reviews-title-sec{
    min-height: 600px;
} */
.reviews-title-sec h3 {
  font-size: 100px;
  text-align: center;
}
.reviews-title-sec p {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
.rcard-inner {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: #ffee00;
}
.bt_how_it_work.rcard-inner {
  background: #ffbd59;
}
.r-card1,
.r-card2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 11;
}
.help-find-couses.animated_seccard h2 {
  font-size: 65px !important;
  line-height: 75px !important;
  margin-bottom: 20px !important;
}
.find_right_course .help-find-couses.animated_seccard p {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 30px !important;
}
.info-box-fe-point {
  border-radius: 100px;
  border: 4px solid;
  border-color: #000000;
  background-color: #fff;
  padding: 15px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  color: #000;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none !important;
}
.illustration {
  will-change: transform;
}
.info-box-fe-point:hover {
  color: #fff !important;
  transition: 0.5s;
  background-color: #474847;
}
.cards,
.hcards,
.scards {
  position: relative;
}

.card,
.hcard,
.scard {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 3rem;
  z-index: 1;
  background-color: transparent !important;
  border: none !important;
  transition: transform 0.3s ease;
}

/* Ensure each card is layered */
.card:nth-child(1),
.hcard:nth-child(1),
.scard:nth-child(1) {
  z-index: 1;
}
.card:nth-child(2),
.hcard:nth-child(2),
.scard:nth-child(2) {
  z-index: 2;
}
.card:nth-child(3),
.hcard:nth-child(3),
.scard:nth-child(3) {
  z-index: 3;
}
.card:nth-child(4),
.hcard:nth-child(4),
.scard:nth-child(4) {
  z-index: 4;
}
.card:nth-child(5),
.hcard:nth-child(5),
.scard:nth-child(5) {
  z-index: 5;
}
.card:nth-child(6),
.hcard:nth-child(6),
.scard:nth-child(6) {
  z-index: 6;
}
.card:nth-child(7),
.hcard:nth-child(7),
.scard:nth-child(7) {
  z-index: 7;
}
/* Add more if needed */

.cta {
  background-color: #474847;
  font-size: 25px;
  text-align: center;
  color: #fff;
  padding: 22px 70px;
  display: inline-block;
  border-radius: 100px;
  border: 4px solid;
  border-color: #000000;
  font-weight: 400;
  transition: all 0.3s linear;
  font-family: "Calistoga", serif;
  text-transform: capitalize;
  cursor: pointer;
}
.cta-2 {
  background-color: #fff;
  font-size: 25px;
  text-align: center;
  color: #000;
  padding: 22px 70px;
  display: block;
  border-radius: 100px;
  border: 4px solid;
  border-color: #000000;
  font-weight: 400;
  transition: all 0.3s linear;
  font-family: "Calistoga", serif;
  text-transform: capitalize;
  cursor: pointer;
}
.cta-2.cta-yellow:hover {
  text-decoration: none;
  background-color: #474847;
  color: #fff !important;
}
.cta-3 {
  background-color: #fff;
  text-align: center;
  color: #000;
  font-family: Calistoga;
  font-size: 35px;
  line-height: 100%;
  padding: 15px 45px;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 100px;
  border: 4px solid;
  border-color: #000000;
  font-weight: 400;
  transition: all 0.3s linear;
  font-family: "Calistoga", serif;
  text-transform: capitalize;
  cursor: pointer;
}
.cta-3.cta-yellow:hover {
  text-decoration: none;
  background-color: #474847;
  color: #fff !important;
}
.cta.cta_dark {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  color: #ffffff;
}
.spacerr {
  height: 100vh;
}
.spacer3 {
  height: 120vh;
}
.cta.cta_dark:hover {
  border-color: #000000;
  color: #000 !important;
  background: #fff !important;
}

.cta.cta_yellow {
  background-color: #474847;
  color: #fff;
}

.cta.cta_yellow:hover {
  border-color: #000000;
  color: #000 !important;
}

.cta:hover {
  text-decoration: none;
  background-color: #fff;
  color: #474847 !important;
}
.border-text {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 35px;
  border: 4px solid #000000;
  margin: 20px 0px;
}

.starter-slider .box {
  padding: 12px;
  border-radius: 35px;
  border: 4px solid #000000;
}
.fonteducator {
  margin: auto;
  max-width: 50%;
  font-size: 22px;
}

.stick_heading {
  height: 100vh;
  width: 100%;
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: sticky;
  top: -150px;
  z-index: -1;
}

.float_box_grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  top: -150px;
}

.float_box_grid .float_box_row {
  width: 100%;
}

.float_box_grid .box {
  width: 100%;
  max-width: 644px;
}

.float_box_row:nth-child(odd) .box {
  transform: rotate(-14.73deg);
}

.float_box_row:nth-child(even) .box {
  margin-left: auto;
  transform: rotate(14.73deg);
}

.box .border-text ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.box .border-text ul li {
  position: relative;
  margin: 12px 0px;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 16px;
}

.box .border-text ul li:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #000000;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}

/* serve section  */

.serve h2 {
  text-align: center;
  margin-bottom: 38px;
}

.we_serve .box .box_header h3 {
  font-size: 42px;
  line-height: 100%;
  text-align: center;
  max-width: 314px;
  margin: auto;
  /* margin-bottom: 43px; */
  height: 100px;
}

.we_serve .border-text {
  border-radius: 18px;
  border: 5px solid #272727;
  margin: 0px;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
}

.we_serve .box .box_info p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0px;
}

.we_serve .box_footer a.cta {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* font-family: Calistoga; */
  line-height: 100%;
  padding: 20px;
  width: 100%;
  display: block;
}

.we_serve .box {
  height: 100%;
  /* display: flex; */
}

.we_serve .box_footer {
  margin-top: auto;
}

.text-center.marketing_howcrad {
  flex: 1 !important;
}

.we_serve .box_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ock_section {
  position: relative;
}

.ock_heading_wrapper {
  position: sticky;
  top: 0;
  z-index: 10;
}

.ock_four_scroll_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ock_four_scroll {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.ock_four_scroll.visible {
  opacity: 1;
}

.cloud {
  position: relative;
  padding-top: 100px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cloud::after {
  position: absolute;
  content: "";
  top: -5%;
  left: 50%;
  background-image: url(../images/cloud.png);
  width: 1216px;
  height: 641px;
  transform: translate(-50%, 0%);
  z-index: -1;
  background-repeat: no-repeat;
}

/* BANNER  */
.banner_animated_wrap::after {
  content: "";
  position: absolute;
  top: -140px;
  left: 3%;
  background-image: url(../images/cloud.png);
  width: 315px;
  height: 199px;
  transform: translate(15%, -60%);
  z-index: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: rock_3 10s ease infinite;
  z-index: -1;
}
.serve.cloud .box_info {
  max-width: 319px;
  margin: 20px auto;
}
img.boy_main {
  max-width: 100%;
  top: 70px;
  width: 40%;
  left: 28%;
  z-index: 99;
  position: absolute;
}

img.girl_hanging {
  position: absolute;
  right: 30px;
  top: 0px;
  width: 19%;
  z-index: 2;
}
/* 
img.boy_main {
    position: absolute;
    left: 350px;
    width: 25%;
    z-index: 2;
} */
.banner_animated_wrap {
  height: 100%;
}
.banner_animated_wrap::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  background-image: url(../images/cloud.png);
  width: 561px;
  height: 400px;
  transform: translate(20%, 50%);
  z-index: -1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: rock_3 10s ease infinite;
}

.girl_hanging,
.boy_small {
  animation: rock 10s ease infinite reverse;
}

.boy_main {
  animation: rock_2 10s ease infinite;
}

@keyframes rock {
  0% {
    transform: translate(0) rotate(0deg);
  }

  25% {
    transform: translateY(5%) rotate(-3deg);
  }

  50% {
    transform: translate(0) rotate(-1deg);
  }

  100% {
    transform: translate(0) rotate(0deg);
  }
}

@keyframes rock_2 {
  0% {
    transform: translate(0) rotate(0deg);
  }

  25% {
    transform: translateY(5%) rotate(-4deg);
  }

  50% {
    transform: translate(4%) rotate(-3deg);
  }

  100% {
    transform: translate(0) rotate(0deg);
  }
}

@keyframes rock_3 {
  0% {
    transform: translate(20%, 50%);
  }

  25% {
    transform: translate(20%, 60%);
  }

  50% {
    transform: translate(20%, 40%);
  }

  100% {
    transform: translate(20%, 50%);
  }
}

/* trusted by  */

.trusted h2 {
  text-align: center;
  margin-bottom: 23px;
}

.trusted_box {
  border: 3.5px solid #000000;
  border-radius: 25px;
  width: 100%;
  padding: 43px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
}

/* flying cloud  */

.fly_cloud {
  position: relative;
  width: 100%;
  height: 1298px;
}

@keyframes cloud {
  0% {
    transform: translate(-20%, -20%);
  }

  25% {
    transform: translate(-30%, -30%);
  }

  50% {
    transform: translate(-40%, -40%);
  }

  75% {
    transform: translate(-75%, -75%);
  }

  80% {
    transform: translate(-80%, -80%);
  }

  90% {
    transform: translate(-95%, -95%);
  }

  100% {
    transform: translate(-80%, -80%);
  }
}

/* banner  */

/* img.boy_small {
    position: absolute;
    right: 11%;
    top: -30px;
} */

.trusted_box .slick-list.draggable {
  width: 100%;
}

.trusted_box .slick-list.draggable .slick-track {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.trusted_box .slick-list {
  padding: 0 !important;
}

.trusted_box .slide_part {
  width: 100%;
  height: 100%;
  margin: auto;
}

/* actually */

.actually h2 {
  text-align: center;
  margin-bottom: 55px;
}

.actually_box {
  border: 5px solid #000000;
  border-radius: 35px;
  padding: 15px 30px;
}

.actually_box .btn-holder {
  text-align: center;
}

.actually_box .box_features {
  display: flex;
  justify-content: space-between;
}

.transparent-white {
  mix-blend-mode: multiply;
}

.actually_box a.cta {
  font-family: Calistoga;
  font-size: 50px;
  line-height: 100%;
  padding: 17px 54px;
  margin-bottom: 38px;
}

.inner_we_actually2_child {
  border: 5px solid #000000;
  overflow: hidden;
  background-color: #fff;
}

.info_box_fe {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.info_box_fe a {
  font-family: Calistoga;
  font-size: 18px !important;
  line-height: 22px !important;
  text-align: center;
}
.ock_four_scroll-inner {
  padding-top: 100px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inner_we_actually2_child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feturs_img {
  text-align: center;
}

/* p{
    font-size: 22px;
    line-height: 32x;
} */

.inner_we_actually1 p {
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
}

.inner_we_actually1 ul {
  margin: 0px;
  margin: auto;
  width: 70%;
  margin-top: 20px;
}
.actually-box-info {
  font-size: 18px !important;
  line-height: 28px !important;
}

.inner_we_actually1 ul li {
  list-style: none;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
/* .animation-section{
    height: 100vh !important;
} */
.illustration {
  position: absolute;
  top: 100%;
  left: 100%;
  width: 300px;
  height: auto;
}
.inner_we_actually1 ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
  background-image: url("../images/check-box.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}

.inner_we_actually1 .inner_we_actually2 {
  padding-right: 95px;
}
.inner_we_actually2 {
  display: flex;
  justify-content: center;
}
/* .we_actually .row {
    padding-bottom: 110px;
} */

.we_actually .row:last-child {
  padding-bottom: 0px;
}

.actually {
  position: relative;
  background-image: url("../images/Group\ 1261153690.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_section .banner_col_features-markt {
  width: 100%;
  max-width: 100%;
}
.actually::after {
  position: absolute;
  content: "";
  top: 0%;
  right: 0%;
  transform: translate(0%, 0%);
  background-image: url("");
}

.we_actually .row:nth-child(even) {
  flex-direction: row-reverse;
}

.we_actually .row:nth-child(even) .inner_we_actually1 {
  padding-right: 0px;
  padding-left: 0px;
}

.we_actually .row:nth-child(even) .inner_we_actually2 {
  padding-right: 42px;
}

.we_actually .row:nth-child(even) .actually_box {
  padding: 40px;
}

.we_actually .row:nth-child(even):last-child ul li {
  line-height: 28px;
}

.we_actually .row:nth-child(even):last-child ul li::after {
  top: 0%;
  transform: translateY(0%);
}

.find_out h2 {
  text-align: center;
  margin-bottom: 0px !important;
  margin: auto;
}

.box_find {
  border: 4px solid #000000;
  border-radius: 25px;
  padding: 50px 60px 50px 78px;
  position: relative;
  margin-bottom: 47px;

  background-color: #fff;
}

.box_find h4 {
  font-size: 32px;
  line-height: 39px;
  padding-left: 8px;
  margin-bottom: 2px;
}

.box_find:last-child {
  margin-bottom: 0px;
}

.box_find ul {
  margin-bottom: 0px;
}

.box_find ul li {
  font-size: 16px;
  line-height: 41px;
}

.box_find:first-child::after {
  position: absolute;
  content: "";
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  background-image: url("../images/hand.png") !important;
  border-radius: 50%;
}

.box_find:last-child::after {
  position: absolute;
  content: "";
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  background-image: url("../images/hand2.png");
  border-radius: 50%;
}

.find_out2 {
  padding-left: 36px;
  max-width: 663px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.find_out1 .find_1 {
  border: 5px solid #000000;
  border-radius: 35px;
  overflow: hidden;
  background-color: #ffffff;
}

.find_out1 .find_1 img {
  width: 100%;
  height: 100%;
}
.mobile a.cta {
  border-radius: 27px !important;
  margin: auto;
  padding: 15px 41px !important;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  font-family: "Calistoga";
  display: block;
}

.mobile {
  max-width: 100%;
  margin: auto;
}
.mobiles {
  max-width: 100%;
  margin: auto;
}

.mobile .phone {
  max-width: 192px;
  margin-top: 30px !important;
  position: relative;
  margin: auto;
  /* background-image: url("../images/iPhone\ 16\ 1.png"); */
  margin-bottom: 30px;
  width: 100%;
  z-index: 4;
  height: 387px;
  border-radius: 35px;
  overflow: hidden;
  padding: 9px 12px;
}
.mobiles .phone {
  max-width: 190px;
  margin-top: 40px !important;
  position: relative;
  margin: auto;
  /* background-image: url("../images/iPhone\ 16\ 1.png"); */
  margin-bottom: 30px;
  width: 100%;
  z-index: 4;
  height: 387px;
  border-radius: 35px;
  overflow: hidden;
  padding: 9px 12px;
}

.mobile .phone .testi_video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  /* position: absolute;
    left: 0px;
    top: 0px; */
  z-index: 0;
  border: 4px solid #000000;
  outline: 2px solid #b2aca0;
  outline-offset: 2px;
  box-shadow: 0px 0px 0px 5px #6e6a62;
}
.testi-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.3s;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-notch {
  position: absolute;
  top: 3%;
  left: 50%;
  width: 30%;
  transform: translateX(-50%);
  display: inline-block;
}
.phone-notch img {
  width: 100%;
}
.testi-pause-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}
.phone.playing:hover .testi-pause-button {
  opacity: 1;
  pointer-events: auto;
}

.phone .video_placeholder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/mobile_placeholder.svg");
  background-position: center;
  background-size: 100% 100%;
  z-index: 1;
}

.reviews_img {
  text-align: center;
}

.mobile p {
  margin-top: 18px;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
}
.our_clients p {
  font-size: 16px !important;
  line-height: 26px !important;
}
.mobiles p {
  margin-top: 18px;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
}

/* .mobile .phone::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/play-btn.png");
    width: 58px;
    height: 58px;
} */

.our_clients h2 {
  margin-bottom: 35px;
  text-align: center;
}

/* footer  */

footer h2 {
  text-align: center;
  margin: auto;
}

.about {
  width: 100%;
  border: 5px solid #000000;
  border-radius: 35px;
  display: flex;
  justify-content: space-between;
  padding: 28px;
}

.about .about1 {
  padding: 0px;
  padding-right: 10px !important;
}

.about .about1 p {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 30px;
}

.about .about1 p:last-child {
  margin-bottom: 0px;
}

.about2 {
  border: 5px solid #000000;
  border-radius: 35px;
  overflow: hidden;
  flex: 100%;
}

/* ======================================= */

/* date -28april css for footer  */
.footer_2 {
  position: relative;
  height: 820px;
}

.footer_2 ul {
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: 0%;
}

header a.nav-link:hover {
  color: #0cc0df !important;
}

.footer_2 ul li {
  list-style: none;
  font-family: Calistoga;
  font-size: 55px;
  line-height: 101px;
}

ul.footerbutonlink a:hover {
  color: #0cc0df !important;
}
.footer_3 ul li a:hover {
  color: #0cc0df !important;
}
section.hiden-scroll {
  overflow: hidden;
}

/* .footer_imgs{
    position: relative;
} */
.footer_imgs img {
  position: absolute;
}

.footer_imgs img:first-child {
  top: 10%;
  left: 4%;
  transform: translate(0%, 0%);
  animation: footer_1 10s ease infinite;
  width: 15%;
}

.footer_imgs img:last-child {
  top: 40%;
  left: 55%;
  transform: translate(0%, 0%);
  animation: footer_1 10s ease infinite;
}

.footer_imgs img:nth-child(2) {
  left: 31%;
  top: 11%;
  width: 20%;
  transform: translate(0%, 0%);
  animation: footer_2 10s ease-out infinite;
}

.footer_3 ul {
  margin: 0px;
  padding: 0px;
  display: inline-flex;
}

.footer_3 ul li a {
  list-style: none;
  font-size: large;
  line-height: 28px;
  margin-right: 44.4px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer_3 ul li a:hover {
  color: #000;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.footer_3 ul li {
  list-style: unset;
  text-decoration: none;
  list-style: none;
}

.footer_3 ul li:last-child {
  padding-right: 0px;
}

.footer_3 {
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: 5px solid #272727;
  margin-top: 50px;
}

.footer4 p a {
  text-decoration: none;
  color: #000;
}

.footer4 p {
  font-size: 20px;
  line-height: 30px;
  padding: 20px 0px 45px;
}

.footer4 .col-lg-4 p {
  text-align: end;
}

/* Footer animation 1 - fast */
@keyframes footer_1 {
  0% {
    transform: translate(0%, -5%) rotate(0deg);
  }

  25% {
    transform: translate(5%, -6%) rotate(2deg);
  }

  50% {
    transform: translate(5%, -10%) rotate(3deg);
  }

  75% {
    transform: translate(2%, -5%) rotate(1deg);
  }

  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}

/* Footer animation 2 - fast */
@keyframes footer_2 {
  0% {
    transform: translate(0%, -5%) rotate(3deg);
  }

  25% {
    transform: translate(5%, -5%) rotate(2deg);
  }

  50% {
    transform: translate(5%, -8%) rotate(4deg);
  }

  75% {
    transform: translate(2%, -4%) rotate(2deg);
  }

  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}

/* Apply animation faster */
.footer-image-1 {
  animation: footer_1 1.5s ease-in-out infinite;
}

.footer-image-2 {
  animation: footer_2 1.5s ease-in-out infinite;
}

footer {
  position: relative;
  padding-top: 147px;
}

footer::after {
  position: absolute;
  content: "";
  bottom: 199px;
  right: 0%;
  background-image: url("../images/footer-5.png");
  width: 610px;
  height: 805px;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_2 .row {
  height: 100%;
}

.about {
  margin-top: 40px;
}

/* .illustration{
    animation: moveDiagonalUp 12s linear infinite;
} */

@keyframes moveDiagonalUp {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-150vw, -150vh);
  }
}

/* .card {
    position: sticky;
    top: 0;
    transition: opacity 0.3s ease;
  }
  
  .card1 { z-index: 6; }
  .card2 { z-index: 5; }
  .card3 { z-index: 4; }
  .card4 { z-index: 3; }
  .card5 { z-index: 2; }
  .card6 { z-index: 1; }
  .container:has(.card) .card{
    opacity: 0.5;
  }   */

/* ======================== card css =============== */

.outter_slider h2 {
  line-height: 100%;
  text-align: center;
  margin-bottom: 22px;
}

.child_box {
  border: 5px solid #000000;
  border-radius: 35px;
  padding: 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.child_box .infos_div h3 {
  font-size: 62px;
  line-height: 100%;
  margin-bottom: 4px;
}

.child_box .infos_div p {
  font-size: 25px;
  line-height: 35px;
}

.child_box .box-img_infos {
  border: 5px solid #000000;
  background-color: #fff;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}
img.stuck_image {
  margin-top: 50px;
}

.child_box .box-img_infos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 30px;
}
/* img.educator_img {
    width: 60% !important;
} */
.infos_div p {
  margin-bottom: 20px;
  margin-top: 20px;
}
.infos_div {
  flex: 48% !important;
  padding-left: 50px;
  padding-right: 50px;
}

.outter_slider .inner-slider_h {
  margin-bottom: 82px;
  width: 100%;
  max-width: 1300px;
  width: 1298px;
}

.outter_slider .inner-slider_h:last-child {
  margin-bottom: 0px;
}

section.got_problems {
  position: relative;
}

section.got_problems {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding-bottom: 100px; */
}

.img-holder.bottom_fade {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  position: sticky;
  bottom: 0px;
}

.img-holder.bottom_fade img {
  width: 100%;
  height: 100%;
}

/* code ctd */

img.top_cloud_full {
  width: 100%;
}

img.bottom_cloud_full {
  width: 100%;
  margin-top: -3px;
}
.better_ways_sect .card {
  position: sticky;
  background: transparent;
  border: 0px;
}
.outter_slider .hcard {
  position: sticky;
  background: transparent;
  border: 0px;
}
.stky_heading_o {
  text-align: center;
}

.infos_div .btn-holder {
  text-align: left;
}

/* .outter_slider .cards .card:nth-child(even) .child_box{
flex-direction: row-reverse;
} */

.got_problems {
  background-color: transparent;
}

.img-holder img {
  width: 100%;
}

/* phone section  */
.phone iframe {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  padding: 9px 8px 9px 12px;
  border-radius: 37px;
  z-index: -1;
}

.baner_feature_col .div_text {
  display: flex;
  align-items: center;
}

.baner_feature_col .div_text img.left_bee {
  width: 50px;
  min-width: 50px;
}

button.slick-prev.slick-arrow img:focus-visible {
  background: red !important;
}

.baner_feature_col .div_text .right_text {
  width: 100%;
  padding-left: 10px;
}

.div_text .right_text h4 {
  font-size: 23px;
  margin: 0px 0px 6px;
  /* white-space: nowrap; */
}

.div_text .right_text p {
  font-size: 18px;
  margin: 0px;
  /* white-space: nowrap; */
}
.banner_col_features {
  margin-top: 30px !important;
  position: relative;
  z-index: 1;
}
.spacer-under-review {
  min-height: 300vh;
}
.section_head {
  margin-bottom: 25px;
}

.feature_block .box_header h3 {
  font-size: 42px;
  text-align: center;
}

.feature_block .box_header {
  margin-bottom: 40px;
}

.feature_block .border-image {
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 18px;
  border: 5px solid #000000;
  text-align: center;
  margin-bottom: 27px;
}
header .drop-text {
  font-size: 22px !important;
  line-height: 30px !important;
}
footer .drop-text {
  font-size: 28px !important;
  line-height: 40px !important;
}
.feature_block ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin: 0px 0px 20px;
}
.bar-3 {
  margin-bottom: 0px !important;
}
.busin-ftr .inner_boxes_feel h4 {
  font-size: 30px;
  line-height: 38px;
}
.busin-ftr .inner_boxes_feel p {
  font-size: 18px;
}
.busin-ftr .businst_blue_card .cta {
  font-size: 24px;
  padding: 12px 40px;
}

.jpwbt p,
.jpwe p,
.pwbr p,
.jpwbm p {
  font-size: 20px;
}
.strong_team_right p {
  font-size: 22px;
  line-height: 1.5;
}
.feature_block ul li {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 16px;
}

.feature_block ul li:before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #474847;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
}
.white_buton_ed .cta {
  background: #fff;
  color: #000;
  width: auto !important;
}
.white_buton_ed .cta:hover {
  background: #474847;
  color: #fff !important;
}

.feature_block .box_info p {
  font-size: 16px;
}
.animated_seccard {
  opacity: 0;
  transform: translateY(100px);
}
.find-animate-bbm {
  opacity: 0;
  transform: translateY(100px);
}
.find-animate-br {
  opacity: 0;
  transform: translateY(100px);
}
.find-animate-bt {
  opacity: 0;
  transform: translateY(100px);
}
/* .find-ani-b{
    opacity: 0;
    transform: translateY(100px);
} */
div#upwordcarda {
  margin: 0px !important;
}
.marketing_howcrad {
  opacity: 0;
  transform: translateY(100px);
}
.animationzeroridk {
  opacity: 0;
  transform: translateY(100px);
}
/* section.stuckcardtop {
    display: none;
} */
.first_three_vox {
  opacity: 0;
  transform: translateY(100px);
}
.course_inner_card {
  opacity: 0;
  transform: translateY(100px);
}
.course-mobile-scroll {
  opacity: 0;
  transform: translateY(100px);
}
.screen_c {
  opacity: 0;
  transform: translateY(100px);
}
.zoomanimatedv {
  opacity: 0;
  transform: translateY(100px);
}

.box_col {
  opacity: 0;
  transform: translateY(100px);
}
.box_slide_start {
  opacity: 0;
  transform: translateY(100px);
}
.find-animate-b {
  opacity: 0;
  transform: translateY(100px);
}
section.our_clients {
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 100vh;
  padding: 0 !important;
}

.mobile {
  opacity: 0;
  transform: translateY(100px);
}
/* .mobiles {
    opacity: 0;
    transform: translateY(100px);
} */
.dym_animation {
  opacity: 0;
  transform: translateY(100px);
}
.dym_animation2 {
  opacity: 0;
  transform: translateY(100px);
}
.dym_animation3 {
  opacity: 0;
  transform: translateY(100px);
}
.edu_card_main {
  opacity: 0;
  transform: translateY(100px);
}
.first_three_vox1 {
  opacity: 0;
  transform: translateY(100px);
}

.stronteam {
  opacity: 0;
  transform: translateY(100px);
}
/* .what_we_animate{
    opacity: 0;
    transform: translateY(100px); 
} */

.box_slide .box {
  height: 100%;
}
.find_1 {
  width: 92%;
}
.inner_cont_card.innercard2 {
  background: #5ce1e6 !important;
}
.box {
  border: 5px solid #000;
  border-radius: 35px;
  padding: 12px;
}
.box_inner {
  display: flex;
  flex-direction: column;

  height: 100%;
}
a.business-cta {
  font-size: 20px;
  text-align: center;
  padding: 8px 40px;
  display: inline-block;
  border-radius: 100px;
  border: 4px solid;
  border-color: #000000;
  font-weight: 400;
  transition: all 0.3s linear;
  font-family: "Calistoga", serif;
  text-transform: capitalize;
  cursor: pointer;
  background: #ffffff !important;
  color: #000 !important;
  line-height: 1.2 !important;
}
a.business-cta:hover {
  color: #000 !important;
  text-decoration: none;
}
a.business-cta:focus {
  border: 4px solid #000 !important;
}
.business_box_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}
.business_feature_section .business_border-image {
  border: 5px solid #000;
  border-radius: 18px;
  background: #fff;
  width: 100%;
  text-align: center;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business_box_info p {
  margin: 15px 0px;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
}
.business_box1 {
  background-color: #d09fef;
}
.business_box2 {
  background-color: #0cc0df;
}
.business_box3 {
  background-color: #ffee00;
}
.business_box {
  border: 5px solid #000;
  border-radius: 35px;
  padding: 20px;
  height: 100%;
}
.business_box .business_box_header {
  padding: 20px 40px;
  background: #fff;
  border-radius: 35px;
  border: 5px solid #000;
  width: fit-content;
  margin: 0px auto 20px;
}
.business_box_body {
  width: 100%;
}
.business_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.business_container {
  max-width: 1000px;
  margin: auto;
}
.busniess_title {
  max-width: 80%;
  margin: auto;
  line-height: 1.2 !important;
}
.business_box_slide {
  margin: 15px;
  flex: 1;
}
h1.busniess_title {
  font-size: 60px;
}
.business_section_head {
  margin-bottom: 10px;
}
.busitrain_fondcourse.main_inner_fondcourse {
  gap: 100px;
}
.check-box-icn {
  width: 25px;
}
.check_fontsize.busi-train-check-font {
  font-size: 25px !important;
  margin-bottom: 5px !important;
}
.busi-train-check-fontDesc {
  font-size: 20px !important;
}
h2.busi_train_find-course_title {
  border: 5px solid #000;
  padding: 20px 50px;
  width: fit-content;
  margin: 0px auto 40px !important;
  background-color: #fff;
  border-radius: 40px;
}

.inner_cont_card.busi-train-inner_cont_card {
  background-color: #fff !important;
}
.inner_cont_card p {
  font-size: 20px !important;
  margin-top: 10px;
}
.coming-soon-banner {
  border: 15px solid #28292d;
  border-radius: 15px;
}
.feel_like_inner_boxes .inner_boxes_feel.learner-inner_boxes_feel:nth-child(2),
.feel_like_inner_boxes .inner_boxes_feel.learner-inner_boxes_feel:nth-child(4),
.feel_like_inner_boxes .inner_boxes_feel.learner-inner_boxes_feel:nth-child(6) {
  background-color: #ffee00;
  transition: 0.4s;
}
.feel_like_inner_boxes
  .inner_boxes_feel.learner-inner_boxes_feel:nth-child(2):hover,
.feel_like_inner_boxes
  .inner_boxes_feel.learner-inner_boxes_feel:nth-child(4):hover,
.feel_like_inner_boxes
  .inner_boxes_feel.learner-inner_boxes_feel:nth-child(6):hover {
  background-color: #fff;
  transition: 0.4s;
}
section.stronter_team {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.banner_section .reviews_text p img.review-img {
  width: 110px !important;
}
.section.topblue_cloud {
  margin-top: -3px;
}
.edu-border2 {
  margin-top: -3px !important;
  border-top: 1px solid #d09fef;
  border-bottom: 1px solid #d09fef;
}
.edu-border1 {
  border-bottom: 1px solid #d09fef;
}
.edu-border3 {
  border-top: 1px solid #d09fef;
}
.req-falling-cards-head {
  background-color: #fff;
  border: 6px solid #000;
  border-radius: 35px;
  padding: 15px 40px;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  line-height: 1.2;
}
.req-falling-cards-text {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.businesst_bluebox.businesst_pastel_blue {
  background: #68bbff !important;
}
.businesst_bluebox.busitrain_peach {
  background-color: #ffbd59 !important;
}
.inner_boxes_feel.busitrain_peach1:nth-child(odd) {
  background-color: #ffbd59 !important;
  transition: 0.4s;
}
.inner_boxes_feel.busitrain_peach1:nth-child(odd):hover {
  background-color: #d9d9d9 !important;
  transition: 0.4s;
}
.inner_boxes_feel.busitrain_peach1:nth-child(even) {
  background-color: #d9d9d9 !important;
  transition: 0.4s;
}
.inner_boxes_feel.busitrain_peach1:nth-child(even):hover {
  background-color: #ffbd59 !important;
  transition: 0.4s;
}
.inner_boxes_feel.busitrain_peach2:nth-child(odd) {
  background-color: #d9d9d9 !important;
  transition: 0.4s;
}
.inner_boxes_feel.busitrain_peach2:nth-child(odd):hover {
  background-color: #ffbd59 !important;
  transition: 0.4s;
}
.inner_boxes_feel.busitrain_peach2:nth-child(even) {
  background-color: #ffbd59 !important;
  transition: 0.4s;
}
.inner_boxes_feel.busitrain_peach2:nth-child(even):hover {
  background-color: #d9d9d9 !important;
  transition: 0.4s;
}
.we_got_you.educator_purple_section.we_got-pastel-blue {
  background-color: #68bbff !important;
}
.bt_stuckmovecard.stuck-card-bg1.busitrain_peach {
  background-color: #ffbd59 !important;
}
.bt_stuckmovecard.stuck-card-bg2.busitrain_grey {
  background-color: #d9d9d9 !important;
}
.first_vox.busiTrain-peach .businst_blue_card:nth-child(odd) {
  background-color: #ffbd59 !important;
}
.first_vox.busiTrain-peach .businst_blue_card:nth-child(odd):hover {
  background-color: #d9d9d9 !important;
}
.first_vox.busiTrain-peach .businst_blue_card:nth-child(even) {
  background-color: #d9d9d9 !important;
}
.first_vox.busiTrain-peach .businst_blue_card:nth-child(even):hover {
  background-color: #ffbd59 !important;
}
.second_vox.busiTrain-peach2 .businst_blue_card:nth-child(odd) {
  background-color: #d9d9d9 !important;
}
.second_vox.busiTrain-peach2 .businst_blue_card:nth-child(odd):hover {
  background-color: #ffbd59 !important;
}
.second_vox.busiTrain-peach2 .businst_blue_card:nth-child(even) {
  background-color: #ffbd59 !important;
}
.second_vox.busiTrain-peach2 .businst_blue_card:nth-child(even):hover {
  background-color: #d9d9d9 !important;
}
.educator_purple_section.bt_wegot_sect.busitrain-peach {
  background-color: #ffbd59 !important;
}
.blue_sticky_card.busitrain-peach {
  background-color: #ffbd59 !important;
}
.yelllow_sticky_card.busitrain-grey {
  background-color: #d9d9d9 !important;
}
.edu_card_main.busitrain_grey .inner_cont_card {
  background-color: #d9d9d9 !important;
}
.about.breq_bluecar.busitrain-peach {
  background-color: #ffbd59 !important;
}
.first_vox.busireq-azure .businst_blue_card:nth-child(odd) {
  background-color: #68bbff !important;
}
.first_vox.busireq-azure .businst_blue_card:nth-child(odd):hover {
  background-color: #fbef7e !important;
}
.first_vox.busireq-azure .businst_blue_card:nth-child(even) {
  background-color: #fbef7e !important;
}
.first_vox.busireq-azure .businst_blue_card:nth-child(even):hover {
  background-color: #68bbff !important;
}
.second_vox.busireq-yellow .businst_blue_card:nth-child(odd) {
  background-color: #fbef7e !important;
}
.second_vox.busireq-yellow .businst_blue_card:nth-child(odd):hover {
  background-color: #68bbff !important;
}
.second_vox.busireq-yellow .businst_blue_card:nth-child(even) {
  background-color: #68bbff !important;
}
.second_vox.busireq-yellow .businst_blue_card:nth-child(even):hover {
  background-color: #fbef7e !important;
}
.child_box.blue_sticky_card.busireq-azure {
  background-color: #68bbff !important;
}
.child_box.blue_sticky_card.busireq-yellow {
  background-color: #fbef7e !important;
}
.br_how_it_work.busireq-azure {
  background-color: #68bbff !important;
}
.edu_card_main.busireq-azure:nth-child(odd) .inner_cont_card {
  background-color: #ffffff !important;
}
.edu_card_main.busireq-azure:nth-child(even) .inner_cont_card {
  background-color: #fbef7e !important;
}
.busireq-azure.about.breq_bluecard {
  background-color: #68bbff !important;
}
.educator_comman_purple.busireq-azure {
  background-color: #68bbff !important;
}
.educator_comman_purple.busireq-yellow {
  background-color: #fbef7e !important;
}
.businesst_bluebox.busimark-pink {
  background-color: #fbdbe9 !important;
}
.busimark-pink1.first_three_vox.bmark_Threevox1
  .businst_blue_card:nth-child(odd) {
  background-color: #222433 !important;
  color: #fff !important;
}
.busimark-pink1.first_three_vox.bmark_Threevox1
  .businst_blue_card:nth-child(even) {
  background-color: #fbdbe9 !important;
}
.busimark-pink2.first_three_vox.bmark_Threevox2
  .businst_blue_card:nth-child(odd) {
  background-color: #fbdbe9 !important;
}
.busimark-pink2.first_three_vox.bmark_Threevox2
  .businst_blue_card:nth-child(even) {
  background-color: #222433 !important;
  color: #fff !important;
}
.busin-ftr .feel_like_inner_boxes .first_three_vox .businst_blue_card a.cta {
  background-color: #feff0d !important;
}
.stuck_cards_grid .bmark_stcard.busimark-blue {
  background-color: #222433 !important;
  color: #fff !important;
}

.stuck_cards_grid .bmark_stcard.busimark-pink {
  background-color: #fbdbe9 !important;
}
.busimark-pink1.first_three_vox1 .businst_blue_card:nth-child(odd) {
  background-color: #fbdbe9 !important;
  color: #000 !important;
  transition: 0.4s;
}
.busimark-pink1.first_three_vox1 .businst_blue_card:nth-child(odd):hover {
  background-color: #222433 !important;
  color: #fff !important;
  transition: 0.4s;
}
.busimark-pink1.first_three_vox1 .businst_blue_card:nth-child(even) {
  background-color: #222433 !important;
  color: #fff !important;
  transition: 0.4s;
}
.busimark-pink1.first_three_vox1 .businst_blue_card:nth-child(even):hover {
  background-color: #fbdbe9 !important;
  color: #000 !important;
  transition: 0.4s;
}
.busimark-pink2.first_three_vox1 .businst_blue_card:nth-child(odd) {
  background-color: #222433 !important;
  color: #fff !important;
  transition: 0.4s;
}
.busimark-pink2.first_three_vox1 .businst_blue_card:nth-child(odd):hover {
  background-color: #fbdbe9 !important;
  color: #000 !important;
  transition: 0.4s;
}
.busimark-pink2.first_three_vox1 .businst_blue_card:nth-child(even) {
  background-color: #fbdbe9 !important;
  color: #000 !important;
  transition: 0.4s;
}
.busimark-pink2.first_three_vox1 .businst_blue_card:nth-child(even):hover {
  background-color: #222433 !important;
  color: #fff !important;
  transition: 0.4s;
}
.busimark-blue.educator_purple_section.bt_wegot_sect {
  background-color: #222433 !important;
  color: #fff !important;
}
.bmarketingfte .child_box.blue_sticky_card.busimark-pink {
  background-color: #fbdbe9 !important;
}
.bmarketingfte .child_box.blue_sticky_card.busimark-blue {
  background-color: #222433 !important;
  color: #fff !important;
}
.busimark-0hed {
  color: #fff !important;
}
.inner_cont_card.innercard2.busimark-blue {
  background-color: #222433 !important;
  color: #fff !important;
}
.inner_cont_card.bsuimarkwhite {
  background-color: #fff !important;
}
.inner_cont_card.innercard2.busimark-blue h3 {
  color: #fff !important;
}
.about.breq_bluecard.marketingfooter.busimnark-blue {
  background-color: #222433 !important;
  color: #fff !important;
}
.review-contentdd h2.main-slide {
  font-size: 90px !important;
}
.busireq-gp-head h2 {
  font-size: 105px !important;
}
.ultimate_mark_sect {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.how-it-works-head {
  background: #fff;
  width: fit-content;
  margin: 0 auto 30px;
  border: 5px solid #000;
  border-radius: 30px;
  padding: 10px 50px;
}
.cards .child_box .infos_div h3 {
  font-size: 95px !important;
}
.course-we-got .we_got_heading h2 {
  background: #fff;
  border-radius: 30px;
  border: 4px solid #000;
  padding: 10px 50px;
  display: inline-block;
  margin: 0 auto 20px;
}
.course-we-got .we_got_content_side p {
  font-size: 20px;
}
.course-we-got .we_got_button {
  align-self: center;
}
.course-we-got .we_got_button .cta:hover {
  color: #fff !important;
}
.course-box-info {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.course-box-info .box_info.box_info_left li {
  font-size: 17px !important;
}
.course-box-info.feature_section .border-image {
  border: none !important;
}
.course-box-info.feature_section .feature_aimated {
  background: #fff;
  border-radius: 30px;
  border: 4px solid #000;
  padding: 10px 50px;
  display: inline-block;
  margin: 0 auto 20px;
}
.course-program-section .programme_heading {
  background: #fff;
  border-radius: 30px;
  border: 4px solid #000;
  padding: 10px 50px;
  margin: 0 auto 20px;
  width: fit-content;
}
.course-program-section .bee_imae_conetn {
  border: 4px solid #000;
  border-radius: 30px;
  padding: 10px 30px !important;
  min-height: 205px;
}
.course-program-section .bee_imae_conetn h4 {
  text-align: center;
  font-size: 20px !important;
}

.course-program-section .bee_imae_conetn p {
  text-align: center;
}
.course-program-section .programme_inner_center img {
  border-radius: 20px;
  border: 4px solid #000;
}
.i_am_eligible {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.i_am_eligible_heading h2 {
  background: #fff;
  border-radius: 30px;
  border: 4px solid #000;
  padding: 10px 50px;
  margin: 0 auto 20px;
  width: fit-content;
}
.i_am_eligible_heading p {
  font-size: 20px !important;
}
.age_regidence_box p {
  font-size: 16px !important;
}
.course-we-gott h2 {
  background: #fff;
  border-radius: 30px;
  border: 4px solid #000;
  padding: 10px 50px;
  margin: 0 auto 20px;
  width: fit-content;
}
.course_we_got_content p {
  margin-bottom: 10px !important;
}
.course_headingt h2 {
  background: #fff;
  border-radius: 30px;
  border: 4px solid #000;
  padding: 10px 50px;
  margin: 0 auto 50px;
  width: fit-content;
}
.course_mobilrder .mobile .phone {
  max-width: 250px;
  height: 470px;
}
.course_mobilrder h2 {
  background: #fff;
  border-radius: 30px;
  border: 4px solid #000;
  padding: 10px 50px;
  margin: 0 auto 50px;
  width: fit-content;
}
.course-footer {
  padding-top: 0 !important;
}
.course_footer-about-heading {
  background: #fff;
  border-radius: 30px;
  border: 4px solid #000;
  padding: 5px 50px;
  width: fit-content;
  margin: 0;
  line-height: 1;
  text-align: left;
}
.course-footer .about {
  background-color: #f4f2e6 !important;
}
.course-footer .about .about1 p {
  font-size: 25px;
  line-height: 35px;
}

.common-sticky-title {
  position: sticky;
  top: 100px;
  left: 50%;
  /* transform: translateX(-50%); */
  z-index: 100;
  text-align: center;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.featr-boxess .inner_boxes_feel {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  padding: 20px !important;
}
.businesst_animated_crad .featr-boxess .first_three_vox1 .inner_boxes_feel {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  padding: 20px !important;
}
.featr-boxess .inner_boxes_feel h4 {
  min-height: 80px;
  text-align: center;
  font-size: 35px !important;
  line-height: 40px !important;
  margin-bottom: 14px !important;
}
.featr-boxess .inner_boxes_feel p {
  text-align: center;
  font-size: 18px !important;
  line-height: 26px !important;
}
.markt-about-head {
  text-align: left !important;
}
.mrkt-how-works {
  background-color: #fbdbe9 !important;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mrkt-how-works h2 {
  background: #fff;
  border-radius: 30px;
  border: 4px solid #000;
  padding: 10px 50px;
  margin: 0 auto 50px;
  width: fit-content;
}
.zero-commt-markt h2 {
  background: #fff;
  border-radius: 30px;
  border: 4px solid #000;
  padding: 10px 50px;
  margin: 0 auto 50px;
  width: fit-content;
  color: #000 !important;
  line-height: 72px !important;
}
.zero-commt-markt .check_box_cont img {
  width: 25px;
}
.zero-commt-marktn .check_box_cont {
  margin-bottom: 15px !important;
}
.zero-commt-marktn .check_fontsize {
  margin-bottom: 0px !important;
}
.main_row_cnt .slrder_innercnt .check_box_cont img {
  width: 25px;
}
.main_row_cnt .slrder_innercnt {
  background-color: #fff;
}
.slrder_innercnt.discover_cnt {
  background-color: #fff !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slrder_innercnt.computer_worksidecnt {
  background-color: #fff !important;
}
.slrder_innercnt.discover_checkbox > p:not(.check--mt, .check--mb) {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.what-we_actually-do {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edu-inner_cont_card h3 {
  min-height: 90px !important;
}
.how-we-fix_cta-button {
  margin-top: 40px !important;
}

.educator_how_itn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
}
.feel_stuck_section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
}
.bottom-cloud.bottom-cloud-space {
  position: relative;
  z-index: 2;
  margin-top: -15px !important;
}
.top-cloud.top-cloud-space {
  position: relative;
  z-index: 2;
  margin-bottom: -15px !important;
}
.busi-train-stuck-cards {
  min-height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.how-we-fix-inner1 {
  flex: 65% !important;
}
.how-we-fix-inner2 {
  flex: 35% !important;
}
.find_out.findout_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  padding: 5px 0px !important;
}

/* 22 sep 2025 */
.real-result-heading .size140 {
  font-size: 90px !important;
}
.bee-review {
  position: relative;
}

.bee-review .re-arrow1 {
  position: absolute;
  right: 50px;
}

/* 22 sep 2025 */
.bee-review .first-arrw,
.bee-review .bee-arrw-left,
.bee-review .bee-arrw-right {
  position: absolute;
  top: 50%;
}
.bee-review .first-arrw {
  right: 50px;
  transform: translateY(-50%);
}
.bee-review .bee-arrw-left {
  left: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg) !important;
}
.bee-review .bee-arrw-right {
  right: 40px;
  transform: translateY(-50%);
}
/* 29 sep */
.common--stick--hdng {
  top: 70px;
}
.box-img_infos.stack--image {
  width: 450px;
  height: 400px;
}
.box-img_infos.stack--image img {
  object-fit: cover;
}
.s--card {
  max-width: 1300px;
  margin: auto;
}
.infos_div.infos--left {
  padding-left: 0;
}
.s--card .child_box {
  align-items: stretch;
}
/* sticky heading */
.got_problems .h--stick-hdng {
  position: sticky;
  top: 16px;
  height: 60px;
  z-index: 50;
}

.got_problems .h--stick-hdng .stky_heading_o {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  pointer-events: none;
}

.got_problems .hcards {
  padding-top: 80px;
}
.h--card p {
  margin-bottom: 0;
}
.h--card .child_box {
  align-items: stretch;
}
.h--card .box-img_infos {
  width: 470px;
}
/* 30-sep */
.check_fontsize.check--mt {
  margin-top: 7px !important;
  margin-bottom: 10px !important;
}
.comp--img img {
  height: 315px;
  object-fit: cover;
}
.opatict-0.opacit--0 {
  padding: 0;
  padding-bottom: 10px;
}
.silder--top--right {
  min-height: 303px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.slrder_innercnt.discover_cnt.silder--top--left {
  padding: 10px 20px;
  min-height: 224px;
  display: flex;
  justify-content: center;
}
.slrder_innercnt.computer_worksidecnt.slide--bttm--left {
  min-height: 318px;
  display: flex;
  justify-content: center;
}
.slrder_innercnt.computer_worksidecnt.slide--bttm--left p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bmarketing_sliderhere .slick-slider {
  margin-bottom: 17px;
}
.opacit--slides--wrap {
  padding-top: 55px;
}
.for--mob {
  display: none !important;
}
.for--program--mob {
  display: none;
}
.featured--heding {
  margin-bottom: 40px;
}
.mob--br br {
  display: none !important;
}
.mid-cloud--sec {
  margin-top: -4px;
}
.white-bg-black-brder.let--lrnr--h2 {
  margin: unset;
  line-height: 1.2 !important;
}
.course-program-section.course--big--h4 .bee_imae_conetn h4 {
  font-size: 26px !important;
}
.course--pro {
  height: 110vh;
}
.course--pro .row {
  margin-top: -100px;
}
.video--txt--wrap span.content_witdfr {
  width: 182px;
}
.course-program-section.course--pro .bee_imae_conetn {
  min-height: 186px;
}
.course--pro-clud {
  margin-top: -1px;
}
.px-spce-top {
  margin-top: -1px;
}
.lh-cmmn {
  line-height: 1.2 !important;
}
.pinned-sec {
  height: 100vh !important;
}
.pinned-sec-2 {
  height: 100vh !important;
}
.le-card1,
.le-card2 {
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
}
.le-card2 {
  min-height: 640px;
}
.le-card:has(.active) .le-card1 {
  display: none;
}
.review_section.le-section {
  height: 100vh !important;
}
.pinned-sec4 {
  height: 130vh !important;
}

.section_head.lrnr-fix {
  margin-top: 0 !important;
  transform: translateX(-50%) !important;
}
/* .pinned-bnner{
  min-height: 100vh !important;
} */
.marn {
  overflow: hidden;
}

/* today */
.ultimate_mark_sect.mar {
  height: 100vh;
}

.bm_what_wemain > div {
  flex: 1;
}

.ultimate_mark_sect.mar .container {
  height: 100%;
}

.bm_what_wemain {
  height: 100%;
}

.busimark-pink1.bmark_Threevox1 .businst_blue_card:nth-child(odd) {
  background-color: #222433 !important;
  color: #fff !important;
}

.busimark-pink1.bmark_Threevox1 .businst_blue_card:nth-child(even) {
  background-color: #fbdbe9 !important;
}

.busimark-pink2.bmark_Threevox2 .businst_blue_card:nth-child(odd) {
  background-color: #fbdbe9 !important;
}

.busimark-pink2.bmark_Threevox2 .businst_blue_card:nth-child(even) {
  background-color: #222433 !important;
  color: #fff !important;
}

section.upper_side_cloud.ups {
  padding-top: 80px !important;
}

.busimark-pink1,
.busimark-pink2 {
  gap: 20px;
}

.stuck-cardn {
  height: 400vh;
}

.why-main-b > div {
  flex: 50%;
}

.why1,
.why2,
.animationzeroridk1,
.animationzeroridk2 {
  opacity: 0;
  transform: translateY(300px);
}

.pinn-b {
  height: 100vh !important;
}

.box-find1,
.find_out2 {
  opacity: 0;
  transform: translateY(100px);
}

.find-sec-n img.top_cloud_full.yelow--top--cloud {
  margin-bottom: -11px;
}

.main-wrrpp {
  justify-content: center;
}

.main-wrrpp .box-find1 {
  min-width: 50%;
}

.main-wrrpp .find_out2 {
  min-width: 40%;
}

.find_1 {
  max-width: 640px;
}

.heading-center {
  text-align: center;
}

.heading-center {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 12px;
}

.mid-cloud--sec {
  margin-top: -11px !important;
}
/* ---------------------RESPONSIVE / MEDIA QUERIES BELOW---------------- */
@media only screen and (min-width: 1500px) {
  .got_problems .conatiner {
    max-width: 1347px;
    margin: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .cta {
    font-size: 16px;
    padding: 17px 26px;
  }
  .better_ways_sect .infos_div h3 {
    font-size: 48px !important;
    line-height: 58px !important;
    margin-bottom: 4px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 1399px) {
  .better_ways_sect .infos_div h3 {
    font-size: 72px;
    line-height: 82px;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .card,
  .hcard,
  .scard {
    min-height: 90vh !important;
  }
  .child_box .infos_div p {
    font-size: 19px;
    line-height: 1.4;
  }

  .child_box .infos_div h3 {
    font-size: 42px;
  }
  .baner_feature_col {
    width: 33%;
  }
  h2 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .find_course_boxcont:nth-child(odd) {
    padding: 20px;
  }

  .inner_we_actually2_child {
    width: 100% !important;
  }
  section.actually_headingf.p-5 {
    padding-bottom: 0px !important;
  }
  .we_actually.row.align-items-center:nth-child(1) {
    margin-bottom: 0px !important;
  }
  .find_1 {
    width: 100%;
  }
  .stuck_card_col.stuck-card-1 {
    transform: rotate(14deg) !important;
  }
  .stuck_card_col.stuck-card-2 {
    transform: rotate(-14deg) !important;
  }
  img.stuck_image {
    width: 70% !important;
    margin-top: 40px;
  }
  .better_ways_sect .infos_div h3 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .better_ways_sect .stky_heading_o {
    margin-bottom: 20px;
  }
  .inner_jump_sectr .review-contentdd h2 {
    font-size: 42px !important;
    margin-bottom: 10px !important;
  }
  .mibile_colomn {
    flex-direction: column;
  }
  .review-contentdd {
    width: 100% !important;
    margin: auto;
  }
  .review_inner_boxd {
    padding: 15px !important;
  }
  .relative_class_div {
    width: 100% !important;
  }
  .review_inner_boxd h3 {
    font-size: 28px !important;
  }
  .inner_jump_sectr .review-contentdd p {
    width: 100% !important;
    font-size: 18px !important;
    padding-top: 20px !important;
  }
  .d-flex.align-items-center.mibile_colomn img {
    width: 50px !important;
    max-width: 20px 0px;
  }
  .review_inner_boxd {
    height: auto !important;
  }
}
/* 5may2025 start  */
@media (max-width: 768px) {
  .common-sticky-title {
    top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .child_box .infos_div h3 {
    font-size: 25px;
  }

  .child_box .infos_div p {
    font-size: 15px;
  }
}
