/home/moonrcjl/template.moontelict.com/a.laxfy/assets/scss/components/_breadcrumb.scss
@use '../utils' as *;

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/

.mt-breadcrumb {
    &-space {
        padding-top: 170px;
        padding-bottom: 50px;

        @media #{$md,$xs} {
            padding-top: 120px;
            padding-bottom: 0px;
        }
    }

    &-title {
        font-size: 96px;
        color: var(--mt-common-black);

        @media #{$xl,$lg} {
            font-size: 70px;
        }

        @media #{$xs} {
            font-size: 45px;
        }
    }

    &-list {
        & span {
            margin: 0 2px;
            display: inline-block;
            color: var(--mt-common-black);
            font-size: 24px;
            font-weight: 700;

            &.active {
                & a {
                    color: var(--mt-theme-1);
                }
            }

            &.dvir {
                margin: 0 2px;
            }
        }
    }

    &-thumb {
        margin-right: -80px;

        @media #{$md,$xs} {
            margin-right: 0;
        }
    }

    &-shape {
        &-1 {
            left: 0%;
            top: 0;

            @media #{$xl} {
                left: -13%;
            }

            @media #{$lg} {
                width: 560px;
                left: -6%;
            }

            @media #{$md} {
                left: -10%;
                top: -10%;
            }
        }

    }

    &-2 {
        & .mt-breadcrumb {
            padding-top: 270px;
            padding-bottom: 190px;

            @media #{$xxl,$xl,$lg} {
                padding-top: 200px;
                padding-bottom: 140px;
            }

            @media #{$lg} {
                padding-top: 180px;
                padding-bottom: 100px;
            }

            @media #{$md,$xs} {
                padding-top: 150px;
                padding-bottom: 100px;
            }

            &-shape {
                &-1 {
                    left: inherit;
                    right: -10%;
                    top: -10%;
                    animation: mt__scalingAnimation 18s linear infinite;

                    @media #{$xs} {
                        display: none;
                    }
                }

                &-2 {
                    right: 0%;
                    top: 0%;

                    @media #{$xl} {
                        top: 9%;
                    }

                    @media #{$lg} {
                        top: 13%;
                    }

                    @media #{$md} {
                        top: 25%;
                    }
                }

                &-3 {
                    left: 15%;
                    top: 30%;
                    z-index: 1;
                    animation: mt__scalingAnimation 18s linear infinite;

                    @media #{$xs} {
                        display: none;
                    }
                }

                &-4 {
                    right: 0%;
                    top: 0%;
                }

                &-5 {
                    right: 20%;
                    top: 40%;
                    animation: mt-rotate-center 18s linear infinite;

                    @media #{$xl} {
                        right: 10%;
                        top: 30%;
                    }

                    @media #{$lg} {
                        right: 6%;
                        top: 30%;
                    }

                    @media #{$md} {
                        right: 0%;
                        top: 30%;
                    }

                    @media #{$xs} {
                        display: none;
                    }
                }

            }

        }
    }

    &-3 {
        &::before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.80) 55.23%, rgba(0, 2, 20, 0.00) 100%);
            opacity: 0.6;
        }

        & .mt-breadcrumb {
            padding-top: 300px;
            padding-bottom: 220px;

            @media #{$xl} {
                padding-top: 200px;
                padding-bottom: 140px;
            }

            @media #{$lg} {
                padding-top: 180px;
                padding-bottom: 100px;
            }

            @media #{$md,$xs} {
                padding-top: 150px;
                padding-bottom: 100px;
            }

            &-title {
                font-size: 96px;
                color: var(--mt-common-white);

                @media #{$xs} {
                    font-size: 50px;
                }
            }

            &-list {
                & span {
                    margin: 0 2px;
                    display: inline-block;
                    color: var(--mt-common-white);
                    font-size: 24px;
                    font-weight: 700;

                    &.active {
                        & a {
                            color: var(--mt-theme-3);
                        }
                    }

                    &.dvir {
                        margin: 0 2px;
                        transform: translateY(-3px);
                    }
                }
            }

            &-shape {
                position: absolute;
                right: 0;
                bottom: 0;
                animation: mttranslateX2 3s infinite alternate;
            }
        }
    }

    &-4 {
        padding-top: 160px;

        & .mt-breadcrumb {
            padding-bottom: 20px;

            &-list {
                border: 1px solid #fff;
                border-radius: 50px;
                padding: 4px 15px;
                display: inline-block;

                & span {
                    color: var(--mt-common-white);
                    font-size: 14px;
                    font-weight: 500;

                    &.active a {
                        color: var(--mt-theme-5);
                    }
                }
            }

            &-title {
                font-size: 38px;
                color: var(--mt-common-white);
            }

            &-thumb {
                & img {
                    border-radius: 10px 0px 0px 0px;

                }
            }

            &-shape {
                left: 0%;
                bottom: 20%;
                animation: mt__scalingAnimation 18s linear infinite;

                @media #{$xs} {
                    display: none;
                }
            }
        }
    }

    &-5 {
        padding-top: 130px;
        padding-bottom: 140px;

        @media #{$lg} {
            padding-top: 110px;
            padding-bottom: 67px;
        }

        @media #{$md} {
            padding-top: 110px;
            padding-bottom: 67px;
        }

        & .mt-breadcrumb {
            &-shape {
                &-1 {
                    left: inherit;
                    top: 13%;
                    right: 18%;
                    animation: mt__scalingAnimation 18s linear infinite;

                    @media #{$lg} {
                        width: inherit;
                    }

                    @media #{$xs} {
                        display: none;
                    }

                }

                &-2 {
                    left: -1%;
                    top: 0%;

                    @media #{$md,$xs} {
                        display: none;
                    }
                }

                &-3 {
                    top: -110%;
                    left: -4%;
                    animation: mt__scalingAnimation 18s linear infinite;

                    @media #{$lg} {
                        top: -160%;
                        left: -20%;
                    }

                    @media #{$md} {
                        top: -160%;
                        left: -20%;
                    }

                    @media #{$xs} {
                        display: none;
                    }
                }

                &-4 {
                    left: 30%;
                    top: 10%;
                    animation: mttranslateX2 4s infinite alternate;

                    @media #{$xs} {
                        display: none;
                    }
                }
            }
        }
    }

    &-6 {
        padding-top: 220px;
        padding-bottom: 110px;

        & .mt-breadcrumb {
            &-title {
                font-size: 80px;
                margin-bottom: 20px;

                & span {
                    font-weight: 500;
                    font-size: 70px;
                }
            }

            &-list span {
                font-size: 18px;
                font-weight: 500;

                &.active a {
                    color: #042552;
                }
            }
        }
    }


}