﻿/********* NAV ***********/

.sw_pages {

    cursor:default !important;
}

    .sw_pages > .swiper-wrapper {
        min-height: 100vh;
    }

.sw_pages {
    overflow: hidden;
    padding: 0;
}

.swiper-page {
    position: fixed;
    z-index: 99;
    bottom: 0 !important;
    right: 0;
    left: 0;
    background: var(--color-light2);
    padding: 0;
    margin: 7px;
    border-radius: 25px;
    text-align: center;
    overflow: hidden;
    width: auto !important;
    display: flex;
    flex-wrap: nowrap;
}

.swiper-pagination-bullet::before {
    display: none;
}

.swiper-page .swiper-pagination-bullet {
    width: 100%;
    height: 80px;
    border-radius: 0;
    margin: 0 !important;
    padding: 10px;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 30px !important;
    opacity: 1;
    position: relative;
    overflow: hidden;
    margin-bottom: -9px;
    display: block;
    transition: background-position 200ms ease-in-out;
}

    .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-position: center -50px !important;
        transition: background-position 200ms ease-in-out;
    }

    .swiper-page .swiper-pagination-bullet::after {
        content: " ";
        position: absolute;
        color: #7b879f;
        right: 0;
        left: 0;
        text-align: center;
        display: block !important;
        bottom: -30px;
        transition: bottom 200ms ease-in-out;
    }

    .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        bottom: 30px;
        transition: bottom 200ms ease-in-out;
    }

.swiper-page .swiper-pagination-bullet,
.swiper-page .swiper-pagination-bullet-active {
    background-color: transparent !important;
}

    .swiper-page .swiper-pagination-bullet::before {
        content: "";
        width: 6px;
        height: 6px;
        background: var(--color-primary);
        position: absolute;
        right: 0;
        left: 0;
        top: auto;
        bottom: -10px;
        display: block !important;
        border-radius: 50%;
        margin: 0 auto;
        transition: bottom 200ms ease-in-out;
    }

    .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
        bottom: 19px;
        transition: bottom 200ms ease-in-out;
    }

    .swiper-page .swiper-pagination-bullet:nth-child(1) {
        background-image: url('../svg/MobileLogomini.svg') !important;
        background-size: 40px !important;
    }

    .swiper-page .swiper-pagination-bullet:nth-child(2) {
        background-image: url('../svg/brands.svg') !important;
    }

    .swiper-page .swiper-pagination-bullet:nth-child(3) {
        background-image: url('../svg/project.svg') !important;
    }

    .swiper-page .swiper-pagination-bullet:nth-child(4) {
        background-image: url('../svg/contact.svg') !important;
    }

    .swiper-page .swiper-pagination-bullet:nth-child(1)::after {
        content: "دات‌لاین";
    }

    .swiper-page .swiper-pagination-bullet:nth-child(2)::after {
        content: "برند‌ها";
    }

    .swiper-page .swiper-pagination-bullet:nth-child(3)::after {
        content: "پروژه ها";
    }

    .swiper-page .swiper-pagination-bullet:nth-child(4)::after {
        content: "ارتباط";
    }

