@media screen and (min-width: 768px) {
    main {
        >header {

            >div {
                max-width: 1320px;
                margin: 0 auto;

                >button {
                    display: none;
                }

                >ul {
                    display: flex;
                    align-items: center;
                    gap: 30px;
                }
            }
        }

        >.submenu {
            display: none;
        }
    }
}

* {
    user-select: none;
}

.swiper {
    width: 100%;
    height: 250px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    >h5 {
        color: rgb(0, 0, 0);
        border: 2px solid black;
        padding: 10px;
        border-radius: 15px;
        font-size: 12px;
        font-weight: bold;
    }

    &:hover {

        >h5 {
            transition: all 0.3s;
            color: #0d6efd;
            border: 2px solid #0d6efd !important;
        }
    }

    >a {
        >i {
            &:hover {
                transition: all 0.3s;
                color: #0d6efd !important;
                border: 1px solid #0d6efd !important;
            }
        }
    }
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.accordion-container {
    max-width: 700px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-item+.accordion-item {
    border-top: 1px solid #ddd;
}

.accordion-header {
    background-color: #f9f9f9;
    padding: 16px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
}

.accordion-header:hover {
    background-color: #eee;
}

.accordion-body {
    display: none;
    padding: 16px;
    background-color: #fff;
    line-height: 1.8;
    font-size: 14px;
    color: #333;
}

.accordion-item.active .accordion-body {
    display: block;
}

.wight {
    font-weight: 500;
}

#iright1 {
    display: none !important;
}

#idown2 {
    display: none !important;
}

#idown3 {
    display: none !important;
}

#iright11 {
    display: none !important;
}

#idown22 {
    display: none !important;
}

#idown33 {
    display: none !important;
}

@font-face {
    font-family: 'vazir';
    src: url("../fonts/Vazir.woff");
    font-weight: 400;
    font-style: normal;
}

body,
button {
    font-family: 'vazir';
}

.mtop {
    margin-top: 100px;
}

.icon {
    color: #0d6efd;
    background-color: #ebeafb;
    display: inline-flex;
    padding: 15px;
    border-radius: 15px;
}

.card-primary,
.bg-mycarousel {
    color: white !important;
    background: #1b2a4e;
}

textarea {
    resize: none;
}

.icon-link {
    width: 30px;
    height: 30px;
    color: #1b2a4e;
}

.img-slider {
    height: 300px !important;
}


@media screen and (min-width: 576px) {
    .img-slider {
        height: 400px !important;
    }
}

@media screen and (min-width: 768px) {
    .img-slider {
        height: 500px !important;
    }
}

@media screen and (min-width: 768px) {
    .img-slider {
        height: 600px !important;
    }
}