﻿body {
    background-color: white;
}

p {
    margin: 0px !important;
    padding: 0px !important;
}

.main-container {
    width: 100%;
    max-width: 1300px;
    height: 100%;
    margin: auto;
}

.default-width {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

.header-container {
    border-bottom: 2px solid;
    padding: 30px 0px 10px 0px;
}

.menu-container {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: black;
    padding: 40px 20px;
    color: white;
    width: 250px;
    opacity: 0;
    transform: scale(0.95);
    transform-origin: top left;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 12;
}

.menu-container.show {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.menu-item-container {
    border-bottom: 1px solid white;
    padding: 10px 0px;
}

.menu-close-container {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    font-weight: bold;
}

.custom-button {
    background-color: black;
    padding: 5px 30px;
    border-radius: 60px;
    color: white;
    border: 0px;
    font-weight: 700;
}

.custom-button:hover {
    opacity: 0.6;
    cursor: pointer;
}

.section1-container {
    padding: 60px 0px;
    width: 80%;
    margin: auto;
}

.section1-title-container {
    color: black;
    text-align: center;
}

.section1-videos-container {
    margin-top: 20px;
}

.section1-info-container {
    margin-top: 30px;
}

.section1-img {
    width: 230px;
}

.text-container {
    font-weight: 400;
    font-size: 20px;
}

.section2-container {
    background-color: #8DB1D6;
    padding: 80px 20px 80px 20px;
}

.section2-content {
    width: 80%;
    margin: auto;
}

.section2-title-container {
    color: white;
    font-weight: 700;
    font-size: 30px;
}

.section2-subtitle-contaienr {
    font-weight: 400;
    font-size: 20px;
}

.section2-img {
    max-width: 100%;
}

.section3-container {
    background-color: black;
    padding: 30px 0px 30px 60px;
}

.section3-title {
    line-height: 100%;
    font-weight: 700;
    color: #9F74FF;
    font-size: 2rem;
}

.section3-cards-container {
    gap: 180px;
    overflow-x: auto;
    padding: 10px 5px;
}

.section3-cards-container::-webkit-scrollbar {
    height: 10px;
}

.section3-cards-container::-webkit-scrollbar-track {
    background-color: transparent;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
}

.section3-cards-container::-webkit-scrollbar-thumb {
    width: 150px;
    background-color: #A370EE;
    border-radius: 5px;
}

.section3-card {
    gap: 15px;
    min-width: 475px;
}

.section3-card-img {
    max-width: 210px;
}

.section3-card-title {
    font-weight: 800;
    color: white;
    font-size: 30px;
    line-height: 100%;
}

.section3-card-text {
    width: 200px;
}

.section3-card-info {
    color: white;
}

.section3-card-occ {
    font-size: 25px;
    line-height: 100%;
}

.section3-card-w {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
}

.section4-container {
    padding: 100px 0px;
    width: 80%;
    margin: auto;
}

.section4-content-container {
    margin: auto;
    width: 100%;
    max-width: 1000px;
    height: 650px;
    position: relative;
    background-image: url("/Web/img/section4img_Skatebalance.png?709");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section4-img {
    max-width: 100%;
    height: auto;
    display: block; 
}

.section4-info-container {
    width: 100%;
    height: 100%;
}

.section4-info-actions {
    padding: 30px 40px 40px 40px;
}

.section4-info-actions-btn {
    padding: 8px 30px;
    border-radius: 60px;
    font-weight: bold;
    border: 1px solid white;
    color: white;
    width: 130px;
    text-align: center;
}

.section4-info-actions-btn:hover {
    opacity: 0.6;
    cursor: pointer;
}

.section4-info-actions-text {
    width: 260px;
    color: white;
}

.section4-info-actions-title {
    font-weight: 600;
    color: #FCF3E4;
    font-size: 26px;
}

.section5-container {
    background-image: url("/Web/img/section5Img_Skatebalance.png?709");
    background-position: 25%;
    background-size: cover;
    width: 100%;
    height: 420px;
    text-align: center;
    line-height: 100%;
}

.section5-title {
    margin-top: 50px;
}

.footer-container {
    padding: 30px 40px 40px 40px;
    font-size: 18px;
    gap: 10px;
}

.footer-card {
    width: 300px;
    gap: 20px;
    font-weight: 400;
}

.footer-title {
    font-size: 24px;
    font-weight: 700;
}

.footer-number, .footer-email {
    font-size: 20px;
}

.custom-input {
    min-width: 100%;
    height: 100px;
}

.section-partner-container, .section-training-container {
    width: 80%;
    padding: 80px 0px;
    margin: auto;
    display: none;
}

.section-partner-title {
    font-size: 30px;
    line-height: 100%;
}

.section-partner-text-container-img {
    max-width: 108px;
}

.content1, .section-partner-container {
  position: relative;
}

.section-training-title {
    width: 300px;
    margin: auto;
}

.section-training-levels {
    margin: auto;
    gap: 40px;
    margin-top: 40px;
}

.section-training-levels-btn {
    padding: 10px 50px;
    border-radius: 70px;
    border: 1px solid white;
    color: white;
    width: 250px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.section-training-levels-btn:first-child {
    background-color: white;
    color: black;
}

.section-training-levels-btn:hover {
    opacity: 0.6;
    cursor: pointer;
}

.section-training-img {
    width: 300px;
    margin: auto;
    margin-top: 60px;
}

.section-training-text {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    margin-top: 60px;
    gap: 20px;
}

.section-training-text-item {
    width: 70%;
    height: 100%;
}

.section-training-text-item2 {
    width: 40%;
    height: 100%;
}

.section-training-text-item-title {
    font-weight: 700;
    font-size: 24px;
}

.section-training-text-line {
    width: 1px;
    min-height: 100%;
    background-color: black;
}

@media (max-width: 884px) {
    .section2-text-cards {
        flex-wrap: wrap;
    }

    .section2-container  {
        padding: 30px 20px 30px 20px;
    }

    .section2-text-cards {
        justify-content: flex-start;
    }

    .section2-card-text {
        align-items: flex-start;
    }

    .section2-subtitle-contaienr {
        font-size: 16px;
    }

    .section2-title2-container, .section5-title {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .section-partner-text-container {
        justify-content: center;
        gap: 30px;
    }

    .section-partner-title-container {
        justify-content: center;
    }

    .section-training-container {
        width: 90%;
    }

    .section-training-title, .section-training-img {
        width: 260px;
    }

    .section-training-levels-btn {
        padding: 8px 20px;
        width: 220px;
        font-size: 18px;
    }

    .section-training-text {
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
    }

    .section-training-text-line {
        min-width: 100%;
        min-height: 1px;
    }

    .section-training-text-item, .section-training-text-item2 {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .section1-logo-container svg {
        width: 170px;
    }

    .section1-container {
        width: 100%;
        padding: 60px 10px;
    }

    .text-container {
        font-size: 16px;
    }

    .section1-info-container .custom-button {
        margin-top: 10px !important;
    }

    .section4-container {
        width: 100%;
        padding: 100px 10px;
    }

    .section2-title-container {
        font-size: 24px;
    }

    .section3-card {
        min-width: 100%;
    }

    .section3-title, .section3-card-title {
        font-size: 24px;
    }

    .section3-container {
        padding: 20px 10px;
    }

    .section3-card-img {
        max-width: 156px;
    }

    .section3-card-text {
        width: 100%;
    }

    .section3-card-occ {
        font-size: 20px;
    }

    .section3-card-w {
        font-size: 16px;
    }

    .section3-cards-container {
        gap: 40px;
    }

    .section3-card-info {
        gap: 10px;
    }

    .section3-card {
        height: fit-content;
    }

    .section4-info-actions {
        flex-wrap: wrap;
        gap: 50px;
    }

    .footer-container {
        padding: 20px 10px;
    }

    .footer-copy {
        text-align: right;
        width: 80%;
    }

    .footer-title {
        font-size: 20px;
    }

    .footer-number, .footer-email {
        font-size: 18px;
    }

    .footer-container {
        font-size: 16px;
    }

    .section-partner-container {
        width: 90%;
    }

    .section-partner-btns {
        justify-content: center;
    }

    .section-partner-title {
        font-size: 24px;
    }

    .section-training-text-item-title {
        font-size: 20px;
    }
}