body{
    margin: 0;
    background-color: rgb(255, 255, 255);
}

html{
    scroll-behavior: smooth;
}


a:link{
    text-decoration: none!important;
    -webkit-tap-highlight-color: transparent;
}

.img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hidden {
    opacity: 0;
    filter: blur(6px);
    transform: translateY(50%);
    transition: all 0.65s;
}

.show {
    opacity: 1;
    filter: blur(0px);
    transform: translateX(0%);
}

.logo:nth-child(1) {
    transition-delay: 100ms ;
}

.logo:nth-child(2) {
    transition-delay: 200ms ;
}

.logo:nth-child(3) {
    transition-delay: 300ms ;
}

.logo:nth-child(4) {
    transition-delay: 400ms ;
}

.logo:nth-child(5) {
    transition-delay: 500ms ;
}
.logo:nth-child(6) {
    transition-delay: 600ms ;
}

.logo:nth-child(7) {
    transition-delay: 700ms ;
}

.logo:nth-child(8) {
    transition-delay: 800ms ;
}

.logo:nth-child(9) {
    transition-delay: 900ms ;
}

.logo:nth-child(10) {
    transition-delay: 1000ms ;
}

.logo:nth-child(11) {
    transition-delay: 1100ms ;
}

.logo:nth-child(12) {
    transition-delay: 1200ms ;
}











/*DESKTOP VIEW ONLY*/
.desktop{
    width: 100%;

    .top-blur{
        width: 100%;
        height: 300px;
        background-color: rgb(255, 255, 255);
        position: fixed;
        -webkit-backdrop-filter: blur(15px);
        z-index: 3;
        
        /* Mask controls the visibility of the blur effect layer */
        mask-image: linear-gradient(to bottom, transparent 0%, black 100%);

        -webkit-mask-image: linear-gradient(to top, transparent 0%, black 100%);
    }

    .nav-bar{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: end;
        z-index: 10;

        .item-container{
            width: 90%;
            height: auto;
            display: flex;
            justify-content: space-between;
            align-items: center;

            .logo{
                width: auto;
                height: 14px;
                object-fit: contain;
            }

            .text-container{
                display: flex;
                gap: 30px;
                text-decoration: none;

                .nav-title{
                    color: rgb(0, 0, 0);
                    font-family: inter;
                    font-size: 13px; 
                }
            }

            .schedule-btn{
                background-color: rgb(0, 0, 0);
                box-sizing: border-box;
                padding-left: 26px;
                padding-right: 26px;
                height: 34px;
                display: flex;
                justify-content: center;
                align-items: center;
                color: rgb(255, 255, 255);
                font-family: inter;
                font-size: 13px;
                border-radius: 4px;
                font-weight: 500;
            }
        }
    }

    .content-container{
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        
        .flex-box{
            width: 90%;
            height: fit-content;
            margin-top: 140px;
            display: flex;

            .box1{
                width: 100%;
                height: 82vh;
                overflow-y: hidden;
                display: flex;
                flex-direction: row;
                overflow-x: auto; 
                gap: 12px;
                scroll-snap-type: y mandatory; 
                scrollbar-width: none; /* Firefox */
                -ms-overflow-style: none; /* IE/Edge */

                /* Hides scrollbars for Chrome, Safari, and Opera */
                .scroll-container::-webkit-scrollbar {
                display: none;
                }

                .panel{
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background-color: #E5E5E7;
                    box-sizing: border-box;

                    img{
                        width: 300px;
                        height: auto;
                        object-fit: contain;
                        background-color: #E5E5E7;
                        box-sizing: border-box;
                        border: 1px solid #E5E5E7;
                    }

                    video{
                        width: 95%;
                        height: auto;
                        object-fit: cover;
                        scroll-snap-align: start; 
                        scroll-snap-stop: always;
                        border: 1px solid #E5E5E7;
                    }
                }

            }

            .box2{
                width: 500px;
                height: 80vh;
                box-sizing: border-box;
                padding-left: 40px;
                padding-right: 0px;

                display: grid;
                gap: 12px;
                align-items: center;

                .text-container-content{
                    width: 100%;

                    .title{
                        font-family: inter;
                        font-weight: 600;
                        font-size: 28px;
                        color: #000000;
                    }

                    .sub-title{
                        font-family: inter;
                        font-weight: 400;
                        font-size: 10px;
                        color: #000000;
                    }

                    .details{
                        font-family: inter;
                        font-weight: 400;
                        font-size: 12px;
                        color: #757575;
                        margin-top: 32px;
                    }

                    .divider{
                        width: 100%;
                        height: 1px;
                        background-color: #E5E5E7;
                        margin-top: 22px;
                        margin-bottom: 62px;
                    }

                    .grid-box{
                        width: 100%;
                        height: 40vh;
                        overflow-x: hidden;
                        display: grid;
                        align-content: start;
                        gap: 42px;
                        box-sizing: border-box;

                        .box{
                            width: 100%;
                            height: fit-content;


                            .title{
                                font-family: inter;
                                font-weight: 500;
                                font-size: 20px;
                                color: #000000;
                                box-sizing: border-box;
                                padding-bottom: 10px;
                            }

                            .flex{
                                display: flex;
                                gap: 32px;
                                margin-top: 0px;


                                .box3{
                                    width: 130px;
                                    height: fit-content;

                                    .sub-title{
                                        font-family: inter;
                                        font-weight: 500;
                                        font-size: 12px;
                                        color: #757575;
                                        box-sizing: border-box;
                                    }

                                    .title{
                                        font-family: inter;
                                        font-weight: 500;
                                        font-size: 12px;
                                        color: #000000;
                                        box-sizing: border-box;
                                    }
                                }

                                .box{
                                    width: 180px;
                                    height: 50px;
                                    background-color: #757575;
                                }
                            }

                            .flex2{
                                display: flex;
                                gap: 32px;
                                margin-top: 6px;


                                .box3{
                                    width: 130px;
                                    height: fit-content;

                                    .sub-title{
                                        font-family: inter;
                                        font-weight: 500;
                                        font-size: 12px;
                                        color: #757575;
                                        box-sizing: border-box;
                                    }

                                    .title{
                                        font-family: inter;
                                        font-weight: 500;
                                        font-size: 12px;
                                        color: #000000;
                                        box-sizing: border-box;
                                    }
                                }

                                .box{
                                    width: 180px;
                                    height: 50px;
                                    background-color: #757575;
                                }
                            }
                        }
                    }
                }

                .btn-container{
                    width: 100%;
                    height: fit-content;
                    margin-top: 0px;
                    align-self: flex-end;
                    display: block;


                    .btn{
                        width: 100%;
                        height: 44px;
                        background-color: #000000;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border-radius: 6px;

                        color: white;
                        font-family: inter;
                        font-size: 13px;
                        font-weight: 500;
                    }
                }
            }
        }
    }


    .bottom-content{
        height: 300px;
        width: 100%;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        border-top: 1px solid #E5E5E7;

        .flex-box{
            width: 90%;
            height: 100%;
            box-sizing: border-box;
            padding-top: 42px;
            display: flex;
            gap: 60px;

            .text-container{
                width: 250px;
                height: 100%;

                .title{
                    font-family: inter;
                    font-weight: 600;
                    font-size: 18px;
                    color: black;
                }

                .divider{
                    width: 100%;
                    height: 1px;
                    background-color: #E5E5E7;
                    margin-top: 12px;
                    margin-bottom: 42px;
                }

                .title2{
                    font-family: inter;
                    font-weight: 400;
                    font-size: 12px;
                    color: #ADADAD;
                }

                .grid-box{
                    display: grid;
                    gap: 16px;
                        
                    .link{
                        display: grid;
                        gap: 2px;

                        .details{
                            font-family: inter;
                            font-weight: 400;
                            font-size: 12px;
                            margin-top: 6px;
                            color: black;
                        }

                        .title3{
                            font-family: inter;
                            font-weight: 400;
                            font-size: 12px;
                            color: #000000;
                            text-decoration: solid underline;
                        }
                    }
                }
            }
        }
    }
}

body.menu-open{
    overflow: hidden;
}

.mobile{
    display: none;

    .mobile-nav{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 64px;
        box-sizing: border-box;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.85);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        border-bottom: 1px solid #E5E5E7;
        z-index: 20;

        .mobile-logo{
            .img{
                width: auto;
                height: 14px;
                object-fit: contain;
            }
        }

        .menu{
            width: 28px;
            height: 28px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: black;
            cursor: pointer;

            .icon-close{
                display: none;
            }
        }

        .menu.active{
            .icon-menu{
                display: none;
            }

            .icon-close{
                display: block;
            }
        }
    }

    .dropdown{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        box-sizing: border-box;
        padding: 100px 24px 40px;
        list-style: none;
        background-color: rgba(0, 0, 0, 0.97);
        display: flex;
        flex-direction: column;
        gap: 8px;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-12px);
        transition: opacity 0.35s ease, transform 0.35s ease;
        z-index: 15;

        li a{
            display: block;
            box-sizing: border-box;
            padding: 16px 4px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.12);
            font-family: inter;
            font-size: 20px;
            font-weight: 500;
            color: white;
        }

        .dropdown-cta{
            margin-top: 24px;
            border-bottom: none;
            background-color: white;
            color: black;
            border-radius: 4px;
            text-align: center;
            font-weight: 600;
        }
    }

    .dropdown.open{
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .mobile-content{
        box-sizing: border-box;
        padding: 100px 24px 110px;

        .mobile-product-photo{
            width: 100%;
            height: 240px;
            box-sizing: border-box;
            padding: 32px;
            border-radius: 6px;
            background-color: #E5E5E7;
            display: flex;
            align-items: center;
            justify-content: center;

            .mobile-product-img{
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }

        .mobile-page-title{
            font-family: inter;
            font-weight: 600;
            font-size: 24px;
            color: black;
            margin-top: 24px;
        }

        .mobile-page-sub{
            font-family: inter;
            font-weight: 400;
            font-size: 13px;
            color: #757575;
            margin-top: 4px;
        }

        .mobile-p{
            font-family: inter;
            font-weight: 400;
            font-size: 13px;
            line-height: 1.7;
            color: #757575;
            margin-top: 16px;
        }

        .mobile-divider{
            width: 100%;
            height: 1px;
            background-color: #E5E5E7;
            margin-top: 24px;
            margin-bottom: 24px;
        }

        .mobile-spec-group{
            margin-bottom: 28px;

            .mobile-spec-group-title{
                font-family: inter;
                font-weight: 600;
                font-size: 15px;
                color: black;
                margin-bottom: 14px;
            }

            .mobile-spec-row{
                display: flex;
                gap: 16px;
                margin-bottom: 14px;

                .mobile-spec{
                    flex: 1;

                    .mobile-spec-label{
                        font-family: inter;
                        font-weight: 400;
                        font-size: 11px;
                        color: #ADADAD;
                        margin-bottom: 2px;
                    }

                    .mobile-spec-value{
                        font-family: inter;
                        font-weight: 500;
                        font-size: 13px;
                        color: black;
                    }
                }
            }
        }

    }

    .mobile-btn-bar{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 16px 24px calc(16px + env(safe-area-inset-bottom));
        background-color: rgba(255, 255, 255, 0.92);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        border-top: 1px solid #E5E5E7;
        z-index: 20;

        .mobile-btn-container{
            width: 100%;
            box-sizing: border-box;
            padding: 16px 0;
            background-color: black;
            border-radius: 4px;
            text-align: center;
            display: block;

            .mobile-btn{
                font-family: inter;
                font-size: 14px;
                font-weight: 500;
                color: white;
            }
        }
    }
}






@media only screen and (max-width:750px) {
    .desktop{
        display: none;
    }

    /*MOBILE VIEW ONLY*/
    .mobile{
        display: block;
    }
}

