@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --theme-color: #847599;
  --white-color: #fff;
  --gradient-color: linear-gradient(90deg, #5c17bf, #f3b800);
  --gradient-text: linear-gradient(-90deg, #5c17bf, #f3b800);
  --gradient-hover: linear-gradient(135deg, #f3b800, #5c17bf);
  --theme-color-2: #151515;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
}

body .fix {
  overflow: hidden;
}

p {
  font-size: 16px;
  color: var(--theme-color);
  line-height: 24px;
  letter-spacing: 0.1px;
}

a {
  text-decoration: none;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

img {
  max-width: 100%;
}

ul.no-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn {
  border-radius: 45px;
  border: 0;
  padding: 7px 30px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--theme-color-2);
  letter-spacing: -0.1px;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn.btn-primary {
  color: var(--white-color);
  overflow: hidden;
  z-index: 1;
  background: var(--gradient-color);
  border: 0;
  box-shadow: inset -6px -6px 6px rgba(0, 0, 0, 0.22), 7px 9px 16px rgba(71, 3, 140, 0.15);
  position: relative;
  color: var(--white-color);
}
.btn.app-button {
  background-color: #000000;
  width: 154px;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-transform: capitalize;
  text-align: left;
}
.btn.app-button span {
  font-size: 10px;
  display: block;
}
.btn.app-button p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
}
.btn.btn-default {
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
.btn.btn-default:hover {
  border-color: transparent;
}
.btn.btn-yellow {
  background-color: #f3b800;
  box-shadow: inset -6px -6px 6px rgba(0, 0, 0, 0.22), 7px 9px 16px rgba(71, 3, 140, 0.15);
}
.btn::before, .btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: var(--gradient-hover);
  z-index: -1;
  transition: all 0.35s;
}
.btn:before {
  opacity: 0.5;
}
.btn:after {
  transition-delay: 0.2s;
}
.btn:hover {
  color: var(--white-color);
}
.btn:hover::before, .btn:hover::after {
  left: 0;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  background-color: var(--white-color);
}
header .main-header {
  padding: 5px 0;
  transition: 0.4s ease-in-out;
}
header .main-header .logo {
  max-width: 159px;
}
header .main-header .logo img {
  width: 100%;
}
@media (max-width: 767px) {
  header .main-header .logo .logo {
    max-width: 100px;
  }
}
header.is-sticky {
  z-index: 999;
  background-color: var(--white-color);
  animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}

main {
  padding-top: 59px;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: 0 -44px;
  color: var(--white-color);
}

.gradient-text {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.heading h1 {
  font-size: 52px;
  color: var(--white-color);
  font-weight: bold;
  letter-spacing: 0.1px;
  line-height: 1.5;
}

.home-banner {
  padding: 70px 0;
  position: relative;
}
.home-banner .heading p b {
  color: var(--white-color);
  font-weight: 600;
}
.home-banner .video {
  height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  max-width: 700px;
  margin: 0 auto;
}
.home-banner .video img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  background-image: url(../images/video-thumbnail.jpg);
  background-size: cover;
  background-position: center;
}
.home-banner .btn-primary {
  margin: -27px auto 0;
  box-shadow: inset -6px -6px 6px rgba(0, 0, 0, 0.22), 0 0 35px rgba(243, 184, 0, 0.35);
  filter: drop-shadow(0px 10px 40px rgba(88, 81, 35, 0.25));
  transition: box-shadow 0.3s ease-in-out, filter 0.3s ease-in-out;
}
.home-banner .verified .heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-banner .verified .heading h1 {
  padding-right: 20px;
  margin-bottom: 0;
}
.home-banner .verified .heading .h-line {
  width: 2px;
  height: 60px;
  display: inline-block;
  background-color: var(--white-color);
}
.home-banner .verified .heading .total-student {
  padding-left: 20px;
}
.home-banner .verified .heading .total-student h2 {
  color: var(--white-color);
  font-size: 42px;
  letter-spacing: 0.1px;
  font-weight: bold;
}
.home-banner .verified .heading .total-student p {
  margin: 0;
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
.video-modal .modal-dialog {
  max-width: 1200px;
}
.video-modal .modal-content {
  border-radius: 12px;
}
.video-modal .close {
  position: absolute;
  top: -40px;
  right: -30px;
  font-size: 34px;
  cursor: pointer;
  color: #fff;
}
.video-modal video {
  max-width: 100%;
  border-radius: 10px;
}

.welcome {
  position: absolute;
  left: -40px;
  top: 50%;
  color: var(--white-color);
  transform: rotate(270deg);
  letter-spacing: 2px;
  font-size: 14px;
}
.welcome:before {
  content: "";
  position: absolute;
  right: -110px;
  top: 50%;
  width: 90px;
  height: 2px;
  background: var(--white-color);
}

.course-detail {
  padding: 50px 0;
  background-color: #14021b;
}
.course-detail h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1px;
  margin-bottom: 30px;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 7px 20px rgba(228, 206, 63, 0.04);
}
.course-detail p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.1px;
  margin-bottom: 16px;
  color: var(--white-color);
}
.course-detail h5 {
  margin-top: 30px;
}

.v-line-200 {
  height: 4px;
  width: 200px;
  background-color: var(--white-color);
  margin: 40px 0;
}

.ne-academy {
  background: url(../images/ne-academy-bg.png);
  background-size: cover;
  padding: 70px;
}
.ne-academy ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: -0.2px;
}
.ne-academy ul span {
  display: inline-block;
  margin: 0 20px;
}
.ne-academy .btn-primary {
  gap: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-transform: inherit;
  font-weight: normal;
  cursor: text;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
}
.ne-academy .btn-primary .fa {
  font-size: 4px;
}
.ne-academy .heading h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 16px;
}
.ne-academy h5 {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.ne-academy p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: var(--white-color);
}
.ne-academy.detail-banner {
  background: none;
  position: relative;
}
.ne-academy.detail-banner .welcome {
  top: 60%;
  font-size: 14px;
}

.ne-journey {
  background: url("../images/Your-Journey-Starts-Img-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.ne-journey .ne-journey-content {
  padding: 30px 0;
}
.ne-journey .ne-journey-content h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
}
.ne-journey .ne-journey-content p {
  font-size: 16px;
  font-weight: normal;
  color: var(--white-color);
}
.ne-journey .ne-journey-content .btn-yellow {
  padding: 12px 30px;
}

.academic-courses {
  padding: 0 0 140px;
}
.academic-courses .heading {
  text-align: center;
  padding-bottom: 60px;
}
.academic-courses .heading h2 {
  font-weight: bold;
  font-size: 40px;
}
.academic-courses .academic-slider-container .swiper-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.academic-courses .academic-slider-container .swiper-container .slick-slide {
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  padding: 40px 0;
}
.academic-courses .academic-slider-container .swiper-container .figure {
  width: 100%;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}
.academic-courses .academic-slider-container .swiper-container .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.4s ease-in-out;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.academic-courses .academic-slider-container .swiper-container .slick-center {
  transform: scale(1.1);
}
.academic-courses .academic-slider-container .swiper-container .swiper-slide {
  overflow: hidden;
  background-color: transparent;
  position: relative;
}
.academic-courses .academic-slider-container .swiper-container .swiper-slide .swiper-content {
  text-align: center;
  margin-top: 30px;
  opacity: 0;
}
.academic-courses .academic-slider-container .swiper-container .swiper-slide .swiper-content h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.1px;
  color: var(--white-color);
}
.academic-courses .academic-slider-container .swiper-container .swiper-slide .swiper-content p {
  font-size: 18px;
  color: var(--white-color);
}
.academic-courses .academic-slider-container .swiper-container .swiper-slide.slick-active .figure {
  height: 250px;
}
@media (max-width: 450px) {
  .academic-courses .academic-slider-container .swiper-container .swiper-slide.slick-active .figure {
    height: 300px;
  }
}
@media (max-width: 450px) {
  .academic-courses .academic-slider-container .swiper-container .swiper-slide.slick-active .figure {
    height: 200px;
  }
}
.academic-courses .academic-slider-container .swiper-container .swiper-slide.slick-active .swiper-content {
  opacity: 1;
}
.academic-courses .academic-slider-container .swiper-container .swiper-pagination {
  bottom: 10px;
}
.academic-courses .academic-slider-container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: var(--white-color);
}
.academic-courses .academic-slider-container .swiper-container .slick-next,
.academic-courses .academic-slider-container .swiper-container .slick-prev {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  top: auto;
  bottom: -60px;
  background-color: transparent;
  z-index: 1;
}
.academic-courses .academic-slider-container .swiper-container .slick-next::after,
.academic-courses .academic-slider-container .swiper-container .slick-prev::after {
  font-size: 12px;
}
.academic-courses .academic-slider-container .swiper-container .slick-next:hover,
.academic-courses .academic-slider-container .swiper-container .slick-prev:hover {
  background: var(--gradient-color);
  border: 0;
}
.academic-courses .academic-slider-container .swiper-container .slick-next {
  right: calc(50% - 170px);
}
.academic-courses .academic-slider-container .swiper-container .slick-prev {
  left: calc(50% - 170px);
}
.academic-courses .academic-slider-container .swiper-container .slick-dots {
  position: absolute;
  bottom: -46px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.academic-courses .academic-slider-container .swiper-container .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.academic-courses .academic-slider-container .swiper-container .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.academic-courses .academic-slider-container .swiper-container .slick-dots li button:hover,
.academic-courses .academic-slider-container .swiper-container .slick-dots li button:focus {
  outline: none;
}
.academic-courses .academic-slider-container .swiper-container .slick-dots li button:hover:before,
.academic-courses .academic-slider-container .swiper-container .slick-dots li button:focus:before {
  opacity: 1;
}
.academic-courses .academic-slider-container .swiper-container .slick-dots li button:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  color: var(--white-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.5;
}
.academic-courses .academic-slider-container .swiper-container .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--white-color);
}

.testimonials {
  padding: 70px 0;
}
.testimonials .heading {
  text-align: center;
  padding-bottom: 60px;
}
.testimonials .heading h2 {
  font-weight: bold;
  font-size: 40px;
}
.testimonials .slide {
  padding: 15px;
}
.testimonials .single-box {
  border: 1px solid #60566e;
  border-radius: 20px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.14);
}
.testimonials .single-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
}
.testimonials .single-box p {
  font-size: 16px;
  line-height: 24px;
  color: var(--white-color);
}
.testimonials .single-box .fa {
  color: #f3b800;
  font-size: 12px;
}

footer .footer-widgets {
  padding: 40px 0 10px;
  border-bottom: 1px solid #6c6c6c;
}
footer .footer-widgets .row .col-md-6 {
  position: relative;
}
footer .footer-widgets .row .col-md-6:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 40px;
  background-color: #6c6c6c;
}
footer .footer-widgets .single-widget {
  display: flex;
}
footer .footer-widgets .single-widget .icon {
  height: 42px;
  width: 42px;
  background: var(--gradient-color);
  border-radius: 50%;
  box-shadow: 0px 5px 30px rgba(88, 81, 35, 0.16);
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 6px;
  margin-right: 10px;
  flex: 0 0 auto;
}
footer .footer-widgets .single-widget h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}
footer .footer-widgets .single-widget a,
footer .footer-widgets .single-widget p {
  color: #6c6c6c;
  text-decoration: none;
  font-size: 12px;
  line-height: normal;
  letter-spacing: -0.11px;
  display: block;
  margin: 0;
}
footer .footer-widgets .social-widget {
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 10px;
}
footer .footer-widgets .social-widget a {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
footer .footer-widgets .social-widget img {
  position: relative;
  transition: 0.5s;
  z-index: 3;
}
footer .social-widget a:hover img {
  transform: rotateY(360deg);
}
footer .social-widget a:hover:before {
  top: 0;
}
footer .social-widget a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}
footer .social-widget a:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  transition: 0.5s;
  z-index: 2;
  border-radius: 50%;
}
footer .social-widget a:hover:after {
  top: 100%;
}
footer .social-widget a .hover {
  display: none;
}
footer .social-widget a:hover .normal {
  display: none;
}
footer .social-widget a:hover .hover {
  display: inline-block;
}
footer .social-widget a.fb-icon {
  border-color: #1877f2;
}
footer .social-widget a.insta-icon {
  border-color: #761cc9;
}
footer .social-widget a.twitter-icon {
  border-color: #1da1f2;
}
footer .social-widget a.yt-icon {
  border-color: #ff0001;
}
footer .social-widget a.insta-icon {
  border-color: #1877f2;
}
footer .social-widget a.tt-icon {
  border-color: #000000;
}
footer .social-widget a.fb-icon:before {
  background: #1877f2;
}
footer .social-widget a.insta-icon:before {
  background: linear-gradient(-180deg, #fbcb2a 0%, #fc3282 50%, #761cc9 100%);
}
footer .social-widget a.twitter-icon:before {
  background: #1da1f2;
}
footer .social-widget a.yt-icon:before {
  background: #ff0001;
}
footer .social-widget a.tt-icon:before {
  background: #000000;
}
footer .footer-bottom {
  padding: 10px 0;
}
footer .footer-bottom .footer-menu {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer .footer-bottom .footer-menu a {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  position: relative;
}
footer .footer-bottom .footer-menu a:not(:last-child):after {
  content: "";
  position: absolute;
  height: 3px;
  width: 3px;
  background-color: #000;
  border-radius: 50%;
  top: 50%;
  right: -10px;
}
footer .footer-bottom .footer-menu a img {
  height: 10px;
  width: 10px;
}
footer .footer-bottom .footer-menu a:hover {
  color: #5c17bf;
}
footer .footer-bottom p {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-align: center;
  margin: 0;
}
footer .footer-bottom .text-right p {
  text-align: right;
}

@media (max-width: 1192px) {
  .heading h1 {
    font-size: 36px;
  }
  .home-banner .video {
    height: 300px;
  }
  .welcome {
    display: none;
  }
  .col-lg-7 {
    margin-top: 20px;
  }
  footer .footer-widgets .row .col-md-6 {
    margin-bottom: 15px;
  }
  footer .footer-bottom .footer-menu {
    justify-content: center;
  }
  footer .footer-bottom .text-right p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .video-modal .close {
    right: -2px;
  }
  .video-modal video {
    max-height: 90vh;
  }
  .home-banner .video {
    height: 230px;
  }
  .home-banner .verified .heading .total-student h2 {
    font-size: 30px;
  }
  .home-banner .verified .heading .total-student p {
    font-size: 10px;
    line-height: 10px;
  }
  .btn {
    padding: 5px 20px;
  }
  .ne-journey .ne-journey-content p,
  p {
    font-size: 14px;
  }
  .heading h1 {
    font-size: 36px;
  }
  .heading h2 {
    font-size: 30px !important;
  }
  .course-detail h2 {
    font-size: 20px;
  }
  .course-detail p {
    font-size: 14px;
  }
  .welcome {
    display: none;
  }
  .ne-academy {
    padding: 40px 10px;
  }
  .ne-academy h5 {
    font-size: 14px;
  }
  .ne-academy p {
    font-size: 12px;
  }
  .ne-academy .ne-academy-content {
    padding-bottom: 30px;
  }
  footer .footer-widgets .row .col-md-6 {
    margin-bottom: 15px;
  }
  footer .footer-bottom .footer-menu {
    justify-content: center;
  }
  footer .footer-bottom .footer-menu .text-right p {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */