@font-face {
    font-family: font-yekan;
    font-style: normal;
    font-display: swap;
    src: url('./woff/iranyekanwebmediumfanum.woff') format('woff')
}

* {
    font-family: font-yekan;
    direction: rtl !important;
}

.button-next:after {
    content: 'prev';
}

.button-prev:after {
    content: 'next';
}

.swiper-button-next,
.swiper-button-prev {
    position: inherit !important;
    margin-right: 1%;
    z-index: 9999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: unset;
    content: '' !important;
    padding: 15px !important;
    border-radius: 12px !important;
    background-color: #4ebacc !important;
    color: white;
}

.swiper-button-next {
    right: auto;
    left: 10px;
}

.swiper-button-prev {
    left: auto;
    right: 10px;
}

.swiper-button-next:after {
    font-size: 17px !important;
    font-weight: bold !important;
    color: white;
}

.swiper-button-prev:after {
    font-size: 17px !important;
    font-weight: bold !important;
    color: white;
}

.swiper-button-next2,
.swiper-button-prev2 {
    top: 50% !important;
    z-index: 9999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: unset;
}

.swiper-button-next2 {
    right: auto;
    left: 10px;
    padding: 10px;
    font-family: swiper-icons;
}

.swiper-button-prev2 {
    left: auto;
    right: 10px;
    padding: 10px;
    font-family: swiper-icons;
}

.swiper-button-next2:after {
    font-size: 17px !important;
    font-weight: bold !important;
    color: white;
}

.swiper-button-prev2:after {
    font-size: 17px !important;
    font-weight: bold !important;
    color: white;
}

.swiper2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-pagination-bullet-active {
    height: 24px !important;
    border-radius: 33% !important;
    background-color: #0c19c8 !important;
    transition: all 600ms;
}

.swiper-pagination-bullet {
    background-color: transparent !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    border: 2px solid #fff !important;
}

.negetive-margin {
    margin-top: -100px;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 100px;
}


/* colors */

.bg-color-3 {
    background-color: #4ebacc;
}

.color-color-3 {
    color: #4ebacc;
}

.bg-color-1 {
    background-color: #29748C;
}

.color-color-1 {
    color: #29748C
}

.login-bg {
    background-image: url('./img/login-image.jpg');
    background-position: center;
    background-size: cover;
}