/* -------------------------------------------------------------------------- */
/*                                Reset styles                                */
/* -------------------------------------------------------------------------- */
/* stylelint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  min-height: 100vh;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
body * {
  outline: none;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  margin: 0;
}

input[type=submit] {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

button {
  border: none;
  cursor: pointer;
}

@font-face {
  font-family: "Cairo";
  src: url("fonts/Cairo-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("fonts/Cairo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("fonts/Cairo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("fonts/Cairo-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("fonts/Cairo-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("fonts/Cairo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("fonts/Cairo-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("fonts/Cairo-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
:root {
  --color-primary: #ffffff;
  --color-secondary: #f71d30;
  --color-third: #100d0e;
  --color-footer: #130e0d;
  --color-footer-icons: #6b6967;
  --color-border: #1d1818;
  --color-font-primary: #95888a;
  --color-font-secondary: #919191;
  --color-font-module: #5d5e79;
}

.auth {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 0% 50%, rgba(255, 0, 0, 0.2) 0%, rgba(255, 0, 0, 0.15) 40%, rgba(255, 0, 0, 0.05) 80%, rgba(0, 0, 0, 0) 100%), #000;
}
.auth .container-login100 {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.auth .container-login100 h1 {
  margin-top: 12px;
  font-size: 24px;
  color: var(--color-primary);
}
.auth .container-login100 p {
  margin-top: 12px;
  color: var(--color-font-secondary);
  font-size: 14px;
  line-height: 120%;
}
.auth .container-login100--logo {
  border-radius: 20px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 32px;
  height: auto;
}
.auth .container-login100 .wrap-login100 {
  margin-top: 12px;
}
.auth .container-login100 .wrap-login100 input[type=submit], .auth .container-login100 .wrap-login100 #submit {
  border-radius: 15px;
  font-size: 16px;
  width: 100%;
  padding: 12px 0;
  text-align: center;
}
.auth .container-login100 .wrap-login100 button.login {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  border-radius: 15px;
  font-size: 16px;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 12px;
}
.auth .container-login100 .wrap-login100 input[type=submit].registration, .auth .container-login100 .wrap-login100 .login100-form-btn {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}
.auth .container-login100 .wrap-login100 input[type=submit].login {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
  margin-top: 12px;
  background-color: var(--color-third);
  color: #a5a5a5;
}
.auth .container-login100 .wrap-login100 #submit {
  margin-top: 12px;
}
.auth .container-login100 .wrap-login100 .btn-google {
  width: 100%;
  background-color: var(--color-primary);
  border-radius: 10px;
  box-sizing: border-box;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  padding: 4px;
}
.auth .container-login100 .wrap-login100 .btn-google img {
  width: 32px;
  height: auto;
}
.auth .container-login100 .wrap-login100 input:is([type=text],
[type=email],
[type=password],
[type=search],
[type=url],
[type=tel],
[type=number],
[type=date],
[type=time],
[type=datetime-local]),
.auth .container-login100 .wrap-login100 input:not([type]),
.auth .container-login100 .wrap-login100 textarea {
  margin-top: 12px;
  padding: 8px;
  background-color: var(--color-primary);
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  height: 35px;
  font-size: 16px;
}
.auth .container-login100 .wrap-login100 .registered {
  margin-top: 12px;
}
.auth .text-right {
  margin-top: 6px;
}
.auth span {
  color: var(--color-primary);
}
.auth a {
  color: var(--color-font-module);
}

main {
  padding: 24px 0;
}
main .container {
  margin-left: 24px;
  margin-right: 24px;
}
main .back-button {
  display: grid;
  align-items: center;
  position: relative;
  margin-bottom: 24px;
}
main .back-button .page-title {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  font-size: 18px;
  color: var(--color-primary);
}
main .back-button a img {
  width: 24px;
  height: auto;
  rotate: 180deg;
}

.coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  gap: 16px;
}
.coming-soon img {
  width: 80px;
}
.coming-soon p {
  font-size: 32px;
  color: var(--color-primary);
}

.head {
  display: flex;
  justify-content: space-between;
}
.head .welcome-message {
  color: var(--color-footer-icons);
  margin-bottom: 12px;
  font-size: 18px;
}
.head--actions {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.head--actions a img {
  width: 25px;
  height: auto;
}

.nickname {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 18px;
}

.footer {
  height: 80px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--color-footer);
  border-top: 1px solid var(--color-border);
  z-index: 9999;
}
.footer__menu {
  display: flex;
  padding: 0 28px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.footer__menu li a {
  text-wrap: nowrap;
  font-family: "Cairo", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  width: 24px;
  font-size: 13px;
  text-align: center;
  color: var(--color-font-secondary);
}
.footer__menu li a img {
  width: 100%;
  height: auto;
}
.footer__menu li.active a {
  color: var(--color-secondary);
}

.body-start {
  background-color: black;
}
.body-start .notification {
  display: none;
}

.start-logo {
  width: 128px;
  height: auto;
  display: block;
  margin-left: 11.5px;
  margin-right: 11.5px;
  margin-top: 12px;
}

.start {
  background-color: black;
}
.start .instruction-text {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: var(--color-secondary);
  font-size: 32px;
  line-height: 40px;
  width: 350px;
  margin: 0 auto;
}
.start .instruction-text span {
  background: linear-gradient(90deg, #B39B58, #D9C87E, #926F34);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.start .animated-div {
  overflow: hidden;
}
.start .animated-div > * {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease, transform 0.4s ease;
}
.start .animated-div.visible > * {
  opacity: 1;
  transform: translateY(0);
}
.start .instructions-section {
  margin-top: 24px;
}
.start .splide {
  margin-top: 24px;
}
.start .splide__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.start .splide__slide p {
  color: var(--color-secondary);
  font-size: 16px;
}
.start .splide__slide h3 {
  margin-top: 8px;
  font-size: 24px;
}
.start .splide__slide img {
  width: 240px !important;
  height: 473px;
}
.start .intro-selector {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px 0;
}
.start .intro-selector img {
  width: 120px;
}
.start #installApp {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  background-image: linear-gradient(170deg, #D9C87E 40%, #B39B58 70%);
  color: black;
  border-radius: 10px;
  padding: 24px 48px;
  display: block;
  margin: 24px auto;
}
.start .follow-instructions, .start h3 {
  font-family: "Poppins", sans-serif;
  color: var(--color-secondary);
  text-align: center;
}

.courses {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .courses {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.courses .course {
  background-color: rgba(255, 255, 255, 0.02);
  height: 100%;
  min-height: 180px;
  border-radius: 15px;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.courses .course.not-available {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 768px) {
  .courses .course {
    width: 325px;
    height: 300px;
  }
}
.courses .course__text {
  max-width: 70%;
}
.courses .course .progress {
  color: var(--color-secondary);
  margin-bottom: 8px;
}
.courses .course h2 {
  color: var(--color-primary);
  font-weight: 500;
}
.courses .course__play {
  padding: 12px;
  background-color: var(--color-secondary);
  border-radius: 50%;
  width: 24px;
}
.courses .course__play img {
  width: 100%;
  height: auto;
}

.course-info .course-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-primary);
}
.course-info .course-description {
  margin-top: 24px;
  font-size: 18px;
}
.course-info .author-text {
  opacity: 0.7;
  margin-top: 24px;
  font-size: 16px;
  color: var(--color-font-secondary);
}
.course-info .author-image {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.course-info .author-image .circle {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  display: flex; /* Flexbox for centering */
  justify-content: center; /* Horizontal center */
  align-items: center;
}
.course-info .author {
  font-size: 20px;
  color: var(--color-primary);
}
.course-info .course-progress {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.course-info .course-progress p {
  color: var(--color-secondary);
}
.course-info .course-progress span:last-of-type {
  color: var(--color-font-primary);
}
.course-info .course-progress img {
  width: 16px;
}

@media (min-width: 768px) {
  .modules {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.modules .module {
  background: radial-gradient(circle at 0% 0%, rgba(255, 0, 0, 0.8) 0%, rgba(255, 0, 0, 0.6) 40%, rgba(255, 0, 0, 0.4) 80%, rgba(255, 0, 0, 0.4) 100%), transparent;
  height: 100%;
  min-height: 100px;
  border-radius: 15px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.modules .module .count-lessons {
  color: var(--color-primary);
  opacity: 0.8;
  margin-top: 8px;
}
.modules .module__play {
  padding: 12px;
  background-color: var(--color-secondary);
  border-radius: 50%;
  width: 24px;
  margin-top: auto;
  margin-bottom: auto;
}
.modules .module__play img {
  width: 100%;
  height: auto;
}

.module-info {
  margin-top: 24px;
}
.module-info .lesson-mod {
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 24px;
  min-height: 60px;
  box-sizing: border-box;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
}
.module-info .lesson-mod h2 {
  display: flex;
  align-items: center;
}
.module-info .lesson-mod h2 img {
  margin-right: 8px;
  width: 20px;
}

.lesson {
  padding-bottom: 80px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.lesson__description {
  margin-top: 24px;
}
.lesson__guide {
  margin-top: 24px;
  color: var(--color-primary);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 0;
  border-radius: 15px;
  border: 1px solid var(--color-primary);
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 18px;
}
.lesson__guide img {
  width: 18px;
}
.lesson__navigation {
  margin-top: 24px;
  display: flex;
  gap: 16px;
}
.lesson__navigation a {
  flex: 1;
  box-sizing: border-box;
  padding: 16px 16px;
  border-radius: 20px;
  color: var(--color-primary);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.lesson__navigation a img {
  width: 24px;
}
.lesson__navigation a:first-of-type img {
  rotate: 180deg;
}
.lesson__poll {
  margin-top: 24px;
}
.lesson__poll form {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}
.lesson__poll form * {
  box-sizing: border-box;
}
.lesson__poll form .lesson__poll--question {
  background-color: var(--color-primary);
  width: 100%;
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
}
.lesson__poll form .lesson__poll--question .lesson__poll--title {
  margin-bottom: 12px;
  font-weight: 600;
  color: var(--color-third);
}
.lesson__poll form .lesson__poll--question label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 8px;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  cursor: pointer;
}
.lesson__poll form .lesson__poll--question label input[type=radio],
.lesson__poll form .lesson__poll--question label input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  accent-color: var(--color-secondary);
  border: 1px solid black;
}
.lesson__poll form .lesson__poll--question label input[type=radio]:checked,
.lesson__poll form .lesson__poll--question label input[type=checkbox]:checked {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.lesson__poll form .lesson__poll--question label input[type=radio]:disabled + span,
.lesson__poll form .lesson__poll--question label input[type=checkbox]:disabled + span {
  opacity: 0.6;
  cursor: not-allowed;
}
.lesson__poll form .lesson__poll--question label span {
  color: var(--color-font-primary);
}
.lesson__poll form #submitBtn {
  width: 100%;
  padding: 12px;
  margin-top: 16px;
  border: none;
  border-radius: 15px;
  background-color: var(--color-secondary);
  color: var(--color-primary);
  font-size: 16px;
  cursor: pointer;
}
.lesson__poll form #submitBtn:hover {
  opacity: 0.9;
}
.lesson .lesson-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}
.lesson .lesson-checkbox input {
  appearance: none; /* modern browsers */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none; /* Firefox */
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-font-primary); /* gray border */
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.lesson .lesson-checkbox input:checked::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid gray;
  border-width: 0 2px 2px 0;
}
.lesson .lesson-checkbox label {
  color: var(--color-font-primary);
}

body {
  display: flex;
  flex-direction: column;
  min-height: max(100vh, 650px);
  background: radial-gradient(circle at 0% 50%, rgba(255, 0, 0, 0.2) 0%, rgba(255, 0, 0, 0.15) 40%, rgba(255, 0, 0, 0.05) 80%, rgba(0, 0, 0, 0) 100%), #000;
}

img {
  width: 100%;
  height: auto;
}

p, h1, h2, h3, h4, h5, a, body {
  font-family: "Cairo", sans-serif;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
  color: var(--color-primary);
}

h3 {
  font-size: 16px;
}

p {
  font-size: 16px;
  color: var(--color-font-primary);
  line-height: 110%;
}

.green {
  color: var(--color-third);
}

/*# sourceMappingURL=main.css.map */
