@font-face {
    font-family: IRANSansWeb;
    src: url("/fonts/IRANSansWeb(FaNum).eot?96c836c332e8f8d839793971fa14c75e");
    src: url("/fonts/IRANSansWeb(FaNum).eot?96c836c332e8f8d839793971fa14c75e?#iefix") format("embedded-opentype"), url("/fonts/IRANSansWeb(FaNum).woff2?4c7ce8a145e6fc70c71181c6ec1248f9") format("woff2"), url("/fonts/IRANSansWeb(FaNum).woff?4f3bc2683ce6d8e34dd76480d99e076b") format("woff"), url("/fonts/IRANSansWeb(FaNum).ttf?cfda181b49ac22fb9f4a0063f411e0f2") format("truetype");
    font-weight: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    direction: rtl;
    text-align: right;
    font-family: IRANSansWeb;
}

header {
    height: 60px;
}

footer {
    height: 40px;
    background-color: #323232;
}

.main-wrapper {
    min-height: calc(100vh - 100px);
    padding: 0;
    margin: 0;
}

.carousel-inner, .carousel-item img {
    border-radius: 16px;
}

.img-border-radius-24 {
    border-radius: 24px;
}

.founder-card {
    position: relative;
    width: 90%;
    height: 180px;
    box-shadow: inset 5px 5px 5px rgba(0,0,0,0.05), inset -5px -5px 5px rgba(255,255,255,0.5), 5px 5px 5px rgba(0,0,0,0.05), -5px -5px 5px rgba(255,255,255,0.5);
    border-radius: 15px;
    margin: 10px auto;
    background: #ebf5fc;
}

    .founder-card .content {
        padding: 20px;
        text-align: center;
    }

    .founder-card .founder-badge {
        font-size: 12px;
        color: #fff;
        background-color: blue;
        padding: 2px 16px;
        border-radius: 15px;
    }

.dehyar-card {
    position: relative;
    width: 90%;
    max-width: 220px;
    height: 220px;
    box-shadow: inset 5px 5px 5px rgba(0,0,0,0.05), inset -5px -5px 5px rgba(255,255,255,0.5), 5px 5px 5px rgba(0,0,0,0.05), -5px -5px 5px rgba(255,255,255,0.5);
    border-radius: 15px;
    margin: 10px auto;
    background: #ebf5fc;
    overflow: hidden;
}

    .dehyar-card img {
        background-position: center;
        background-repeat: no-repeat;
        min-width: 220px;
        max-width: 100%;
        height: auto;
    }

    .dehyar-card .dehyar-card-footer {
        position: absolute;
        bottom: 0;
        opacity: 0.6;
    }


.text-custom-blue {
    color: #1e6b88;
}

.bg-custom-blue {
    background-color: #1e6b88;
}


@media(max-width: 500px) {
    .footer-text {
        font-size: 13px;
    }

    .main-title {
        font-size: 18px;
    }

    footer {
        margin-bottom: 40px;
    }

    section.index-section-1 {
        display: flex;
        flex-direction: column;
    }
}
