/* Reza CSS */


/* Persian Font (IranYekan) 3 Type (Light, Regular, Bold) */

@font-face {
    font-family: "IRANYekan";
    src: url("../fonts/IRANYekanLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "IRANYekan";
    src: url("../fonts/IRANYekanRegular.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "IRANYekan";
    src: url("../fonts/IRANYekanBold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.title a {
    font-family: 'IRANYekan';
    font-weight: 700;
    line-height: 1.5em;
}

a,
div,
body,
button,
input,
optgroup,
select,
textarea,
td,
p {
    font-family: 'IRANYekan' !important;
    font-weight: 200;
}

strong,
.subtitle {
    font-family: 'IRANYekan';
    font-weight: 300;
}

#main {
    max-width: 1366px;
    margin: auto;
    padding: 5px 15px;
    min-height: calc(100vh - 88px);
}

.size-is-medium {
    width: 50% !important;
}

.is-rr-centered {
    justify-content: center;
    text-align: center;
}

.box.is-hoverable:hover {
    background-color: #1577c6;
    color: #fff;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

p {
    text-align: justify;
}

.box.icon {
    color: #1577c6;
}

#footer {
    background-color: #ccc;
    box-shadow: 0px -5px 20px 0px #0000001f;
    bottom: 0;
    left: 0;
    right: 0;
}

.is-light-dark {
    background-color: #ccc;
}


/* Add animation (fade in the popup) */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fa-gears:before {
    content: "\f085";
}

.columns.is-rounded,
.hero.is-rounded {
    border-radius: 15px;
}

.small-notification {
    position: fixed;
    min-width: 300px;
    left: 20px;
    bottom: 20px;
}

.has-text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 600px;
}

.select.is-full-width,
.select.is-full-width select {
    width: 100%;
}
#footer{
    margin-bottom: 0;
}