body {
    font-family: var(--second-family);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    outline: none !important;
}

a {
    color: inherit;
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
}

body {}

.container {
    padding: 0px 16px;
}

.bg-folder {
    background-color: #31313f;
    position: relative;
}

.bg-folder::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(/template/img/main-more-2.svg);
    background-position: bottom left;
    background-size: contain;
    transform: rotate(180deg);
    /* border-top-left-radius: 30px; */
}

.bg-folder::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(/template/img/main-more-1.svg);
    background-position: top -200px left -200px;
    background-size: 538px;
    /* border-top-left-radius: 30px; */
}

.hero {
    display: flex;
    gap: 64px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 16px 0;

}


.hero h1 {
    font-size: 60px;
    line-height: 1.1;
    color: #fff;
    margin-top: 0;
}

.hero .desc {
    font-size: 22px;
    line-height: 1.4;
    max-width: 70%;
    color: #fff
}

.hero svg {
    /* max-width: 360px;
    max-height: 360px; */
    height: 340px;
    width: auto;
    max-width: 100%;
    margin-right: 80px;
    overflow: visible;
}

.docs-tabs {
    width: 100%;

}

.docs-tabs .tabs {
    display: flex;
    gap: 0;
    /* border-bottom: 1px solid var(--main-dark-grey); */
    position: relative;
    background-color: #31313f;
    overflow: auto hidden;
}

.docs-tabs .tabs .tab {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.1;
    text-align: center;
    position: relative;
    padding: 0px 4px;
    height: 51px;
    margin: 0 60px;
    border-top: 1px solid var(--main-dark-grey);
    border-bottom: 1px solid var(--main-dark-grey);
    background: #ffffff0d;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    transform-origin: bottom;
    transition: color 0.15s ease-in-out;
}

.docs-tabs .tabs .tab:hover {
    /* transform: scaleY(1.1); */
    /* height: 56px; */
    color: var(--brand-green);
}

.docs-tabs .tabs::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: var(--brand-green);
    bottom: 0;
    left: 0;
}

.docs-tabs .tabs .tab::before {
    content: "";
    position: absolute;
    left: -68px;
    bottom: -2px;
    width: 68px;
    height: calc(100% + 3px);
    background-image: url("data:image/svg+xml,%3Csvg width='68' height='51' viewBox='0 0 68 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M68 1H60.5752C51.5291 1.00016 43.2781 7.03646 39.3311 16.6309L32.2754 33.7812C28.1944 43.7008 19.6633 51 10.3105 51H68V1Z' fill='%23ffffff0d' /%3E%3Cpath d='M60.5749 0C51.2221 0.000163138 42.6914 6.29953 38.6106 16.2192L31.5552 33.369C27.6081 42.9635 19.3721 50 10.3259 50H0L0.0151596 51H10.3107C19.6636 51 28.1949 43.7006 32.2758 33.7808L39.3312 16.631C43.2782 7.03658 51.5287 1.00016 60.5749 1H68V0H60.5749Z' fill='%23BDBDBD' /%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #fff;
}

.docs-tabs .tabs .tab::after {
    content: "";
    position: absolute;
    right: -68px;
    bottom: -2px;
    width: 68px;
    height: calc(100% + 3px);
    background-image: url("data:image/svg+xml,%3Csvg width='68' height='51' viewBox='0 0 68 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H7.4248C16.4709 1.00016 24.7219 7.03646 28.6689 16.6309L35.7246 33.7812C39.8056 43.7008 48.3367 51 57.6895 51H0V1Z' fill='%23ffffff0d' /%3E%3Cpath d='M7.4251 0C16.7779 0.000163138 25.3086 6.29953 29.3894 16.2192L36.4448 33.369C40.3919 42.9635 48.6278 50 57.6741 50H68L67.9848 51H57.6893C48.3364 51 39.8051 43.7006 35.7242 33.7808L28.6688 16.631C24.7217 7.03658 16.4713 1.00016 7.4251 1H0V0H7.4251Z' fill='%23BDBDBD' /%3E%3C/svg%3E");
    border-bottom: 1px solid #fff;
}

.docs-tabs .tabs .tab.active {
    background: var(--main-white);
    color: var(--brand-green);
    border-top: 1px solid var(--brand-green);
    border-bottom: 1px solid var(--main-white);
    z-index: 2;

}

.docs-tabs .tabs .tab.active::before {
    background-image: url("data:image/svg+xml,%3Csvg width='68' height='51' viewBox='0 0 68 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M68 1H60.5752C51.5291 1.00016 43.2781 7.03646 39.3311 16.6309L32.2754 33.7812C28.1944 43.7008 19.6633 51 10.3105 51H68V1Z' fill='white' /%3E%3Cpath d='M60.5749 0C51.2221 0.000163138 42.6914 6.29953 38.6106 16.2192L31.5552 33.369C27.6081 42.9635 19.3721 50 10.3259 50H0L0.0151596 51H10.3107C19.6636 51 28.1949 43.7006 32.2758 33.7808L39.3312 16.631C43.2782 7.03658 51.5287 1.00016 60.5749 1H68V0H60.5749Z' fill='%2327A742' /%3E%3C/svg%3E");

    /* bottom: 0; */
}

.docs-tabs .tabs .tab.active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='68' height='51' viewBox='0 0 68 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H7.4248C16.4709 1.00016 24.7219 7.03646 28.6689 16.6309L35.7246 33.7812C39.8056 43.7008 48.3367 51 57.6895 51H0V1Z' fill='white' /%3E%3Cpath d='M7.4251 0C16.7779 0.000163138 25.3086 6.29953 29.3894 16.2192L36.4448 33.369C40.3919 42.9635 48.6278 50 57.6741 50H68L67.9848 51H57.6893C48.3364 51 39.8051 43.7006 35.7242 33.7808L28.6688 16.631C24.7217 7.03658 16.4713 1.00016 7.4251 1H0V0H7.4251Z' fill='%2327A742' /%3E%3C/svg%3E");

    /* bottom: 0; */
}

.docs-tabs .tab-content {
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 32px 0;
    font-size: 16px;
}

.docs-tabs .tab-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--main-text);
}

.docs-tabs .tab-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 22px 0 12px;
    color: var(--main-text);
}

.docs-tabs .tab-content p {
    margin-bottom: 14px;
}

.docs-tabs .tab-content ul {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.docs-tabs .tab-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.docs-tabs .tab-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background: var(--brand-green);
    border-radius: 50%;
}

.docs-tabs .tab-content a {
    color: var(--brand-orange);
    text-decoration: none;
    font-weight: 500;
}

.docs-tabs .tab-content a:hover {
    color: var(--brand-orange-hover);
    text-decoration: underline;
}

.docs-tabs .tab-content.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.docs-tabs .tab-content .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.docs-tabs .tab-content .text-wrap {
    flex: 1 1 auto;
    min-width: 0;
}

.docs-tabs .container {
    position: relative;
}

.docs-tabs .tab-content .docs-btn {
    display: inline-flex;
    align-items: center;

    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;

    background: transparent;
    color: var(--brand-orange);

    border: 2px solid var(--brand-orange);
    border-radius: 30px;

    cursor: pointer;
    transition:
        color .2s ease,
        background-color .2s ease,
        border-color .2s ease;
    flex: 0 0 auto;
}

.docs-tabs .tab-content .docs-btn:hover {
    background: var(--brand-orange);
    color: #fff;
    text-decoration: none !important;
}

















.glow-line {
    filter:
        drop-shadow(0 0 20px #4FCE6B) drop-shadow(0 0 50px #4FCE6B) drop-shadow(0 0 90px #4FCE6B);
    animation: glowPulse 1.8s ease-in-out infinite, glowVibrate .08s infinite linear;
}

@keyframes glowPulse {
    0% {
        opacity: .55;
        filter:
            drop-shadow(0 0 18px #4FCE6B) drop-shadow(0 0 60px #4FCE6B) drop-shadow(0 0 80px #4FCE6B);
    }

    50% {
        opacity: 1;
        filter:
            drop-shadow(0 0 40px #4FCE6B) drop-shadow(0 0 100px #4FCE6B) drop-shadow(0 0 140px #4FCE6B);
    }

    100% {
        opacity: .55;
        filter:
            drop-shadow(0 0 18px #4FCE6B) drop-shadow(0 0 60px #4FCE6B) drop-shadow(0 0 80px #17241a);
    }
}

@keyframes glowVibrate {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-0.4px);
    }

    100% {
        transform: translateY(0);
    }
}



.parallax {
    animation: float 8s ease-in-out infinite;
    transform-origin: center;
}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-3px) rotate(1deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}


.bg-folder::before,
.bg-folder::after {
    animation: neonFlow 6s ease-in-out infinite;
}

@keyframes neonFlow {
    0% {
        filter: brightness(1);
        opacity: 1;
    }

    50% {
        filter: brightness(1.2);
        opacity: 0.7;
    }

    100% {
        filter: brightness(1);
        opacity: 1;
    }
}

@media (max-width: 1280px) {
    .hero {
        gap: 40px;
    }

    .hero h1 {
        font-size: 48px;
    }

    .hero .desc {
        font-size: 20px;
        max-width: 100%;
    }

    .hero svg {
        height: 280px;
        margin-right: 40px;
    }

    .docs-tabs .tabs .tab {
        font-size: 20px;
        /* margin: 0 36px; */
    }
}

@media (max-width: 1024px) {
    .hero {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }

    .hero svg {
        margin-right: 0;
        height: 260px;
    }

    .hero .desc {
        max-width: 90%;
        margin: 0 auto;
    }

    .docs-tabs .tabs {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .docs-tabs .tabs::-webkit-scrollbar {
        display: none;
    }

    .docs-tabs .tabs .tab {
        /* margin: 0 24px; */
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 36px;
    }

    .hero .desc {
        font-size: 18px;
    }

    .docs-tabs .tabs {
        padding: 0 8px;
    }

    .docs-tabs .tabs .tab {
        /* height: 46px; */
        /* margin: 0 18px; */
        font-size: 16px;
    }

    /* .docs-tabs .tabs .tab::before,
    .docs-tabs .tabs .tab::after {
        display: none;
    } */

    .docs-tabs .tab-content {
        padding: 24px 0;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 8px 0;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 1.15;
    }

    .hero .desc {
        font-size: 16px;
    }

    .hero svg {
        height: 200px;
    }

    .docs-tabs .tabs {
        gap: 8px;
    }

    .docs-tabs .tabs .tab {
        /* margin: 0; */
        /* padding: 0 14px; */
        /* font-size: 15px; */
        /* height: 42px; */
        /* border-radius: 12px; */
    }

    .docs-tabs .tab-content h2 {
        font-size: 20px;
    }

    .docs-tabs .tab-content h3 {
        font-size: 18px;
    }

    .docs-tabs .tab-content {
        font-size: 15px;
    }

    .docs-tabs .tab-content .wrap {
        flex-direction: column;
    }

    .docs-tabs .tab-content .docs-btn {
        width: 100%;
        justify-content: center;
        order: 1;
    }

    .docs-tabs .tab-content .text-wrap {
        order: 2;
    }
}