@font-face {
    font-family: Dirooz;
    src: url(../fonts/Dirooz-FD.ttf) format('truetype');
    src: url(../fonts/Dirooz-FD.eot) format('eot');
    src: url(../fonts/Dirooz-FD.woff) format('woff');
    src: url(../fonts/Dirooz-FD.woff2) format('woff2')
}

* {
    font-family: Dirooz;
    direction: rtl;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box
}

body {
    background-color: #f2f8fb
}

a {
    text-decoration: none
}

button,
input,
textarea {
    border: 0;
    outline: 0
}

ul li {
    list-style: none
}

.clear-fix {
    clear: both
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.container {
    width: 100%;
    max-width: 80%
}

.navbar {
    padding-top: 40px
}

.nav-intro {
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .07);
    z-index: 10;
    transition: all .4s ease
}

.header-logo {
    float: left;
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 18px;
    color: #4a4a4a
}

.menu-item {
    display: inline-block
}

.menu-item a {
    padding-left: 25px;
    font-size: 14px;
    color: #4a4a4a
}

.menu-item a:first-child {
    padding-right: unset !important
}

.intro-content>* {
    float: left
}

.intro-banner,
.intro-logo {
    width: calc(calc(100% / 2) - 90px)
}

.logo-menu {
    float: left;
    width: 60px;
    height: 60px;
    margin-top: -18px;
}

.intro-logo img {
    height: 400px;
    margin-top: 50px;
    animation: girl 2s linear infinite;
    transition: all .3s ease
}

@keyframes girl {
    50% {
        transform: translateY(20px)
    }
}

.intro-banner {
    position: absolute;
    top: 300px
}

.intro-banner h2 {
    font-size: 2em;
    color: #222;
    margin-bottom: 20px
}

.intro-banner p {
    font-size: 16px;
    color: #4a4a4a
}

.intro-start {
    position: absolute;
    margin-right: 18%;
    margin-top: 40px;
    padding: 15px 20px;
    background-color: #4169e1;
    color: #fff;
    border-radius: 5px
}

@media (max-width: 969.98px) {
    .intro-logo {
        display: none
    }
    .intro-banner {
        position: unset !important;
        text-align: center;
        width: 100%;
        padding-top: 150px
    }
    .intro-start {
        position: unset !important;
        margin-right: unset !important;
        padding: 10px 15px
    }
    .intro-banner p {
        margin-bottom: 40px;
        font-size: 14px
    }
    .intro-banner h2 {
        font-size: 1.5em
    }
}

.menu-burger {
    background: #fff;
    font-size: 20px;
    display: none
}

.menu-burger img {
    width: 30px
}

.show {
    display: inline !important;
    transition: all .4s ease
}

@media (max-width: 799.98px) {
    .header-menu {
        display: none
    }
    .menu-burger {
        display: inline
    }
    .header-menu {
        position: absolute;
        top: 68px;
        right: 0;
        background: #fff;
        width: 100%;
        z-index: 3000;
        transition: all .4s ease;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .07)
    }
    .menu-item {
        display: block;
        text-align: center;
        padding: 20px 0;
        transition: all .4s ease
    }
    .nav-intro {
        padding: 10px 20px
    }
    .menu-burger img {
        margin-top: 10px
    }
    .logo-menu {
        margin-top: 1px
    }
}

.about-content {
    background: linear-gradient(45deg, #df2bb4, #f8a029) !important;
    border-top: 1px solid #cecece;
    margin-top: 100px;
    padding: 50px 0;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%)
}

.about-header {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px
}

.about-header h3 {
    display: inline;
    font-weight: 200;
    font-size: 2rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px
}

.about-container>* {
    float: right
}

.about-container {
    text-align: center
}

.about-box {
    background-color: #fff;
    width: calc(calc(100% / 3) - 40px);
    margin: 0 20px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 300px;
    border-radius: 30px;
    transition: all .5s ease
}

.icon {
    font-size: 40px;
    color: #c679e3 !important;
    margin-top: 50px
}

.about-box h3 {
    font-weight: 200;
    margin-top: 20px;
    font-size: 30px;
    margin-bottom: 20px;
    color: rgba(75, 75, 75, 1)
}

.text-muted {
    color: #9aa0ac !important;
    font-size: 14px
}

.about-box:hover {
    background: linear-gradient(45deg, #172ccb, #3b7cff) !important;
    box-shadow: 0 10px 22px 10px rgba(27, 38, 49, .1);
    color: #fff
}

.about-box:hover h3 {
    color: #fff
}

.about-box:hover p {
    color: #fff !important
}

.about-box:hover .icon {
    color: #fff !important
}

@media (max-width: 1000px) {
    .about-box {
        width: calc(calc(100% / 2) - 40px)
    }
}

@media (max-width: 800px) {
    .about-box {
        width: 100%;
        margin: 0;
        margin-bottom: 10px
    }
    .about-header h3 {
        font-size: 25px
    }
}

.counter-user {
    width: 100%;
    background: #090979;
    background: -o-linear-gradient(126deg, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    background: linear-gradient(324deg, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%)
}

.header-counter {
    text-align: center;
    padding: 100px 0
}

.header-counter h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 200;
    display: inline;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

.counter-content>* {
    float: right
}

.counter {
    padding: 10px 20px;
    min-height: 100px;
    background-color: #fff;
    margin: 0 15px;
    width: calc(calc(100% / 4) - 30px);
    margin-bottom: 50px;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(75, 75, 75, .23);
    box-shadow: 0 0 5px rgba(75, 75, 75, .23)
}

.counter h4 {
    margin-top: 15px;
    font-weight: 200
}

@media (max-width: 756.98px) {
    .counter {
        width: calc(calc(100% / 2) - 30px)
    }
    .header-counter h3 {
        font-size: 1.5rem
    }
}

@media (max-width: 367.98px) {
    .counter h4 {
        font-size: 14px
    }
    .header-counter h3 {
        font-size: 1rem
    }
    .zarin h4 {
        font-size: 14px !important
    }
}

.footer {
    padding: 40px 0;
    background-color: #2c3e50
}

.footer p {
    font-size: 14px;
    color: #fff;
    text-align: center
}

.zarin {
    float: right;
    max-width: 30%
}

.zarin h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 30px
}

.product-logo {
    text-align: center;
    margin-top: 120px
}

.product-logo img {
    width: 200px;
    height: 200px;
    animation: logo 2s linear infinite;
    transition: all .5s ease-in-out
}

@keyframes logo {
    50% {
        transform: translateY(20px)
    }
}

.content-pro {
    text-align: center;
    margin-top: 60px
}

.content-pro h3 {
    font-size: 1.5rem;
    margin-bottom: 10px
}

.content-pro p {
    font-size: 14px;
    color: #4a4a4a
}

.form-group {
    margin-top: 60px;
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 2px 5px rgba(75, 75, 75, .2);
    border-radius: 6px;
    padding: 100px 40px;
    margin-bottom: 60px;
    padding-top: 50px;
    display: flex;
    flex-direction: column
}

.select {
    width: 100%;
    padding: 15px 10px;
    border: 0;
    outline: 0;
    background-color: #3498db;
    background: linear-gradient(128deg, #e67e22, #e74c3c);
    border-radius: 40px;
    box-shadow: 0 0 10px #e74c3c;
    font-size: 14px;
    margin-top: 20px
}

.instagram {
    width: 100%;
    padding: 15px 10px;
    border: 0;
    outline: 0;
    background-color: #3498db;
    background: linear-gradient(128deg, #e67e22, #d80c61);
    border-radius: 40px;
    box-shadow: 0 0 10px #e74c3c;
    font-size: 14px;
    margin-top: 20px;
    display: none;
    transition: all .3s ease-in-out
}

.telegram {
    width: 100%;
    padding: 15px 10px;
    border: 0;
    outline: 0;
    background-color: #3498db;
    background: linear-gradient(128deg, #3b7cff, #3498db);
    border-radius: 40px;
    font-size: 14px;
    margin-top: 20px;
    display: none;
    transition: all .3s ease-in-out
}

.show-item {
    display: block !important
}

.hide {
    display: none !important
}

.input-instagram {
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    display: none
}

.input-telegram {
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    display: none
}

.d-flex {
    display: flex !important
}

.input-instagram input {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(75, 75, 75, .4);
    padding: 10px 30px;
    margin: 10px 0;
    width: 100%;
    border-radius: 40px;
    font-size: 14px
}

.input-telegram input {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(75, 75, 75, .4);
    padding: 10px 30px;
    margin: 10px 0;
    width: 100%;
    border-radius: 40px;
    font-size: 14px
}

.btn {
    position: absolute;
    right: 50px;
    top: 220px;
    padding: 10px 20px;
    border-radius: 40px;
    background-color: #2ecc71;
    color: #fff;
    box-shadow: 0 0 10px #2ecc71;
    cursor: pointer
}

@media (max-width: 569.98px) {
    .instagram,
    .select,
    .telegram {
        max-width: 100%;
        padding: 10px 20px
    }
    .input-instagram input {
        width: unset !important
    }
    .input-telegram input {
        width: unset !important
    }
}

@media (max-width: 449.98px) {
    .product-logo {
        margin-top: 40px
    }
    .product-logo img {
        width: 120px;
        height: 150px
    }
    .content-pro h3 {
        font-size: 1rem
    }
    .content-pro p {
        font-size: 10px
    }
    .btn {
        right: -28
    }
}

#products,
#inputs {
    display: block;
    width: 100%;
}