/* reset-css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
    line-height: 1;
}
menu, ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
}

/* all-css */

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

body{
    background-color:#ffffff;
    overflow-x: hidden; /* Ø¬Ù„ÙˆÚ¯ÛŒØ±ÛŒ Ø§Ø² Ø§Ø³Ú©Ø±ÙˆÙ„ Ø§ÙÙ‚ÛŒ */
}

h1, h2, h3, h4, h5, h6, p,span,a,li,label,input,button{
    font-family: "IRANSans";
}
h1{
    font-size: 30px;
}

h2{
    font-size:22px;
}

h3{
    font-size:20px;
}

h4{
    font-size: 1rem;
}

a,p,li{
    font-size: 1rem;
}

/*****************************************************first-section-style */
.first-section{
    background: url(../image/orangeBg.png);
}
.first-section>div{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0rem auto;
    height: 4.5rem;
    max-width: 75rem;
}

.first-section>div>div{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.first-section>div>div>a{
    font-size: 1rem;
    font-family: "IRANSans";
    color: #ffffff;
    text-decoration: none;
    line-height: 2.25;
}
/*****************************************************header-style */
.header {
    display: flex;
    justify-content: space-between;
    margin: 2rem auto;
    max-width: 1200px;
    align-items: center;
}

.hamburger-menu {
    width: 24px;
    height: 24px;
    background-image: url('../svg/hamburgermenu.svg');
    background-size: cover;
    display: none;
}

.hamburger-menu-nav {
    display: none;
}

.fara--logo {
    width: 11rem;
    height: 3rem; /* ØªÙ†Ø¸ÛŒÙ… Ø§Ø±ØªÙØ§Ø¹ Ù„ÙˆÚ¯Ùˆ */
    background-image: url('../logo/logo1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.header > nav {
    width: 70%;
    display: flex;
}
.header--navbar {
    display: flex;
    justify-content: space-between;
}

.header--navbar > li {
    padding: 1.5rem 0.75rem;
}

.header--navbar > li > a {
    color: #010101;
    font-weight: 500;
}

.header--navbar > li > a:hover {
    color: #334466;
}

.sign--btn {
    color: #ffffff;
    font-weight: bolder;
    padding: 1rem 1.5rem;
    border-radius: 50px; /* Ú¯ÙˆØ´Ù‡â€ŒÙ‡Ø§ÛŒ Ú¯Ø±Ø¯ */
    background: linear-gradient(135deg, #01d8ff, #467eff);
    background-size: 100% 100%; /* Ø§Ù†Ø¯Ø§Ø²Ù‡ Ø§ÙˆÙ„ÛŒÙ‡ Ú¯Ø±Ø§Ø¯ÛŒÙ†Øª */
    /* Ù…ÙˆÙ‚Ø¹ÛŒØª Ø§ÙˆÙ„ÛŒÙ‡ Ú¯Ø±Ø§Ø¯ÛŒÙ†Øª */
    transition: background-size 0.5s ease, background-size 0.5s ease; /* Ø§Ù†ÛŒÙ…ÛŒØ´Ù† Ø¨Ø±Ø§ÛŒ Ú¯Ø±Ø§Ø¯ÛŒÙ†Øª */
    /* overflow: hidden; */
    display: grid;
    justify-content: center;
    /* align-items: flex-end; */
    margin-left: 0px;
    float: left;
    display: block;
    transition: all 0.5s;
}

.sign--btn:hover {
    background-size: 150% 150%; /* ØªØºÛŒÛŒØ± Ø§Ù†Ø¯Ø§Ø²Ù‡ Ú¯Ø±Ø§Ø¯ÛŒÙ†Øª */
}
.sign--btn > span{
    width: 15px;
    height: 15px;
    float:left;
    margin-right: 5px;
    background: url("../svg/0101.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
}
.sign--btn:hover > span {
    margin-left: -5px;
    margin-right: 10px;
}

.header--navbar--buy {
    display: flex;
    flex-direction: column;
}

.header--navbar--buy--options {
    flex-direction: column;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 5rem;
    width: 12rem;
    height: 12rem;
    margin-top: 0.8rem;
    display: none;
    transition: all 0.5s;
}

.header--navbar--buy:hover .header--navbar--buy--options {
    display: flex;
}
.header--navbar--buy--options > li >a{
    width: 100%;
    transition: all 0.5s;
    padding: 2px 20px;
    font-size: 13px;
    color: #3b414d;
    line-height: 3.389;
    /* margin-right: 1.5rem; */
    transition: all 0.5s;
    float: right;
    box-sizing: border-box;
}
.header--navbar--buy--options > li > a:hover {
    background-color: rgba(248,249,251,1);
}


.menu-close {
    width: 24px;
    height: 24px;
    background-image: url('../svg/close.svg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
    background-color: #f7f8fa;
    padding: 8px;
    margin-top: 1rem;
}

.arrow {
    width: 12px;
    height: 12px;
    background-image: url('../svg/Arrow - Left 2.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/**************************************** section-ten */
.section-ten{
    background: url(../image/down\ _\ bg.png);
    background-repeat: no-repeat;
}
.section-ten>div{
    margin: 2rem auto;
    display: flex;
    /* justify-content: space-between; */
    max-width: 75rem;
}
.section-ten-text{
    margin-top: 4rem;
    margin-bottom: 4rem;
    width: 50%;
}
.section-ten-text>h1{
    color:#ffffff;
    font-weight: bold;
    line-height: 1.297;
    text-align: right;
    margin-bottom: 1.5rem;
}
.section-ten-text>p{
    color: #ffffff;
    line-height: 2.111;
    text-align: right;
    margin-bottom: 1.5rem;
}
.section-ten-downloads{
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}
.section-ten-download{
    border-radius: 8px;
    background-color: #252630;
    display: flex;
    align-items: center;
    width: 130px;
    height: 50px;
    justify-content: center;
}

.section-ten-download>div>p,
.section-ten-download>p{
    font-size: 12px;
    font-family: "Shabnam";
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
}

.section-ten-download.store{
    font-weight: bolder;
    margin-right: 2px;
}

.section-ten-img{
    position:relative;
    width: 45%;
}
.section-ten-img-android{
    position: absolute;
    height:25rem;
    left: 4rem;
    top: 1.5rem;
}
.section-ten-img-iPhone{
    position: absolute;
    height: 25rem;
    left: -2.5rem;
    top:-4rem;
}

/********************************************footer* */

.footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 2rem auto;
    max-width: 75rem;
}
.footer-contact-us,
.footer-fara-crypto,
.footer-quick-access{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.footer-contact-us>h3>a,
.footer-fara-crypto>h3,
.footer-quick-access>h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 2.917;
    text-decoration: none;
}
.footer-contact-us-info{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.footer-contact-us-info>div{
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.footer-contact-us-info>div>p,
.footer-fara-crypto>a,
.footer-quick-access>a{
    color: #000000;
    line-height: 2.118;
    text-decoration: none;
}
.footer-contact-us-sn{
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 2.5rem;
}
.footer-part2{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 2rem;
}
/* * */
.footer-trust-symbol{
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
}
.footer-trust-symbol>img{
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.102);
    box-shadow: 1px 3px 0px 0px rgb(52 43 18 / 3%);
    width: 89px;
    height: 89px;
}



/* *****************************************************responsive************************************************************** */
/************************max-width:1280px */
@media (max-width: 1280px) {
    .header nav{
        width: 65%;
    }
    .first-section>div{
        margin: 0 3rem;
    }
    /* *10* */
    .section-ten>div{
        margin: auto;
    }
    .section-ten-text{
        margin: 4rem auto;
    }
    /* *footer* */
    .footer {
        flex-direction: row;
        justify-content: space-around;
        margin: 2rem 2rem;
        max-width: 75rem;
    }
}


/* max-width: 940px */
@media (max-width: 940px) {
    .header{
        margin: 2rem 2rem;
    }
    .header>nav{
        display:none;
    }
    .sign--btn{
        display:none;
    }
    .hamburger-menu{
        height: 3rem;
        display: block;
    }
    .show-menu{
        display: flex;
    }
    .hamburger-menu-nav{
        position: absolute;
        top: 0;
        right:1%;
        z-index: 2;
        flex-direction: column;
        justify-content: space-between;
        width:50%;
        background-color: #ffffff;
    }

    .hamburger-menu-nav>img {
        position: relative;
        width: 15px;
        right: 86%;
        padding: 8px;
    }

    .hamburger-menu-nav>div{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 1rem;
    }
    .hamburger-menu-nav>div>div{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 1rem;
        border-bottom: 1px solid #55555526;
    }
    .hamburger-menu-nav>div>div>a{
        color: #3f4451;
        line-height: 2.316;
        text-align: left;
        text-decoration: none ;
    }
    /**10**/
    .section-ten{
        background:none;
    }
    .section-ten>div{
        background:url(../image/base.png);
        /* background-repeat: no-repeat; */
        margin:2rem 0;
        display: flex;
        flex-direction:column;
        align-items: center;
        overflow: hidden;
        background-size: contain;
        height: 53rem;
        min-width:550px;
    }
    .section-ten-text>h2 {
        text-align: center;
    }
    .section-ten-text>p {
        text-align: center;

    }
    .section-ten-img-iPhone {
        position: relative;
        height: 25rem;
        left: -7.5rem;
        top: -16rem;
    }
    .section-ten-img-android {
        position: relative;
        height: 25rem;
        left: 0rem;
        top: 12.5rem;
    }
    /**footer**/
    .footer{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-contact-us{
        align-items: center;
    }
    .footer-contact-us-info{
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        flex-wrap: wrap;
        margin: auto 8rem;
        align-items: center;
        justify-content: center;
    }
    .footer-contact-us-info>div{
        flex-direction:column ;
    }
    .footer-contact-us-sn {
        gap: 2.5rem;
    }
    .footer-part2{
        flex-direction: row;
    }
    .footer-trust-symbol{
        order: -1;
        display: flex;
        gap: 1.5rem;
        margin-top: 2rem;
        flex-direction: row;
        width: 60%;
    }
    .footer-part2 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 7rem;
        align-items: center;
        row-gap: 1.5rem;
        margin: 1rem 3rem;
    }

}
/**************************************max-width:768px */
@media (max-width:768px) {
    .calculator-section-bitcoin>select,
    .calculator-section-toman>select{
        width: 50%;
        right:57%;
        bottom: 46.5%;
        font-size: 12px;
    }
    .calculator-swap-btn{
        right: 44.5%;
    }
    .section-ten-downloads{
        flex-direction:column;
        align-items: center;
    }
    .section-ten-img-iPhone {
        top: -22rem;
    }
    .section-ten-img-android {
        top: 7.5rem;
    }
}
/* max-width:640px */
@media (max-width:640px){
    .hamburger-menu-nav>img {
        right: 83%;
    }
    .footer-contact-us-info{
        margin:auto;
    }
}


/* max-width:440px */
@media (max-width:440px){
    .hamburger-menu-nav>img {
        right: 80%;
    }
    .section-ten>div{
        min-width: 24rem;
    }
}
