﻿@import url('https://fonts.googleapis.com/css2?family=League+Gothic&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=League+Gothic&family=Oswald:wght@200..700&display=swap');

.font-league-gothic {
    font-family: "League Gothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    font-variation-settings: "wdth" 100;
}

.font-dm-sans {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.fs-1 { font-size: 50px; }
.fs-2 { font-size: 40px; }
.fs-3 { font-size: 30px; }
.fs-4 { font-size: 20px; }

@media (max-width: 1024px) {
    .fs-1 { font-size: 42px; }
    .fs-2 { font-size: 34px; }
    .fs-3 { font-size: 26px; }
    .fs-4 { font-size: 18px; }
}

@media (max-width: 768px) {
    .fs-1 { font-size: 36px; }
    .fs-2 { font-size: 28px; }
    .fs-3 { font-size: 22px; }
    .fs-4 { font-size: 16px; }
}

@media (max-width: 350px) {
    .fs-1 { font-size: 30px; }
    .fs-2 { font-size: 24px; }
    .fs-3 { font-size: 18px; }
    .fs-4 { font-size: 14px; }
}

body {
    background-color: #fcf3e4;
}

p {
    margin: 0px !important;
    padding: 0px !important;
}

.main-container {
    width: 100%;
    max-width: 1800px;
    height: 100%;
    margin: auto;
}

.default-width {
    width: 95%;
    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;
}

.max-width1 {
    max-width: 800px;
}

.section1-container {
    padding: 60px 0px;
    width: 70%;
    margin: auto;
}

.section1-title-container {
    color: black;
    text-align: center;
}

.section1-videos-container {
    margin-top: 20px;
    width: 100%;
}

.section1-info-container {
    margin-top: 30px;
}

.section1-info-icon {
    width: fit-content;
    max-width: 190px;
}

.text-container {
    font-weight: 400;
}

.section2-container {
    background-color: #8DB1D6;
    padding: 80px 20px 80px 20px;
}

.section2-content {
    width: 70%;
    margin: auto;
}

.section2-title-container {
    color: white;
    font-weight: 700;
}

.section2-subtitle-contaienr {
    font-weight: 400;
}

.section2-img {
    max-width: 100%;
}

.section2-card-text {
    gap: 14px;
}

.text-align1 {
    text-align: right;
}

.section3-container {
    background-color: black;
    padding: 30px 0px 30px 60px;
}

.section3-title {
    line-height: 100%;
    font-weight: 700;
    color: #9F74FF;
}

.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;
    line-height: 100%;
}

.section3-card-text {
    width: 200px;
}

.section3-card-info {
    color: white;
}

.section3-card-w {
    font-weight: 700;
}

.section4-container {
    padding: 100px 0px;
    width: 70%;
    margin: auto;
}

.section4-content-container {
    margin: auto;
    width: 100%;
    max-width: 1000px;
    height: 650px;
    position: relative;
    background-image: url("/Web/img/section4img_Skatebalance.png?892");
    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: 20px 20px 40px 20px;
}

.section4-info-actions-btn {
    padding: 8px 30px;
    border-radius: 60px;
    font-weight: bold;
    border: 1px solid white;
    color: white;
    min-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 {
    line-height: 100%;
    position: relative;
}

.section5-title {
    margin-top: 50px;
}

.section5-img {
    object-fit: cover;
    object-position: center;    
}

.section5-img-container {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    top: 0;
}

.footer-container {
    padding: 100px 40px 40px 40px;
    font-size: 18px;
    gap: 10px;
}

.footer-card {
    width: 300px;
    gap: 10px;
    font-weight: 400;
}

.footer-title {
    font-weight: 700;
}

.footer-number, .footer-email {
    font-size: 20px;
}

.custom-input {
    min-width: 100%;
    height: 100px;
}

.section-partner-container, .section-training-container {
    width: 95%;
    padding: 80px 0px;
    margin: auto;
    display: none;
}

.section-partner-title {
    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: 500;
    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;
}

.section-training-text-line {
    width: 1px;
    min-height: 100%;
    background-color: black;
}

.img-mobile {
    display: none;
}

@media (max-width: 884px) {
    .section2-text-cards {
        flex-wrap: wrap;
        gap: 14px;
    }

    .section2-container  {
        padding: 30px 20px 30px 20px;
    }

    .section2-text-cards {
        justify-content: flex-start;
    }

    .section2-card-text {
        align-items: flex-start;
    }
}

@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%;
    }

    .footer-card {
        margin: auto;
    }

    .text-align1 {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .header-container {
        padding: 20px 10px;
    }

    .section1-logo-container svg {
        width: 170px;
    }

    .section1-container {
        padding: 60px 10px;
    }

    .section1-container, .section2-content, .section4-container {
        width: 100%;
    }

    .section1-info-container .custom-button {
        margin-top: 10px !important;
    }

    .section1-videos-container iframe {
        height: 200px;
    }

    .section2-title2-container {
        margin-top: 10px;
    }

    .section4-container {
        width: 100%;
        padding: 100px 10px;
    }

    .section3-card {
        min-width: 100%;
    }

    .section3-container {
        padding: 20px 10px;
    }

    .section3-card-img {
        max-width: 156px;
    }

    .section3-card-text {
        width: 100%;
    }

    .section3-cards-container {
        gap: 40px;
    }

    .section3-card-info {
        gap: 10px;
    }

    .section3-card {
        height: fit-content;
    }

    .section4-info-actions {
        flex-wrap: wrap;
        gap: 50px;
    }

    .email-input {
        width: 100% !important;
    }

    .footer-container {
        padding: 20px 10px;
    }

    .footer-copy {
        text-align: right;
        width: 80%;
    }

    .footer-number, .footer-email {
        font-size: 18px;
    }

    .footer-container {
        font-size: 16px;
    }

    .section-partner-container {
        width: 90%;
    }

    .section-partner-btns {
        justify-content: center;
    }

    .default-width {
        width: 100%;
    }

    .img-desktop {
        display: none;
    }

    .img-mobile {
        display: block;
    }
}