@charset "UTF-8";
:root {
--main-bg: #080b17;
--header-bg: #080b17;
--footer-bg: #080b17;

--font-primary: #12190b;
--font-color: #429173;
--font-blue: #0a6a77;
--font-gray: rgba(255,255,255,0.4);
--font-red: #ef4040;
--font-white: #ffffff;
--font-btn: #ffffff;
--font-faq: #1e1f24;
--font-faq-gray: rgba(30, 31, 36, 0.4);

--bg-test: #cba7d5;
--bg-btn: #429173;
--bg-white: #ffffff;
--bg-space: #1e1f24;
--bg-form: #1e1f24;

--bg-price: #ffffff;
--border-price: #cdc2fb;

--font-input: #12190b;
--bg-input: #b9ffd7;

--border-color: #cdc2fb;
}

* {box-sizing: border-box; scroll-behavior: smooth;}

/*==========  CUSTOM CSS  ==========*/
html { min-width: 320px; scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', Arial, sans-serif;
  min-width: 320px;
  color: var(--font-primary);
  background-color: var(--main-bg);
}
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: var(--bg-test);*/ overflow: hidden; 
}
@media only screen and (max-width: 959px) {
  .main-container { padding: 0; }
}
/*---- Header ----*/
.header { position: relative; margin: 0; padding: 0; background-color: var(--header-bg); }
  
.header-container {display: flex; justify-content:space-between; align-items: center; gap:16px; margin: 0; padding: 16px 5px; }

.header-logo {display: flex; align-items: center; justify-content: space-between; margin: 0; padding: 0; text-align: left;}
.header-logo img {display: inline-block; margin: 0; padding: 0; width: 60px;}

.header-logo-text {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
  height: 60px;
  line-height: 60px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color:var(--font-white);
  text-align: left;
}
/*---------*/
.header-btn-container {margin: 0; padding: 0;}

.login-btn,
.login-btn:link,
.login-btn:visited,
.login-btn:hover,
.login-btn:active {
  display: inline-block;
  margin: 0;
  padding: 12px 24px 12px 52px;
  min-width: 120px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color:var(--font-btn);
  text-align: center;
  border: 0;
  border-radius: 26px;
  cursor: pointer;
  text-decoration: none;
  background: url('../img/login-user.png');
  background-repeat: no-repeat;
  background-position: 12px center;
  background-color: var(--bg-btn);
  background-size: 26px;
  box-shadow: 0 0 15px rgba(0,0,0,0.33);
}
.login-btn:hover { box-shadow: 0 0 15px rgba(0,0,0,0.2); }

@media only screen and (max-width: 768px) {
  .header-logo-text { font-size: 22px; }
  /*------------*/
}
@media only screen and (max-width: 576px) {
  .header-container { flex-direction: column; }
  /*------------*/
}
/*---- end: Header ----*/


/*--- Sections ---*/
.section { /*display: none;*/ box-sizing: border-box; }

.section-main {position: relative; margin: 0; padding: 2rem 0 5rem 0; border-radius: 3px;
  background: url('../img/main_bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.section-astra {
  position: relative;
  margin: -4rem 0 0 0;
  padding: 1rem 0 5rem 0;
  background: url('../img/astra/astra_bg.png'), url('../img/main_bg_pattern.png');
  background-repeat: no-repeat, repeat;
  background-position: center top, center top;
  background-size: cover, 80px;
}

.section-personal { margin: 0; padding: 2rem 0;
  background: url('../img/personal/personal_bg.png'), url('../img/main_bg_pattern.png');
  background-repeat: no-repeat, repeat;
  background-position: left top 80px, center top;
  background-size: 400px, 80px;
}
@media only screen and (max-width: 768px) {
  .section-personal { 
    background-position: center center, center top;;
    background-size: 340px, 80px;
  }
  /*------------*/
}

.section-course { margin: 0; padding: 2rem 0 2rem 0; overflow: hidden; 
  background: url('../img/course/course_bg_tl.png'), url('../img/course/course_bg_br.png');
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: 50%, 40%;
  background-color: var(--bg-space);
}

.section-faq { margin: 0; padding: 4rem 0; border-radius: 3px;
  background: url('../img/main_bg_pattern.png');
  background-repeat: repeat;
  background-position: center top;
  background-size: 80px;
}
/*--- end: Sections ---*/


/*--- MAIN Section ---*/

/*--- Main Top ---*/
.main-top { margin: 0; padding: 0 0 2rem 0; }
.main-top-info { display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; }

.main-top-icon {margin: 0; padding: 0 0 40px 0; text-align: center; }
.main-top-icon img {margin: 0 auto; padding: 0; max-width: 120px;}

.main-top-title { margin: 0 0 20px 0; padding: 0 0 0 20px; text-align: right; }
.main-top-title img {margin: 0; padding: 0; width: 100%; max-width: 640px;}

.main-top-text { margin: 0 0 22px 0; padding: 0; font-size:18px; font-weight: 600; line-height: 1.1; color: var(--font-white); text-align: center; text-shadow: 0 0 10px rgba(0,0,0,0.5);}

.btn-container-main {position: relative; margin: 0; padding: 12px 0; text-align: center;}
.btn-container-main .main-btn {font-size: 16px !important; border: 2px solid #ffffff !important; background: url('../img/btn_main.jpg') !important;}

/*--- Main Collection ---*/
.main-collection-box { width: 90%; margin: 0 auto; padding: 26px 16px; border: 2px solid #ffffff; border-radius: 16px;
  background: rgb(52,145,165,0.3);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.main-collection-title { margin: 0 0 26px 0; padding: 0 20px 12px 20px; font-family: 'Montserrat', Arial, sans-serif; font-size:28px; font-weight: 600; line-height: 1.2; color:var(--font-white); text-transform:uppercase; text-align: center; 
background: url('../img/main/main_title_divider.png');
background-repeat: no-repeat;
background-position: center bottom;
background-size: 100%;
}

.main-collection { margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: stretch; gap: 24px 0; }

.main-item {display: flex; margin: 0; padding: 0 5px; max-width: 50%; }

.main-item-image {margin: 0 10px 0 0; padding: 0;}
.main-item-image img {margin: 0; padding: 0; max-width: 60px;}
.main-item-text {margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif;}
.main-item-text-title { margin: 0; padding: 0; font-size: 16px; font-weight: 600; line-height: 1.2; color:var(--font-white); text-align: left; }
.main-item-text-sub { margin: 0; padding: 0; font-size: 16px; font-weight: 400; line-height: 1.2; color:var(--font-white); text-align: left; }
/*--- end: Main Collection ---*/

@media only screen and (max-width: 768px) {
  /*--- Main Top ---*/
  .main-top { padding:0 0 2rem 0; }
  /*--- Main Collection ---*/
  .main-collection-box { width: 90%; padding: 26px 16px; }
  .main-item { padding: 0; width: 100%; max-width: 100%; }
  .main-item-image {margin: 0 8px 0 0;}
  .main-item-image img {max-width: 50px;}
  .main-item-text-title { font-size: 16px; }
  .main-item-text-sub { font-size: 16px; }
}
@media only screen and (max-width: 576px) {
  /*--- Main Top ---*/
  .main-top-text { font-size:16px; }
  /*--- Main Collection ---*/
  .main-collection-box { width: 92%; padding: 20px 8px; }
}
@media only screen and (max-width: 400px) {
  /*--- Main Top ---*/
  .main-top-text { margin: 0 0 20px 0; }
  /*--- Main Collection ---*/
  .main-item-text-title { font-size: 14px; }
  .main-item-text-sub { font-size: 14px; }
}
/*--- end: MAIN Section ---*/


/*--- ASTRA Section ---*/
.astra-top-panel { margin: 120px 0 40px 0; padding: 0 10px; text-align: center; }
.astra-top-panel-2 { margin: 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; text-shadow: 0 0 10px rgba(0,0,0,0.5);}

/*--- Astra Collection ---*/
.astra-collection { width: 90%; margin: 0 auto; padding: 26px 16px; border: 2px solid #ffffff; border-radius: 16px;
  background: rgb(52,145,165,0.3);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: flex; flex-wrap: wrap; align-items: stretch; gap: 24px 0;
}

.astra-item {display: flex; margin: 0; padding: 0 5px; max-width: 50%; }

.astra-item-image {margin: 0 10px 0 0; padding: 0;}
.astra-item-image img {margin: 0; padding: 0; max-width: 60px;}
.astra-item-text {margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif;}
.astra-item-text-title { margin: 0; padding: 0; font-size: 16px; font-weight: 600; line-height: 1.2; color:var(--font-white); text-align: left; }
.astra-item-text-sub { margin: 0; padding: 0; font-size: 16px; font-weight: 400; line-height: 1.2; color:var(--font-white); text-align: left; }
/*--- end: Astra Collection ---*/

/*--- Astra Info ---*/
.astra-info { width: 90%; margin: 0 auto 2rem auto; padding: 0; display: flex; flex-wrap: wrap; align-items: stretch; gap: 24px 0; }
.astra-info-item { margin: 0; padding: 0 5px; max-width: 50%; font-family: 'Montserrat', Arial, sans-serif;}
.astra-info-title { margin: 0; padding: 0; font-size: 16px; font-weight: 600; line-height: 1.2; color:var(--font-white); text-align: left; }
.astra-info-text { margin: 0; padding: 0; font-size: 16px; font-weight: 400; line-height: 1.2; color:var(--font-white); text-align: left; }
/*--- end: Astra Info ---*/
 
@media only screen and (max-width: 768px) {
  .astra-top-panel { margin: 100px 0 40px 0; }
  .astra-top-title { font-size:26px; }
  /*-------*/
  .astra-collection { width: 90%; padding: 26px 16px; }
  .astra-item { padding: 0; width: 100%; max-width: 100%; }
  .astra-item-image {margin: 0 8px 0 0;}
  .astra-item-image img {max-width: 50px;}
  .astra-item-text-title { font-size: 16px; }
  .astra-item-text-sub { font-size: 16px; }
  /*-------*/
  .astra-info { width: 90%; gap: 16px 0; }
  .astra-info-item { padding: 0; width: 100%; max-width: 100%; }
}

@media only screen and (max-width: 576px) {
  .astra-top-title { font-size:22px; }
  /*-------*/
  .astra-collection { width: 92%; padding: 20px 8px; }
}

@media only screen and (max-width: 400px) {
  .astra-top-panel { margin: 100px 0 20px 0; }
  .astra-top-panel-2 { margin: 20px 0; }
  .astra-top-title { font-size:20px; }
  /*-------*/
  .astra-item-text-title { font-size: 14px; }
  .astra-item-text-sub { font-size: 14px; }
}
/*--- end: ASTRA Section ---*/

/*--- PERSONAL Section ---*/
.personal-top-panel { margin: 0 0 40px 0; padding: 0 10px; text-align: center; }

.personal-top-title { margin: 0; padding: 0 20px; font-family: 'Montserrat', Arial, sans-serif; font-size:28px; font-weight: 600; line-height: 1.2; color:var(--font-primary); text-transform:uppercase; text-align: center; }

/*------- personal box --------*/
.personal-box {display: flex; gap: 10px; align-items: stretch; justify-content:center; margin: 0; padding: 0; }

.personal-box-title {width:50%; align-self: center; margin: 15px; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size:48px; font-weight: 600; line-height: 1; color:var(--font-primary); text-transform:uppercase; text-align: center; }

.personal-targets {display: flex; flex-direction: column; gap: 20px; align-items: stretch; justify-content:center; margin: 0; padding: 20px 20px; }

.personal-targets-text {display: inline-block; margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size: 18px; font-weight: 600; color:var(--font-primary); text-align: left; }

/*------------*/
@media only screen and (max-width: 900px) {
  .personal-box { flex-direction: column; }
  .personal-box-title { width:80%; font-size: 26px;}
}
@media only screen and (max-width: 768px) {
  .personal-top-panel { margin: 0 0 20px 0; }
  .personal-top-title { font-size: 26px; }
  /*------------*/
  .personal-box-title { font-size: 26px; }
  /*------------*/
  .personal-targets-text { font-size: 16px; }
  /*------------*/
}
@media only screen and (max-width: 576px) {
  .personal-top-title { font-size: 22px; margin: 0 0 20px 0; padding: 0;}
  /*------------*/
  .personal-box-title { width: 100%; font-size: 22px; margin: 0; }
  /*---------------*/
  .personal-targets {padding: 16px 10px; gap: 16px;}
  .personal-targets-text { font-size: 14px; }
}
@media only screen and (max-width: 400px) {
  .personal-top-title { font-size: 20px; }
  /*------------*/
  .personal-box-title { font-size: 20px; }
  /*---------------*/
  .personal-targets { padding: 10px 10px; gap: 12px; }
}
/*--- end: PERSONAL Section ---*/


/*---- COURSE Section -----*/
/*------ COURSE TOP -------*/
.course-top { margin: 0; padding: 2rem 0; }
.course-top-panel {position: relative; margin: 0 0 20px 0; padding: 0;}
.course-top-title { margin: 0 0 2rem 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size:30px; font-weight: 600; line-height: 1.2; color: var(--font-white); text-transform:uppercase; text-align: center; }

/*-------------*/
.course-top-text { margin: 0; padding: 0 20px; font-family: 'Montserrat', Arial, sans-serif; font-size:16px; font-weight: 400; line-height: 1.2; color: var(--font-white); text-align: center; }
.course-top-text p { margin: 0 0 20px 0; font-size:16px; font-weight: 400; line-height: 1.2; color: var(--font-white); text-align: center; }

.course-top-pic { margin: 0; padding: 40px 10px 0 10px; }
.course-top-pic img { display: block; margin: 0 auto; padding: 0; width: 100%; max-width:520px;}
/*--------------*/

@media only screen and (max-width: 768px) {
  .course-top-title { font-size: 26px; }
  /*----------------*/
}
@media only screen and (max-width: 576px) {
  .course-top-title { font-size: 24px; }
  /*----------------*/
}
@media only screen and (max-width: 400px) {
  .course-top-title { font-size: 20px; }
  /*----------------*/
}

/*------ COURSE BOTTOM -------*/
.course-bottom { display: flex; flex-direction: column; justify-content: space-between; align-items: center; flex-wrap: wrap; margin: 0; padding: 2rem 0; }

.course-bottom-panel { margin: 0 0 2rem 0; padding: 0 20px; text-align: center;}

.course-bottom-title { margin: 0 0 12px 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size:30px; font-weight: 600; line-height: 1.2; color: var(--font-white); text-transform:uppercase; text-align: center; }
.course-bottom-subtitle { margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size:20px; font-weight: 600; line-height: 1.2; color: var(--font-white); text-align: center; }

/*----------*/
.course-bottom-container { width: 70%; margin: 0 auto; padding: 0; border-radius: 32px; background: var(--bg-form); }

.course-bottom-box { display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; margin: 0; padding: 10px 10px; border-radius: 28px; border: 1px solid var(--border-color); }
.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; font-family: 'Montserrat', Arial, sans-serif;}

.course-info-top { margin: 0 0 12px 0; padding: 0; 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-size: 64px; font-weight: 600; line-height: 50px; color: var(--font-white); text-align: left; }
.course-price.price-full { display: none; }
.course-countdown { margin: 20px 0; padding: 0; }
.course-countdown-text { margin: 0; padding: 0; 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-size: 42px; font-weight: 400; line-height: 1.2; color: var(--font-gray); text-align: left; }

@media only screen and (max-width: 800px) {
  /*----------------*/
  .course-bottom-title { font-size: 26px; }
  .course-bottom-subtitle { font-size: 18px; }
  /*-------------*/
  .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-bottom-title { font-size: 24px; }
  .course-bottom-subtitle { font-size: 17px; }
  /*-------------*/
  .course-bottom-container { width: 90%; padding: 10px;}
}
@media only screen and (max-width: 400px) {
  .course-bottom-title { font-size: 20px; }
  .course-bottom-subtitle { font-size: 16px; }
  /*-------------*/
  .course-bottom-container { width: 96%; padding: 10px;}
  .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 Section -----*/

/*--- Form Course ----*/
.form-course { margin: 0; padding: 12px 12px; border-radius: 16px; border: 1px solid var(--border-color);}

.form-line {padding:8px 8px; border-radius: 16px; background-color: var(--bg-input);}
.form-control {font-weight: 400; color: var(--font-input); border: 1px solid transparent; background-color: var(--bg-input); border-radius: 10px; }
.form-control::placeholder { color: var(--font-input); text-decoration-line: underline; text-decoration-style: dashed; text-decoration-color: var(--font-input);text-underline-offset: 2px; }
.form-control:focus { color: var(--font-input); box-shadow: none; background-color: transparent; border: 1px solid var(--font-input); }

.form-check-input {background-color: transparent; border-color: var(--border-color);}
.form-check-input:focus { box-shadow: none; border-color: var(--border-color);}
.form-check-input:checked { background-color: transparent; border-color: var(--border-color); }
.form-check-input:checked[type=checkbox] { background: url('../img/checkbox.svg'); }
.form-check label {margin: 0 0 6px 0; font-size: 10px; color: var(--font-white);}

/*--- form btn ----*/
.form-btn-container {position: relative; margin: 0 0 1rem 0; padding: 5px 0; border-radius: 16px; text-align: center;}

.form-btn,
.form-btn:link,
.form-btn:visited,
.form-btn:hover,
.form-btn:active {
  display: inline-block;
  margin: 0;
  padding: 14px 12px;
  width: 100%;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color:var(--font-btn);
  text-align: center;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  text-decoration: none;
  background: url('../img/btn_bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: var(--bg-btn);
}
.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: 14px 10px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .form-control { font-size: 14px; }

  .form-btn,
  .form-btn:link,
  .form-btn:visited,
  .form-btn:hover,
  .form-btn:active {
    font-size: 16px;
  }
}
/*--- end: Form Course ----*/

/*---- Lang ----*/
.lang-btn,
.lang-btn:link,
.lang-btn:visited,
.lang-btn:hover,
.lang-btn:active {
  display: inline-block;
  margin: 0 20px 0 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: center;
  border: 0;
  border-bottom: 1px dotted #429173;
  cursor: pointer;
  text-decoration: none;
}
.lang-btn:hover {
  border-bottom: 1px dotted transparent;
}

@media only screen and (max-width: 768px) {
  .lang-btn,
  .lang-btn:link,
  .lang-btn:visited,
  .lang-btn:hover,
  .lang-btn:active {
    font-size: 14px;
  }
}







/*--- FAQ Section ---*/
.faq-top-panel{ margin: 0 0 20px 0; padding: 0 20px; text-align: left; }

.faq-top-title { display: inline-block; margin: 0; padding: 0 10px; font-family: 'Montserrat', Arial, sans-serif; font-size:30px; font-weight: 600; line-height: 1.2; color:var(--font-faq); text-align: left; }
/*-------*/
.accordion { margin: 0; padding: 0 10px; --bs-accordion-border-width:0px; }

.accordion-item { background: none; border: none; border-bottom: 1px solid var(--font-faq); }
.accordion-item:last-of-type { border: none; }

.accordion-button { font-size: 20px; font-weight: 600; color: var(--font-faq); 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-faq); background: none; border: none; border-radius: 3px; outline: none; box-shadow: none;}
.accordion-button:not(.collapsed) {color:var(--font-faq); 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; font-weight: 600; color:var(--font-faq-gray); border: none;}

@media only screen and (max-width: 768px) {
  .faq-top-title { padding: 0; font-size: 26px; }

  .accordion-button {font-size: 16px;}
  .accordion-body {font-size: 14px;}
}
@media only screen and (max-width: 400px) {
  .faq-top-title { padding: 0; font-size: 22px; }

  .accordion-button {font-size: 16px; padding: 12px 10px;}
  .accordion-body {font-size: 14px; padding: 10px 10px;}
}
/*--- end: FAQ Section ---*/

/*--- Feedback ---*/
.feedback-top-panel{ margin: 20px 0 0 0; padding: 0; text-align: center;}

.feedback-top-title  { margin: 0; padding: 20px 10px; font-family: 'Montserrat', Arial, sans-serif; font-size:30px; font-weight: 600; line-height: 1.2; color:var(--font-faq); text-align: center; }

/*---- Feedback SLIDER ---*/
.feedback-box { margin: 0; padding: 0 20px; }
.feedback-slider { margin: 44px 0 20px 0; padding: 0; text-align: center; }

/*---------------------------*/
.feedback-card {
  display: flex; flex-direction: column; justify-content:space-between;
  margin: 0 5px;
  padding: 0;
  min-height: 250px;
  max-width: 300px;
  padding: 0; font-family: 'Montserrat', Arial, sans-serif;
  border-radius: 32px;
  background-color: var(--bg-space);
  cursor: pointer;
}

.feedback-card:hover,
.slick-current .feedback-card {
  background-color: var(--bg-btn);
}

.feedback-content { margin: 0; padding: 16px 16px; }
/*---------------------------*/
.feedback-card-name { margin: 0 0 6px 0; font-size: 16px; font-weight: 600; line-height: 1.2; color: var(--font-white); text-align: left; text-transform: uppercase; }
.feedback-card-text { margin: 0; padding: 0; font-size:16px; font-weight: 400; line-height: 1.2; color:var(--font-white); text-align: left; }

@media only screen and (max-width: 768px) {
  .feedback-top-title { font-size: 26px; }
  .feedback-card { margin: 0 5px; }
}
@media only screen and (max-width: 400px) {
  .feedback-slider { margin: 50px 0 10px 0; }
  /*--------*/
  .feedback-top-title { font-size: 22px; }
  .feedback-card-name { font-size: 18px; }
  .feedback-card-text { font-size:14px; }
}
/*--- end: Feedback ---*/


/*--- Elements---*/
/*--- 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: 200px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color:var(--font-btn);
  text-align: center;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  text-decoration: none;
  background: url('../img/btn_bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  background-color: var(--bg-btn);
  box-shadow: 0 0 12px rgba(185, 255, 215, 0.5);
}
.main-btn:hover { border: 0; }

@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 24px;
    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 20px;
    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 16px;
    font-size: 16px;
  }
}
/*--- end: Elements---*/


/*----- Footer ----*/
.footer-wrapper { position: relative; margin: 0; padding: 0; background-color: var(--footer-bg);}
.footer {padding: 3rem 10px 1rem 10px; max-width: 960px; background-color: var(--footer-bg);}
.footer-line {margin: 0 0 10px 0; padding: 0; color: var(--font-white); 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-white); text-align: center;}

.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-white);
  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-line {margin: 0 0 10px 0; font-size: 14px; text-align: left;}
  .footer-text { font-size: 14px; text-align: left; }
  .footer-image {margin: 0 0 16px 0; text-align: left;}

  .footer-menu-item:link,
  .footer-menu-item:visited,
  .footer-menu-item:active { font-size: 14px; }
}
@media only screen and (max-width: 400px) {
  .footer-line {font-size: 12px;}

  .footer-menu-item:link,
  .footer-menu-item:visited,
  .footer-menu-item:active { font-size: 12px; }
}
/*----- end: Footer ----*/


/*==========  END: CUSTOM CSS  ==========*/
