html, body {
    overscroll-behavior: none;
    scrollbar-width: none;
}

body {
    overflow-x: hidden;
}





#phantom-container .bt_text{
    position: absolute;
    bottom:40px;
    right:40px;

}
#phantom-container .fs_1 {
    line-height: clamp(34px, 2.189vw, 54px);
    font-size: clamp(20px, 1.424vw, 36px);
}

#phantom-container .fs_2 {
    line-height: clamp(28px, min(3.333334vh, 2.222vw), 44px);
    font-weight: 200;
    font-size: clamp(17px, min(2.143vh, 1.429vw), 28px);
}

#phantom-container .fs_3 {
    line-height: clamp(25px, min(2.976vh, 1.984vw), 40px);
    font-weight: 200;
    font-size: clamp(16px, min(1.905vh, 1.27vw), 26px);
}

#phantom-container .fs_4 {
    line-height: clamp(23px, min(2.738vh, 1.825vw), 36px);
    font-weight: 200;
    font-size: clamp(14px, min(1.667vh, 1.111vw), 24px);
}
#phantom-container .fs_5 {
    line-height: clamp(20px, min(2.381vh, 1.587vw), 32px);
    font-weight: 200;
    font-size: clamp(13px, min(1.429vh, 0.952vw), 22px);
}
#phantom-container .ph_font_eng_1 {
    line-height: clamp(90px, min(11.638vh, 7.759vw), 140px);
    font-size: clamp(70px, min(9.051vh, 6.034vw), 120px);
}


#phantom-container .ph_font_eng_2 {
    line-height: clamp(38px, min(4.914vh, 3.278vw), 58px);
    font-size: clamp(25px, min(3.232vh, 2.155vw), 46px);
}


#phantom-container .ph_font_eng_3 {
    color: var(--gray-4-color) !important;
    line-height: clamp(30px, min(3.879vh, 2.586vw), 46px);
    font-size: clamp(20px, min(2.586vh, 1.724vw), 32px);
}








#phantom-container .red_dot {
    width: clamp(12px, min(1.5vh, 1vw), 20px);
    height: clamp(12px, min(1.5vh, 1vw), 20px);
    margin-right: clamp(8px, min(1vh, 0.66666667vw), 12px);
    background-color: var(--primary-color) !important;
    border-radius: 50%;
}

#phantom-container .red_dot_sm {
    width: 12px;
    height: 12px;
    background-color: var(--primary-color) !important;
    border-radius: 50%;
}

#phantom-container .frame-1-text {
    z-index: 9;
    opacity: 0.3;
    transform: translateY(50px);
    transition: all 1s ease;
}

#phantom-container .frame-1-text.active {
    opacity: 1;
    transform: translateY(0);
}

#phantom-container .btn_primary {
    background-color: var(--primary-color) !important;
    line-height: clamp(35px, min(4.167vh, 2.778vw), 58px);
    font-size: clamp(23px, min(2.738vh, 1.825vw), 44px);
    padding: clamp(16px, min(2.381vh, 1.587vw), 30px) clamp(73px, min(8.69vh, 5.794vw), 130px);
    width: 480px;
    font-weight: 700;
    color: #FAFAFA !important;
    display: inline-block;
}

#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 .section-2-bike-img {
    opacity: 0;
    transform: scale(1);
    transition: transform 1s ease, opacity 1s ease;
}

#phantom-container .section-2-bike-img.active {
    animation: scaleEffect 1s ease forwards;
    opacity: 1;
}

@keyframes scaleEffect {
    from {
        transform: scale(1.05);
    }
    to {
        transform: scale(1);
    }
}


#section-2-left-arrow-btn, #section-2-right-arrow-btn {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    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: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#phantom-container .section_3_progress_ic {
    position: relative;
    background: var(--gray-5-color) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#phantom-container .section_3_progress_ic.active {
    background: var(--primary-color) !important;
}

#phantom-container .section_3_progress_vertical_line_lg {
    width: 2px;
    height: 25px;
    background-color: var(--gray-4-color) !important;
    margin: 0 10px;
}

#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: 17px;
    background-color: #767676 !important;
    margin: 0 10px;
}


#phantom-container .parallax5 .vertical_line {
    width: 2px;
    height: clamp(16px, min(1.905vh, 1.27vw), 26px);
    background-color: var(--primary-color) !important;
    margin: 0 20px;
}


#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 .section2-head-bg.active {
    transform: scale(1);
}

#phantom-container .head-wrapper2 {
    height: 250vh;
    padding: 0;
}

#phantom-container .head-wrapper2 .position_sticky {
    top: 100px;
    min-height: calc(100vh - 100px);
}

#phantom-container .head-wrapper2_text {
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}


#phantom-container .section-2-text {
    height: 100%; min-width: 350px; width: 40%;
}

#section-2-image-1{
    left:50%; transform: translateX(-50%); bottom: 0;
}
#section-2-image-2, #section-2-image-4, #section-2-image-5{
    left:50%; transform: translateX(-50%); bottom: -100%
}

#section-2-image-3{
    left:50%; transform: translateX(-50%); bottom: 0;
}

#phantom-container .section-3-text-container{
    width: min(calc(100vw - 120px), 1664px);
}

#section-1-bikes-container {
    width: calc(200vw - 120px);
    transition: all 0.5s ease;
}

#phantom-container .slider-container, #phantom-container .slider-container-reverse {
    width: 100vw;
    height: 200px;
    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 10s linear infinite;
}


#phantom-container .slider-container img, #phantom-container .slider-container-reverse img {
    height: 200px;
}


@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes scroll-reverse {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

@media (min-width: 1200px) {


    #phantom-container .section-3-text-container{
        width: min(calc(100vw - 240px), 1664px);
    }

    #section-1-bikes-container {
        width: calc(200vw - 240px);
    }
}