/*
Dana fonts are 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: (17KXIWC4)
---------------------------------------------------------------------
*/
/* App Fonts */
@import url(../fonts/Webfonts/css/fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
	font-family: dana  !important;
	direction: rtl;
	background-color: #cdcdcd;
	margin: 0;
}
h1, h2, h3, h4, h5, h6,input, textarea {
	font-family: dana !important;
}
h1 {
	font-weight: bold;
}
.wrapper {
	max-width: 900px;
	margin: 0 auto;
}
.ltr {
	direction: ltr;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-small {
	font-size: 0.8em;
}
.text-xsmall {
	font-size: 0.6em;
}
.text-large {
	font-size: 1.2em;
}
.text-xlarge {
	font-size: 1.4em;
}
.text-underline {
	text-decoration:underline;
}
.text-hireline {
	font-weight: 10;
}
.text-thin {
	font-weight: 100;
}
.text-extralight {
	font-weight: 200;
}
.text-light {
	font-weight: 300;
}
.text-regular {
	font-weight: normal;
}
.text-medium {
	font-weight: 500;
}
.text-demibold {
	font-weight: 600;
}
.text-bold {
	font-weight: bold;
}

.text-extrabold {
	font-weight: 800;
}
.text-black {
	font-weight: 900;
}

blockquote {
	font-weight: 700;
	padding: 10px;
	border: 1px dashed #666666;
}

.mainbox {
	width: 100%;
	background-color: #EFEFEF;
	display: table;
	margin-bottom: 30px;
	border-right: 8px solid #c5ccad;
}

.mainboxnegativ {
	width: 100%;
	background-color: #000000;
	display: table;
	margin-bottom: 30px;
	border-right: 8px solid #c5ccad;
	color: #F9F9F9;
}

.mainbox2 {
	font-size: 1em;
	width: 90%;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mainboxitalic {
	font-size: 1em;
	font-style: italic;
	width: 90%;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainbox3 {
	width: 100%;
	background-color: #DFDFDF;
	display: table;
	margin-bottom: 30px;
	border-right: 8px solid #FF5EAA;
}

.mainbox2negativ {
	font-size: 1em;
	color: #F9F9F9;
	background-color: #000000;
	padding-right: 20px;
}


.farsiparagraph {
	font-size: 1em;
	width: 47%;
	float:right;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;

}

.farsiparagraph_negativ {
	font-size: 1em;
	color: #F9F9F9;
	background-color: #000000;
	width: 47%;
	float:right;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;

}


.englishparagraph {
	font-size: 1em;
	width: 47%;
	float: left;
	direction:ltr;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;


}

.englishparagraph_negativ {
	font-size: 1em;
	color: #F9F9F9;
	background-color: #000000;
	width: 47%;
	float: left;
	direction:ltr;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;


}
.rightbox {
	width: 60%;
	padding-right: 20px;
	padding-left: 5px;
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	min-width: 0px;
	background-color: #F7F7F7;

}

.titelbox {
	width: 60%;
	padding-right: 25px;
	padding-left: 0px;
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	min-width: 0px;
	background-color: #d5d5d5;
	color: #4B4B4B;
}


.lefttbox {
	
	padding-right: 20px;
	padding-left: 4px;
	float: right;
	margin-bottom: 10px;
	min-width: 0px;
}

.alphabet {
	width: 35%;
	float: left;
	font-size: 21em;
	text-align: center;
	font-weight: 600;
	color: #999999;
}

.alphabet2 {
	width: 35%;
	float: left;
	direction: ltr;
	font-size: 1.6em;
	text-align: left;
	font-weight: 600;
	color: #333333;
	margin-top: 100px;
}
.footer {
	font-weight: 400;
	font-size: 0.7em;
	text-align: center;
	direction: ltr;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Normalize Css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0; /* 3 */
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

a {
    text-decoration: none;
}



/*! Start Project */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
  font-family: dana  !important;
  direction: rtl;
  background-color: #fafafa;
}

/** navbar section  */
.navbar_section {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 5rem;
    background-color: #fafafa;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar_sticky {
    background-color: #ffffff;
}

.navbar_container {
    max-width:90rem;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 1s ease all;
}

.aida_logo {
    width: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button {
    font-size: 1.03rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: 11rem;
    text-decoration: none;
    border-radius: 4px;
}

.black_button {
    color: #fafafa;
    background-color: #1E1E1E;
    font-weight: 500;
}

.white_button {
    color: #1E1E1E;
    font-weight: 600;
    width: 5rem;
}



/** footer section  */
.footer_section {
    background-color: #171717;
}

.footer_container {
    max-width: min(100% , 90rem);
    margin-right: auto;
    margin-left: auto;
    padding: 3.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_content_wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 70%;
    padding: 0 4rem;
    border-left: 1px solid #8d8d8d;
    border-right: 1px solid #8d8d8d;
}

.footer_content {
    color: #8d8d8d;
    font-size: 1.25rem;
    line-height: 1.9rem;
}

.footer_socialMedia_wrapper {
    padding: 0 1rem;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.footer_socialMedia {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.footer_list_wrapper {
    padding: 0 2rem;
    width: 20%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.footer_list {
    padding-right: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    font-size: 1.25rem;
    line-height: 0;
}

.footer_list_link {
    color: #8d8d8d;
}

.footer_list_link:visited {
    color: #8d8d8d;
}

.footer_container_mobile {
    display: none;
}

.aida_logo_footer {
    width: 145px;
}


/** privacy section  */
.privacy_policy_section {
    margin-bottom: 8rem;
}

.privacy_policy_container {
    max-width:80rem;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem 1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4rem;
}

.privacy_policy_wrapper {
    padding: 1rem;
    background-color: white;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 50rem;
}

.privacy_policy_text , .privacy_policy_list{
    color: rgb(74, 85, 104);
    padding-right: 2rem;
}

.privacy_policy_title {
    width: fit-content;
    text-align: center;
    padding: 1rem;
    border-right: 5px solid #00AF9E;
    border-radius: 5px;
}

.privacy_policy_list {
    line-height: 2rem;
    padding-right: 4rem;
}

.privacy_policy_text {
    line-height: 1.8rem;
}





@media only screen and (max-width: 1280px) {
    /** footer section */
    .footer_container {
        padding: 2.5rem 1rem;
    }
    .footer_content_wrapper  {
        padding: 0 3rem;
    }
    .footer_content {
        font-size: 1.15rem;
    }
    .footer_list_wrapper {
        width: 30%;
    }
    .footer_list {
        font-size: 1.15rem;
    }
}

@media only screen and (max-width: 1024px) {
    /** navbar section */
    .navbar_section {
        margin-bottom: 4rem;
    }
    .button {
        font-size: 1rem;
    }

    /** privacy section  */
    .privacy_policy_wrapper {
        max-width: 45rem;
        min-width: 25rem;
    }

    /** footer section */
    .footer_socialMedia_wrapper {
        width: 30%;
    }
    .footer_socialMedia {
        padding: 0 2rem;
    }
    .footer_list_wrapper {
        width: 35%;
    }
    .footer_content {
        font-size: 1rem;
    }
    .footer_list {
        font-size: 1rem;
    }
    .aida_logo_footer {
        width: 130px;
    }
}

@media only screen and (max-width: 768px) {
    /** navbar section */
    .navbar_section {
        margin-bottom: 2rem;
    }
    .white_button {
        width: 5rem;
        height: 3rem;
    }
    .black_button {
        width: 10rem;
        height: 3rem;
    }

    /** privacy section  */
    .privacy_policy_wrapper {
        max-width: 25rem;
        min-width: 20rem;
    }

    .privacy_policy_list {
        padding-right: 3rem;
    }


    /** footer section */
    .footer_container {
        display: none;
    }

    .footer_container_mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem;
    }
    .top_footer_wrapper_mobile {
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #8d8d8d;
    }
    .footer_content_wrapper_mobile {
        width: 50%;
        border-left: 1px solid #8d8d8d;
        padding: 1rem 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: #8d8d8d;
    }
    .aida_logo_footer_mobile {
        width: 5rem;
    }
    .footer_content_mobile {
        line-height: 2rem;
    }
    .footer_list_wrapper_mobile {
        width: 50%;
        padding: 1rem 2rem 1rem 0;
    }
    .footer_list_mobile {
        list-style-type: none;
        color: #8d8d8d;
    }
    .footer_list_link_mobile {
        color: #8d8d8d;
        line-height: 2rem;
    }
    .footer_list_link_mobile:visited {
        color: #8d8d8d;
    }
    .buttom_content_wrapper_mobile {
        padding-top: 2rem;
    }
    .footer_socialMedia_mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3rem;
    }
}

@media only screen and (max-width: 480px) {
    /** navbar section */
    .navbar_container {
        padding: 1rem;
    }
    .aida_logo {
        width: 3.5rem;
    }
    .button {
        font-size: 0.9rem;
    }
    .white_button {
        width: 6rem;
        height: 2.5rem;
    }
    .black_button {
        width: 8rem;
        height: 2.5rem;
        text-align: center;
        padding: 0.5rem;
    }

    
    /** privacy section  */
    .privacy_policy_wrapper {
        max-width: 20rem;
        min-width: 15rem;
    }

    .privacy_policy_list {
        padding-right: 2rem;
    }

    .privacy_policy_container {
        gap: 2rem;
    }


    /** footer section */
    .footer_content_wrapper_mobile {
        padding-right: 0;
    }
    .footer_content_mobile {
        font-size: 1rem;
    }
    .footer_list_mobile {
        padding-right: 0;
        font-size: 1rem;
    }
}
