@charset "UTF-8";
:root {
--font-primary: #ffffff;
--font-color: #ffffff;
--font-gray: #919192;
--font-red: #b30909;
}

* {box-sizing: border-box; scroll-behavior: smooth;}

/*========================------- CUSTOM CSS  ------========================*/
html {
  min-width: 320px;
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', Arial, sans-serif;
  background: url('../img/main_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-color: #161920;
  min-width: 320px;
  color: var(--font-primary);
}
p {
  margin: 0 0 20px 0;
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--font-primary);
}
h1, h2, h3 {color:var(--font-color); font-weight: 600; margin-bottom: 20px;}
h4, h5, h6 {color:var(--font-color); font-weight: 600; margin-bottom: 16px;}

/*------ MAIN ---------*/
.main-container {
  margin: 0 auto;
  max-width: 960px;
  /*background-color: #e984ce;*/
}

/*---- Header ----*/
header {position: relative; margin: 0 0 3rem 0; }

.header-main-panel { position: relative; margin: 0 auto; padding: 0; width: 100%; height: 100%; max-width: 576px; max-height: 576px; }

.header-bg {margin: 0; padding: 0; max-width: 100%;}

.header-top {position: absolute; left:0; top: 32%; width: 100%; margin: 0; padding: 0 26px; }
.header-top-title {
  margin: 0 0 1rem 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size:28px;
  font-weight: 600;
  line-height: 1.2;
  color:var(--font-color);
  text-transform:uppercase;
  text-align: center;
}

.header-top-title span {
  background: rgb(160,195,247);
  background: -moz-linear-gradient(-45deg, rgba(160,195,247,1) 0%, rgba(113,194,250,1) 21%, rgba(187,201,246,1) 42%, rgba(220,189,252,1) 67%, rgba(153,0,201,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(160,195,247,1) 0%,rgba(113,194,250,1) 21%,rgba(187,201,246,1) 42%,rgba(220,189,252,1) 67%,rgba(153,0,201,1) 100%);
  background: linear-gradient(135deg, rgba(160,195,247,1) 0%,rgba(113,194,250,1) 21%,rgba(187,201,246,1) 42%,rgba(220,189,252,1) 67%,rgba(153,0,201,1) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  /*mix-blend-mode: soft-light;*/
  text-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.header-top-subtitle {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color:#ffffff;
  text-transform:uppercase;
  text-align: center;
}
/*--------*/
.header-logo-box {position: absolute; left:0; bottom: 10%; width: 100%; margin: 0; padding: 0 60px; text-align: center; text-decoration: none; }
.header-logo {margin: 0; padding: 0; text-align: center; text-decoration: none;}
.header-logo img {display: inline-block; margin: 0; padding: 0; max-width: 100%; border-radius: 30px;}

@media only screen and (max-width: 576px) {
  .header-top {top: 28%; padding: 0 32px; }
  .header-top-title { margin: 0 0 1rem 0; font-size: 26px; }
  .header-top-subtitle { font-size: 16px; }

  .header-logo-box { padding: 0 40px;}
}

@media only screen and (max-width: 400px) {
  .header-top {top: 26%; padding: 0 32px; }
  .header-top-title { margin: 0 0 1rem 0; font-size: 22px; }
  .header-top-subtitle { font-size: 14px; }

  .header-logo-box { padding: 0 32px;}
}
/*---- end: Header ----*/


/*--- Section Main ---*/
.section { /*display: none;*/ }
.section-promo {margin: 0; padding: 1rem 0;}

.section-recommend {
  margin: 0;
  padding: 2rem 0 1rem 0;
  background: rgb(254,255,255);
  background: -moz-radial-gradient(center, ellipse cover, rgba(254,255,255,1) 54%, rgba(203,195,238,1) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(254,255,255,1) 54%,rgba(203,195,238,1) 100%);
  background: radial-gradient(ellipse at center, rgba(254,255,255,1) 54%,rgba(203,195,238,1) 100%);
}

.section-astra {
  margin: 1rem 0 0 0;
  padding: 1rem 0;
  background: url('../img/astra_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.section-course { margin: 0; padding: 0; background-color: #ffffff; overflow: hidden; }

.section-faq { margin: 0; padding: 1rem 0;
  background: url('../img/section_bg.jpg');
  background-repeat: repeat;
  background-position: left top;
  background-size: 100%;
}
/*--- end: Section Main ---*/


/*--- Promo Collection ---*/
.promo-top-panel { margin: 0 0 40px 0; padding: 0 10px; text-align: center; }

.promo-top-title { margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size:30px; font-weight: 600; line-height: 1.2; color:var(--font-color); text-transform:uppercase; text-align: center; }
/*-------*/
.promo-collection { margin: 0 0 20px 0; padding: 0; }

.promo-item {display: flex; align-items:center; margin: 0 0 25px 0; padding: 0;}

.promo-item-image {margin: 0 16px 0 0; padding: 0;}
.promo-item-image img {margin: 0; padding: 0; max-width: 60px;}
.promo-item-text {margin: 0; padding: 0;}
.promo-item-text-title {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color:var(--font-primary);
  text-align: left;
  text-transform: uppercase;
}
.promo-item-text-sub {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color:var(--font-primary);
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .promo-collection { margin: 0 0 10px 0; }
  .promo-top-panel { margin: 0 0 20px 0; padding: 0 10px; }

  .promo-top-title { font-size: 26px; }
  .promo-item-text-title { font-size: 18px; }
  .promo-item-text-sub { font-size: 16px; }

  .promo-item-image img {max-width: 50px;}
}
@media only screen and (max-width: 400px) {
  .promo-top-title { font-size: 22px; }
  .promo-item-text-title { font-size: 16px; }
  .promo-item-text-sub { font-size: 14px; }

  .promo-item-image {margin: 0 8px 0 0;}
  .promo-item-image img {max-width: 50px;}
}
/*--- end: Promo Collection ---*/

/*--- Recommend Collection ---*/
.recommend-top-panel { margin: 0 0 40px 0; padding: 0 10px; text-align: center; }

.recommend-top-title {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size:30px;
  font-weight: 600;
  line-height: 1.2;
  color:#000000;
  text-transform:uppercase;
  text-align: center;
}
/*-------*/
.recommend-collection {display:flex; flex-wrap:wrap; flex-direction:row; justify-content:space-between; align-items:stretch; margin: 0; padding: 0 20px;}

.recommend-item {
  display: flex; flex-direction: column; justify-content:space-between; margin: 0 0 25px 0; padding: 0;
  background: url('../img/recommend/recommend-card-middle.png');
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100%;
  background-color: #1f1f1f;
  min-height: 250px;
  width: 49%;
  border-radius: 5px;
}
.recommend-item-top { margin: 0; padding: 0; }
.recommend-item-top img { margin: 0; padding: 0; max-width: 100%; border-radius: 5px;}
.recommend-item-middle {
  margin: 0; padding: 10px 25px;
  background: url('../img/recommend/recommend-card-middle.png');
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100%;
  min-height: 100px;
}
.recommend-item-bottom { margin: 0; padding: 0; }
.recommend-item-bottom img { margin: 0; padding: 0; max-width: 100%; border-radius: 5px;}

.recommend-item-title {
  margin: 0 0 16px 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color:var(--font-primary);
  text-align: left;
  text-transform: uppercase;
}
.recommend-item-title span {
  background: rgb(195,139,213);
  background: -moz-linear-gradient(left, rgba(195,139,213,1) 0%, rgba(123,127,188,1) 100%);
  background: -webkit-linear-gradient(left, rgba(195,139,213,1) 0%,rgba(123,127,188,1) 100%);
  background: linear-gradient(to right, rgba(195,139,213,1) 0%,rgba(123,127,188,1) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.recommend-item-text {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color:var(--font-color);
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .recommend-top-panel { margin: 0 0 20px 0; padding: 0 10px; }
  .recommend-top-title { font-size: 26px; }
  /*-------*/
  .recommend-collection {padding: 0 10px;}
  .recommend-item { margin: 0 0 15px 0; width: 49%; }
  .recommend-item-title { margin: 0 0 16px 0; font-size: 24px; }
  .recommend-item-text { font-size: 16px; }
}

@media only screen and (max-width: 576px) {
  .recommend-item { margin: 0 0 15px 0; width: 100%; }
}

@media only screen and (max-width: 400px) {
  .recommend-top-title { font-size: 22px; }
  /*-------*/
  .recommend-item-title { font-size: 20px; }
  .recommend-item-text { font-size: 14px; }
}
/*--- end: Recommend Collection ---*/

/*--- Astra Collection ---*/
.astra-top-panel { margin: 120px 0 40px 0; padding: 0 10px; text-align: center; }
.astra-top-panel-2 { margin: 0 0 40px 0; padding: 0 10px; text-align: center; }

.astra-top-title { margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size:30px; font-weight: 600; line-height: 1.2; color:#ffffff; text-transform:uppercase; text-align: center; }
/*-------*/
.astra-collection { margin: 0 0 20px 0; padding: 0; }

.astra-item {display: flex; align-items:center; margin: 0 0 25px 0; padding: 0;}

.astra-item-image {margin: 0 16px 0 0; padding: 0;}
.astra-item-image img {margin: 0; padding: 0; max-width: 60px;}
.astra-item-text {margin: 0; padding: 0;}
.astra-item-text-title { margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size: 20px; font-weight: 600; line-height: 1.2; color:var(--font-primary); text-align: left; text-transform: uppercase; }
.astra-item-text-sub { margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 1.2; color:var(--font-primary); text-align: left; }
/*-----------*/
.astra-icons-container {margin: 0 0 26px 0; padding: 15px 20px; text-align: center;}
.astra-icons-container img {margin: 0; padding: 0; max-width: 540px; width: 100%;}
/*-----------*/

.astra-text {margin: 0 auto 2rem auto; padding: 0; width: 75%; }
.astra-text p {margin: 0 0 32px 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 1.2; color:var(--font-primary); text-align: center; }

.astra-text p:after {
  content: "";
  display: block;
  position: relative;
  left: 25%;
  bottom: -15px;
  width: 50%;
  height: 2px;
  background: -moz-linear-gradient(left, rgba(75,98,212,0) 0%, rgba(75,98,212,1) 19%, rgba(75,98,212,1) 20%, rgba(99,26,185,1) 50%, rgba(163,30,232,1) 80%, rgba(163,30,232,1) 81%, rgba(163,30,232,0) 100%);
  background: -webkit-linear-gradient(left, rgba(75,98,212,0) 0%,rgba(75,98,212,1) 19%,rgba(75,98,212,1) 20%,rgba(99,26,185,1) 50%,rgba(163,30,232,1) 80%,rgba(163,30,232,1) 81%,rgba(163,30,232,0) 100%);
  background: linear-gradient(to right, rgba(75,98,212,0) 0%,rgba(75,98,212,1) 19%,rgba(75,98,212,1) 20%,rgba(99,26,185,1) 50%,rgba(163,30,232,1) 80%,rgba(163,30,232,1) 81%,rgba(163,30,232,0) 100%);
}

@media only screen and (max-width: 768px) {
  .astra-top-panel { margin: 80px 0 40px 0; }
  .astra-top-title { font-size:26px; }
  /*-------*/
  .astra-item-image {margin: 0 8px 0 0;}
  .astra-item-image img {margin: 0; padding: 0; max-width: 50px;}
  .astra-item-text-title { font-size: 18px; }
  .astra-item-text-sub { font-size: 16px; }
  /*-----------*/
  .astra-icons-container {margin: 0 0 13px 0; padding: 15px 10px;}
  /*-----------*/
  .astra-text p {margin: 0 0 32px 0; font-size: 16px; }
}

@media only screen and (max-width: 576px) {
  .astra-text {margin: 0 0 2rem 0; width: 100%; }
}

@media only screen and (max-width: 400px) {
  .astra-top-panel { margin: 30px 0 20px 0; }
  .astra-top-panel-2 { margin: 0 0 20px 0; }
  .astra-top-title { font-size:22px; }
  /*-------*/
  .astra-item-image {margin: 0 8px 0 0;}
  .astra-item-image img {margin: 0; padding: 0; max-width: 50px;}
  .astra-item-text-title { font-size: 16px; }
  .astra-item-text-sub { font-size: 14px; }
  /*-----------*/
  .astra-icons-container {margin: 0 0 13px 0; padding: 10px 0px;}
  /*-----------*/
  .astra-text p {margin: 0 0 26px 0; font-size: 14px; }
}
/*--- end: Astra Collection ---*/

/*--- Course ---*/
.course-top {
  margin: 0 0 3rem 0;
  padding: 1rem 0;
  min-height: 450px;
  background: url('../img/course/course_top_bg.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  background-color: #ffffff;
}

.course-top-panel { margin: 50px 0 40px 0; padding: 0; text-align: center;}

.course-top-title { display: inline-block; position: relative; margin: 0; padding: 12px 10px; font-family: 'Montserrat', Arial, sans-serif; font-size:30px; font-weight: 600; line-height: 1.2; color: #000000; text-transform:uppercase; text-align: center; }
.course-top-title::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -25px;
  display: block;
  margin: 0;
  padding: 0;
  width: 140px;
  height: 99px;
  background: url('../img/course/course_top_arrow.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 140px;
}

.course-top-info { display: block; width: 70%; margin: 0 auto; padding: 16px; background-color: #1e1f24; border-radius: 30px;}
.course-top-info-text { margin: 0; padding: 16px; border: 1px dashed #cdc2fb; border-radius: 20px; }
.course-top-info-text p { margin: 0 0 12px 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size:14px; font-weight: 40; line-height: 1.2; color: #cdc2fb; text-align: left; }

/*---------------*/
.course-bottom {
  margin: 0;
  padding: 1rem 0;
  min-height: 450px;
  background: url('../img/course/course_bottom_bg.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  background-color: #ffffff;
}

.course-bottom-panel { margin: 0 0 40px 0; padding: 0; text-align: center;}

.course-bottom-title { display: inline-block; position: relative; margin: 0; padding: 12px 10px; font-family: 'Montserrat', Arial, sans-serif; font-size:30px; font-weight: 600; line-height: 1.2; color: #000000; text-transform:uppercase; text-align: center; }
.course-bottom-title::after {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -20px;
  display: block;
  margin: 0;
  padding: 0;
  width: 140px;
  height: 99px;
  background: url('../img/course/course_bottom_arrow.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 140px;
}
/*-------*/
.course-bottom-container { display: block; width: 70%; margin: 0 auto 2rem auto; padding: 16px; background-color: #1e1f24; border-radius: 30px;}
.course-bottom-box { display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; margin: 0; padding: 0; min-height: 250px;}
.course-bottom-box-left { width: 40%; margin: 0; padding: 40px 20px;}
.course-bottom-box-right { width: 60%; margin: 0; padding: 0;}

/*--- course info ---*/
.course-info {display: flex; flex-direction: column; justify-content: center; height: 100%;margin: 0; padding: 0;}

.course-info-top { margin: 0; padding: 0 0 5px 0; font-family: 'Montserrat', Arial, sans-serif; font-size:16px; font-weight: 400; line-height: 1.2; color: var(--font-gray); text-align: left; }
.course-info-top span { text-decoration: line-through; }

.course-price { margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size: 64px; font-weight: 600; line-height: 50px; color: var(--font-color); text-align: left; }
.course-price.price-full { display: none; }
.course-countdown { margin: 20px 0; padding: 0; }
.course-countdown-text { margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.2; color: var(--font-gray); text-align: left; }
.course-countdown-timer { margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size: 42px; font-weight: 400; line-height: 1.2; color: var(--font-gray); text-align: left; }

@media only screen and (max-width: 768px) {
  .course-top-title { padding: 12px 10px; font-size: 26px; }
  .course-top-title::after { right: -10px; bottom: -25px; width: 100px; height: 71px; background-size: 100px; }
  /*----------------*/
  .course-bottom-title { padding: 12px 10px; font-size: 26px; }
  .course-bottom-title::after { left: 0px; bottom: -20px; width: 100px; height: 71px; background-size: 100px; }

  .course-bottom-box-left { width: 100%; margin: 0; padding: 10px 20px;}
  .course-bottom-box-right { width: 100%; margin: 0; padding: 0;}

  .course-price { font-size: 48px; }
  .course-countdown { margin: 10px 0; }
  .course-countdown-timer { font-size: 32px; }
  /*----------------*/
}
@media only screen and (max-width: 576px) {
  .course-top { margin: 0 0 1rem 0;}
  .course-top-info { width: 90%; }
  /*-------------*/
  .course-bottom-container { width: 90%; padding: 10px;}
}
@media only screen and (max-width: 400px) {
  .course-top-panel { margin: 20px 0 10px 0; }
  .course-top-title { padding: 12px 10px; font-size: 22px; }
  /*----------------*/
  .course-bottom-title { padding: 12px 10px; font-size: 22px; }

  .course-bottom-box-left { padding: 10px 10px;}

  .course-price { font-size: 48px; }
  .course-countdown { margin: 10px 0; }
  .course-countdown-timer { font-size: 32px; }
  /*----------------*/
}
/*--- end: Course ---*/

/*--- Form Course ----*/
.form-course { margin: 0; padding: 20px; border-radius: 20px; background-color: #1e1f24; border: 1px dashed #cdc2fb; }

.form-control {font-weight: 400; color: #1e1f24; background-color: #cdc2fb; }
.form-control::placeholder { color: #1e1f24; text-decoration: underline; text-decoration-style: dashed;}
.form-control:focus { box-shadow: none; background-color: #cdc2fb; }

.form-check-input {background-color: #1e1f24; border-color: #ffffff;}
.form-check-input:focus { box-shadow: none; border-color: #ffffff;}
.form-check-input:checked { background-color: #1e1f24; border-color: #bd88cf; }
.form-check-input:checked[type=checkbox] { background: url('../img/checkbox.svg'); }
.form-check label { font-size: 10px; }

/*--- form btn ----*/
.form-btn-container {position: relative; margin: 0 0 1rem 0; padding: 5px 0; text-align: center;}

.form-btn,
.form-btn:link,
.form-btn:visited,
.form-btn:hover,
.form-btn:active {
  display: inline-block;
  margin: 0;
  padding: 12px 36px;
  width: 100%;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color:var(--font-color);
  text-align: center;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 3px 3px 15px rgba(0,0,0,0.15);
  background: url('../img/btn_bg.jpg');
  background-repeat: repeat;
  background-position: left top;
  background-size: 100%;
}
.form-btn:disabled { opacity: 0.6; }

@media only screen and (max-width: 768px) {
  .form-btn,
  .form-btn:link,
  .form-btn:visited,
  .form-btn:hover,
  .form-btn:active {
    padding: 12px 18px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .form-course { padding: 10px; }

  .form-control { font-size: 14px; }

  .form-btn,
  .form-btn:link,
  .form-btn:visited,
  .form-btn:hover,
  .form-btn:active {
    padding: 12px 16px;
    font-size: 16px;
  }
}
/*--- end: Form Course ----*/

/*--- FAQ ---*/
.faq-top-panel{ margin: 0 0 40px 0; padding: 0; text-align: center;}

.faq-top-title {
  display: inline-block;
  margin: 0;
  padding: 36px 50px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size:30px;
  font-weight: 600;
  line-height: 1.2;
  color:var(--font-color);
  text-transform:uppercase;
  text-align: center;
  background: url('../img/faq/faq-title-top.png'), url('../img/faq/faq-title-bottom.png'), url('../img/faq/faq-title-left.png'), url('../img/faq/faq-title-right.png');
  background-repeat: no-repeat;
  background-position: center top, center bottom, left center, right center;
  background-size: 243px, 243px, 50px, 50px;
}
/*-------*/
.accordion {margin: 0 0 2rem 0; --bs-accordion-border-width:0px;}

.accordion-item {background: none; border: none;}

.accordion-button {font-size: 20px; color:var(--font-color); background: none; border: none;  outline: none;}
.accordion-button::after {
  background: url('../img/faq/plus-lg.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.accordion-button:focus {color:var(--font-color); background: none; border: none; border-radius: 3px; outline: none; box-shadow: 0 0 5px rgba(75,98,212,1);}
.accordion-button:not(.collapsed) {color:var(--font-color); background: none; border: none;}
.accordion-button:not(.collapsed)::after {
  background: url('../img/faq/dash-lg.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.accordion-body {font-size: 16px; color:var(--font-gray); border: none;}

@media only screen and (max-width: 768px) {
  .faq-top-title { padding: 36px 50px; font-size: 26px; background-size: 200px, 200px, 40px, 40px; }

  .accordion-button {font-size: 18px;}
  .accordion-body {font-size: 14px;}
}
@media only screen and (max-width: 400px) {
  .faq-top-title { padding: 26px 30px; font-size: 22px; background-size: 200px, 200px, 40px, 40px; }

  .accordion-button {font-size: 16px;}
  .accordion-body {font-size: 14px;}
}
/*--- end: FAQ ---*/

/*--- Feedback ---*/
.feedback-top-panel{ margin: 0 0 40px 0; padding: 0; text-align: center;}

.feedback-top-title {
  display: inline-block;;
  margin: 0;
  padding: 36px 50px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size:30px;
  font-weight: 600;
  line-height: 1.2;
  color:var(--font-color);
  text-transform:uppercase;
  text-align: center;
  background: url('../img/faq/faq-title-top.png'), url('../img/faq/faq-title-bottom.png'), url('../img/faq/faq-title-left.png'), url('../img/faq/faq-title-right.png');
  background-repeat: no-repeat;
  background-position: center top, center bottom, left center, right center;
  background-size: 243px, 243px, 50px, 50px;
}

/*---- SLIDER ---*/
.feedback-slider { margin: 64px 0 20px 0; padding: 0; text-align: center; }

/*---------------------------*/
.feedback-card {
  display: flex; flex-direction: column; justify-content:space-between;
  margin: 0;
  padding: 0;
  min-height: 250px;
  max-width: 300px;
  background: url('../img/recommend/recommend-card-middle.png');
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100%;
  background-color: #1f1f1f;
  cursor: pointer;
}
.feedback-card-top { margin: 0; padding: 0; }
.feedback-card-top img { margin: 0; padding: 0; max-width: 100%; }
.feedback-card-middle {
  margin: 0; padding: 10px 25px;
  background: url('../img/recommend/recommend-card-middle.png');
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100%;
  min-height: 100px;
}
.feedback-card-bottom { margin: 0; padding: 0; }
.feedback-card-bottom img { margin: 0; padding: 0; max-width: 100%; }

/*---------------------------*/
.feedback-card-name { margin: 0 0 1rem 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size: 22px; font-weight: 600; line-height: 1.2; color: #bd88ce; text-align: left; text-transform: uppercase; }
.feedback-card-text { margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size:14px; font-weight: 400; line-height: 1.2; color:var(--font-color); text-align: left; }

@media only screen and (max-width: 768px) {
  .feedback-top-title { padding: 36px 50px; font-size: 26px; background-size: 200px, 200px, 40px, 40px; }
}
@media only screen and (max-width: 400px) {
  .feedback-slider { margin: 50px 0 10px 0; }
  /*--------*/
  .feedback-top-title { padding: 26px 30px; font-size: 22px; }
  .feedback-card-name { font-size: 18px; }
  .feedback-card-text { font-size:14px; }
}
/*--- end: Feedback ---*/


/*--- Elements---*/
.gradient-line {
  margin: 2rem 0 5rem 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background: -moz-linear-gradient(left, rgba(75,98,212,0) 0%, rgba(75,98,212,1) 19%, rgba(75,98,212,1) 20%, rgba(99,26,185,1) 50%, rgba(163,30,232,1) 80%, rgba(163,30,232,1) 81%, rgba(163,30,232,0) 100%);
  background: -webkit-linear-gradient(left, rgba(75,98,212,0) 0%,rgba(75,98,212,1) 19%,rgba(75,98,212,1) 20%,rgba(99,26,185,1) 50%,rgba(163,30,232,1) 80%,rgba(163,30,232,1) 81%,rgba(163,30,232,0) 100%);
  background: linear-gradient(to right, rgba(75,98,212,0) 0%,rgba(75,98,212,1) 19%,rgba(75,98,212,1) 20%,rgba(99,26,185,1) 50%,rgba(163,30,232,1) 80%,rgba(163,30,232,1) 81%,rgba(163,30,232,0) 100%);
}

@media only screen and (max-width: 768px) {
  .gradient-line { margin: 2rem 0 3rem 0;}
}

/*--- button ---*/
.btn-container {position: relative; margin: 0; padding: 25px 0; text-align: center;}

.main-btn,
.main-btn:link,
.main-btn:visited,
.main-btn:hover,
.main-btn:active {
  display: inline-block;
  margin: 0;
  padding: 12px 36px;
  min-width: 250px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color:var(--font-color);
  text-align: center;
  border: 0;
  border-radius: 30px;
  background: #ffffff;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 3px 3px 15px rgba(0,0,0,0.15);
  background: url('../img/btn_bg_02.jpg');
  background-repeat: repeat;
  background-position: left top;
  background-size: 100%;
}

@media only screen and (max-width: 768px) {
  .btn-container {padding: 12px 0;}
  .main-btn,
  .main-btn:link,
  .main-btn:visited,
  .main-btn:hover,
  .main-btn:active {
    padding: 12px 26px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 576px) {
  .main-btn,
  .main-btn:link,
  .main-btn:visited,
  .main-btn:hover,
  .main-btn:active {
    padding: 12px 18px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .main-btn,
  .main-btn:link,
  .main-btn:visited,
  .main-btn:hover,
  .main-btn:active {
    padding: 12px 10px;
    font-size: 16px;
  }
}
/*---- Entrance ----*/
.entrance-container {display: flex; justify-content: flex-end; margin: 0; padding: 10px 0;}

.login-btn,
.login-btn:link,
.login-btn:visited,
.login-btn:hover,
.login-btn:active {
  display: inline-block;
  margin: 0;
  padding: 12px 12px 12px 50px;
  min-width: 120px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color:var(--font-color);
  text-align: center;
  border: 0;
  border-radius: 26px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 3px 3px 15px rgba(0,0,0,0.15);
  background: url('../img/login_btn_icon.png');
  background-repeat: no-repeat;
  background-position: 12px center;
  background-color: rgba(0,0,0,0.40);
  background-size: 26px;
  box-shadow: 0 0 15px 10px rgba(163,127,255,0.43);
}

@media only screen and (max-width: 768px) {
  .entrance-container {padding: 5px 0 10px 0;}

  .login-btn,
  .login-btn:link,
  .login-btn:visited,
  .login-btn:hover,
  .login-btn:active {
    padding: 12px 12px 12px 40px;
    font-size: 14px;
  }
}
/*--- end: Elements---*/

/*--- Simple Page ---*/
.simple-page { margin: 0 0 20px 0; padding: 0;}

.simple-page-top-panel { display: flex; justify-content:space-between; align-items: center; min-height: 60px; margin: 20px 0; padding: 10px 10px; }

.simple-page-title { display: inline-block; margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size: 26px; font-weight: 600; line-height: 1.2; color:var(--font-primary); text-align: center; text-shadow: 0 0 5px rgba(0,0,0,0.5); }
.simple-page-top-link { display: inline-block; margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 1.2; color:var(--font-primary); text-align: left; text-shadow: 0 0 5px rgba(0,0,0,0.5); }
.simple-page-top-link a:link,
.simple-page-top-link a:visited,
.simple-page-top-link a:hover,
.simple-page-top-link a:active {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color:var(--font-primary);
  text-align: left;
  text-decoration: none;
}

.simple-page-top-link .bi { margin: 0; padding: 0; font-size: 18px; color:var(--font-color); }

@media only screen and (max-width: 576px) {
  .simple-page-top-panel {
    justify-content:center; align-items:flex-start; flex-direction: column;
    padding: 10px 10px;
  }
  .simple-page-top-link { display: block; margin: 0 0 16px 0;}
  .simple-page-title { display: block; font-size: 22px;}
}
/*-----------------*/
.simple-page-content { margin: 0 0 30px 0; padding: 10px 10px; border-radius: 10px; background-color: #272231; box-shadow: 0 0 16px rgba(195,139,213,0.75); }

.simple-page-img { margin: 0 0 16px 0; padding: 0; border-radius: 10px; box-shadow: 3px 3px 5px rgba(0,0,0,0.15);}
.simple-page-img img { margin: 0; padding: 0; width: 100%; border-radius: 10px; }

.simple-page-video { margin: 0 0 16px 0; padding: 0; border-radius: 10px;  /*overflow: hidden;*/}
.simple-page-video img { margin: 0; padding: 0; width: 100%; border-radius: 10px; }
.simple-page-video video { margin: 0 auto; padding: 0; max-width: 100%; height: auto; border-radius: 10px; box-shadow: 3px 3px 5px rgba(0,0,0,0.15);}
/*----- Simple Page ----*/

/*----- Footer ----*/
.footer {padding: 3rem 10px 1rem 10px; max-width: 960px; /*background-color: rgba(255, 0, 170, 0.66);*/}
.footer-line {margin: 0 0 10px 0; padding: 0; color: var(--font-primary); font-size: 16px; text-align: left;}

.footer-text { display: block; margin: 0 0 10px 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.2; color:var(--font-primary); text-align: center; text-transform: uppercase; }

.footer-image {margin: 0 0 16px 0; padding: 0; text-align: center;}
.footer-image img {display: inline-block; margin: 0 5px 5px 5px; padding: 0; max-width: 20%;}

/*---- footer menu ----*/
.footer-menu {margin: 0; padding: 0;}
.footer-menu-item:link,
.footer-menu-item:visited,
.footer-menu-item:active {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color:var(--font-primary);
  text-align: left;
  text-decoration: none;
}
.footer-menu-item:hover { text-decoration: underline; }

@media only screen and (max-width: 768px) {
  .footer {padding: 1rem 10px;}
  .footer-text { font-size: 16px; text-align: left; }
  .footer-image {margin: 0 0 16px 0; text-align: left;}
}
@media only screen and (max-width: 400px) {
  .footer {padding: 1rem 10px;}
  .footer-text {font-size: 14px;}

  .footer-menu-item:link,
  .footer-menu-item:visited,
  .footer-menu-item:active { font-size: 14px; }
}
/*----- end: Footer ----*/

/*------- end: Custom css ----*/
