/**
 * Fonts
 */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 2em;
}

h2 {
    font-weight: 500;
}

strong {
    font-weight: 500;
}

/**
 * Sidebar
 */
.sidebar {
    height: 100%;
    width: 390px;
    background-image: linear-gradient(45deg, rgb(216, 255, 126), rgb(151, 231, 162));
    text-align: center;
}

.sidebar-content {
    height: 100%;
}

.sidebar-content-element {
    width: 100%;
}

.sidebar-icon {
    display: block;
}

.sidebar-nav-item {
    display: block;
    text-decoration: none;
    font-size: 24px;
    color: #171717;
}

.burger-menu {
    visibility: hidden;
}

.schedule-items-accordion {
    visibility: hidden;
    height: 0;
}

/**
 * All
 */
html, body, main, section {
    height: 100%;
    scroll-behavior: smooth;
}

/**
 * Main
 */
main {
    margin-left: 390px;
}

/**
 * Title section
 */
.title-section-element {
    width: 100%;
    text-align: center;
}

.title-section .section-header {
    font-size: 48px;
}

.title-paragraph {
    width: 50%;
    font-size: 24px;
    text-align: justify;
    text-indent: 50px;
}

/**
 * Experience section
 */
.experience-section-element {
    width: 100%;
    text-align: center;
}

.experience-section .section-header {
    font-size: 48px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.experience-section ul {
    width: 40%;
    text-align: justify;
    font-size: 24px;
    list-style-type: circle;
}

.experience-section-element {
    width: 100%;
    text-align: center;
}

/**
 * Schedule section
 */
.schedule-section-element {
    width: 100%;
    text-align: center;
}

.schedule-section .section-header {
    font-size: 48px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.schedule-paragraph {
    width: 50%;
    text-align: justify;
    font-size: 24px;
    text-indent: 50px;
}

.schedule-items-container {
    width: 60%;
}

.schedule-item img {
    height: 139px;
    width: 220px;
}

.schedule-item {
    border: 4px solid;
    border-image: linear-gradient(45deg, rgb(216, 255, 126), rgb(151, 231, 162)) 1;
    border-radius: 20%;
    height: 301px;
    width: 220px;
}

.schedule-item-content {
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}

.schedule-item-content h2 {
    margin-bottom: 10px;
    font-size: 18px;
}

.schedule-item-content p {
    text-align: justify;
    line-height: 1.2;
    font-size: 10px;
}

.schedule-item-content a {
    font-weight: 500;
    display: block;
    width: 90px;
    height: 20px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    background-image: linear-gradient(45deg, rgb(216, 255, 126), rgb(151, 231, 162));
    color: #171717;
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 13px;
}

/**
 * Video section
 */
.video-section-element {
    width: 100%;
    text-align: center;
}

.video-section .section-header {
    font-size: 48px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.video-container {
    width: 75%;
}

.video-container-img {
    height: 167px;
    width: 250px;
}

.video-container-paragraph {
    width: 50%;
    font-size: 24px;
    text-align: justify;
}

/**
 * Pricing section
 */
.pricing-section-element {
    width: 100%;
    text-align: center;
}

.pricing-section .section-header {
    font-size: 48px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.pricing-paragraph {
    width: 50%;
    text-align: justify;
    font-size: 24px;
    text-indent: 50px;
}

.pricing-table {
    width: 50%;
}

.pricing-table table {
    background-image: linear-gradient(45deg, rgb(216, 255, 126), rgb(151, 231, 162));
    width: 100%;
    border-radius: 20px;
}

.pricing-table table th, td {
    width: 33%;
    padding: 13px;
    border-bottom: 2px solid black;
}

.pricing-table-header th {
    font-weight: 500;
    font-size: 24px;
}

.pricing-table-data td {
    font-size: 22px;
}

tr:last-child td {
    border-bottom: none;
    font-size: 22px;
}

/**
 * Info section
 */
.info-section-element {
    width: 100%;
    text-align: center;
}

.info-section .section-header {
    font-size: 48px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.info-section-form label {
    font-weight: 500;
    font-size: 26px;
}

.info-section-form input {
    width: 30%;
    padding: 4px;
    text-align: center;
    font-size: 18px;
    border: 4px solid;
    border-radius: 12px;
}

.info-section-form input:last-child {
    border: none;
    font-weight: 500;
    width: 15%;
    font-size: 26px;
    background: linear-gradient(45deg, #D8FF7E 0%, #97E7A2 100%);
}
