* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Persian-Medium;
}


/*#region fonts*/
@font-face {
    font-family: Persian-Thin;
    src: url('../fonts/Dana/Thin.woff2') format('woff2'), url('../fonts/Dana/Thin.woff') format('woff'), url('../fonts/Dana/Thin.ttf') format('truetype');
}

@font-face {
    font-family: Persian-ExtraLight;
    src: url('../fonts/Dana/UltraLight.woff2') format('woff2'), url('../fonts/Dana/UltraLight.woff') format('woff'), url('../fonts/Dana/UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: Persian-Light;
    src: url('../fonts/Dana/Light.woff2') format('woff2'), url('../fonts/Dana/Light.woff') format('woff'), url('../fonts/Dana/Light.ttf') format('truetype');
}

@font-face {
    font-family: Persian-Regular;
    src: url('../fonts/Dana/Regular.woff2') format('woff2'), url('../fonts/Dana/Regular.woff') format('woff'), url('../fonts/Dana/Regular.ttf') format('truetype');
}

@font-face {
    font-family: Persian-Medium;
    src: url('../fonts/Dana/Medium.woff2') format('woff2'), url('../fonts/Dana/Medium.woff') format('woff'), url('../fonts/Dana/Medium.ttf') format('truetype');
}

@font-face {
    font-family: Persian-SemiBold;
    src: url('../fonts/Dana/DemiBold.woff2') format('woff2'), url('../fonts/Dana/DemiBold.woff') format('woff'), url('../fonts/Dana/DemiBold.ttf') format('truetype');
}

@font-face {
    font-family: Persian-Bold;
    src: url('../fonts/Dana/Bold.woff2') format('woff2'), url('../fonts/Dana/Bold.woff') format('woff'), url('../fonts/Dana/Bold.ttf') format('truetype');
}

@font-face {
    font-family: Persian-ExtraBold;
    src: url('../fonts/Dana/ExtraBold.woff2') format('woff2'), url('../fonts/Dana/ExtraBold.woff') format('woff'), url('../fonts/Dana/ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: Persian-Black;
    src: url('../fonts/Dana/Black.woff2') format('woff2'), url('../fonts/Dana/Black.woff') format('woff'), url('../fonts/Dana/Black.ttf') format('truetype');
}

@font-face {
    font-family: English-Regular;
    src: url('../fonts/Inter/Inter-Regular.ttf') format('truetype');
}

/*#endregion fonts*/

header {
    width: 100%;
    padding: 16px 32px;
}

.header-small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-large {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-logo-small {
    width: 56px;
    height: 56px;
    object-fit: cover;
    object-position: center;
}

.header-logo-large {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-item {
    display: inline-block;
    margin: 0px 8px;
}

main{
	padding-top: 52px;
}

main section {
    padding: 76px 16px 16px;
    position: relative;
}

.section-label {
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 6px 12px;
    background: #111827;
    color: #fff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    opacity: .8;
    font-family: English-Regular;
}

.hero-section {
    background: #F8FAFC;
    min-height: 50vh;
}

.story-section {
    background: #F0FDF4;
    min-height: 50vh;
}

.features-section {
    background: #FFFFFF;
    min-height: 50vh;
}

.modules-section {
    background: #ECFDF5;
    min-height: 50vh;
}

.ecosystem-section {
    background: #F8FAFC;
    min-height: 50vh;
}

.demo-section {
    background: #F0F9FF;
    min-height: 50vh;
}

.pricing-section {
    background: #FFFFFF;
    min-height: 50vh;
}

.faq-section {
    background: #F9FAFB;
    min-height: 50vh;
}

.cta-section {
    background: #DCFCE7;
    min-height: 35vh;
}

.footer {
    background: #111827;
    height: 128px;
	color: #FFF;
}

.pricing-items{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

footer{
	padding:32px;
  	display: flex;
    justify-content: center;
    align-items: center;
}