@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-SemiBold.ttf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Bold.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Rale Grotesk;
  src: url(fonts/RaleGrotesk-Light.woff2);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Rale Grotesk;
  src: url(fonts/RaleGrotesk-Regular.woff2);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Rale Grotesk;
  src: url(fonts/RaleGrotesk-Medium.woff2);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Rale Grotesk;
  src: url(fonts/RaleGrotesk-Bold.woff2);
  font-weight: 600;
  font-display: swap;
}

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

@font-face {
  font-family: "Roboto-Light";
  src: url(fonts/Roboto-Light.woff2);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url(fonts/Roboto-Regular.woff2);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url(fonts/Roboto-Medium.woff2);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url(fonts/Roboto-Bold.woff2);
  font-weight: 600;
  font-display: swap;
}

:root {
  --dark-color: #050116;
  --primary-color: rgb(5, 100, 430);
  --secondary-color: #bc9a51;
  --complementary-color: #080027;
  --accent-color: #d31b3d;
  --btn-primary-bg: #d31b3d;
  --btn-secondary-bg: #2d2744;
  --p-color: hsl(240deg 100% 99% / 0.9);
  --white-secondary: #e0e0e0;
  --black: #000000;
  --black-20: #cccccc;
  --black-80: rgb(0, 0, 0, 80%);
  --black-60: rgb(0, 0, 0, 60%);
  --white: #ffffff;
  --white-80: rgb(255, 255, 255, 80%);
  --white-20: rgb(255, 255, 255, 20%);
  --border-radius: 5px;
  --btn-radius: 5px;
  --container-w: 90vw;

  --dynamic-height: calc(var(--vh, 1vh) * 100);
  --header-height: --header-height;

  --transition-superfast: all 0.15s linear;
  --transition-fast: all 0.25s linear;
  --transition-medium: all 0.35s linear;
  --transition-slow: all 0.5s linear;

  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
}
h1 {
  font-weight: 400;
  font-size: clamp(20px, 3rem, 40px);
  color: var(--white);
}
h2 {
  font-weight: 400;
  color: var(--white);
}
h3 {
  color: var(--white);
  font-weight: 400;
}
h4 {
  color: var(--white);
  font-weight: 400;
}
p {
  color: var(--p-color);
  line-height: 1.7em;
}
p:last-of-type {
  margin-bottom: 0;
}
p:not(:last-of-type) {
  margin-bottom: 10px;
}
a {
  font-size: 0.875rem;
  color: var(--white);
}
a:hover {
  text-decoration: none;
  color: var(--accent-color);
}

.text-inner .text strong {
  color:#ffffff;
}

.dark-bg strong {
  color:rgb(5 254 255);
}
strong {
  font-weight: 600;
  color:var(--accent-color);
}

.headline {
  margin-bottom: 1rem;
  display: flex;
}
.headline > * {
  font-size: 0.875rem;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.6rem 0.9rem;
}
.headline.light > * {
  color: #bfbfbf;
  border-color: rgba(255, 255, 255, 0.2);
}
.headline.light > *:before {
  background: var(--accent-color);
}
.headline > *:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-color: #343434;
  border-radius: 100%;
}
.section-title > * {
  font-size: clamp(22px, 2.5rem, 35px);
}
.section-title.sm > * {
  font-size: clamp(20px, 2rem, 25px);
}
.section-title.xs > * {
  font-size: clamp(17px, 2rem, 20px);
}
.dark > * {
  color: #000;
}
.gray > * {
  color: #000000;
}

.hero-section .gray > * {
  color: #ffffff;
}

.dark-bg {
  background: var(--dark-color);
}

.mb_80 {
  margin-bottom: 80px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_60 {
  margin-top: 60px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mt_50 {
  margin-top: 50px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mt_30 {
  margin-top: 30px;
}

.br-10 {
  border-radius: 10px;
  overflow: hidden;
}

.section-space {
  margin-bottom: 100px;
}
.section-space-top {
  margin-top: 60px;
}

html {
  font-size: 18px;
}
body {
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 500;
}
.container {
  width: 85vw;
  max-width: 1920px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid {
  padding: 0;
}
main {
  margin-top: var(--header-height);
  min-height: 100%;
}
main:has(.hero-slider, .hero-section) {
  margin-top: 0px;
}
.hero-slider .module-image {
  opacity: 0;
  visibility: hidden;
}
.module.module-image img {
  height:auto;
}

html {
  scroll-padding-top: 100px;
}

button:focus {
  outline: none;
}
.btn:focus {
  outline: none;
  box-shadow: none !important;
}
.btn:active {
  box-shadow: none;
}
.btn {
  position: relative;
  padding: 12px 25px;
  border-radius: var(--btn-radius);
  outline: none;
  transition: var(--transition-fast);
  font-size: 0.875rem;
  font-family: "Roboto-Medium", sans-serif;
  border: none !important;
  font-weight: 500;
}

.btn-primary {
  background: conic-gradient(from var(--r), rgba(11, 163, 246, 0.15) 0%, #fff 40%, rgba(11, 163, 246, 0.15) 20%);
  border: none;
  color: #fff;
  -webkit-animation: rotating 3s linear infinite;
  animation: rotating 3s linear infinite;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: var(--transition-slow);
}
.btn-primary:active {
  background: conic-gradient(from var(--r), rgba(11, 163, 246, 0.15) 0%, var(--primary-color) 10%, rgba(11, 163, 246, 0.15) 20%) !important;
}
.btn-primary:before {
  content: "";
  display: block;
  position: absolute;
  background: var(--accent-color);
  inset: 1px;
  border-radius: var(--btn-radius);
  z-index: -1;
  transition: opacity 0.3s ease;
}
.btn-primary:hover {
  background: conic-gradient(from var(--r), rgba(11, 163, 246, 0.15) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(11, 163, 246, 0.15) 20%);
}
@keyframes rotating {
  0% {
    --r: 0deg;
  }
  100% {
    --r: 360deg;
    background: conic-gradient(from var(360deg), rgba(11, 163, 246, 0.15) 0%, var(--primary-color) 10%, var(--primary-color-15) 20%);
  }
}
@property --r {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.btn-secondary {
  background: var(--btn-secondary-bg);
  border-radius: 50px;
  border: none;
  color: #fff;
}
.btn-play {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
}
.btn-play:hover {
  color: var(--white);
}
.btn-play svg {
  transition: var(--transition-fast);
  margin-top: -3px;
}
.btn-play:hover svg {
  transform: scale(1.2);
  transition: var(--transition-fast);
}
.btn-play svg path {
  transition: var(--transition-fast);
  fill: var(--accent-color);
  stroke: var(--accent-color);
}
.btn-play:hover svg path {
  transition: var(--transition-fast);
  fill: var(--btn-primary-bg);
  stroke: var(--btn-primary-bg);
}

.add-to-cart {
  border-radius: var(--btn-radius);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition-fast);
}
.add-to-cart svg path {
  transition: var(--transition-fast);
}

/* ------------- NAVBAR -------------- */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  transition: var(--transition-medium);
  display:block;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  transition: var(--transition-medium);
}

header #main-navbar {
  padding: 0;
  padding: 30px 0;
}
header .navbar-brand {
  padding: 0;
  margin: 0;
}
header .logo {
  transition: var(--transition-medium);
  max-height: 45px;
}
header #main-navbar .navbar-toggler {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: var(--btn-secondary-bg);
  border-radius: 50px;
}

header.fixed {
  background: rgb(5 1 22 / 85%);
  transition: var(--transition-medium);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
header.fixed .header-inner {
  padding: 1rem 0;
}
header.fixed #main-navbar .navbar-brand .logo {
  transition: var(--transition-medium);
  max-height: 40px;
}

.dropdown-toggle::after {
  display: none;
}
.btn-menu .sr-only {
  position: relative;
  width: auto;
  height: auto;
  color: #fff;
  margin: 0;
}

header .navbar-collapse {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-fast);
  z-index: -1;
}
header .navbar-collapse.show {
  background: var(--complementary-color);
  transition: var(--transition-fast);
  opacity: 1;
  visibility: visible;
}

header .menu-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header .menu-content ul {
  flex-direction: row;
  gap: 2rem;
}
header .menu-content .social-media p {
  opacity: 0;
}
.nav-link:hover {
  color: var(--accent-color);
}
header .social-media {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header .navbar-collapse .navbar-nav .nav-item {
  opacity: 0;
}

@keyframes menu {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateY(0px);
  }
}

header .navbar-collapse.show .social-media .social-media-items .nav-item {
  animation: social_media_icons 0.5s forwards;
}

header .navbar-collapse.show .social-media .social-media-items .nav-item:nth-child(1) {
  animation-delay: 1.5s;
}
header .navbar-collapse.show .social-media .social-media-items .nav-item:nth-child(2) {
  animation-delay: 1.55s;
}
header .navbar-collapse.show .social-media .social-media-items .nav-item:nth-child(3) {
  animation-delay: 1.6s;
}
header .navbar-collapse.show .social-media .social-media-items .nav-item:nth-child(4) {
  animation-delay: 1.65s;
}
header .navbar-collapse.show .social-media .social-media-items .nav-item:nth-child(5) {
  animation-delay: 1.7s;
}
header .navbar-collapse.show .social-media .social-media-items .nav-item:nth-child(6) {
  animation-delay: 1.75s;
}
header .navbar-collapse.show .navbar-nav .nav-item {
  animation: menu 0.5s forwards;
}

header .navbar-collapse.show .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.5s;
}
header .navbar-collapse.show .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.55s;
}
header .navbar-collapse.show .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.6s;
}
header .navbar-collapse.show .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.65s;
}

header .menu-content .social-media-items {
  gap: 10px;
}
header .menu-content .social-media-items .nav-item .nav-link {
  padding: 0;
}

/* ------------------ HOME --------------- */

.hero-section {
  min-height: 100vh;
  align-content: center;
    padding-top:100px;
    padding-bottom:30px;
  background: var(--dark-color);
  overflow: hidden;
  display:block;
}
.hero-section .hero-image-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 8rem;
  margin-top: 3rem;
}
.hero-image-inner {
  display: flex;
}
.hero-section .hero-image-inner .module-image {
  z-index: 1;
}
.hero-section .hero-image-inner img {
  max-height: 100%;
  height: 90vh;
  width: auto;
}
.clients {
  display: grid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  overflow:hidden;
}
.clients-gallery {
  display: flex;
  gap: 3rem;
  pointer-events: none;
  overflow:hidden;
}
.clients-gallery figure {
  margin-bottom: 0;
}
.clients-gallery img {
  width: auto;
  height: 50px;
  max-width: 140px;
  object-fit: contain;
  filter: contrast(0.4) grayscale(1);
}
.hero-section .hero-text-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 1;
}
.intro-section-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.intro-title {
  font-size: clamp(20px, 3rem, 40px);
}
.intro-title > * {
  color: #ffffff;
  font-size: clamp(20px, 3rem, 40px);
  margin-bottom: 0;
}
.intro-subhead {
  border-left: 3px solid var(--accent-color);
  padding-left: 2rem;
}
.intro-subhead > * {
  font-size: clamp(20px, 3rem, 40px);
  font-weight: 400;
  margin-bottom: 0;
}
.hero-text-inner strong {
  color: var(--white);
  font-weight: 600;
}
.hero-section .hero-text-inner .hero-btn {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-top: 2rem;
}
.ellipses {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ellipse {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  border-radius: 50%;
  --tw-blur: blur(75px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.ellipse:nth-child(1) {
  background: #944e6ecc;
  width: 60%;
  height: 35%;
  top: 20%;
  left: 15%;
  --tw-rotate: -19.77deg;
}
.ellipse:nth-child(2) {
  width: 95%;
  height: 42%;
  top: 3%;
  left: 10%;
  background: radial-gradient(45.9% 125.25% at 49.44% 54.05%, rgba(232, 200, 254, 0.8) 0%, rgba(232, 200, 254, 0) 76.91%);
  --tw-rotate: -19.97deg;
}
.ellipse:nth-child(3) {
  background: linear-gradient(285.43deg, rgba(148, 78, 110, 0.2) 37.49%, rgba(109, 53, 0, 0.12) 85.53%);
  --tw-rotate: -13.96deg;
  width: 84%;
  height: 42%;
  top: 3%;
  left: -3%;
}
.ellipse:nth-child(4) {
  background: linear-gradient(285.43deg, rgba(148, 78, 110, 0.4) 37.49%, rgba(109, 53, 0, 0.24) 85.53%);
  mix-blend-mode: screen;
  --tw-rotate: -20.77deg;
  width: 83%;
  height: 35%;
  top: 25%;
  left: -5%;
  transform-origin: center;
}
.ellipse:nth-child(5) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 35 101 / var(--tw-bg-opacity));
  mix-blend-mode: soft-light;
  transform-origin: center;
  width: 57%;
  height: 55%;
  top: 0;
  left: 50%;
}
.ellipse:nth-child(6) {
  --tw-bg-opacity: 1;
  background-color: rgb(29 23 101 / var(--tw-bg-opacity));
  opacity: 0.3;
  mix-blend-mode: normal;
  --tw-rotate: -20.77deg;
  transform-origin: center;
  top: -5%;
  width: 85%;
  height: 45%;
  left: 20%;
}

/* ---------- VIDEO --------- */
#video iframe {
  border-radius: 10px;
}
.video-section {
  justify-content: center;
}
.video-source {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.play_video_source {
  display: block;
  position: absolute;
  height: 80px;
  width: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.play_video_source img {
  width: 100%;
  height: 100%;
}
.play_video_source:hover {
  filter: drop-shadow(5px 2px 7px rgba(0, 0, 0, 0.7));
}
.play_video_source img {
  transition: 1s cubic-bezier(0.23, 0.32, 0.27, 1.55);
}
.play_video_source:hover img {
  transform: rotate(360deg);
}
.video-fullscreen {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.video-fullscreen-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  transform: scaleY(0);
  transition: 0.7s ease-in-out;
}
.video-fullscreen-open .video-fullscreen-overlay {
  transform: scaleX(1);
}
.video-fullscreen-inner {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 100%;
  margin: auto;
}
.video-fullscreen video,
.video-fullscreen iframe {
  opacity: 0;
  pointer-events: none;
  transition: 0.7s ease-out;
  width: 100%;
  height: 100%;
}
.video-fullscreen-open .video-fullscreen video,
.video-fullscreen-open .video-fullscreen iframe {
  opacity: 1;
  pointer-events: auto;
}
.btn-close {
  height: 50px;
  width: 50px;
  -webkit-appearance: unset;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  background-color: var(--primary-color);
  padding: 10px;
  z-index: 10;
  transition: 1.5s ease-out;
  opacity: 0;
  transform: translateY(50px);
}
.video-fullscreen-open .btn-close {
  opacity: 1;
  transform: translateY(0px);
}
.btn-close:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/uploads/image/close.svg");
}
.btn-close-video {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 5px;
  background: #1c132f57;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.card-col {
  border: 1px solid rgb(104 81 214 / 29%);
  border-radius: 20px;
  padding: 1.5rem;
}
.s2-small {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 30px;
}
.s2-small .btn {
  width: 100%;
}
.video-section .card-col:first-child .module-image {
  position: relative;
}
.video-section .card-col:first-child .module-image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(156deg, #1e0944 24.53%, #580d3b 84.46%);
  filter: blur(172px);
  z-index: -1;
}
.video-section .text-inner .title strong {
  color: var(--secondary-color);
  font-family: var(--font-book);
}
.video-js {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
}
.video-js .vjs-big-play-button {
  background: var(--btn-primary-bg);
  border-radius: 100%;
  border: none;
  height: 100%;
  width: 100%;
  max-width: 60px;
  max-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.video-js.vjs-playing .vjs-big-play-button {
  display: none;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  content: "";
  background: url(/frontend/web/icons/video-play.svg);
  width: 16px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: var(--transition-medium);
}
.video-js .vjs-big-play-button:hover .vjs-icon-placeholder::before {
  transform: scale(1.2);
  transition: var(--transition-medium);
}
.video-js .vjs-big-play-button .vjs-control-text {
  clip: inherit;
  height: auto;
  width: auto;
  white-space: nowrap;
  top: 100%;
  overflow: visible;
  font-size: 0.875rem;
  font-family: "Montserrat";
  cursor: auto;
}
.video-js.vjs-has-started .vjs-big-play-button .vjs-control-text {
  display: none;
}
.video-js .vjs-poster {
  filter: brightness(0.4);
}

.free-episode-section .free-episode-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.free-episode-section .free-episode-inner .module-text > * {
  text-align: center;
}
.free-episode-inner svg .path {
  stroke: #fff;
}
.free-episode-inner svg .rects rect {
  fill: #d31b3d5e;
  overflow: hidden;
  filter: blur(10px) contrast(3);
  mix-blend-mode: color;
}
.fadeInText > * {
  font-size: clamp(20px, 2rem, 25px);
}

.website-image {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
  align-items: center;
}
.website-image .module-fickle {
  display: flex;
  flex-direction: column-reverse;
  border: 1px solid hsl(240deg 10% 17% / 1);
  border-radius: 10px;
  overflow: hidden;
}
.website-image .module-fickle iframe {
  aspect-ratio: 2/3.5;
}
.website-image .fickle-image {
  max-height: 400px;
  overflow: scroll;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.website-image .fickle-image img {
  max-height: 100%;
}
.website-image .fickle-image::-webkit-scrollbar {
  display: none;
}
.website-image .module-fickle .btn {
  width: 100%;
  border-radius: 0 0 10px 10px !important;
}
.website-image .module-fickle .btn:before {
  border-radius: 0 0 10px 10px !important;
}

/* ------------ FAQ ACORDION ----------- */
.course-content-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgb(104 81 214 / 29%);
}
.course-content-container .module-fickle {
  height: fit-content;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 4rem;
  border-top: 1px solid rgb(104 81 214 / 29%);
  height: 100%;
}
.course-content-container .module-fickle:nth-child(odd) {
  border-right: 1px solid rgb(104 81 214 / 29%);
}
.course-content-container .module-fickle .fickle-header {
  /* background: transparent; */
  margin-bottom: 0.5rem;
  transition: var(--transition-fast);
}
.course-content-container .fickle-text-content {
  background: transparent;
}
.course-content-container .fickle-text-content p {
  color: #6e6e6e;
}

.course-content-container .fickle-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  color: #000;
  transition: var(--transition-fast);
  gap: 10px;
  width: 100%;
}
.course-content-container .fickle-title .fickle-title-subtitle {
  display: flex;
  width: 100%;
  gap: 10px;
}
.course-content-container .module-fickle .btn-minus {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.course-content-container .module-fickle .btn-minus:focus {
  outline: none;
}
.course-content-container-btn {
  display: flex;
  justify-content: center;
}
.faq-section .faq-section-title .module-text {
  text-align: center;
}
.faq-section .faq-section-title .title,
.faq-section .faq-section-title .module-button {
  z-index: 1;
}
.faq-section .faq-section-title .faq-bg svg {
  width: auto;
  height: 100%;
}
.faq-section .faq-section-title .faq-bg svg path {
  fill: var(--white);
  opacity: 0.05;
}
.course-content-section .course-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.course-content-section .image-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.course-content-section .image-inner .module-image {
  position: relative;
  width: 70%;
  margin: auto;
}
.course-content-section .image-inner .module-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 1) 100%);
}

/* -------------- BUY SECTION ------------ */
.buy-section .title-inner .module-code svg {
  max-width: 100%;
}
.buy-section {
  gap: 50px;
}
.buy-section .title-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.buy-section .title-inner .module-text {
  transform: translateY(-36px);
}
.categories-grid {
  justify-content: center;
}
.product-grid {
  gap: 50px;
}
.product-grid .product-item-wrapper {
  display: flex;
  justify-content: center;
}
.product-grid .product-item {
  display: flex;
  max-width: 1280px;
  border-radius: 10px;
  border: 1px solid;
}
.product-grid .product-item .product-item-description {
  max-width: 70%;
  flex: 0 0 70%;
}
.product-grid .product-item .product-buy {
  max-width: 30%;
  flex: 0 0 30%;
  padding: 2rem;
  background: linear-gradient(29.89deg, #fffe04 -25.78%, #ff6e6e -13.39%, #f484d5 0.04%, #ffffff 21.27%, #d0d0d0 36.03%, #f3f3f3 56.24%, #dedede 74.01%, #ffffff 83.1%, #5f5ef9 110.63%, #f377bc 123.41%, #b0fffe 123.41%);
  border-radius: 10px;
  overflow: hidden;
}
.product-grid .product-item .product-buy .prod-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.tva {
  font-size: 0.875rem;
  color: #00000085;
}

.product-grid .product-item .product-item-description .prod-desc ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product-grid .product-item .product-item-description .prod-desc ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--p-color);
}
.product-grid .product-item .product-item-description .prod-desc ul li svg path {
  /* stroke: var(--primary-color); */
  stroke:rgb(5 254 255);
}

.product-grid .product-item .product-item-description {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 2rem;
  border-right: 1px solid;
}
.product-grid .product-item .product-buy {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}

.product-grid .product-item .product-buy .price-text .prod-price .price {
  color: var(--accent-color);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.product-grid .product-item .product-buy .price-text .text > * {
  color: #000;
  text-align: center;
}
.product-grid .product-item .product-buy .btn-icons {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.product-grid .product-item .product-buy .btn-icons .icons {
  display: grid;
  grid-template: auto/repeat(4, 1fr);
  gap: 10px;
}
.product-grid .product-item .product-buy .btn-icons .icons .icon {
  background: var(--white);
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-grid .product-item .product-buy .btn-icons .icons .icon.half-icon-1 {
  grid-column: 1/3;
}
.product-grid .product-item .product-buy .btn-icons .icons .icon.half-icon-2 {
  grid-column: 3/5;
}
.product-grid .product-item .product-buy .btn-icons .button-wrapper {
  width: 100%;
}
.product-grid .product-item .product-buy .btn-icons .button-wrapper .btn {
  width: 100%;
  justify-content: center;
}

/* --------------- DESCRIPTION SECTION --------------- */
.description-section {
  row-gap: 50px;
}
.description-section .title-inner .module-text > * {
  text-align: center;
}
.description-section .text-inner .module-text h3 {
  margin-bottom: 10px;
}

/* -------------- TESTIMONIALS ------------- */
.testimonials {
  position: relative;
  gap: 20px;
}
.testimonials:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  bottom: -100px;
  left: -20%;
  transform: translateX(-50%);
  background: linear-gradient(156deg, #1e0944 24.53%, var(--primary-color) 0);
  z-index: -1;
  filter: blur(150px);
}
.testimonials .slick-list {
  display: grid;
}
.testimonials .testimonials-inner .module-fickle {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr;
  padding: 1rem;
  margin: 0 10px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.testimonials .fickle-image {
  grid-column: 1/2;
  grid-row: 1/3;
}
.testimonials .fickle-image img {
  max-width: 60px;
  background: var(--primary-color);
  border-radius: 100%;
  height: 60px;
  object-fit: contain;
  object-position: bottom;
}
.testimonials .fickle-item.fickle-title {
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: flex-start;
}
.testimonials .fickle-subtitle {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
}
.testimonials .fickle-title {
  color: #000;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 1.175rem;
}
.testimonials .fickle-subtitle {
  order: -1;
  margin-top: 0;
}
.testimonials .fickle-subtitle .fickle-title {
  color: #000;
  font-family: "Montserrat";
  font-weight: 400;
}
.testimonials .fickle-text-content {
  flex-grow: 1;
  grid-column: 1/3;
  margin-top: 15px;
}
.testimonials .fickle-text-content > * {
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
}

/* ------------ FAQ ACORDION ------------ */
.count-section {
  position: relative;
}
.count-section:after {
  content: "";
  height: 16em;
  background-image: linear-gradient(to bottom, var(--dark-color), rgba(254, 125, 194, 0.3));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.count-image {
  display: flex;
  align-items: center;
  border-top: 1px solid;
}
.count-image .module-image {
  width: 100%;
  z-index: 1;
}
.count-section .count-inner {
  max-width: 100%;
  border-top: 1px solid;
  z-index: 1;
}
.count-section .number-card-wrapper {
  padding: 3rem;
  border-left: 1px solid;
  border-bottom: 1px solid;
}
.count-section .number-card-wrapper:last-child {
  border-bottom: none;
}
.count-section .count-inner .module-number .number-wrapper .number-element {
  color: #fff;
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.faq-section {
  justify-content: center;
  gap: 50px;
}
.accordion-container {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
}
.accordion-container .module-fickle {
  display: flex;
  flex-direction: column;
  border-top: 1px solid;
}
.accordion-container .module-fickle:last-child {
  border-bottom: 1px solid;
}
.accordion-container .module-fickle .fickle-header.active {
  transition: var(--transition-fast);
}
.accordion-container .module-fickle .fickle-header.active .fickle-title {
  color: var(--primary-color);
  transition: var(--transition-fast);
}
.accordion-container .module-fickle .fickle-header.active svg path {
  stroke: var(--white);
  transition: var(--transition-fast);
}
.accordion-container .module-fickle .fickle-header {
  padding: 30px 0;
  cursor: pointer;
  background: transparent;
  transition: var(--transition-fast);
}
.accordion-container .module-fickle .fickle-content {
  display: none;
  overflow: hidden;
  padding-bottom: 30px;
}
.accordion-container .module-fickle .fickle-content strong {
  color: #fff;
  font-weight: 500;
}
.accordion-container .module-fickle .fickle-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  font-size: 1.075rem;
  color: var(--p-color);
  transition: var(--transition-fast);
  gap: 10px;
  width: 100%;
  font-weight: 600;
  font-family: "Roboto-Bold";
}
.accordion-container .module-fickle .fickle-title .fickle-title-subtitle {
  display: flex;
  width: 100%;
  gap: 10px;
}
.accordion-container .module-fickle .btn-minus {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.accordion-container .module-fickle .fickle-header.active svg {
  transform: rotate(180deg);
  transition: var(--transition-medium);
  stroke: var(--white);
}
.accordion-container .module-fickle .fickle-header svg path {
  stroke: var(--white);
  transition: var(--transition-fast);
}
.accordion-container .module-fickle .fickle-header svg {
  transition: var(--transition-medium);
  transform: rotate(0deg);
}
.accordion-container-btn {
  display: flex;
  justify-content: center;
}
/* .faq-section .faq-section-title .title > * {
  color: var(--white);
} */
.faq-section .faq-section-title .title,
.faq-section .faq-section-title .module-button {
  z-index: 1;
}
.faq-section .faq-section-title .faq-bg svg {
  width: auto;
  height: 100%;
}
.faq-section .faq-section-title .faq-bg svg path {
  fill: var(--white);
  opacity: 0.05;
}

/* ------------- FOOTER ------------ */
.footer-logo img {
  width: auto;
  max-height: 50px;
}
footer p {
  font-weight: 400;
  font-size: 0.875rem;
}
footer .footer-content {
  padding: 50px 0;
}
footer .footer-content .footer-box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
footer .footer-content .logo-box .modules-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer-content .footer-box .footer-btns {
  display: flex;
  gap: 10px;
}
footer .footer-content .footer-box .module-text strong {
  font-size: 1.075rem;
  color: #fff;
}
footer .footer-content .logo-box .module-social ul {
  display: flex;
  gap: 15px;
}
.module-social ul li {
  background: transparent;
  border-radius: 100%;
  transition: var(--transition-medium);
}
.module-social ul li:hover {
  background: var(--btn-primary-bg);
  transition: var(--transition-medium);
}
.module-social li:hover svg path {
  stroke: var(--white);
  transition: var(--transition-medium);
}
.module-social li:hover svg rect {
  stroke: transparent;
  transition: var(--transition-medium);
}
.module-social svg path,
.module-social svg rect {
  stroke: var(--p-color);
  transition: var(--transition-medium);
}
footer .footer-gdpr {
  padding: 25px 0;
  border-top: 1px solid;
}
footer .footer-gdpr .gdpr-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.footer-gdpr .copyright-footer .gdpr-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.footer-gdpr .copyright-footer .gdpr-links a {
  color: var(--p-color);
}

/* ------------ COOKIE ------------ */
#cookie_notice {
  padding: 30px;
  background: rgba(88, 13, 59, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
#cookie_notice .cookie_notice_container {
  flex-direction: column;
  gap: 40px;
}
#cookie_notice .cookie_notice_container h2 {
  font-size: min(max(22px, calc(1.375rem + ((1vw - 2.8px) * 0.3659))), 28px);
  text-align: center;
}
#cookie_notice .cookie_notice_container p {
  text-align: center;
}
#cookie_notice .cookie_notice_container p a {
  color: var(--p-color);
  text-decoration: underline;
}
#cookie_notice .cookie_notice_container .cookie-text-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
#cookie_notice .cookie_notice_container .cookie-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#cookie_notice .cookie_notice_container .cookie-buttons .more-info {
  transition: var(--transition-medium);
}
#cookie_notice .cookie_notice_container .cookie-buttons .more-info:hover {
  color: var(--btn-primary-bg);
  transition: var(--transition-medium);
}

/* ------------ CONTACT ------------ */
.c-form .form-group label {
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.2439))), 20px);
  color: var(--white);
}
.contact-section .contact-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.c-form .form-group .form-control {
  background: transparent;
  border: 2px solid var(--p-color);
  border-radius: 5px;
  color: var(--white);
}
.form-control:focus {
  box-shadow: none;
}

/* Checkout */
/* .no-front-page footer {
  display: none;
} */
.no-front-page {
  background: #000;
}
.checkout-page-container {
  padding-left: 7.5vw;
}
.checkout-section {
  border-top: 1px solid;
}
.checkout-row {
  min-height: calc(100vh - var(--header-height) - 1px);
}

.checkout-form-col-inner {
  padding: calc(2rem + 15px) 2rem;
  padding-left: 0;
  /* max-width: 650px; */
  /* margin-left: auto; */
}

.field-checkoutform-persontype {
  display: flex;
}
#checkoutform-persontype {
  display: flex;
  flex-wrap: wrap;
  border-radius: 3px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  background: #181818;
  overflow: hidden;
}
.field-checkoutform-persontype input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.field-checkoutform-persontype label {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 0.875rem;
}
.field-checkoutform-persontype label.active {
  background: var(--primary-color);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
}

.dark-form {
  color: #fff;
}
.dark-form .form-control {
  background: transparent;
  border: 1px solid #333333;
  color: #fff;
  font-size: 0.875rem;
  min-height: 50px;
}

#checkoutform-phone:-webkit-autofill:active,
#checkoutform-email:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000000 inset !important;
}

#checkoutform-phone:-webkit-autofill,
#checkoutform-email:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 30px #000000 inset !important;
}

.form-group.label_abs {
  position: relative;
}
.form-group.label_abs label {
  position: absolute;
  left: 12px;
  top: 18px;
  line-height: 1;
  transition: 0.15s ease-out;
  padding: 0 5px;
  pointer-events: none;
  color: rgb(155, 155, 155);
  font-size: 1rem;
  z-index: 1;
  pointer-events: none;
  color: #a8a8a8;
  font-size: 0.775rem;
  margin-bottom: 0;
}
.form-group.label_abs.filled label {
  top: 0;
  font-size: 0.675rem;
  background: #000;
  transform: translateY(-50%);
  padding: 0 8px;
}
.form-group.label_abs .form-control:focus {
  box-shadow: 0 0 0 1px #fff;
}
.form-group.label_abs.has-error .form-control {
  box-shadow: 0 0 0 1px var(--accent-color);
  border-color: var(--accent-color);
}
.help-block {
  font-size: 0.775rem;
}
.dark-form .help-block {
  color: var(--accent-color);
  margin-top: 5px;
}

.checkout-details-col {
  background: #161616;
  border-left: 1px solid rgb(51, 51, 51);
}
.checkout-details-col-inner {
  max-width: 450px;
  padding: calc(2rem + 15px) 2rem;
}
.checkout-details-col-inner button[type="submit"] {
  width: 100%;
}

.summary-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.775rem;
  color: #fff;
}
.summary-item-image {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 80px;
}
.summary-item-image picture {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.summary-item-image picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.summary-item-image .qty {
  position: absolute;
  min-width: 22px;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 100%;
  font-size: 0.675rem;
  background: #ffffff36;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #fff;
  line-height: 100%;
}

.summary-item-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.summary-item-title {
  color: #fff;
}
.summary-item-price-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #ffffff36;
  border-bottom: 1px solid #ffffff36;
}
.summary-item-price-container > * {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 0 !important;
}
.field-checkoutform-payment .control-label {
  color: #fff;
  font-size: clamp(17px, 2rem, 20px);
  font-weight: 600;
}
#checkoutform-payment {
  display: flex;
  flex-direction: column;
  /* background: #000; */
  border-radius: 5px;
  /* margin-top: 0.5rem; */
  border: 1px solid #333333;
}
#checkoutform-payment label {
  width: 100%;
  padding: 1rem;
  /* border-bottom: 1px solid #333333; */
  color: #fff;
  margin-bottom: 0;
  font-size: 0.875rem;
  z-index: 1;
}
#checkoutform-payment label:last-child {
  border-bottom: 0;
}
.field-checkoutform-gdpr label,
.field-checkoutform-gdpr label a {
  font-size: 0.675rem;
  color: #ffffff7a;
}
.field-checkoutform-gdpr label {
  position: relative;
  padding-left: 40px;
}
.field-checkoutform-gdpr label input {
  position: absolute;
  top: 4px;
  left: 0;
  width: 25px;
  min-width: 25px;
  height: 25px;
}
.help-block {
  color: var(--accent-color);
}

.payment-methods-wrapper {
  margin-top: 2rem;
}
#checkoutform-payment label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
#checkoutform-payment label input {
  position: absolute;
  z-index: -9999;
  visibility: hidden;
}
#checkoutform-payment .dot {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid #333333;
}
#checkoutform-payment .dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  border-radius: 100%;
  transform: scaleZ(0) translate(0%, 0%);
  transition: var(--transition-fast);
  background: var(--primary-color);
  display: flex;
}
#checkoutform-payment label.active {
  box-shadow: 0 0 0 1px #fff;
}
#checkoutform-payment label.active .dot {
  border-color: #fff;
}
#checkoutform-payment label.active .dot:before {
  opacity: 1;
  transform: scaleZ(1) translate(0%, 0%);
}

.transfer-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 0;
  overflow: hidden;
  transition: var(--transition-slow);
}
.transfer-info svg {
  max-width: 130px;
  margin: auto;
  opacity: 0.5;
}

.payment-option.active .transfer-info {
  height: auto;
  overflow: visible;
  padding: 1rem;
}

#login-form {
  max-width: 360px;
  margin: auto;
}

#login-form .form-control {
  background: transparent;
}

/* ------------ LOGIN ------------ */

.site-login {
  height: calc(100vh - var(--header-height));
}

.site-login .login-modal {
  justify-content: center;
  height: 100%;
  align-items: center;
  position: relative;
  padding: 0 30px;
}

.site-login .login-modal .login-wrapper {
  padding: 30px;
  border-radius: 10px;
  background: #1c1c1c;
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 420px;
}

.site-login .login-modal .login-wrapper .login-header * {
  text-align: center;
}
.site-login .login-modal .login-wrapper .login-header h1 {
  font-size: clamp(20px, 3rem, 30px);
}
.site-login .login-modal .login-wrapper .login-header p {
  font-size: 0.875rem;
}

.site-login .login-modal .login-wrapper .login-inputs .login-options {
  display: flex;
  justify-content: space-between;
}

.site-login .login-modal .login-wrapper .btn-primary {
  width: 100%;
}

.site-login .login-modal .login-wrapper .login-inputs .login-options .checkbox label {
  color: var(--white);
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}

.site-login .login-modal .login-wrapper .login-inputs .login-options .checkbox input[type="checkbox"] {
  accent-color: var(--accent-color);
}

.account-wrapper .form-group input,
.site-login .login-modal .login-wrapper .login-fields #loginform-email,
.site-login .login-modal .login-wrapper .login-fields #loginform-password {
  color: var(--white);
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}

.account-wrapper .form-group.label_abs label,
.site-login .login-modal .login-wrapper .form-group.label_abs label {
  top: 13px;
}

.account-wrapper .form-group.label_abs.filled label,
.site-login .login-modal .login-wrapper .form-group.label_abs.filled label {
  top: 0;
  background: #1c1c1c;
}

.site-login input:-webkit-autofill,
.account-wrapper input:-webkit-autofill,
.site-login input:-webkit-autofill:hover,
.account-wrapper input:-webkit-autofill:hover,
.site-login input:-webkit-autofill:focus,
.account-wrapper input:-webkit-autofill:focus,
.site-login input:-webkit-autofill:active,
.account-wrapper input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #1c1c1c inset !important;
}

.account-wrapper input:-webkit-autofill,
.site-login input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
}

.site-login .login-wrapper .login-body .login-inputs .login-fields .form-group {
  margin-bottom: 0;
}

.site-login .login-wrapper .login-body .login-inputs .login-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.site-login .login-wrapper .login-body .login-inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-login .login-wrapper .login-body .login-inputs .login-options .form-group .checkbox label {
  margin-bottom: 0;
}

.site-login .login-wrapper .login-body .login-inputs .login-options .form-group {
  margin-bottom: 0;
}

.site-login .login-wrapper .login-body #login-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
/* ------------ MY ACCOUNT ------------ */

.account-wrapper .account-sidebar {
  padding: 20px;
  background: #1c1c1c;
  border-radius: 10px;
}

.account-wrapper .account-sidebar .list-group {
  gap: 15px;
}

.account-wrapper .account-sidebar .list-group .list-group-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 0px;
  display: flex;
}

.account-wrapper .account-sidebar .list-group .list-group-item a {
  padding: 15px 20px;
  width: 100%;
}

.account-wrapper .account-sidebar .list-group .list-group-item #w0 {
  display: flex;
  width: 100%;
}

.account-wrapper .account-sidebar .list-group .list-group-item button {
  padding: 15px 20px;
  background: transparent;
  border: 0;
  color: var(--white);
  font-size: 0.875rem;
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 500;
  width: 100%;
  display: flex;
}

.account-wrapper .account-sidebar .list-group .list-group-item button:hover {
  color: var(--accent-color);
}

.account-wrapper .col-my-account-view .card {
  background: #1c1c1c;
}

.account-wrapper .col-my-account-view .card .card-body .form-group input {
  background: #1c1c1c;
}

.account-wrapper .col-my-account-view .card .card-body .form-group.label_abs.filled label {
  background: #1c1c1c;
}
.account-wrapper .col-my-account-view {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.account-wrapper .col-my-account-view h2 {
  margin-bottom: 0px;
}

.account-wrapper .col-my-account-view .courses-inner {
  background: #1c1c1c;
  padding: 30px;
  border-radius: 10px;
}

.account-wrapper .col-my-account-view .courses-inner .courses-wrapper {
  display: grid;
  grid-template: auto / repeat(3, 1fr);
  gap: 20px;
}

.account-wrapper .col-my-account-view .courses-inner .courses-wrapper .course-body {
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.account-wrapper .col-my-account-view .courses-inner .courses-wrapper .order-prod-img {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: space-between;
}

.account-wrapper .col-my-account-view .courses-inner .courses-wrapper .course-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ------------ BUNDLE CARDS ------------ */
.bundles-grid {
  row-gap: 30px;
}
.bundles-grid .bundle-item-wrapper .bundle-item .bundle-item-inner iframe {
  aspect-ratio: 2 / 3.5;
}

.bundles-grid .bundle-item-wrapper .bundle-item .bundle-item-inner .bundle-image {
  aspect-ratio: 2 / 3.5;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: var(--transition-medium);
}

.bundles-grid .bundle-item-wrapper .bundle-item .bundle-item-inner .bundle-image:hover {
  object-position: bottom;
  transition: var(--transition-medium);
}

.bundles-grid .bundle-item-wrapper .bundle-item .bundle-item-inner .btn-bundle {
  width: 100%;
  display: flex;
  justify-content: center;
  background: var(--accent-color);
  color: var(--white);
  border-radius: 0;
}

.bundles-grid .bundle-item-wrapper .bundle-item .bundle-item-inner > * {
  display: flex;
}

.bundles-grid .bundle-item-wrapper .bundle-item .bundle-item-inner {
  overflow: hidden;
}
.bundles-grid .bundle-item-wrapper .bundle-item .bundle-title {
  padding: 15px;
  overflow: hidden;
}
.bundles-grid .bundle-item-wrapper .bundle-item .title {
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.2439))), 20px);
  font-weight: 300;
  margin: 0;
  text-align: center;
  background: var(--white);
  color: var(--black);
  max-width: 290px;
  overflow: auto;
  white-space: nowrap;
  margin: auto;
}

.bundles-grid .bundle-item-wrapper .bundle-item .title::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.bundles-grid .bundle-item-wrapper .bundle-item .title::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(0, 0, 0, 30%);
  border-radius: 10px;
}
.bundles-grid .bundle-item-wrapper .bundle-item .title::-webkit-scrollbar-thumb {
  background: var(--accent-color);
  border-radius: 10px;
}

.bundles-grid .bundle-item-wrapper .bundle-item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 2px solid var(--white);
  overflow: hidden;
  background: var(--white);
}

/* ------------ BUNDLE CARDS (MY ACCOUNT) ------------ */

.account-inner .bundles-inner .bundles-wrapper {
  display: grid;
  grid-template: auto / repeat(3, 1fr);
  gap: 30px;
}

.account-inner .bundles-inner .bundles-wrapper .bundle-body .order-prod-img iframe {
  aspect-ratio: 2 / 3.5;
}

.account-inner .bundles-inner .bundles-wrapper .bundle-body .order-prod-img .bundle-image {
  aspect-ratio: 2 / 3.5;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: var(--transition-medium);
}

.account-inner .bundles-inner .bundles-wrapper .bundle-body .order-prod-img .bundle-image:hover {
  object-position: bottom;
  transition: var(--transition-medium);
}
.account-inner .bundles-inner .bundles-wrapper .bundle-body .order-prod-img .bundle-title {
  padding: 15px;
  overflow: hidden;
}
.account-inner .bundles-inner .bundles-wrapper .bundle-body .order-prod-img .title {
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.2439))), 20px);
  font-weight: 500;
  margin: 0;
  text-align: center;

  background: var(--white);
  color: var(--black);
  max-width: 240px;
  overflow: auto;
  white-space: nowrap;
  margin: auto;
}

.account-inner .bundles-inner .bundles-wrapper .bundle-body .order-prod-img .title::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.account-inner .bundles-inner .bundles-wrapper .bundle-body .order-prod-img .title::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(0, 0, 0, 30%);
  border-radius: 10px;
}
.account-inner .bundles-inner .bundles-wrapper .bundle-body .order-prod-img .title::-webkit-scrollbar-thumb {
  background: var(--accent-color);
  border-radius: 10px;
}

.account-inner .bundles-inner .bundles-wrapper .bundle-body {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 2px solid var(--white);
  overflow: hidden;
  background: var(--white);
}

.account-inner .bundles-inner .bundles-wrapper .bundle-body .form-group {
  margin: 0;
}

.account-inner .bundles-inner .bundles-wrapper .bundle-body .bundle-iframe > * {
  display: flex;
}

.account-inner .bundles-inner .bundles-wrapper .bundle-body .btn-bundle {
  width: 100%;
  display: flex;
  justify-content: center;
  background: var(--accent-color);
  color: var(--white);
  border-radius: 0;
}

/* ------------ DOCUMENTS (MY ACCOUNT) ------------ */
.account-inner .documents-page {
  background: #1c1c1c;
  border-radius: 10px;
  padding: 30px;
}
.account-inner .documents-page .documents-cards {
  display: grid;
  grid-template: auto / repeat(3,1fr);
  gap: 30px;
}
.account-inner .documents-page .documents-cards .document-wrapper {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.account-inner .documents-page .documents-cards .document-wrapper .document-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-inner .documents-page .documents-cards .document-wrapper .document-icon svg {
  width: 100%;
  height: 100%;
  max-height: 80px;
  min-width: 80px;
}

.account-inner .documents-page .documents-cards .document-wrapper .document-inner .document-title {
  font-weight: 600;
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.122))), 18px);
}

.account-inner .documents-page .documents-cards .document-wrapper .document-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.account-inner .documents-page .documents-cards .document-wrapper .document-inner .document-buttons {
  display: flex;
  gap: 15px;
}

.account-inner .documents-page .documents-cards .document-wrapper .document-inner .document-buttons a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: min(max(12px, calc(0.75rem + ((1vw - 2.8px) * 0.122))), 14px);
}

.account-inner .documents-page .documents-cards .document-wrapper .document-inner .document-buttons a:hover svg path {
  stroke: var(--accent-color);
}
.account-inner .documents-page .documents-cards .document-wrapper .document-inner .document-buttons a svg {
  width: 100%;
  height: 100%;
  max-height: 14px;
}

.bordered-top{
  border-top: 1px solid var(--accent-color) !important;
}