.lucerne-munich {
    width: 100%;
    overflow-x: hidden;

    .big-image {
        height: 768px;
        padding: 0 1%;

        .page-title {
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            height: 100%;
            font-family: "New York";
            background-image: url("../assets/images/lucerne.png");
            font-size: 98px;
            color: white;

            .page-text {
                margin-top: 100px;
            }

            .train-touristique {
                display: flex;
                align-items: start;
                background-color: white;
                border-top: 1px solid #89B6D2;
                border-bottom: 1px solid #89B6D2;
                outline: 24px solid white;
                color: black;
                margin: 32px 178px 0 178px;

                .train-left {
                    display: flex;
                    flex-direction: column;
                    width: 50%;
                    padding-left: 32px;

                    .train {
                        font-size: 14px;
                        font-family: "Inter";
                        margin: 32px 0 12px 0;
                    }

                    .train-texts {
                        font-size: 36px;
                        font-family: "New York";
                    }

                    .train-info {
                        display: flex;
                        align-items: center;
                        gap: 24px;
                        padding-top: 12px;

                        .train-info-block {
                            display: flex;
                            align-items: center;
                            gap: 10px;
                        }

                        p {
                            font-size: 16px;
                            font-family: "Inter";
                        }
                    }

                    .train-bottom {
                        display: flex;
                        justify-content: space-between;
                        padding: 16px 0;

                        .gettickets {
                            padding: 16px 42px;
                            font-family: "Inter";
                            font-weight: 600;
                            color: white;
                            font-size: 16px;
                            background-color: #002147;
                            transition: all 0.1s ease-in-out;

                            &:hover {
                                scale: 1.05;
                                cursor: pointer;
                                background-color: black;
                            }
                        }

                        .details {
                            display: flex;
                            align-items: center;
                            font-size: 14px;
                            font-family: "Inter";
                            color: #002147;
                            gap: 24px;

                            p,
                            img {
                                transition: all 0.1s ease-in-out;
                            }

                            &:hover {
                                cursor: pointer;

                                p {
                                    scale: 1.1;
                                }

                                img {
                                    transform: translateX(16px);
                                }
                            }
                        }
                    }
                }

                .train-right {
                    width: 50%;
                    height: 100%;
                    display: flex;
                    justify-content: end;

                    img {
                        object-fit: cover;
                        width: 400px;
                    }
                }
            }
        }


    }

    .events-title {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 128px;
        font-family: "Inter";
        font-weight: 700;
        font-size: 40px;
    }

    .events-text {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 324px 64px 324px;
        text-align: center;
        font-family: Inter;
        font-size: 18px;
    }

    .tickets-list {
        display: flex;
        flex-direction: column;
        padding: 32px;
        gap: 48px;

        .tickets-ext {
            overflow: hidden;

            .tickets-container {
                border: 1px solid #89B6D2;
                display: flex;
                justify-content: space-between;
                padding: 16px;

                .tickets-left {
                    display: flex;

                    .tickets-banner {
                        background-color: #002147;
                        height: 100%;
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                        width: 236px;
                        color: white;

                        .date {
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            font-family: "Poppins";
                            padding-top: 48px;

                            .day {
                                font-family: "New York";
                                font-size: 42px;
                            }
                        }

                        .hour {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            background-color: #03324F;
                            font-family: "Inter";
                            font-weight: 300;
                            font-size: 22px;
                            padding: 16px 0;
                        }
                    }

                    .tickets-info {
                        padding: 56px 42px;
                        display: flex;
                        flex-direction: column;
                        gap: 0px;

                        .ticket-tag {
                            font-size: 14px;
                            font-weight: 300;
                            font-family: "Inter";
                        }

                        .ticket-attraction {
                            font-size: 36px;
                            font-family: "New York";
                            max-width: 450;
                        }
                    }

                    .ticket-action {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        padding-top: 32px;

                        .get {
                            background-color: #002147;
                            padding: 16px 36px;
                            font-family: "Inter";
                            font-weight: 500;
                            transition: all 0.1s ease-in-out;
                            color: white;

                            &:hover {
                                background-color: black;
                                cursor: pointer;
                                scale: 1.05;
                                cursor: pointer;
                            }
                        }

                        .details {
                            display: flex;
                            align-items: center;
                            gap: 20px;
                            margin-right: 4px;
                            transition: all 0.1s ease-in-out;
                            font-family: "Inter";

                            &:hover {
                                margin-right: 0;
                                gap: 24px;
                                cursor: pointer;
                            }
                        }
                    }
                }

                .tickets-separation {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    position: relative;

                    .round {
                        width: 48px;
                        height: 48px;
                        border-radius: 50px;
                        border: 1px solid #89B6D2;
                        position: absolute;
                        background-color: white;

                        &.up {
                            top: -42px;
                        }

                        &.down {
                            bottom: -42px;
                        }
                    }

                    .dotted {
                        height: 80%;
                        width: 1px;
                        border-right: 2px solid #89B6D2;
                        border-right-style: dashed;
                    }
                }

                .tickets-image {
                    width: 350px;
                    height: 350px;
                    object-fit: cover;
                    object-position: center;
                }
            }
        }
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .lucerne-munich {
        .big-image {
            .page-title {
                font-size: 72px;
                
                .train-touristique {
                    margin: 32px 50px 0 50px;
                    
                    .train-left {
                        .train-texts {
                            font-size: 28px;
                        }
                    }
                    
                    .train-right {
                        img {
                            width: 300px;
                        }
                    }
                }
            }
        }
        
        .events-text {
            padding: 0 100px 64px 100px;
        }
        
        .tickets-list {
            .tickets-ext {
                .tickets-container {
                    .tickets-left {
                        .tickets-info {
                            .ticket-attraction {
                                font-size: 28px;
                            }
                        }
                    }
                    
                    .tickets-image {
                        width: 280px;
                        height: 280px;
                    }
                }
            }
        }
    }
}

/* Mobile Large */
@media (max-width: 768px) {
    .lucerne-munich {
        .big-image {
            height: fit-content;
            padding: 0;
            
            .page-title {
                font-size: 48px;
                
                .page-text {
                    margin-top: 50px;
                }
                
                .train-touristique {
                    flex-direction: column;
                    margin: 32px 20px 0 20px;
                    
                    .train-left {
                        width: 100%;
                        padding: 32px;
                        order: 2;
                        
                        .train-texts {
                            font-size: 24px;
                        }
                        
                        .train-info {
                            flex-direction: column;
                            align-items: flex-start;
                            gap: 12px;
                        }
                        
                        .train-bottom {
                            flex-direction: column;
                            gap: 16px;
                            align-items: flex-start;
                            
                            .gettickets {
                                padding: 12px 32px;
                                font-size: 14px;
                            }
                        }
                    }
                    
                    .train-right {
                        width: 100%;
                        justify-content: center;
                        order: 1;
                        
                        img {
                            width: 100%;
                            max-width: 400px;
                            height: 250px;
                            object-fit: cover;
                        }
                    }
                }
            }
        }
        
        .events-title {
            font-size: 32px;
            margin-top: 64px;
        }
        
        .events-text {
            padding: 0 32px 32px 32px;
            font-size: 16px;
        }
        
        .tickets-list {
            padding: 16px;
            gap: 32px;
            
            .tickets-ext {
                .tickets-container {
                    flex-direction: column;
                    
                    .tickets-left {
                        flex-direction: column;
                        
                        .tickets-banner {
                            width: 100%;
                            flex-direction: row;
                            justify-content: space-between;
                            align-items: center;
                            
                            .date {
                                flex-direction: row;
                                gap: 8px;
                                padding: 16px;
                                
                                .day {
                                    font-size: 32px;
                                }
                            }
                            
                            .hour {
                                padding: 16px;
                                font-size: 18px;
                            }
                        }
                        
                        .tickets-info {
                            padding: 32px 16px;
                            
                            .ticket-attraction {
                                font-size: 24px;
                                max-width: none;
                            }
                            
                            .ticket-action {
                                flex-direction: column;
                                align-items: flex-start;
                                gap: 16px;
                                
                                .get {
                                    padding: 12px 24px;
                                    font-size: 14px;
                                }
                            }
                        }
                    }
                    
                    .tickets-separation {
                        display: none;
                    }
                    
                    .tickets-image {
                        width: 100%;
                        height: 250px;
                        order: -1;
                    }
                }
            }
        }
    }
}

/* Mobile Small */
@media (max-width: 480px) {
    .lucerne-munich {
        .big-image {
            .page-title {
                font-size: 32px;
                
                .train-touristique {
                    margin: 20px 10px 0 10px;
                    
                    .train-left {
                        padding: 20px;
                        
                        .train-texts {
                            font-size: 20px;
                        }
                    }
                }
            }
        }
        
        .events-title {
            font-size: 28px;
        }
        
        .events-text {
            padding: 0 20px 20px 20px;
        }
        
        .tickets-list {
            .tickets-ext {
                .tickets-container {
                    .tickets-left {
                        .tickets-banner {
                            .date {
                                .day {
                                    font-size: 28px;
                                }
                            }
                            
                            .hour {
                                font-size: 16px;
                            }
                        }
                        
                        .tickets-info {
                            padding: 20px 12px;
                            
                            .ticket-attraction {
                                font-size: 20px;
                            }
                        }
                    }
                    
                    .tickets-image {
                        height: 200px;
                    }
                }
            }
        }
    }
}