body{
    overscroll-behavior: none;
    overflow-x: hidden;
}

#phantom-container {
    width: 100%;
    word-break: break-word;
    position: relative;
}

#phantom-container h2 {
    line-height: 42px;
    font-weight: bold;
    font-size: 30px;
}


#phantom-container h3 {
    line-height: 36px;
    font-weight: bold;
    font-size: 26px;
}

#phantom-container h4 {
    line-height: 34px;
    font-weight: bold;
    font-size: 24px;
}

#phantom-container h5 {
    line-height: 28px;
    font-weight: bold;
    font-size: 18px;
}

#phantom-container .fs_2 {
    line-height: 24px;
    font-weight: 300;
    font-size: 16px;
}

#phantom-container .fs_3 {
    line-height: 22px;
    font-weight: 300;
    font-size: 14px;
}

#phantom-container .fs_4 {
    line-height: 18px;
    font-weight: 300;
    font-size: 12px;
}
#phantom-container .fs_5 {
    line-height: 16px;
    font-weight: 300;
    font-size: 11px;
}

#phantom-container .ph_font_eng_1 {
    line-height: 60px;
    font-size: 54px;
}


#phantom-container .ph_font_eng_2 {
    line-height: 20px;
    font-size: 18px;
}

#phantom-container .ph_font_eng_3 {
    color: var(--gray-4-color) !important;
    line-height: 18px;
    font-size: 16px;
}

#phantom-container section {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

#phantom-container .container {
    width: 100%;
    max-width: 480px;
    margin: auto;
}

#phantom-container .ph_head_bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}


#phantom-container .row {
    --ph-gutter-x: 12px;
    --ph-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--ph-gutter-y));
    margin-right: calc(-0.5 * var(--ph-gutter-x));
    margin-left: calc(-0.5 * var(--ph-gutter-x));
}

#phantom-container .row > * {
    padding-right: calc(var(--ph-gutter-x) * 0.5);
    padding-left: calc(var(--ph-gutter-x) * 0.5);
}

#phantom-container .red_dot_lg {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    background-color: var(--primary-color) !important;
    border-radius: 50%;
}

#phantom-container .red_dot {
    width: 5px;
    height: 5px;
    margin-right: 6.5px;
    background-color: var(--primary-color) !important;
    border-radius: 50%;
}

#phantom-container .red_dot_sm {
    width: 4px;
    height: 4px;
    background-color: var(--primary-color) !important;
    border-radius: 50%;
}

#phantom-container .frame-1-text {
    z-index: 9;
    opacity: 0;
    top: 20px;
    left: 20px;
    transition: all 0.5s ease;
}

#phantom-container .frame-1-text.active {
    top: 15px;
    opacity: 1;
}

#section-2-left-arrow-btn, #section-2-right-arrow-btn {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    background-color: var(--gray-4-color) !important;
    opacity: 0.6;
    cursor: initial;
}

#section-2-left-arrow-btn.active, #section-2-right-arrow-btn.active {
    background-color: var(--primary-color) !important;
    opacity: 1;
    cursor: pointer;
}

#section-2-left-arrow-btn img, #section-2-right-arrow-btn img {
    width: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#section-1-bikes-container {
    width: calc(200vw - 40px);
    transition: all 0.5s ease;
}

#phantom-container .head-wrapper2 {
    top:0;
    height: 100vh;
    padding: 0;
}

#phantom-container .head-wrapper2_text {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#phantom-container .section2-head-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1.05);
    position: absolute;
    transition: all 0.5s ease;
}

#phantom-container .head-wrapper2.active .section2-head-bg {
    transform: scale(1);
}

#phantom-container .section_3_progress_ic {
    position: relative;
    background: var(--gray-5-color) !important;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

#phantom-container .section_3_progress_vertical_line_lg {
    width: 2px;
    height: 12px;
    background-color: var(--gray-4-color) !important;
    margin: 0 3px;
}

#phantom-container .section_3_progress_vertical_line_lg.active, #phantom-container .section_3_progress_vertical_line_sm.active {
    background: var(--primary-color) !important;
}

#phantom-container .section_3_progress_vertical_line_sm {
    width: 2px;
    height: 6px;
    background-color: #767676 !important;
    margin: 0 3px;
}

#phantom-container .section_3_progress_ic.active {
    background: var(--primary-color) !important;
}

#phantom-container .parallax3 .vertical_line {
    width: 2px;
    height: 12px;
    background-color: var(--primary-color) !important;
    margin: 0 10px;
}

#phantom-container .btn_primary {
    background-color: var(--primary-color) !important;
    line-height: 28px;
    font-size: 18px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #FAFAFA !important;
    display: inline-block;
}

#phantom-container .section-2-bike-img {
    opacity: 0;
    transition: all 1s ease;
}

#phantom-container .section-2-bike-img.active {
    opacity: 1;
}

#phantom-container .slider-container, #phantom-container .slider-container-reverse {
    width: 100vw;
    height: 80px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    display: flex;
}

#phantom-container .slider-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 100%;
    animation: scroll 25s linear infinite;
}

#phantom-container .slider-track-reverse {
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 100%;
    animation: scroll-reverse 20s linear infinite;
}


#phantom-container .slider-container img, #phantom-container .slider-container-reverse img {
    height: 80px;
}


@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes scroll-reverse {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}