

:root
{
    --font-main: vazir;
    --font-caption: lalezar;

    --color-one : #0174BE;
    --color-two : #FFC436;
}



@font-face {
    font-family: "vazir";
    font-style: normal;
    font-weight: normal;
    src:	
		local("‚ò∫"),
    	url("font/Vazir-Regular.woff") format("woff")
}

@font-face {
    font-family: "nastaliq";
    font-style: normal;
    font-weight: normal;
    src:	
		local("‚ò∫"),
    	url("font/IranNastaliq.woff") format("woff")
}


@font-face {
    font-family: "lalezar";
    font-style: normal;
    font-weight: normal;
    src:	
		local("‚ò∫"),
    	url("font/lalezar.woff") format("woff")
}






body{
    font-family: var(--font-main);
    font-size: 16pt;
    direction: rtl;
    margin: 0px;
    padding: 0px;
    background-color: #EEE;
}

img{
    max-width: 100%;
}

.page-top
{
    background-color: var(--color-one);
    color: var(--color-two);
    
    padding-top:10px;
    padding-bottom: 10px;
    display: flex;
}


.page-top-row
{
    display: flex;

}

.page-top-row img
{
    border-radius: 50%;
    width: 200px;
    margin-left: 20px;
}

.page-top-row h1
{
    font-family: var(--font-caption);
    font-weight: 100;
    font-size: 64pt;
    display: inline-block;
    line-height: 190px;
    padding: 0px;
    margin: 0px;
}


@media (max-width:800px)
{
    body
    {
        font-size: 14pt;
    }
    .page-top-row
    {
        flex-direction: column;
    }
    .page-top-row img
    {
        margin: auto;
    }
    .page-top-row h1
    {
        width: 100%;
        text-align: center;
        font-size: 48pt;
        line-height: normal;
    }   
    .text
    {
        padding: 10px !important;
    }
}




.page-width
{
    width: 1000px;
    max-width: calc(100% - 20px);
    margin: auto;
}

.page-main
{
    background-color: #FFF;
    border: 1px solid #DDD;
    border-top: none;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 20px;
}


.caption
{
    font-family: var(--font-caption);
    font-size: 20pt;
}

.text
{
    padding: 10px 30px;
    text-align: justify;
    margin-bottom: 50px;
    line-height: 200%;
}

.marquee
{
    line-height: 40px;
    direction: ltr;
    width: 100%;
    overflow: hidden;
}


.left
{
    text-align: left !important;
}


.swiper-slide 
{
    text-align: center;
}

.swiper-slide img
{
    max-height: 400px;
}