*,body {
    box-sizing: border-box
}

.footerWrap .getItems li a,.sectionOne .getSoftware .getItems li a {
    margin: 0 auto 12px;
    max-width: 350px;
    background: #fff;
    box-shadow: 0 2px 5px 2px rgba(0,0,0,.15);
    overflow: hidden
}

@font-face {
    font-family: SDF;
    src: url(Vazirmatn-RD-FD-Medium.woff2) format("woff");
    font-display: swap
}

body {
    font-family: SDF!important;
    overflow-x: hidden;
    color: #333;
    direction: rtl;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    background: #fff
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%
}

a {
    text-decoration: none!important
}

i {
    font-style: normal
}

ul {
    list-style-type: none;
    padding-right: 10px
}

.img-responsive {
    max-width: 100%;
    height: auto
}

.generalMainWrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg,#fff 68.61%,#fbfbfb 100%)
}

.mainContentWrap {
    flex: 1;
    display: flex;
    flex-direction: column
}

.bannerWrap {
    background: linear-gradient(270deg, #009163 0%, #07634D 100%);
    max-height: 66px
}

.bannerWrap .imgWrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    overflow: hidden
}

.bannerWrap .imgWrap .boyRotate {
    padding-left: 30px
}

.bannerWrap .imgWrap .animation,.bannerWrap .imgWrap .play {
    padding-left: 15px
}

.bannerWrap .imgWrap .boyHappy {
    padding: 0 20px;
    align-self: end
}

.bannerWrap .imgWrap .competition {
    padding-left: 10px
}

.bannerWrap .imgWrap .man {
    padding-right: 20px
}

.bannerWrap .imgWrap .boyHappyMobile,.sectionOne .imgMobileWrap {
    display: none
}

.sectionOne {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex: 1
}

.sectionOne .getSoftware .logoMain {
    margin-bottom: 50px;
    margin-top: 50px
}

.sectionOne .getSoftware .getItems {
    width: 100%;
    margin: 0;
    padding: 0
}

.sectionOne .getSoftware .getItems li a {
    border: 1px solid #ececec;
    border-radius: 20px;
    display: flex;
    padding: 15px 20px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: 550ms cubic-bezier(.19, 1, .22, 1)
}

.footerWrap .getItems li a:after,.sectionOne .getSoftware .getItems li a:after {
    background: #78d67f;
    content: "";
    height: 155px;
    left: -60%;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: .9s cubic-bezier(.19, 1, .22, 1);
    width: 50%;
    z-index: 1;
    border-radius: 50%
}

.footerWrap .getItems li a div,.sectionOne .getSoftware .getItems li a div {
    display: flex;
    flex-direction: column
}

.sectionOne .getSoftware .getItems li a span {
    font-weight: 700;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: -.017em;
    color: #555;
    z-index: 10;
    text-align: right
}

.footerWrap .getItems li a .description,.sectionOne .getSoftware .getItems li a .description {
    font-size: 12px
}

.sectionOne .getSoftware .getItems li a img {
    width: 38px;
    height: 38px;
    z-index: 10
}

.footerWrap .getItems li a:hover,.sectionOne .getSoftware .getItems li a:hover {
    border: 1px solid #ffd541;
    box-shadow: 0 2px 5px 2px rgba(39,255,122,.15)
}

.footerWrap .getItems li a:hover:after,.sectionOne .getSoftware .getItems li a:hover:after {
    top: 0;
    left: 120%;
    transition: 550ms cubic-bezier(.19, 1, .22, 1)
}

.downloadFooter,.sectionOne .getSoftware .downloadWrap {
    padding: 8px 0 0;
    margin: 0;
}

.sectionOne .getSoftware .downloadWrap li {
    border-radius: 15px;
    padding: 7px;
    margin-bottom: 12px;
    transition: .3s ease-in-out;
    position: relative;
    overflow: hidden
}

.downloadFooter li:after,.sectionOne .getSoftware .downloadWrap li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-radius: 15px;
    height: 100%;
    width: 100%;
    background: #333343;
    z-index: 0;
    transition: .2s ease-in-out
}

.downloadFooter li::before,.sectionOne .getSoftware .downloadWrap li::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 0%;
    border-radius: 15px;
    width: 70%;
    background: #fbbe18;
    z-index: 0;
    transition: .2s ease-in-out;
    transform: rotate(20deg)
}

.sectionOne .getSoftware .downloadWrap li a {
    display: flex;
    align-items: center;
    z-index: 10;
    position: relative
}

.downloadFooter li span,.sectionOne .getSoftware .downloadWrap li span {
    color: #fff
}

.downloadFooter li img,.sectionOne .getSoftware .downloadWrap li img {
    margin-right: 8px
}

.downloadFooter li .media,.sectionOne .getSoftware .downloadWrap li .media {
    display: flex;
    flex: 1;
    align-items: flex-end;
    align-items: start;
    justify-content: flex-end
}

.downloadFooter li:hover:after,.sectionOne .getSoftware .downloadWrap li:hover:after {
    width: 0;
    height: 0
}

.downloadFooter li:hover::before,.sectionOne .getSoftware .downloadWrap li:hover::before {
    width: 100%;
    height: 100%;
    transform: rotate(0)
}

.sectionOne .imgDesktopWrap {
    max-width: 50%
}

.sectionFooter {
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    padding-top: 20px
}

.sectionFooter:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 1400px;
    height: 800px;
    background: #fffbec;
    background-blend-mode: multiply;
    border-radius: 50%;
    z-index: 0;
    max-width: 100%
}

.footerWrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 100px;
    z-index: 10;
    position: relative
}

.footerWrap .panel {
    width: 35%
}

.footerWrap .panel h5 {
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #333343;
    margin: 0 0 15px
}

.footerWrap .panel p,.footerWrap .tellWrap h5 {
    align-items: center;
    color: #333343;
    font-size: 14px
}

.footerWrap .panel p {
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    text-align: justify;
    margin: 0
}

.footerWrap .tellWrap {
    width: 24%;
    flex: 1;
    max-width: 342px
}

.footerWrap .tellWrap h5 {
    font-weight: 700;
    margin: 0 auto 20px;
    text-align: center;
    display: table
}

.footerWrap .tellWrap .tell {
    background: #fff;
    border: .5px solid #ececec;
    box-shadow: inset 0 2px 3px 1px rgba(0,0,0,.15);
    border-radius: 20px 29.5px 29.5px 20px;
    display: flex;
    padding: 8px 12px;
    align-items: center
}

.footerWrap .tellWrap .tell img {
    width: 21.36px;
    height: 16.23px;
    margin: 0 10px;
    animation: 1s infinite call
}

.footerWrap .tellWrap .tell a {
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    display: flex;
    align-items: center;
    letter-spacing: -.05em;
    color: #fff;
    padding: 7px 12px 2px;
    position: relative;
    z-index: 10;
    transition: .3s ease-in-out
}

.footerWrap .tellWrap .tell a:before {
    background: linear-gradient(0deg,rgba(109,193,197,.95),rgba(109,193,197,.95));
    border: .5px solid #6dc1c5;
    border-radius: 20px 10px 10px 20px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .3s ease-in-out
}

.footerWrap .tellWrap .tell a:after {
    background: linear-gradient(0deg,rgba(255,213,65,.95),rgba(255,213,65,.95));
    border: .5px solid transparent;
    border-radius: 20px 10px 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    z-index: -1;
    transition: .3s ease-in-out;
    transform: rotate(45deg);
    opacity: 0
}

.footerWrap .tellWrap .tell a:hover {
    color: #000
}

.footerWrap .tellWrap .tell a:hover:before {
    width: 0;
    border: .5px solid transparent;
    opacity: 0;
    transform: rotate(45deg)
}

.footerWrap .tellWrap .tell a:hover:after {
    width: 100%;
    border: .5px solid #ffd541;
    transform: rotate(0);
    opacity: 1
}

.footerWrap .tellWrap .tell span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: -.05em;
    flex: 1;
    color: #6dc1c5
}

.footerWrap .getItems {
    width: 18%;
    margin: 30px 0 0;
    padding: 10px;
    flex: 1;
    max-width: 240px
}

.downloadFooter li a,.footerWrap .getItems li a {
    align-items: center;
    position: relative;
    display: flex
}

.footerWrap .getItems li a {
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 12px 20px;
    justify-content: space-between;
    transition: 550ms cubic-bezier(.19, 1, .22, 1)
}

.footerWrap .getItems li a span {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    letter-spacing: -.05em;
    color: #000;
    z-index: 10;
    flex-direction: column
}

.footerWrap .getItems li a img {
    width: 25px;
    height: 25px;
    z-index: 10
}

.downloadFooter li {
    border-radius: 15px;
    padding: 8px;
    margin-bottom: 12px;
    transition: .3s ease-in-out;
    position: relative;
    overflow: hidden
}

.downloadFooter li a {
    z-index: 10
}

.downloadFooter li .media img {
    max-width: 30px
}

.sectionTwo {
    position: relative;
    background: url("../img/sectionTwo.png") right top/auto 100% no-repeat
}

.panelTwo {
    margin-top: 80px;
    margin-bottom: 200px
}

.panelTwo .panelHeading {
    font-weight: 700;
    font-size: 32px;
    line-height: 54px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #555;
    justify-content: center;
    margin-top: 0
}

.panelTwo .numbers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    margin-top: 80px;
    padding: 0
}

.panelTwo .numbers li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.panelTwo .numbers li .title {
    font-size: 45px;
    line-height: 70px;
    color: #555;
    margin-bottom: 25px
}

.panelTwo .numbers li .number {
    font-weight: 700;
    font-size: 128px;
    line-height: 110px;
    color: #64deb2;
    -webkit-text-stroke: 0.1px #555555
}

.panelTwo .numbers li .afterTitle {
    font-size: 40px;
    color: #555;
    align-self: flex-end;
    margin-top: -30px
}

.sectionThree {
    position: relative;
    background: url("../img/sectionThree.png") right bottom no-repeat,url("../img/sectionThree2.png") left top no-repeat
}

.panelThree {
    margin-top: 100px;
    margin-bottom: 140px
}

.panelThree .panelHeading {
    font-weight: 700;
    font-size: 36px;
    color: #000;
    text-align: center;
    margin: 0
}

.panelThree .panelMore {
    margin: 15px 0 0;
    font-size: 18px;
    text-align: center;
    color: #666
}

.panelThree .panelBody .services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
    padding: 0
}

.panelThree .panelBody .services li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
    margin-bottom: 40px;
    padding: 10px;
    height: inherit
}

.panelThree .panelBody .services li .media {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center
}

.panelThree .panelBody .services li img {
    max-height: 90px;
    max-width: 170px
}

.panelThree .panelBody .services li .title {
    font-size: 24px;
    color: #000;
    margin: 20px 0
}

.panelThree .panelBody .services li .description {
    flex: 1;
    font-size: 12px;
    color: #555;
    text-align: center;
    max-width: 205px
}

.panelFour {
    margin-bottom: 50px
}

.panelFour .panelHeading {
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
    color: #000
}

.panelFour .partners {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-top: 50px;
    padding: 0
}

.panelFour .partners li {
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex
}

.panelFour .partners a {
    display: block;
    padding: 0 10px
}

@media (max-width: 1399px) {
    .bannerWrap .imgWrap .competition,.bannerWrap .imgWrap .man,.bannerWrap .imgWrap .play {
        display:none
    }

    .bannerWrap .imgWrap .free {
        padding-right: 10px;
        flex: 1;
        display: flex
    }

    .bannerWrap .imgWrap .boyHappy {
        order: 100;
        padding-left: 0
    }
}

@media (max-width: 1199px) {
    .footerWrap {
        margin-bottom:50px
    }

    .panelThree .panelBody .services li .title {
        font-size: 20px;
        margin: 10px 0
    }
}

@media (max-width: 991px) {
    .footerWrap,.footerWrap .panel {
        margin-bottom:20px
    }

    .bannerWrap .imgWrap .award {
        max-width: 150px;
        padding-right: 10px
    }

    .bannerWrap .imgWrap .animation {
        max-width: 190px;
        padding-left: 10px
    }

    .bannerWrap .imgWrap .boyRotate {
        padding-left: 15px
    }

    .panelThree .panelBody .services li {
        width: 50%;
        margin-bottom: 10px
    }

    .footerWrap .panel {
        width: 100%
    }

    .sectionFooter {
        margin-top: 50px;
        background: #fffbec;
        overflow: initial;
        z-index: 2
    }

    .sectionFooter:after {
        height: 60px;
        width: 100%;
        top: -30px;
        min-width: 100%;
        z-index: 0
    }

    .panelTwo {
        margin-bottom: 145px
    }

    .panelTwo .panelHeading {
        font-size: 22px;
        line-height: 32px
    }

    .panelTwo .numbers {
        gap: 34px;
        margin-top: 40px
    }

    .panelTwo .numbers li .title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 8px
    }

    .panelTwo .numbers li .number {
        font-size: 80px;
        line-height: 80px
    }

    .panelTwo .numbers li .afterTitle {
        font-size: 20px;
        margin-top: -20px
    }
}

@media (max-width: 767px) {
    .sectionThree {
        background:url("../img/sectionThreeMobile.png") right bottom no-repeat,url("../img/sectionThreeMobile2.png") left top no-repeat
    }

    .sectionTwo {
        background: url("../img/sectionTwoMobile.png") right top no-repeat
    }

    .sectionOne {
        flex-direction: column
    }

    .sectionOne .getSoftware {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        min-height: 80vh;
        justify-content: space-evenly
    }

    .sectionOne .getSoftware .logoMain {
        margin-bottom: 0;
        margin-top: 15px;
        max-width: 200px
    }

    .sectionOne .getSoftware .imgMobileWrap {
        display: block;
        margin-bottom: 0
    }

    .sectionOne .imgDesktopWrap {
        display: none
    }

    .panelThree {
        margin-top: 50px;
        margin-bottom: 70px
    }

    .panelThree .panelMore {
        font-size: 16px
    }

    .panelThree .panelHeading {
        font-size: 23px
    }

    .panelThree .panelBody .services {
        margin-top: 25px
    }

    .panelFour .partners {
        margin-top: 20px
    }

    .panelFour .panelBody .partners li {
        min-width: 50%
    }

    .panelTwo .panelHeading {
        font-size: 19px
    }

    .footerWrap {
        flex-direction: column;
        align-items: center
    }

    .footerWrap .tellWrap {
        width: 100%
    }

    .footerWrap .getItems {
        margin-top: 15px;
        width: 100%
    }

    .footerWrap .panel h5 {
        text-align: center;
        font-size: 14px;
        justify-content: center
    }

    .footerWrap .panel p {
        text-align: center;
        font-size: 12px
    }
}

@media (max-width: 743px) {
    .bannerWrap .imgWrap .award {
        display:none
    }
}

@media (max-width: 575px) {
    .bannerWrap .imgWrap .boyRotate {
        display:none
    }

    .bannerWrap .imgWrap .boyHappy {
        max-width: 100px;
        padding-right: 10px
    }

    .bannerWrap .imgWrap .free {
        max-width: 130px;
        align-items: flex-start
    }

    .bannerWrap .imgWrap .animation {
        padding-left: 0
    }

    .sectionOne .getSoftware .downloadWrap {
        flex-direction: column;
        gap: 0;
    }

    .sectionOne .getSoftware .downloadWrap li {
        width: 100%;
        max-width: 250px;
        padding: 8px 20px
    }

    .sectionOne .getSoftware .imgMobileWrap img {
        max-width: 270px
    }

    .panelThree .panelBody .services li {
        padding: 10px 0
    }

    .panelThree .panelBody .services li .title {
        font-size: 17px
    }

    .sectionOne .getSoftware .getItems li a {
        padding: 10px 20px;
        max-width: 90%;
    }

    .panelTwo {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .panelTwo .numbers {
        flex-direction: column
    }

    .panelTwo .numbers li .afterTitle {
        align-self: center
    }
}

@media (max-width: 449px) {
    .bannerWrap .imgWrap .animation {
        max-width:160px
    }

    .bannerWrap .imgWrap .boyHappyMobile {
        display: block;
        align-self: flex-end;
        margin-left: -10px
    }

    .bannerWrap .imgWrap .boyHappy {
        max-width: 70px;
        padding-right: 10px;
        display: none
    }

    .bannerWrap .imgWrap .free {
        padding-right: 4px
    }
}

@media (max-width: 413px) {
    .downloadFooter {
        flex-direction:column;
        gap: 0;
        margin-top: 20px;
        width: 100%
    }

    .downloadFooter li {
        width: 100%;
        max-width: 250px;
        padding: 8px 20px
    }

    .footerWrap {
        margin-bottom: 0
    }

    .footerWrap .getItems {
        max-width: 270px;
        padding-top: 0;
        margin-top: 0
    }

    .panelThree .panelBody .services li {
        width: 100%
    }

    .panelFour .panelBody .partners li {
        min-width: 100%
    }
}

@media (max-width: 379px) {
    .panelFour .partners li {
        width:100%
    }
}

@media (max-width: 359px) {
    .bannerWrap .imgWrap .boyHappyMobile {
        display:none
    }
}

@keyframes call {
    from {
        transform: rotate(-10deg)
    }

    25%,75% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(10deg)
    }

    to {
        transform: rotate(-15deg)
    }
}

.bannerWrap .imgWrap {
    overflow: visible;
}
