@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url("/themes/defaultTheme/fonts/IRANYekan/eot/iranyekanwebbold(fanum).eot");
    src: url("/themes/defaultTheme/fonts/IRANYekan/eot/iranyekanwebbold(fanum).eot?#iefix") format("embedded-opentype"), /* IE6-8 */
    url("/themes/defaultTheme/fonts/IRANYekan/woff2/iranyekanwebbold(fanum).woff2") format("woff2"), /* FF39+,Chrome36+, Opera24+*/
    url("/themes/defaultTheme/fonts/IRANYekan/woff/iranyekanwebbold(fanum).woff") format("woff"), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("/themes/defaultTheme/fonts/IRANYekan/ttf/iranyekanwebbold(fanum).ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url("/themes/defaultTheme/fonts/IRANYekan/eot/iranyekanweblight(fanum).eot");
    src: url("/themes/defaultTheme/fonts/IRANYekan/eot/iranyekanweblight(fanum).eot?#iefix") format("embedded-opentype"), /* IE6-8 */
    url("/themes/defaultTheme/fonts/IRANYekan/woff2/iranyekanweblight(fanum).woff2") format("woff2"), /* FF39+,Chrome36+, Opera24+*/
    url("/themes/defaultTheme/fonts/IRANYekan/woff/iranyekanweblight(fanum).woff") format("woff"), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("/themes/defaultTheme/fonts/IRANYekan/ttf/iranyekanweblight(fanum).ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url("/themes/defaultTheme/fonts/IRANYekan/eot/iranyekanwebregular(fanum).eot");
    src: url("/themes/defaultTheme/fonts/IRANYekan/eot/iranyekanwebregular(fanum).eot?#iefix") format("embedded-opentype"), /* IE6-8 */
    url("/themes/defaultTheme/fonts/IRANYekan/woff2/iranyekanwebregular(fanum).woff2") format("woff2"), /* FF39+,Chrome36+, Opera24+*/
    url("/themes/defaultTheme/fonts/IRANYekan/woff/iranyekanwebregular(fanum).woff") format("woff"), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("/themes/defaultTheme/fonts/IRANYekan/ttf/iranyekanwebregular(fanum).ttf") format("truetype");
}

html {
    /* overflow: hidden; */
}

body {
    font-family: iranyekan;
    font-size: 14px;
    margin: 0;
    background: #010001;
}

.vid-back {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}

#backvideo {
    width: 100%;
    z-index: -1;
}

.content-btn {
    position: fixed;
    bottom: 10rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    padding: 0 1rem;
}

.lang-btn {
    padding: 10px;
    border-radius: 5px;
    background-color: #0000008c;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang-btn img {
    width: 35px;
    border-radius: 2px;
    margin-right: 10px;
}

@media (max-width: 992px) {
    #backvideo {
        height: 100%;
    }
    .content-box {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .content-box {
        width: 70%;
    }
}