/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/app.sass ***!
  \******************************************************************************************************************************************************/
body {
  font-family: "Montserrat", sans-serif;
  line-height: 2;
  color: #fffff0;
  background-color: #000d1b;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.2;
}

h1, h2, h3 {
  text-transform: capitalize;
}

h1, .h1 {
  font-size: 3rem;
  line-height: 1.4;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 1.4;
}

h3, .h3 {
  font-size: 1.4rem;
  line-height: 1.4;
}

h4, .h4 {
  font-size: 1.1rem;
  line-height: 1.4;
}

h5, .h5 {
  font-size: 0.8rem;
  line-height: 1.25;
}

h6, .h6 {
  font-size: 0.7rem;
  line-height: 1.1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

p {
  font-size: 1rem;
  line-height: 2;
}

a {
  color: #fffff0;
  text-decoration: none;
}

iframe {
  max-width: 100%;
  min-height: 450px;
  width: 100%;
  border-radius: 1em;
}

.loader {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: #000;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.loader .loader__text {
  font-family: var(--font-clash-display);
  font-size: clamp(2rem, 2vw, 5rem);
  font-weight: 800;
  color: #fff;
}

.yellow-shadow {
  -webkit-box-shadow: 0 0 3em rgba(172, 0, 57, 0.7);
          box-shadow: 0 0 3em rgba(172, 0, 57, 0.7);
}

.purple-shadow {
  -webkit-box-shadow: 0 0 3em rgba(0, 92, 150, 0.4);
          box-shadow: 0 0 3em rgba(0, 92, 150, 0.4);
}

.card {
  border-radius: 1em;
  color: #fffff0;
  background-color: #212132;
  -webkit-box-shadow: 0 0 2em rgba(188, 97, 243, 0.3);
          box-shadow: 0 0 2em rgba(188, 97, 243, 0.3);
}

.large-card {
  background-color: #000d1b;
  -webkit-box-shadow: 0 0 3em rgba(0, 162, 255, 0.4);
          box-shadow: 0 0 3em rgba(0, 162, 255, 0.4);
}
.large-card p {
  font-size: 1.2rem;
  margin: 1em 0;
}

.pricing-card {
  background-color: #000d1b;
  min-height: 600px;
  -webkit-box-shadow: 0 0 3em rgba(255, 0, 0, 0.7);
          box-shadow: 0 0 3em rgba(255, 0, 0, 0.7);
}
.pricing-card p {
  font-size: 1.2rem;
  margin: 1em 0;
}

.accordion .accordion-button {
  font-weight: bold;
  font-size: 1.2rem;
  color: #fffff0;
  background-color: #000d1b;
  border-bottom: 1px solid #000d1b;
}
.accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion .accordion-item {
  color: #fffff0;
  background-color: #000d1b;
  border-bottom: 1px rgb(0, 29.44, 48) solid;
}

.pattern-blur .left-side-pattern {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
}
.pattern-blur .left-side-pattern img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
  -o-object-position: top;
     object-position: top;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.btn-wrap {
  width: 100%;
}
.btn-wrap .btn {
  width: 47%;
}
.btn-wrap .btn:first-child {
  margin-right: 1em;
}

.btn {
  border: 1px solid transparent;
  text-transform: uppercase;
  min-width: 8em;
  font-weight: bold;
}
.btn:hover {
  border: 1px solid transparent;
}

.btn.btn-primary {
  background-color: #005c96;
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 123.28, 201);
}
.btn.btn-primary:active {
  background-color: rgb(0, 60.72, 99);
  border: 1px solid rgb(0, 60.72, 99);
}

.btn.btn-secondary {
  color: #222;
  border: 1px solid #ac0039;
  background-color: #ac0039;
}
.btn.btn-secondary:hover {
  background-color: #000d1b;
  color: rgb(223, 0, 73.9011627907);
  border: 1px solid rgb(223, 0, 73.9011627907);
}
.btn.btn-secondary:active {
  color: rgb(121, 0, 40.0988372093);
  border: 1px solid rgb(121, 0, 40.0988372093);
}

.btn.btn-outline-secondary {
  border: 1px solid #005c96;
  color: #005c96;
}
.btn.btn-outline-secondary:hover {
  background-color: #000d1b;
  color: rgb(0, 123.28, 201);
  border: 1px solid rgb(0, 123.28, 201);
}
.btn.btn-outline-secondary:active {
  color: rgb(0, 60.72, 99);
  border: 1px solid rgb(0, 60.72, 99);
}

.btn.btn-outline-secondary {
  border: 1px solid #ac0039;
  color: #ac0039;
}
.btn.btn-outline-secondary:hover {
  background-color: #000d1b;
  color: rgb(223, 0, 73.9011627907);
  border: 1px solid rgb(223, 0, 73.9011627907);
}
.btn.btn-outline-secondary:active {
  color: rgb(121, 0, 40.0988372093);
  border: 1px solid rgb(121, 0, 40.0988372093);
}

.btn.btn-youtube {
  background-color: #890000;
  color: #fffff0;
}
.btn.btn-youtube:hover {
  background-color: #bc0000;
}
.btn.btn-youtube:active {
  background-color: #560000;
  border: 1px solid #560000;
}

.btn.btn-outline-telegram {
  border: 1px solid #24a1de;
  color: #24a1de;
}
.btn.btn-outline-telegram:hover {
  background-color: #000d1b;
  color: rgb(80.3214285714, 180.0238095238, 228.6785714286);
  border: 1px solid rgb(80.3214285714, 180.0238095238, 228.6785714286);
}
.btn.btn-outline-telegram:active {
  color: rgb(27.1071428571, 129.7857142857, 179.8928571429);
  border: 1px solid rgb(27.1071428571, 129.7857142857, 179.8928571429);
}

.text-link {
  font-weight: bold;
}

.text-link.udemy {
  color: #a435f0;
}
.text-link.udemy:hover {
  color: rgb(206.7741935484, 147.9493087558, 247.0506912442);
}

.text-link.telegram {
  color: #24a1de;
}
.text-link.telegram:hover {
  color: rgb(124.6428571429, 199.0476190476, 235.3571428571);
}

.section {
  min-height: 20em;
  margin: 3em 0;
  padding: 2em 0;
}
.section .section-title {
  font-size: 3rem;
  font-weight: bold;
}
.section .section-description {
  font-size: 1.2rem;
  padding-bottom: 3em;
}

.hero {
  height: 85vh;
  margin-top: 2em;
}
.hero .hero-text {
  margin-top: 3em;
}
.hero .hero-text .hero-title {
  font-size: 6rem;
  line-height: 1;
  font-weight: 900;
  color: #fffff0;
}
.hero .hero-text .hero-description {
  margin: 2em 0;
  color: #cfcfcf;
  font-size: 1.1rem;
}
.hero .hero-text .btn-wrap .btn {
  padding: 0.7em;
  width: 47%;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
  white-space: nowrap;
}
.hero .hero-text .hero-links {
  border-top: 1px #463754 solid;
  padding-top: 2em;
  margin-top: 1em;
}
.hero .hero-text .hero-links a {
  margin: 0 0.5em;
  display: inline-block;
}
.hero .hero-text .hero-links a:hover {
  trasnsition: 1s;
  -webkit-transform: rotate(360deg) scale(1.2);
          transform: rotate(360deg) scale(1.2);
  color: #fff;
}
.hero .hero-image-holder .hero-image {
  width: 110%;
  height: 50em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.bestsellers .swiper {
  padding: 2em 0;
}
.bestsellers .swiper .swiper-wrapper .swiper-slide {
  width: 30em;
  -webkit-box-shadow: 0 0 2em rgba(0, 92, 150, 0.3), inset 1em 1em 10em 50em #000;
          box-shadow: 0 0 2em rgba(0, 92, 150, 0.3), inset 1em 1em 10em 50em #000;
}
.bestsellers .swiper .swiper-wrapper .swiper-slide .swiper-slide-image {
  -webkit-box-shadow: inset 1em 1em 2em 10em rgba(0, 13, 27, 0.3);
          box-shadow: inset 1em 1em 2em 10em rgba(0, 13, 27, 0.3);
  border-radius: 1em 1em 0 0;
}
.bestsellers .swiper .swiper-wrapper .swiper-slide .swiper-slide-image img {
  width: 100%;
  height: 100%;
  border-radius: 1em 1em 0 0;
}
.bestsellers .swiper .swiper-wrapper .swiper-slide .swiper-slide-content {
  min-height: 15em;
  padding: 1em;
  background-color: #212132;
  border-radius: 0 0 1em 1em;
}
.bestsellers .swiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-title {
  min-height: 3em;
}

.banner {
  margin-top: 3em;
}
.banner .banner-image {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  min-height: 25em;
  border-radius: 1em 0 0 1em;
}
.banner .banner-detail {
  padding: 20px;
}
.banner .banner-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.banner .banner-description {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.bot .bot-image {
  float: right;
  margin-right: 5em;
  margin-top: 2em;
  width: 70%;
}
.bot .card {
  padding: 2em;
}
.bot .card .bot-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.bot .card .bot-description {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.bot .card .bot-links a {
  margin: 0.2em;
  display: inline-block;
}
.bot .card .bot-links a:hover {
  trasnsition: 1s;
  -webkit-transform: rotate(360deg) scale(1.2);
          transform: rotate(360deg) scale(1.2);
  color: #fff;
}

.newsletter .newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}
.newsletter .newsletter-form .newsletter-input {
  width: 70%;
  padding: 0.75em 1em;
  border: 1px solid rgb(36.36, 38.38, 64.64);
  border-radius: 2em;
  background-color: #121320;
  color: #fffff0;
  font-size: 1.2rem;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 0.5em;
}
.newsletter .newsletter-form .newsletter-input::-webkit-input-placeholder {
  color: #888;
}
.newsletter .newsletter-form .newsletter-input::-moz-placeholder {
  color: #888;
}
.newsletter .newsletter-form .newsletter-input:-ms-input-placeholder {
  color: #888;
}
.newsletter .newsletter-form .newsletter-input::-ms-input-placeholder {
  color: #888;
}
.newsletter .newsletter-form .newsletter-input::placeholder {
  color: #888;
}
.newsletter .newsletter-form .btn {
  width: 30%;
  border-radius: 2em;
}

.courses {
  min-height: 65em;
}
.courses .course-filter {
  margin-bottom: 2em;
}
.courses .course-filter button.filter-button {
  color: #fffff0;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: none;
  border: none;
}
.courses .course-filter button.filter-button.active, .courses .course-filter button.filter-button:hover {
  color: #005c96;
}
.courses .course-filter .filter-button.extreme {
  color: #FF5349;
}
.courses .course-search-form {
  margin-bottom: 2em;
}
.courses .course-search-form .course-search {
  width: 100%;
  padding: 0.75em 1em;
  border: 1px solid rgb(36.36, 38.38, 64.64);
  border-radius: 2em;
  background-color: #121320;
  color: #fffff0;
  font-size: 1.2rem;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.courses .course-search-form .course-search::-webkit-input-placeholder {
  color: #888;
}
.courses .course-search-form .course-search::-moz-placeholder {
  color: #888;
}
.courses .course-search-form .course-search:-ms-input-placeholder {
  color: #888;
}
.courses .course-search-form .course-search::-ms-input-placeholder {
  color: #888;
}
.courses .course-search-form .course-search::placeholder {
  color: #888;
}
.courses .course-cards .row {
  margin-top: 2em;
}
.courses .course-cards .row .card {
  padding: 0;
  min-height: 25em;
  margin: 1em;
}
.courses .course-cards .row .card .course-image img {
  max-width: 100%;
  border-radius: 1em 1em 0 0;
}
.courses .course-cards .row .card .course-detail {
  padding: 1em;
  height: 100%;
}
.courses .course-cards .row .card .course-detail .course-title {
  font-weight: bold;
  text-transform: uppercase;
  min-height: 3em;
}
.courses .course-cards .row .card .course-detail .btn-wrap {
  margin-top: 3em;
}
.courses .course-cards .row .card .course-detail .btn-wrap .btn {
  font-size: 1rem;
  width: 50%;
  height: 50%;
  white-space: nowrap;
}

.course-page .card {
  margin: 2em 0;
  border-radius: 1em;
  color: #fffff0;
  -webkit-box-shadow: 0 0 2em rgba(0, 92, 150, 0.3);
          box-shadow: 0 0 2em rgba(0, 92, 150, 0.3);
}
.course-page .card .btn {
  padding: 0.7em;
  margin: 0.3em;
}
.course-page .card .badge {
  margin: 0.3em;
  padding: 0.7em 1em;
  background-color: #005c96;
}
.course-page .card img {
  border-radius: 1em;
}

footer {
  padding: 3em 0;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
.zoom-in {
  -webkit-animation: zoomIn 1s ease forwards;
          animation: zoomIn 1s ease forwards;
  display: block;
}

.zoom-out {
  -webkit-animation: zoomOut 1s ease forwards;
          animation: zoomOut 1s ease forwards;
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .banner .banner-image {
    border-radius: 1em 1em 0 0;
  }
  .hero .hero-text {
    margin-top: 5em;
  }
  .hero .hero-text .hero-title {
    font-size: 4rem;
  }
  .hero .hero-text .btn-wrap .btn {
    padding: 0.7em 0.3em;
    font-size: 0.8rem;
  }
  .btn-wrap {
    width: 100%;
  }
  .btn-wrap .btn {
    width: 47%;
    font-size: 0.8rem;
  }
  .btn-wrap .btn:first-child {
    margin-right: 0.5em;
  }
  .bot .bot-image {
    width: 100%;
    margin: 0;
  }
  .newsletter-form .btn {
    padding: 0.5em 0.3em;
    font-size: 0.8rem;
  }
}
/* Small devices (phones in landscape, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner .banner-image {
    border-radius: 1em 1em 0 0;
  }
  .hero .hero-text {
    margin-top: 3em;
  }
  .hero .hero-text .hero-title {
    font-size: 4rem;
  }
  .hero .hero-text .btn-wrap .btn {
    padding: 0.7em 0.3em;
    font-size: 1rem;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner .banner-image {
    border-radius: 1em 1em 0 0;
  }
  .section .section-title {
    font-size: 2.5rem;
    font-weight: bold;
  }
  .section .section-description {
    font-size: 1rem;
    padding-bottom: 2em;
  }
  .hero .hero-text {
    margin-top: 5em;
  }
  .hero .hero-text .btn-wrap .btn {
    padding: 0.7em 0.3em;
    font-size: 1rem;
  }
  .bot .card .bot-description .btn-wrap .btn {
    width: 100%;
  }
}
/* Large devices (small desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner .banner-image {
    border-radius: 1em 1em 0 0;
  }
  .hero .hero-text .btn-wrap .btn {
    padding: 0.7em 0.3em;
    font-size: 1rem;
  }
  .bot .card .bot-description .btn-wrap .btn {
    width: 100%;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .col-xl-4 {
    width: 30%;
  }
  .swiper {
    width: 85%;
  }
}
.join-form {
  background-color: #111;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.dark-input {
  background-color: #1b1b1b;
  border: 1px solid #333;
  color: #fff;
}
.dark-input::-webkit-input-placeholder {
  color: #aaa;
}
.dark-input::-moz-placeholder {
  color: #aaa;
}
.dark-input:-ms-input-placeholder {
  color: #aaa;
}
.dark-input::-ms-input-placeholder {
  color: #aaa;
}
.dark-input::placeholder {
  color: #aaa;
}
.dark-input:focus {
  background-color: #222;
  border-color: #007bff;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.join-btn {
  background: -webkit-gradient(linear, left top, right top, from(#007bff), to(#0056b3));
  background: linear-gradient(90deg, #007bff, #0056b3);
  border: none;
  font-weight: bold;
  letter-spacing: 1px;
}
.join-btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#0056b3), to(#003f7f));
  background: linear-gradient(90deg, #0056b3, #003f7f);
}

@media (max-width: 767.98px) {
  .hero {
    height: 100vh;
  }
  .hero .hero-text {
    margin-top: 5em;
  }
  .hero .hero-text .hero-title {
    font-size: 4rem;
  }
  .hero .hero-text .hero-description {
    font-size: 1.1rem;
  }
  .hero .hero-text .btn-wrap .btn {
    padding: 0.7em 0.3em;
    font-size: 1rem;
  }
}
