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

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

.mt-breadcrumb {
    &-space {
        padding-top: 235px;
        padding-bottom: 140px;

        @media #{$xs} {
            padding-top: 160px;
            padding-bottom: 100px;
        }
    }

    &-title {
        font-size: 70px;
        color: #fff;

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

    &-list {
        & span {
            margin: 0 2px;
            display: inline-block;
            color: #B1B4BA;

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

            & a {
                color: #B1B4BA;
                font-size: 20px;
            }

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

    &-shape {
        &-1 {
            left: 10%;
            top: 43%;
            z-index: 1;
            animation: mttranslateY2 3s infinite alternate;

            @media #{$lg} {
                width: 110px;
            }

            @media #{$md} {
                top: inherit;
                bottom: 0;
                width: 80px;
            }

            @media #{$xs} {
                top: inherit;
                bottom: 0;
                width: 80px;
            }
        }

        &-2 {
            right: 20%;
            top: 30%;
            z-index: 1;
            animation: mttranslateY2 3s infinite alternate;

            @media #{$lg} {
                width: 190px;

            }

            @media #{$md} {
                top: 18%;
                width: 150px;
                right: 0;
            }

            @media #{$xs} {
                top: 18%;
                width: 150px;
                right: 0;
            }
        }

        &-3 {
            right: 15%;
            top: 50%;
            z-index: 1;
        }
    }

    &-2 {
        padding-top: 340px;
        padding-bottom: 260px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;

        @media #{$md} {
            padding-top: 190px;
            padding-bottom: 140px;
        }

        @media #{$xs} {
            padding-top: 160px;
            padding-bottom: 100px;
        }

        &::before {
            content: "";
            background-color: rgba(0, 0, 0, 0.80);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        & .mt-breadcrumb {
            &-title {
                font-size: 120px;

                @media #{$md} {
                    font-size: 90px;
                }

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

            &-list {
                & span {
                    text-transform: uppercase;

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

                }
            }
        }
    }

    &-3 {
        padding-top: 340px;
        padding-bottom: 260px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;

        @media #{$xs} {
            padding-top: 190px;
            padding-bottom: 120px;
        }

        &::before {
            content: "";
            background-color: rgba(0, 0, 0, 0.50);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

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

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

            &-list {
                background: #fff;
                display: inline-block;
                border-radius: 50px;
                padding: 8px 25px;
                text-transform: uppercase;

                & span {
                    & a {
                        color: #000;
                    }

                    font-size: 24px;
                    font-weight: 700;
                    color: #000;

                    &.active {
                        background: var(--Linear-02, linear-gradient(90deg, #FD5B38 0%, #3F2BB8 100%));
                        background-clip: text;
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                        font-family: "Hanken Grotesk";
                        font-size: 24px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 34px;
                        text-transform: uppercase;
                    }
                }
            }

            &-shape-1 {
                left: 0%;
                top: 0%;
                // animation: mttranslateY2 3s infinite alternate;
            }

            &-shape-2 {
                right: 0%;
                top: 0%;
                // animation: mttranslateY2 3s infinite alternate;
            }
        }



    }

    &-4 {
        padding-top: 300px;
        padding-bottom: 260px;

        @media #{$lg,$md} {
            padding-top: 250px;
            padding-bottom: 180px;
        }

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

        }

        & .mt-breadcrumb {
            &-shape {
                @media #{$lg,$md,$xs} {
                    display: none;
                }
            }

            &-title {
                font-size: 95px;
                margin-bottom: 20px;

                @media #{$xl} {
                    font-size: 80px;
                }

                @media #{$md} {
                    font-size: 70px;
                }

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

                & span {
                    font-style: italic;
                }
            }

            &-list {
                & span {
                    color: #fff;

                    & a {
                        color: #fff;
                    }

                }
            }
        }
    }

    &-5 {
        padding-top: 170px;
        padding-bottom: 50px;

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

        & .mt-breadcrumb {

            &-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-4);
                        }
                    }

                    &.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%;
                    }
                }

            }
        }
    }

    &-6 {
        & .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;
            }

            &-title {
                font-size: 96px;
                font-weight: 700;

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

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

            &-list {
                & span {
                    color: var(--mt-common-black);
                    font-weight: 600;

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

            &-shape {
                &-1 {
                    left: inherit;
                    right: -10%;
                    top: -10%;
                    animation: mt__scalingAnimation 28s 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;
                    }
                }

            }

        }
    }

}