/*
This font is considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (77BTER)
--------------------------------------------------------------------------------------
*/
/* #f58d2e */
@font-face {
	font-family: IRANYekan;
	font-style: normal;
	font-weight: 300;
    font-display: swap;
	src: url('font/IRANYekanX-Regular.woff') format('woff');	
}
@font-face {
	font-family: IRANYekan;
	font-style: normal;
	font-weight: bold;
    font-display: swap;
	src: url('font/IRANYekanX-Bold.woff') format('woff');	 
}
@font-face {
	font-family: KalamehWeb;
	font-style: normal;
	font-weight: 900;
	src: url('font/KalamehWeb-Black.woff') format('woff');
}
@font-face {
	font-family: KalamehWeb;
	font-style: normal;
	font-weight: bold;
	src: url('font/KalamehWeb-Bold.woff') format('woff');
}
.container {
    width: 1100px;
    margin: 0 auto;
}
.container::after {
    content: " ";
    clear: both;
    display: table;
}
a {
    color: #000;
    text-decoration: none;
}
p {
    color: #000;
    font-weight: 300;
    line-height: 2em;
    font-size: 18px;
}
strong {
    color: #000;
}
li {
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 22px;
}
h1,h2,h3,h4,h5 {
    color: #000;
    font-weight: 900;
    font-family: KalamehWeb;
}
img {
    height: auto;
    max-width: 100%;
}
.h50 {
    margin-top: 50px;
}
body {
    padding: 0!important;
    margin: 0!important;
    font-family: IRANYekan !important;
    background: #fff;
}

header {
    box-shadow: 0 0 10px #d7d8db62;
}
.navbar {
    align-items: center;
    padding: 8px 15px;
	border-radius: 50px;
    background-color: #ffffff;
}
.main-nav {
    display: none;
    text-align: center;
    list-style-type: none;
}
.main-nav a {
    font-size: 17px;
    padding: 5px 10px;
    text-decoration: none;
}
.main-nav a:hover {
    border-bottom: 3px solid #f58d2e;
}
.main-nav li {
    margin: 20px auto;
}
.navbar-toggle {
    top: 22px;
    left: 30px;
    cursor: pointer;
    position: absolute;
}
.navbar-toggle span {
    width: 38px;
    height: 5px;
    margin: 5px 0;
    display: block;
    background-color: #2e3c42;
    border-radius: 2px;
}
.active {
    top: 0;
    right: 0;
    width: 70%;
    z-index: 999;
    margin-top: 0;
    height: 100vh;
    display: block;
    position: fixed;
    color: #000000;
    padding-top: 40px;
    background-color: #ffffff;
    box-shadow: 0 0 25px #d7d8db83;
}
.active a {
    color: #000000;
}
.active a:hover {
    color: #000000;
}

.intro {
    display: grid;
    direction: ltr;
    padding: 20px 0;
    text-align: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}
.intro h1 {
    font-size: 40px;
    color: #000;
    line-height: 1.8em;
}
.intro .meta {
   direction: rtl;
}
.intro .meta span {
    color: #f58d2e;
    padding: 5px 10px;
    border-radius: 5px;
    background: #ffa45e3d;
}
.intro .meta p span {
    color: #fff;
    border-radius: 8px;
    padding: 8px 20px;
    background: #f58d2e;
}

.main {
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 25px #d7d8db83;
}
.main h2, h3, h4 {
    font-size: 22px;
}
.main p {
    font-size: 18px;
    line-height: 2.3em;
    text-align: justify;
}
.main ul {
    margin: 10px 0;
}
.main ul li {
    color: #000;
    font-weight: 300;
    line-height: 2em;
    font-size: 18px;
}
.main img {
    margin: 30px 0;
    text-align: center;
    border-radius: 15px;
}

@media screen and (max-width:1280px) {
    .container {
        width: 90% !important;
    }
    .intro {
        text-align: center;
        grid-template-columns: 1fr;
    }
}
@media screen and (min-width: 768px) {
    .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main-nav {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: flex-end;
    }
    .navbar-toggle {
        display: none;
    }
    .main-nav li {
        margin: 10px auto;
    }
    .search-box {
        margin-right: 20px;
    }
}