@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/CeraPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/CeraPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/CeraPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/CeraPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/CeraPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}



:root {
    --color-primary: #000000; /* Чорний */
    --color-accent: #FFA500;  /* Оранжевий */
    --color-background: #FFFFFF; /* Білий */
    --color-text: #FFFFFF; /* Білий для тексту в хедері */
    --1920-title-size: clamp(1.5rem, 4vw, 5rem);
    --1700-title-size: clamp(1.5rem, 3.5vw, 4.5rem);
    --1550-title-size: clamp(1.5rem, 3vw, 4rem);
    --1450-title-size: clamp(1.5rem, 2.7vw, 3.5rem);
    --1350-title-size: clamp(1.5rem, 2.5vw, 3.5rem);
    --1920-desc-normal-size: clamp(1.5rem, 2.2vw, 3rem);
    --1920-desc-middle-size: clamp(1.2rem, 1.5vw, 2rem);
    --1920-desc-small-size: clamp(1rem, 1.2vw, 2rem);
    --1920-sub-title-desc-normal-size: clamp(1.5rem, 2.5vw, 3.5rem);

}

html{
    margin: 0;
    padding: 0;
    font-size: 15px;
    overflow-x: hidden;
}

/* Задаємо загальний фон для всього сайту */
body {
    background-image: none; /* Єдине фонове зображення для всієї сторінки */
    background-color: var(--color-background);
    background-size: cover; /* Розтягнення на всю сторінку */
    background-position: center;
    background-attachment: fixed; /* Фіксоване фонове зображення для ефекту паралаксу */
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

header, section, footer {
    flex: 1;
    padding: 20px 2px;
    margin-top: 50px;
}

header {
    margin: 0;
    padding: 0;

}

.title-container {
    width: 100%;
    padding-left: 230px;
    margin-bottom: 1vw;
    margin-top: 35px;
}

/* Забезпечити горизонтальне розташування меню та прибрати стилі списків */
.navbar {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: flex-start;
    padding-left: 15vw;
    padding-top: 5px;
    padding-bottom: 15px;
    gap: 3vw;
    position: fixed; /* Закріплює navbar зверху */
    top: 0;
    width: 100%;
    z-index: 1000; /* Високий індекс, щоб navbar завжди був поверх інших елементів */
    transition: background-color 0.3s ease; /* Плавна зміна фону */
    background-color: transparent; /* Початковий фон прозорий */
}

.navbar.scrolled {
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    list-style: none; /* Видалення маркерів списку */
    padding-left: 0;
    margin-bottom: 0;
    width: 100vw;
    align-items: center;
    justify-content: center; /* Додаємо для вирівнювання по центру */
}

/* Відступи між пунктами меню */
.navbar-nav .nav-item {
    margin-left: 1vw; /* Відступ між пунктами меню */
    font-size: clamp(0.3rem, 1.5vw, 2rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 700;
}

.navbar .container {
    align-content: center;
    width: 65vw;
}

.navbar-logo {
    height: 65px;
    width: 65px; /* Зберігає пропорції зображення */
}

/* Стиль для соціальних іконок */
.social-icon {
    height: 60px;
    width: 60px;
    padding-top: 20px;
}

/* Стилізація посилань в меню як кнопок */
.navbar-nav .nav-link {
    color: var(--color-primary); /* Білий колір тексту */
    text-decoration: none; /* Відсутність підкреслення */
    padding: 1vw 0.5vw;
    border-radius: 2vw;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Фон та колір при наведенні */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #FF9933 !important;
    text-shadow: 0.75px 0.75px 2.25px rgba(0, 0, 0, 0.5); /* Чорна тінь з розмиттям */
}

/* Активний пункт меню */
.navbar-nav .nav-link.active {
    background-color: var(--color-accent);
    color: #000000 !important; /* Чорний текст для активного пункту */
}

.btn-registratsiya-header {
    background: linear-gradient(180deg, #FF5C00 0%, #FF7A00 100%);
    align-items: center;
    text-align: center;
    color: white;
    border: none;
    padding: 0.5vw 2vw;
    text-decoration: none;
    display: inline-block;
    font-size: clamp(0.3rem, 1.5vw, 2rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 700;
    text-shadow: 3px 3px 5px rgba(255, 92, 0, 0.5); /* Збільшено прозорість тіні тексту */
    box-shadow:
        -4px 4px 8px rgba(255, 92, 0, 0.5),  /* Прозоріша тінь зліва */
        4px 4px 8px rgba(255, 92, 0, 0.5),   /* Прозоріша тінь справа */
        0 6px 8px rgba(255, 92, 0, 0.5);   /* Прозоріша тінь знизу */
    transition: box-shadow 0.3s ease;
}

.btn-registratsiya-header:hover {
    box-shadow:
        -4px 4px 12px rgba(255, 92, 0, 0.3),  /* Ще більш прозора тінь зліва */
        4px 4px 12px rgba(255, 92, 0, 0.3),   /* Ще більш прозора тінь справа */
        0 6px 12px rgba(255, 92, 0, 0.3);   /* Ще більш прозора тінь знизу */
}

/* Вирівнювання меню та соціальних іконок горизонтально */
.collapse.navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.instagram-icon, .facebook-icon {
    font-size: clamp(0.5rem, 1.5vw, 1.5rem);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.2vw; /* Відступ між іконками */
}

.face-about-author-img, .insta-about-author-img {
    width: 45px;
    height: 45px;
}



/* Секція "why" */
.why {
    position: relative;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding-top: 20px;
    background-image: url('/board_fonts/robot1.png'), url('/board_fonts/IMG_2590.PNG');
    background-repeat: no-repeat, no-repeat;
    background-position: right 1vw bottom 0.5vw, left -65vw top -65vw;
    background-size: 45vw auto, 150vw auto;
    background-attachment: scroll;
    height: 1300px;
    max-width: 100vw;
}

/* Батьківський контейнер */
.why .container-fluid {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

/* Додаткові стилі для читабельності */
.why::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1;

}

.why .container-fluid {
    position: relative;
    z-index: 2;
}

/* Стиль для заголовку з градієнтом */
.about-course-title {
    font-size: clamp(1.5rem, 4vw, 6rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 900;
    background: var(--color-primary);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: var(--color-primary);
    text-align: left;
}

.about-course-title-desc {
    font-size: clamp(1.5rem, 4vw, 6rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 900;
    background: var(--color-primary);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: var(--color-primary);
    padding-bottom: 15px;
}

.about-course-text {
    font-size: clamp(1rem, 2.5vw, 3rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
    color: var(--color-primary);
    padding-bottom: 15px;
}

.about-course-schedule-1 {
    font-size: clamp(0.25rem, 1vw, 1.2rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
    color: var(--color-primary);
}

.about-course-schedule-2 {
    font-size: clamp(0.25rem, 1vw, 1.2rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.btn-registratsiya-about {
    margin-top: 20px;
    padding-top: 30px;
}
.btn-registratsiya {
    font-size: clamp(1.5rem, 3vw, 5rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 700;
    padding: 0.5vw 2.5vw; /* Відступи з боків 4vw */
    background: linear-gradient(180deg, #FF5C00 0%, #FF7A00 100%); /* Вертикальний градієнт */
    color: white;
    border: none; /* Без рамки */
    text-decoration: none; /* Відсутність підкреслення */
    display: inline-block; /* Вирівнювання як кнопки */
    margin-top: 70px;
    text-shadow: 3px 3px 5px rgba(255, 92, 0, 0.5); /* Збільшено прозорість тіні тексту */
    box-shadow:
        -4px 4px 8px rgba(255, 92, 0, 0.5),  /* Прозоріша тінь зліва */
        4px 4px 8px rgba(255, 92, 0, 0.5),   /* Прозоріша тінь справа */
        0 6px 8px rgba(255, 92, 0, 0.5);   /* Прозоріша тінь знизу */
    transition: box-shadow 0.3s ease;
}

.btn-registratsiya:hover {
    box-shadow:
        -4px 4px 12px rgba(255, 92, 0, 0.3),  /* Ще більш прозора тінь зліва */
        4px 4px 12px rgba(255, 92, 0, 0.3),   /* Ще більш прозора тінь справа */
        0 6px 12px rgba(255, 92, 0, 0.3);   /* Ще більш прозора тінь знизу */
}

/* Контейнер about-course */
.about-course {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left !important;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    margin-left: 8vw;
    margin-bottom: 1vw;
}


.about-course a.btn-registratsiya {
    display: inline-flex;
    align-items: center;
}

.about-course a.btn-registratsiya {
    margin-left: 10vw;
}


.section-about-course {
    position: relative;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    background-image: url('/board_fonts/IMG_2576.PNG');
    background-repeat: no-repeat;
    background-position: 90% 50%; /* Зміщує фон праворуч і по вертикалі центровано */
    background-size: 450%;
    background-attachment: scroll;
    flex-direction: column;
    max-width: 100vw;
}


.section-about-course .row {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Вирівнювання всіх дочірніх елементів по лівому краю */
    padding-left: 3vw; /* Додає відступ зліва */
    width: 90%;
}


.section-about-course-title {
    font-size: var(--1920-title-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 900;
    background: var(--color-primary);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: var(--color-primary);
    text-align: left;
    align-self: flex-start;
}


.section-about-course-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Вирівнювання елементів по лівому краю */
    justify-content: flex-start; /* Додайте це для кращого контролю розміщення */
    padding: 12px 3vw;
}

.section-about-course-content-blocks-about-1,
.section-about-course-content-blocks-about-2,
.section-about-course-main-content-blocks-about-3 {
    display: flex; /* Розміщує блоки в один рядок */
    flex-direction: row; /* Забезпечує горизонтальне вирівнювання блоків */
    gap: 2vw; /* Відстань між блоками */
    width: 100%; /* Забезпечує рівномірне вирівнювання в контейнері */
}

.section-about-course-content-block-1,
.section-about-course-content-block-2,
.section-about-course-content-block-3,
.section-about-course-content-block-4,
.section-about-course-main-content-group,
.section-about-course-main-content-desc {
    flex: 1;
    display: flex;
    align-items: flex-start;
    padding-left: 2vw;
    margin-bottom: 2vw;
    box-sizing: border-box;
    font-size: var(--1920-desc-normal-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
}

.content-icon {
    width: 50px; /* Встановлює розмір зображення */

    margin-right: 5px; /* Додає відступ між зображенням і текстом */
    align-self: flex-start;
    margin-top: -5px;
}

.content-text {
    display: inline-block; /* Забезпечує правильне вирівнювання тексту біля зображення */
}

.section-about-course-main-content {
    display: flex;
    width: 100%;
    padding: 0;
}

.section-about-course-main-content-blocks-about-3 {
    margin-top: 10px;
    margin-bottom: 50px;
}

.section-about-course-main-content-blocks-about-3,
.section-about-course-main-content-blocks-about-4 {
    display: flex;
    align-items: center; /* Вирівнює елементи по вертикальному центру */
    justify-content: space-between; /* Розподіляє простір між групами */
    width: 100%;
    gap: 2vw; /* Додає відстань між групами */
    margin-bottom: 20px;
}

.section-about-course-main-content-group {
    display: flex;
    align-items: center; /* Вирівнює число та заголовок по вертикалі */
    gap: 1vw; /* Відстань між числом і заголовком */
}

.section-about-course-main-content-six {
    font-size: clamp(3rem, 6vw, 8rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 900;
    color: #FF5C00;
    padding-left: 1vw;
    }

.section-about-course-main-content-five {
    font-size: clamp(3rem, 6vw, 8rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 900;
    color: #FF5C00;
    padding-left: 1vw;
    margin-top: 10px;
    margin-bottom: 20px;
}

.section-about-course-main-content-title {
    font-size: var(--1920-desc-normal-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 900;
    color: #FF5C00;
    padding-left: 0.5vw;
}


.what-get {
    position: relative;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
    padding: 0;
    background-image: url('/board_fonts/IMG_2576.PNG');
    background-repeat: no-repeat;
    background-position: 85% 77%;
    background-size: 350%;
    background-attachment: scroll;
    flex-direction: column;
    max-width: 100vw;    ;
}

.what-get-title {
    width: 100%;
    font-size: var(--1920-title-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 900;
    background: var(--color-primary);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: var(--color-primary);
    text-align: left; /* Вирівнює текст всередині елемента зліва */
    align-self: flex-start; /* Вирівнює сам заголовок зліва в батьківському контейнері */
}

.what-get-list-opportunities,
.what-get-list-bonus {
    width: 100%;
}

.what-get-list-opportunities-title {
    width: 100%;
    font-size: var(--1920-sub-title-desc-normal-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 700;
    background: var(--color-primary);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: var(--color-primary);
    text-align: left; /* Вирівнює текст всередині елемента зліва */
    align-self: flex-start; /* Вирівнює сам заголовок зліва в батьківському контейнері */
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.what-get-list-bonus-title {
    width: 100%;
    font-size: var(--1920-sub-title-desc-normal-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 700;
    background: #FF5C00;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #FF5C00;
    text-align: left; /* Вирівнює текст всередині елемента зліва */
    align-self: flex-start; /* Вирівнює сам заголовок зліва в батьківському контейнері */
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.what-get-list-opportunities ul {
    width: 70%;
    margin-left: 5vw;
    font-size: var(--1920-desc-normal-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
    padding-top: 0;
    margin-top: 0;
}

.what-get-list-bonus ul {
    width: 70%;
    margin-left: 5vw;
    font-size: var(--1920-desc-normal-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
    padding-top: 0;
    margin-top: 0;
}

.for-whom {
    position: relative;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
    padding: 0;
    background-image: url('/board_fonts/IMG_2576.PNG');
    background-repeat: no-repeat;
    background-position: 85% 77%;
    background-size: 300%;
    background-attachment: scroll;
    flex-direction: column;
    max-width: 100vw;
}

.for-whom-title {
    width: 100%;
    font-size: var(--1920-title-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 900;
    background: var(--color-primary);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: var(--color-primary);
    text-align: left; /* Вирівнює текст всередині елемента зліва */
    align-self: flex-start; /* Вирівнює сам заголовок зліва в батьківському контейнері */
}



.for-whom-about {
    margin-bottom: 3vw;
    box-sizing: border-box;
    font-size: clamp(1rem, 2vw, 2rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
    padding-top: 50px;
    text-align: justify;
    width: 85%;
}



.for-whom-list {
    width: 85%;
    position: relative;
    margin: 0 auto; /* Вирівнює контейнер по центру */
    padding-left: 11vw;
    padding-right: 5vw;
}


.for-whom-list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between; /* Відстань між блоками */
    align-items: flex-start; /* Вирівнює елементи по верху */
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 1rem; /* Рівномірний відступ між блоками */
}

.for-whom-list li {
    flex: 0 1 auto;
    min-width: 20%;
    max-width: 30vw;
    box-sizing: border-box;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: var(--1920-desc-normal-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 700;
    border: 2px solid rgba(0, 0, 0, 0.2); /* Напівпрозора рамка */
    background-color: rgba(255, 255, 255, 0.5); /* Прозора підкладка */
    border-radius: 10px; /* Закруглення кутів */
}


.for-whom-desc {
    font-size: var(--1920-desc-small-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 300;
    text-align: left;
    margin-top: 0.5rem;
}
.for-whom-item {
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.for-whom-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}



/* Основний контейнер секції */
.in-the-end {
    position: relative;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    padding: 0;
    background-image: url('/board_fonts/IMG_2572.PNG');
    background-repeat: no-repeat;
    background-position: 0 50%; /* Зміщує фон праворуч і по вертикалі центровано */

    background-size: 400%;
    background-attachment: scroll;
    flex-direction: column;
    max-width: 100vw;
}

.in-the-end-title {
    width: 100%;
    font-size: var(--1920-title-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 900;
    color: var(--color-primary);
    text-align: left;
    align-self: flex-start;
}


.in-the-end-list {
    width: 65%;
    position: relative;
     padding: 0;
    margin: 0;
}

.in-the-end-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.in-the-end-list li {
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    font-size: var(--1920-desc-middle-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 900;
    color: var(--color-primary);
    padding: 1rem; /* Внутрішній відступ для вмісту всередині рамки */
    display: flex;
    flex-direction: row;
    position: relative;
    transition: transform 0.5s ease;
    margin-bottom: 1vw;
    align-items: center;
}

.in-the-end-list-icon {
    width: 5vw; /* Розмір іконки */
    height: 5vw;
    margin-right: 1rem; /* Відступ між іконкою та текстом */
}



.about-author {
    position: relative;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    background-image: url('/board_fonts/IMG_2570.PNG');
    background-repeat: no-repeat;
    background-position: 85% 80%; /* Зміщує фон праворуч і по вертикалі центровано */

    background-size: 400%;
    background-attachment: scroll;
    flex-direction: column;
    max-width: 100vw;

}

.about-author-title {
    width: 100%;
    font-size: var(--1920-title-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 900;
    background: var(--color-primary);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: var(--color-primary);
    text-align: left; /* Вирівнює текст всередині елемента зліва */
    align-self: flex-start; /* Вирівнює сам заголовок зліва в батьківському контейнері */
}


.about-author-content {
    display: flex;
    width: 75%;
    height: 100%;
    padding: 2vw;
    padding-top: 1vw;

}

.about-author-left {
    flex: 5;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 2vw;
}

.about-author-right {
    flex: 2;
    background-image:
        url('/img/author_2.jpg');
    background-size: auto 40vw;
    background-repeat: no-repeat;
    background-position: center 5vw;
    margin-top: -10.5vw;
    margin-left: 5vw;
}

.about-author-name-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin-bottom: 1vw;
}

.about-author-name {
    font-size: clamp(1rem, 3vw, 4rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 700;
    align-items: start;
    margin-right: 2vw;
}

.about-author-icon {
    display: flex;
    justify-content: flex-start;
    gap: 5px;

}


.about-author-list {
    width: 100%;
}

.about-author-icon-list {
    width: 49px;
    margin-right: 5px;
    margin-left: -10px;
    opacity: 1;
    transform: scale(1);
    will-change: opacity, transform; /* Підказка браузеру для оптимізації */
}

/* Клас для запуску анімації */
.animate-shrink-fade {
    animation: shrinkFadeInOut 2s ease-in-out forwards;
}



@keyframes shrinkFadeInOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    20% {
        opacity: 1;
        transform: scale(1);
    }
    40% {
        opacity: 0;
        transform: scale(0.5);
    }
    60% {
        opacity: 0;
        transform: scale(0.5);
    }
    80% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}




.about-author-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: var(--1920-desc-middle-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
}

.about-author-item {
    flex: 1;
}
.about-author-list li {
    display: flex;
    align-items: center;
    padding: 0 0;
}

.program {
    position: relative;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    min-height: 1100px;
    flex-direction: column;
    max-width: 100vw;
}

.program-title {
    width: 100%;
    font-size: var(--1920-title-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 900;
    background: var(--color-primary);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: var(--color-primary);
    text-align: left; /* Вирівнює текст всередині елемента зліва */
    align-self: flex-start; /* Вирівнює сам заголовок зліва в батьківському контейнері */
}



.program-content {
    margin-top: 10px;
    width: 65vw;
    margin-bottom: 50px;
}

.module {
    padding-bottom: 0.5vw;
}


.accordion-term {
    font-size: var(--1920-desc-small-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 700;
    color: #FF9933;
    padding-left: 1vw;
}

/* Акордеон */
.accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(1rem, 2vw, 3rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 900;
    padding: 0.5vw;
    cursor: pointer;
    border: none;
    outline: none;
    width: 100%;
    text-align: left;
    background-color: transparent;
    margin-bottom: 0.5vw;
    color: var(--color-primary);
    transition: background-color 0.3s ease;
    box-shadow: 3.75px 3.75px 6px rgba(0, 0, 0, 0.3);
    white-space: pre-line;
}


.accordion:after {
    content: '\002B';
    font-size: clamp(0.7rem, 1vw, 2rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
    transition: transform 0.3s ease;
}

.accordion.active:after {
    content: '\2212';
}

/* Панель змісту */
.panel {
    max-height: 0; /* Початкова висота 0 для приховування панелі */
    overflow: hidden;
    transition: max-height 1s ease-out; /* Плавний перехід висоти */
    padding: 0 11.25px;
    background-color: transparent;
    border-radius: 0 0 3.75px 3.75px;
    margin-bottom: 1vw;
}


.accordion.active + .panel {
    max-height: 500px; /* Встановіть достатньо велику висоту для повного розкриття */
}

.panel ul {
    list-style-type: none;
    padding-left: 0;
    font-size: clamp(1rem, 1.6vw, 2.5rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
}

.panel li {
    padding: 1vw 0;
    border-top: 0.75px solid #555;
}

.panel li:first-child {
    border-top: none;
}

.panel li strong {
    color: #FF9933;
    font-weight: 900;
}

/* Загальна стилізація секції */
.registration {
  position: relative;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-image: url('/board_fonts/IMG_2572.PNG');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 200%;
    background-attachment: scroll;
    flex-direction: column;
    height: 750px;
    max-width: 100vw;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.registration-title {
    font-size: var(--1920-title-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 900;
    color: var(--color-primary);
    text-align: left;
    align-self: flex-start;
}


.registration-desc {
    box-sizing: border-box;
    font-size: clamp(1rem, 1.5vw, 1.8rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
}

/* Контейнер для форми */
.registration-container {
  width: 30vw;
  text-align: center;
    margin-bottom: 30px;
}

/* Стиль для форми */
.registration-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%; /* Забезпечує, що форма займає всю ширину контейнера */
}

.registration-form input {
  font-size: 1.5vw;
  padding: 1vw;
  border: none;
  border-bottom: 0.75px solid #000000;
  background: transparent;
  color: var(--color-primary);
  outline: none;
  transition: border-bottom-color 0.3s ease;
  box-sizing: border-box;
}


.btn-registratsiya-2 {
    font-size: clamp(2rem, 2.2vw, 5rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 700;
    padding: 0.5vw 2.5vw;
    background: linear-gradient(180deg, #FF5C00 0%, #FF7A00 100%); /* Вертикальний градієнт */
    color: white;
    border: none; /* Без рамки */
    text-decoration: none; /* Відсутність підкреслення */
    display: inline-block; /* Вирівнювання як кнопки */
    margin-top: 3vw;
    width: 100%;
    text-shadow: 3px 3px 5px rgba(255, 92, 0, 0.5); /* Збільшено прозорість тіні тексту */
    box-shadow:
        -4px 4px 8px rgba(255, 92, 0, 0.5),  /* Прозоріша тінь зліва */
        4px 4px 8px rgba(255, 92, 0, 0.5),   /* Прозоріша тінь справа */
        0 6px 8px rgba(255, 92, 0, 0.5);   /* Прозоріша тінь знизу */
    transition: box-shadow 0.3s ease;
}

.btn-registratsiya-2:hover {
    box-shadow:
        -4px 4px 12px rgba(255, 92, 0, 0.3),  /* Ще більш прозора тінь зліва */
        4px 4px 12px rgba(255, 92, 0, 0.3),   /* Ще більш прозора тінь справа */
        0 6px 12px rgba(255, 92, 0, 0.3);   /* Ще більш прозора тінь знизу */
}

/* Секція з повідомленням про успіх */
.registration-success {
  display: none;
  font-size: clamp(1.5rem, 1.5vw, 5rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 700;
  color: #FF5C00;
  margin-top: 1.5vw;
}

.registration-error {
  display: none;
  font-size: clamp(1.5rem, 1.5vw, 5rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 700;
  color: #FF5C00;
  margin-top: 1.5vw;
}


.review {
    position: relative;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 100vw;
    margin: 0;
    background-color: #f9f9f9; /* Фоновий колір */
    height: 500px;
    padding-bottom: 100px;
}

/* Заголовок відгуків */
.review-title {
    width: 100%;
    font-size: var(--1920-title-size);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 900;
    background: var(--color-primary);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-align: left;
    align-self: flex-start;
    margin-top: -25px;
    margin-bottom: 75px;
}

.swiper-container.review-carousel {
    width: 65%; /* Встановлює ширину контейнера на 60% */
    margin: 0 auto; /* Центрує контейнер по горизонталі */
    overflow: hidden; /* Приховує наступні/попередні слайди */
}

.swiper-slide {
    width: 100%; /* Слайд займає всю ширину контейнера */
    padding: 2rem;
    box-sizing: border-box;
    transition: opacity 0.6s ease, transform 0.6s ease;
}


.swiper-wrapper {
    width: 100%;
}


/* Створюємо внутрішній контейнер для контенту слайда */
.swiper-slide-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

/* Стилі для фотографій авторів */
.review-author-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 2rem;
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

.review-author-photo:hover {
    transform: scale(1.1);
}

/* Стилі для тексту відгуку */
.review-text {
    width: 100%;
    height: 100%;
    align-items: start;
    align-self: flex-start;

}

.review-text h3 {
    display: flex; /* Вирівнює елементи в рядок */
    align-items: center; /* Вирівнює іконку та текст по вертикалі */
    margin: 0;
    font-size: clamp(1.5rem, 1vw, 2rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 700;
    color: var(--color-primary);
}

/* Стилізація іконки LinkedIn */
.linkedin-icon {
    width: 20px; /* Ширина іконки */
    height: 20px; /* Висота іконки */
    margin-right: 8px; /* Відступ між іконкою та текстом */
    object-fit: contain;
}

.review-work {
    margin: 0.5rem 0;
    font-size: clamp(1rem, 0.5vw, 1rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
    font-style: italic;
}


.review-text-desc {
    margin: 0.5rem 0;
    font-size: clamp(1rem, 1vw, 2rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}

.swiper-button-prev,
.swiper-button-next {
    color: var(--color-primary);
    transition: color 0.3s ease;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute; /* Позиціонує стрілки відносно контейнера */
    top: 50%;
    transform: translateY(-50%);
    z-index: 10; /* Збільшує рівень відображення, щоб стрілки були поверх слайдера */
}

.swiper-button-prev {
    margin-left: 15vw; /* Відступ від лівого краю слайдера */
    padding-top: 150px;
}

.swiper-button-next {
    margin-right: 15vw;
    padding-top: 150px;
}

.swiper-button-prev img,
.swiper-button-next img {
    height: 50px; /* Ширина стрілки */
    width: auto;
    object-fit: contain; /* Адаптує зображення під контейнер */
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none; /* Повністю приховує стандартні стрілки */
}


.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #FF9933; /* Зміна кольору при наведенні */
}

.swiper-pagination {
    margin-bottom: 100px;
}

/* Стилі для пагінації */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--color-primary);
    opacity: 0.7;
    border-radius: 50%;
    margin: 0 5px !important;

}

.swiper-pagination-bullet-active {
    background: #FF9933;
    opacity: 1;
}


/* Основні стилі для футера */
footer {
    background-color: #1a1a1a;
    padding: 1vw 1.5vw;
    margin: 0;
    color: var(--color-primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(1rem, 1vw, 1.5rem);
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
    width: 100%;
}

.footer-container {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Стилі для посилань у футері */
.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer-links a {
    color: #FF9933;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7.5px;
    padding: 0 15px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-links a:hover {
    color: #FF7A00;
    transform: scale(1.05);
}

.footer-links a img {
    width: 18px;
    height: 18px;
    filter: invert(100%);
}

/* Порожній блок для відступу */
.footer-spacer {
    height: 30px;
    background-color: transparent;
}

.anchor-target {
    scroll-margin-top: 5vw; /* Висота вашої навігаційної панелі */
}

.intl-tel-input {
  display: flex;
  align-items: center;
  width: 100%;
    margin: 0;
  padding: 0;
}

.registration-form .intl-tel-input {
  width: 100%;
  box-sizing: border-box;
}


/* Вирівнює флаг та поле телефону */
.intl-tel-input .iti__flag-container {
  margin-right: 0.5em;
}

/* Стилізація вибору коду країни */
.intl-tel-input .iti__selected-flag {
  height: 100%;
  min-width: 50px; /* Мінімальна ширина для флага */
  border-bottom: 0.75px solid #000000;
}

/* Вирівнює стрілку вниз */
.intl-tel-input .iti__selected-flag .iti__arrow {
  margin-top: 0.3em;
}

/* Стилізація внутрішнього поля телефону */
.intl-tel-input input[type="tel"] {
  flex: 1;
  padding: 1vw;
  font-size: 1vw;
  border: none;
  border-bottom: 0.75px solid #000000;
  background: transparent;
  color: var(--color-primary);
  outline: none;
  transition: border-bottom-color 0.3s ease;
  box-sizing: border-box;
}

.registration-form input,
.intl-tel-input {
  width: 100%;
}
.iti__country-list {
    max-height: 200px !important;
    max-width: 500px !important;
    overflow-y: auto !important;
}

.registration-form .intl-tel-input .iti__country-list {
    max-height: 200px;

    overflow-y: auto;
}

.iti__country-list::-webkit-scrollbar {
    width: 8px;
}

.iti__country-list::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

@media (max-width: 2300px) {
    .why {
        height: 1100px;
    }

}


@media (max-width: 1790px) {
    .about-course-title,
    .about-course-title-desc {
        font-size: clamp(1.5rem, 6vw, 5rem);
    }
    .about-course-text {
        font-size: clamp(1.2rem, 3.5vw, 3.5rem);
    }

}

@media (max-width: 1700px) {
    .why {
        height: 800px;
    }
    .btn-registratsiya-about {
        margin-left: -60px;
    }
    .about-course-title,
    .about-course-title-desc {
        font-size: clamp(1.5rem, 5vw, 4rem);
    }
    .in-the-end-title,
    .section-about-course-title,
    .what-get-title,
    .for-whom-title,
    .about-author-title,
    .program-title,
    .registration-title,
    .review-title {
        font-size: var(--1700-title-size);
    }
    .about-author-icon-list {
        width: 60px;
    }

    .about-course-text {
        font-size: clamp(1.2rem, 3vw, 3rem);
    }
    .why {
        background-position: right 1vw bottom 0.5vw, left -65vw top -65vw;
        background-size: 40vw auto, 150vw auto;
    }
}

@media (max-width: 1550px) {
    .about-course-text {
        font-size: clamp(1.2rem, 2.5vw, 2.5rem);
    }

    .about-course {
        margin-top: 10px;
    }
    .in-the-end-title,
    .section-about-course-title,
    .what-get-title,
    .for-whom-title,
    .about-author-title,
    .program-title,
    .registration-title,
    .review-title {
        font-size: var(--1550-title-size);
    }
}

@media (max-width: 1450px) {
    .about-course-title,
    .about-course-title-desc {
        font-size: var(--1700-title-size);
    }

    .about-course {
        margin-top: 50px;
    }

    .btn-registratsiya-about {
        margin-top: -50px;
    }


    .why {
        background-position: right 5vw bottom 0.5vw, left -65vw top -65vw;
        background-size: 40vw auto, 150vw auto;
        height: 670px;
    }

}

@media (max-width: 1350px) {
    .about-course-title,
    .about-course-title-desc {
        font-size: clamp(1.5rem, 4vw, 3.5rem);
    }

    .about-author-name {
        font-size: clamp(1rem, 2.5vw, 2.5rem);
    }



    .in-the-end-title,
    .section-about-course-title,
    .what-get-title,
    .for-whom-title,
    .about-author-title,
    .program-title,
    .registration-title,
    .review-title {
        font-size: var(--1350-title-size);
    }
    .swiper-container.review-carousel {
        width: 70%;
    }
    .swiper-button-prev {
        margin-left: 100px;
        padding-top: 70px;
    }
    .swiper-button-next {
        margin-right: 100px;
        padding-top: 70px;
    }
}

@media (max-width: 1250px) {
    .about-course-title,
    .about-course-title-desc {
        font-size: clamp(1.5rem, 4vw, 4rem);
    }
    .about-course-text {
        font-size: clamp(1.2rem, 3vw, 3rem);
    }

    .about-course {
        margin-top: 70px;
    }
    .why{
        background-position: right 20px bottom 5px, left -650px top -650px;
        background-size: 450px auto, 1500px auto;
        height: 600px;
    }
}

@media (max-width: 1180px) {
    .why{
        background-position: right -5px bottom 5px, left -650px top -650px;
        background-size: 450px auto, 1500px auto;
        height: 600px;
    }
}

@media (max-width: 1081px) {
    .why{
        background-position: right -5px bottom 5px, left -650px top -650px;
        background-size: 450px auto, 1500px auto;
        height: 550px;
    }
}
