@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap");
body {
  font-family: "Poppins", Sans-serif;
}
html {
  scroll-behavior: smooth;
}
#page {
  display: none;
}
#loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  background-image: url("../img/logo.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px;
}
.navbar-brand {
  position: absolute;
  top: 0;
  padding: 0;
}
.navbar-expand-sm .navbar-nav .nav-link {
  color: #fff;
  padding: 32px 14px;
}
.navbar-expand-sm .navbar-nav .nav-link:hover {
  border-bottom: 1px solid #fff;
}
.page {
  background: #000;
  color: #fff;
  padding: 169px 0 60px;
}
.page .title strong {
  font-size: 30px;
  font-weight: normal;
}
.page p {
  padding: 13px;
}
.page .list-items {
  line-height: 35px;
  font-size: 22px;
  font-weight: 400;
  margin: 15px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.page .list-items strong {
  color: #475f9f;
}
.page .tittle-head {
  background: #fff;
  width: 80%;
  color: #000;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
}
.tittle-head h2 {
  font-size: 24px;
  font-weight: 600;
  padding: 12px 5px 0px 6px;
}
.tittle-head h4 {
  font-size: 15px;
  font-weight: 600;
}
.next-head {
  background: #f6f6f6;
  padding: 20px;
}
.next-head h2 {
  font-size: 40px;
  font-weight: 700;
}
.next-head p {
  color: #001753;
  font-size: 22px;
  font-weight: 700;
}
.profile .card2 {
  background: #f1f2f6;
  border-radius: 10px;
  padding: 10px;
}
.profile .card img {
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.icons {
  text-align: center;
}
.icons i {
  color: #f0ad4e;
  font-size: 25px;
}
.icon .number {
  font-weight: bold;
  font-size: 25px;
}
.icon .widget {
  text-align: center;
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.6em;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.21);
}
.icon .widget strong {
  background-color: #f9be11;
}
.icon .button-wrapper .btn {
  font-family: "Montserrat", Sans-serif;
  font-size: 26px;
  font-weight: 600;
  background-color: #d57719;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #d57719;
  color: #fff;
  border-radius: 6px 6px 6px 6px;
  padding: 14px 93px 14px 93px;
  height: 100%;
  animation: pulse;
  animation-duration: 1s;
}
.icon .button-wrapper .btn span {
  font-size: 15px;
}
.text {
  font-weight: bold;
  font-size: 21px;
  padding: 10px;
}
.text strong {
  color: #79dd6e;
}
.top-section .top h2 span {
  color: #fff;
  background-color: #001753;
}
.top-section .top h2 {
  color: #000000;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.6em;
  text-align: center;
}
.top-section .top h2 strong {
  color: #ff6100;
}
.top-section .top h1 {
  text-align: center !important;
}
.top-section .top h1 strong {
  color: #ff6100;
}
.top-section {
  background: #ededed;
}
.cards .box-title {
  font-size: 23px;
  font-weight: 600;
  color: #001753;
}
.cards .card {
  padding: 22px;
  margin-bottom: 15px;
  background: #ededed;
  border-radius: 20px;
}
.cards .button-wrapper .btn {
  font-family: "Montserrat", Sans-serif;
  font-size: 26px;
  font-weight: 500;
  background-color: #fff;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #fff;
  color: #000;
  border-radius: 6px 6px 6px 6px;
  height: 100%;
  animation: pulse;
  animation-duration: 1s;
  box-shadow: 0 0 9px #0000001f;
  line-height: 51px;
      border: 9px double #000;
    padding: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.cards .button-wrapper .btn span {
}
.cards .one img {
  width: 80px;
}
.bonus .card img {
  margin: 0 auto;
  padding: 10px;
}
.blank {
  background: #000;
  color: #fff;
  padding: 10px;
}
.blank .blank-text h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}
.blank .blank-text p {
  color: #475f9f;
  font-size: 22px;
  font-weight: 600;
}
.bonus {
  padding: 12px;
}
.bonus .card {
  height: 100%;
  text-align: center;
  background: #f2f2f2;
  border: none;
  padding: 10px;
  justify-content: space-evenly;
}
.bonus .heading {
  margin: -29px auto 0;
  padding: 10px 10px 10px 10px;
  background-color: #222222;
  border-radius: 4px 4px 4px 4px;
  color: #fff;
}
.bonus h3 {
  color: #151515;
  font-size: 22px;
  font-weight: 600;
  padding: 7px;
  margin: 0;
}
.bonus .box {
  margin: 0 auto;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #002950;
  border-radius: 4px 4px 4px 4px;
}
.bonus i {
  font-size: 34px;
  padding: 8px;
}
.bonus-head {
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
}
.bonus-head strong {
  color: #79dd6e;
}
.bonus-head p {
  font-size: 30px;
}
.dark {
  background: #000;
}
.dark-title {
  color: #475f9f;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.dark p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.dark strong {
  text-decoration: underline;
  color: #475f9f;
}
.write p {
  font-size: 38px;
  text-align: center;
  color: #fff;
  margin: 30px;
  font-size: 30px;
}
.elementor p {
  font-size: 15px;
}
.elementor strong {
  color: #007fba;
  text-decoration: underline;
}
.button-wrapper .btn {
  font-family: "Montserrat", Sans-serif;
  font-size: 26px;
  font-weight: 500;
  background-color: #ff8000;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #d57719;
  color: #fff;
  border-radius: 6px 6px 6px 6px;
  height: 100%;
  animation: pulse;
  animation-duration: 1s;
  box-shadow: 0 0 9px #0000001f;
  line-height: 53px;
  border: 9px double #000;
  padding: 20px;
  letter-spacing: 3px;
text-transform: uppercase;
}
.button-wrapper .btn span {
}
.profiles {
  margin-bottom: 10px;
}
label .textb {
  font-size: 20px;
  font-weight: 600;
}
.container1 {
  background: #f6f6f6;
  height: 99px;
  margin: 10px;
  padding: 18px;
}
.checkox-context {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin: 20px;
}
.checkox-context strong {
  color: #001753;
}
.dark-back {
  background: #000;
  padding: 40px;
}
.dark-back h2 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.dark-back p {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.7em;
  color: #fff;
}
.dark-back strong {
  background-color: #79dd6e;
  color: #fff;
}
.dark-back b {
  color: #79dd6e;
}
.section {
  margin: 30px;
}
.section .list .icon-list {
  padding: 9px;
  font-size: 24px;
  font-weight: 700;
}
.section .icon-list strong {
  color: #008000;
  font-size: 30px;
  margin-left: 216px;
}
.footer {
  padding: 35px;
}
.footer h2 {
  font-size: 42px;
  font-weight: bold;
}
.footer p {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  padding: 20px;
}
.dropdown-container {
  margin: 50px auto;
  border-radius: 8px;
}
.faq-item {
  margin-bottom: 15px;
}
.faq-question {
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  background-color: #080736;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease;
}
.faq-answer {
  display: none;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.dropdown-icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: transform 0.3s ease;
}
.active .dropdown-icon {
  transform: rotate(45deg);
}
.dark-side {
  background-color: #000;
  padding: 16px;
}
.background .dark {
  background: #2f2f2f;
  color: #fff;
}
.dark h1 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
.background ul .item {
  list-style: none;
  padding: 16px;
}
.background ul .item strong {
  color: #ffff00;
  font-size: 25px;
  font-weight: 500;
}
.background ul .item b {
  color: #fff;
  font-size: 22px;
}
.background .dark p {
  color: #40b7f7;
  font-size: 35px;
  font-weight: 600;
}
.form-box {
  background: #fff;
  padding: 50px;
}
.form-box label {
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.3px;
  margin: inherit;
  margin-bottom: 10px;
  margin-top: 5px;
}
.form-box input {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 11px 12px;
  font-family: inherit;
  font-weight: inherit;
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid;
  border-color: #d4d4d4;
  border-radius: 3px;
  box-shadow: none;
  height: auto;
}
button.btn {
  background-color: #107c42;
  height: 70px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
}
.payment .step h3 {
  font-size: 43px;
  color: #fff;
  padding: 11px;
}
.payment .step p {
  color: #fff;
  padding: 5px;
  font-size: 30px;
}
.payment .checkout {
  background: #196fe1;
  width: 64%;
  padding: 5px;
  padding-top: 2px;
  color: #fff;
  margin: 8px;
  text-align: center;
}
@media (max-width: 768px) {
  .faq-item,
  .menu-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .button-wrapper .btn {
    font-size: 16px;
    line-height: 1.4em;
    padding: 10px 20px 10px 20px;
  }
  .icon .widget {
    font-size: 18px;
  }
  .icon .text {
    margin: 5px 15px -10px 15px;
    padding: 0px 15px 0px 15px;
    font-size: 15px;
  }
  .top-section .top h2 {
    font-size: 18px;
  }
  .cards .card {
    margin: 2px 7px 8px 7px;
    font-size: 16px;
    height: auto;
  }
  .blank .blank-text h1 {
    font-size: 22px;
    line-height: 1.3em;
  }
  .bonus .heading {
    margin: 0px 12px 0px 12px;
    padding: 25px 15px 20px 15px;
    border-radius: 15px 15px 15px 15px;
  }
  .bonus .card {
    height: auto;
    width: 100%;
    margin-bottom: 17px;
    padding: 15px 15px 18px 15px;
  }
  .bonus h3 {
    font-size: 18px;
    font-weight: bold;
  }
  .navbar-brand img {
    top: -31px;
    width: 224px;
    position: absolute;
    left: 47px;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 9px 14px;
  }
  .cards .button-wrapper .btn {
    padding: 14px 25px 14px 25px;
    font-size: 18px;
  }
  .navbar-expand-sm .navbar-nav {
    text-align: right;
  }
}
.footer .footer-widgets h4,
.footer .footer-widgets ul li a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-widgets ul li i {
  font-size: 10px;
}
.footer .footer-widgets ul li {
  line-height: 31px;
}
.img-cross{
    position: relative;
}
.img-cross img{
    position: absolute;
    width: 62px;
    right: 8px;
}
.whatsapp {
  position: fixed;
  bottom: 24px;
  z-index: 100;
  left: 33px;
}
.whatsapp img {
  width: 50px;
  background-color: #fff;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 0 11px 0 #00000069;
  animation: 1s infinite shadow-pulse;
  width: 72px;
  position: relative;
  z-index: 10000;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(93 171 3);
  }
  100% {
    box-shadow: 0 0 0 35px transparent;
  }
}
@media only screen and (max-width: 767px) {
  .whatsapp img {
    width: 66px;
  }
  .navbar-brand {
    position: relative;
  }
  .dark h1 {
    font-size: 24px;
    padding: 10px;
  }
  .payment .step h3 {
    font-size: 31px;
  }
  .payment .step p {
    font-size: 18px;
  }
  .text {
    font-size: 17px;
  }
  .dark-back {
    padding: 16px;
  }
  .dark-back h2 {
    font-size: 24px;
  }
  .dark-back p {
    font-size: 15px;
  }
  .footer h2 {
    font-size: 24px;
  }
  .img-cross img{
          width: 28px ;
    right: 26px;
  }
  .cards .button-wrapper .btn{
          line-height: 34px;
  }
}
@keyframes bootyShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.bootyShake {
  animation: bootyShake 2s ease-in-out infinite;
}
.why-learn .list-items .list-item .list-text .fa {
  color: #78db6c;
  background: #fff;
  border-radius: 50%;
}
.why-learn .list-items .list-item {
  padding: 10px 19px;
  border-radius: 13px;
  box-shadow: 7px -6px 3px #ffffff94;
  margin-bottom: 22px;
  background: #484848;
  height: auto;
}

