@charset "utf-8";
/* CSS Document */
@font-face{
	font-family: vazir;
	src: url("../fonts/Vazir.ttf");
}

:root {
    --color: rgb(98, 152, 47);
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
    direction: rtl;
    line-height: 1.6;
}

nav {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    display: flex;
    flex-direction: row;
    height: 50px;
    background-color: var(--color);
    border-radius: 0px 0px 20px 20px;
    position: fixed;
    z-index: 3;
    padding-top: 10px;
    padding-right: 50px;
}

nav ul li {
    list-style-type: none;
    margin-left: 70px;
}

.logo-row {
    margin-left: 120px;
}

.first-li {
    color: #ffffff;
    text-decoration: none !important;
    font-family: 'vazir';
    font-size: 1.2em;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none !important;
    font-family: 'vazir';
    font-size: 1em;
}

.topnav ul{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.icon-nav {
    display: none;
}


.main-div {
    padding: 70px 0;
    overflow: hidden;
    transition: margin 0.3s;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    display: block;
}

.main-outside {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 70px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}
.main-inside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center!important;
    align-items: center!important;
}


.main-text {
    flex: 50%;
}

.main-img {
    flex: 50%;
}


.main-text h1 {
    font-family: 'vazir';
    color: var(--color);
    position: relative;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.main-text h1::before {
    content: " ";
    position: absolute;
    top: 10px;
    right: -40px;
    background: var(--color);
    width: 20px;
    height: 20px;
    border-radius: 6px;
}

.main-text p {
    font-family: 'vazir';
    font-size: 1.1em;
    margin-bottom: 25px;
}

.buttons-main {
    display: flex;
    flex-direction: row;
}

.download-and-main {
    text-align: center;
    background-color: rgb( 27, 48, 74);
    color: white;
    font-family: 'vazir';
    font-size: 1em;
    border: 2px solid rgb( 27, 48, 74);
    border-radius: 15px;
    margin: 0 5px;
    padding: 0px 8px;
    min-width: 150px;
    min-height: 50px;
    cursor: pointer;
    transition: all 0.3s;
}


.download-ios-main {
    text-align: center;
    background: white;
    color: rgb( 27, 48, 74);
    border: 2px solid rgb( 27, 48, 74);
    font-family: 'vazir';
    font-size: 1em;
    border-radius: 15px;
    margin: 0 5px;
    padding: 0px 8px;
    min-width: 150px;
    min-height: 50px;
    cursor: pointer;
    transition: all 0.3s;
}

.titlethree-shapes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 50px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
}

.titlethree-shapes__wrapper {
    position: relative;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.titlethree-shapes__bg svg path  {
    fill: rgb(98, 152, 47);
}

.titlethree-shapes__dots {
    position: absolute;
    right: 190px;
    bottom: 108px;
}

.titlethree-shapes__dots svg path {
    fill: rgb(27, 48, 74);
}


.titlethree-shapes__circle {
    position: absolute;
    right: -100px;
    bottom: 130px;
}

.titlethree-shapes__circle svg line {
    stroke: rgb(27, 48, 74);
}

.titlethree-shapes__imgWrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    width: 300px;
    height: 255px;
    border-radius: 25px;
    right: -60px;
    bottom: 65px;
}

.titlethree-shapes__imgWrapper .titlethree-shapes__imgWrapper-image {
    display: inline-block;
    width: 290px;
    height: 245px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}




.section-one {
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 100px;
    text-align: center;
}

.section-one h3 {
    font-family: 'vazir';
    color: rgb(44, 120, 115);
    margin-bottom: 29px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.76;
    position: relative;
    margin-bottom: 50px;
}

.underline-h3 {
    position: relative;
}

.underline-h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: rgb(0, 0, 95);
    border-radius: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.col-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.row {
    width: 182px;
    position: relative;
    margin-bottom: 26px;
}

.circle {
    width: 52px;
    height: 52px;
    position: relative;
    border-radius: 50%;
    margin: auto 57px;
    margin-bottom: 30px;
    background: rgb(38, 186, 101, 0.1);
}

.row svg {
    position: absolute;
    width: 50px;
    top: 2%;
    right: 43%;
}

.section-icon {
    fill: rgb(0, 0, 95) !important;
}

.section-icon2 {
    fill: rgb(27, 48, 74) !important;
}


.topic h4 {
    font-family: 'vazir';
}

.topic p {
    font-family: 'vazir';
    line-height: 1.5;
    font-size: 14px;
    margin: 10px 27px;
}

.odd-img {
    position: absolute;
    top: 4%;
    left: -27%;
}

.even-img {
    position: absolute;
    top: 12%;
    left: -27%;
}


.odd-img img , .even-img img {
    width: 87px;
}


.section-two {
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.section-two-img {  
    width: 27%;
    margin-left: 10%;
    margin-right: 3%;

}

.section-two-img img {
    user-select: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-topic {
    width: 58%;
    position: relative;
}

.section-topic i {
    width: 65px;
    height: 65px;
    display: flex;
    position: absolute;
    bottom: 120px;
    left: -110px;
    z-index: 0;
}

.section-topic i .texttwo__left-circle {
    fill: rgba(38, 186, 101);
}

.section-topic h3 {
    color: rgb(44, 120, 115);
    margin-bottom: 30px;
    font-family: 'vazir';
    font-size: 20px;
    font-weight: 600;
    line-height: 1.76;
    text-align: right;
    position: relative;
}

.section-topic h3::before {
    content: "/";
    display: block;
    color: rgb(0, 0, 95);
    position: absolute;
    right: -20px;
    top: -3px;
    z-index: 0;
    font-size: 25px;
    font-weight: bold;
}

.section-topic p {
    font-family: 'vazir';
    font-size: 0.9em;
}

.buttons{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 45px;
}
.and-button {
    background-color: rgb(38, 186, 101);
    color: #ffffff;
    border: 1px solid rgb(38, 186, 101);
    margin-left: 10px;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 10px;
    height: 100%;
    cursor: pointer;
}

.and-button p {
    font-family: 'vazir';
    font-size: 15px;
    margin: 5px 10px;
}

.left-box1 {
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 6px;
    user-select: none;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.1);
}

.buttons svg path {
    fill: currentColor !important;
}


.ios-button {
    background-color: #ffffff;
    color: rgb(27, 48, 74);
    border: unset;
    border: 1px solid rgb(27, 48, 74);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border-radius: 10px;
    height: 100%;
    cursor: pointer;
}

.left-box2 {
    left: 0;
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 6px;
    user-select: none;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(27, 48, 74);
}

.buttons .section-icon2 , .buttons .section-icon{
    fill: #ffffff !important;
}

.ios-button p {
    font-family: 'vazir';
    font-size: 15px;
    margin: 5px 10px;
}


.ios-button:active {
    background-color: rgb(27, 48, 74);
    color: #ffffff;
    outline: unset;
    box-shadow: unset;
}

.ios-button:hover {
    background-color: rgb(27, 48, 74);
    color: #ffffff;
    outline: unset;
    box-shadow: unset;
}

footer {
    margin-top: 150px;
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
    background-color: var(--color);
    border-radius: 20px 20px 0px 0px;
    padding: 40px 100px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between ;
}

.footer1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between ;
    margin-bottom: 25px;
}

.footer2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    
}

.footer2 a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-family: 'vazir';
    border-top: 1px dashed rgb(255, 255, 255, 0.1);
    width: 160px;
    padding-top: 10px;
    text-align: center;
}

.footer2 span {
    color: red;
}

.column1 {
    width: 40%;
}

.column1 h5 {
    font-family: 'vazir';
    color: #ffffff;
    margin-right: 20px;
    margin-bottom: 18px;
    font-size: 0.9em;
}

.column1 p {
    font-family: 'vazir';
    color: #ffffff;
    font-size: 0.8em;
    line-height: 2.2;
}

.column2 {
    width: 35%;
}

.column2 ul li {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.column2 ul li img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    object-fit: contain;
}

.column2 ul li p {
    font-family: 'vazir';
    color: #ffffff;
    font-size: 0.8em;
}

.column2 ul li a {
    font-family: 'vazir';
    color: #ffffff;
    font-size: 0.8em;
    text-decoration:none;
}

.column2 ul li a:hover{
	text-decoration:underline;
}

.column3 {
    display: flex;
    flex-direction: column;
}

.footer-row1 , .footer-row2{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
}

.footer-row1 a svg {
    width: 28px;
    height: 28px;
    transition: 0.3s;
    margin: 5px;
}

.footer-row2 a svg {
    width: 28px;
    height: 28px;
    transition: 0.3s;
    margin: 5px;
}

.footer-row1 a .icon-holder svg path {
    fill: white;
}

.footer-row2 a .icon-holder svg path {
    fill: white;
}


.footer-row1 a .icon-holder svg circle {
    fill: white;
}


.footer-row2 a .icon-holder svg circle {
    fill: white;
}

.footer-row2 a .icon-holder svg rect {
    fill: white;
}

.hidden {
    height: 1px;
    width: 100%;
    position: absolute;
    top: -100px;
    left: 0;
    background: #f6f9fa;
    box-shadow: 0 0 10px 10px #f6f9fa;
}

.copyright {
    font-size: 8px;
    text-align: center;
    position: relative;
    z-index: 1;
    bottom: 8000px;
}

@media (min-width: 1016px) and (max-width: 1300px) {
    .row {
        width: 168px;
    }

}
@media screen and (max-width: 1200px) {

    .main-text h1 {
        font-size: 1.5em;
    }

    .main-text p {
        font-size: 1em;
    }

    .even-img {
        left: -31%;
    }

    .odd-img {
        left: -29%;
    }

    .odd-img img, .even-img img {
        width: 65px;
    }


    .topic h4 {
        font-size: 0.8em;
    }

    .topic p {
        font-size: 13px;
    }

    .column1 p {
        font-family: 'vazir';
        color: #ffffff;
        font-size: 0.6em;
        line-height: 2.2;
    }

    .section-one {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }

    .section-two {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        align-items: center;
    }

}

@media (max-width: 1024px) {

    .main-outside {
        width: 80%;
        padding-left: 0;
        padding-right: 0;
    }

    .main-inside {
        flex-wrap: nowrap;
    }

    .main-text {
        flex: 30%;
    }

    .row {
        width: 176px;
    }

    .odd-img img, .even-img img {
        width: 70px;
    }

    .even-img {
        left: -27%;
    }

    .odd-img {
        left: -25%;
    }
}

@media (max-width: 1000px) {

    .copyright {
        bottom: 10000px;
    }

    .row svg {
        position: absolute;
        width: 50px;
        top: 2%;
        right: 46%;
    }

    .logo-row {
        width: 100%;
    }

    .topnav {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 67%;
      }
      .topnav ul {display: none;}
      .topnav .icon-nav {
        float: left;
        display: block;
        position: relative;
        top: 7px;
        right: 27px;
      }

      .topnav.responsive {
        position: relative;
        height: 300px;
        padding-top: 37px;
        width: 67%;
      
      }

      .topnav.responsive .icon-nav {
        position: absolute;
        left: 0;
        top: 7px;
      }
      .topnav.responsive ul {
        float: none;
        display: block;
        margin-right: 10px;
        position: relative;
        right: -213px;
        background-color: var(--color);
        padding-right: 20px;
        padding-top: 20px;
        border-radius: 0px 0px 20px 20px;
      } 

      .topnav ul li {
          width: 172px;
          margin-bottom: 20px;
      }

      .line-nav {
        background-color: #ffffff;
        border-radius: 10px;
        width: 25px;
        height: 3px;
        margin-bottom: 4px;
      }
    


    .main-inside {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-img {
        margin-right: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

     .titlethree-shapes {
        margin-right: 0;
    }

    .titlethree-shapes__bg {
        transform: rotate(90deg) scaleY(-1);
    }

    .titlethree-shapes__bg svg {
        height: 250px;
    }

    .titlethree-shapes__dots {
        right: 215px;
        bottom: -40px;
    }

    .titlethree-shapes__circle {
        right: 75px;
        bottom: 190px;
        transform: rotate(-90deg);
    }

    .titlethree-shapes__circle svg {
        height: 85px;
    }

    .titlethree-shapes__imgWrapper {
        right: 3px;
        bottom: -30px;
    }





     
    .main-text {
        margin: 120px 6px;
        padding: 0px 10px;
        margin-bottom: 0;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        order: 1;
        }


     .main-text h1::before {
     
         right: -30px;
     }
 
     .even-img , .odd-img{
       display: none;
     }
 
     .topic h4 {
         font-size: 1em;
     }
 
     .topic p {
         font-size: 15px;
     }
 
     .section-topic i {
         left: 0;
         right: -94px;
     }
 
     .section-two-img {
        width: 40%;
        margin: 0;
        margin-bottom: 20px;
     }
 
     .section-topic {
         width: 74%;
         position: relative;
     }
 
     .buttons {
         display: flex;
         flex-direction: row;
         justify-content: center;
         margin-top: 45px;
     }
 
 
 footer {
     width: 90%;
     margin-right: 5%;
     margin-left: 5%;
     padding: 25px 17px;
 }
 
 .footer1 {
     display: flex;
     flex-direction: column;
 }
 
 .column1 , .column2 , .column3 {
     width: 100%;
     margin-bottom: 20px;
 }
 
 .column1 h5 {
     font-size: 1.1em;
 }
 
 .column1 p {
     font-size: 0.8em;
 }
 
 .column2 ul li {
     margin-bottom: 20px;
 }
 
 .column2 ul li p {
     font-size: 0.9em;
 }
 
 .column2 ul li a {
     font-size: 0.9em;
 }
 
 .column3 {
     display: flex;
     flex-direction: row;
     align-items: center;
 }
}

@media (max-width: 700px) {

    .main-div {
        display: flex;
        flex-direction: column-reverse;
    }


    .main-text {
    margin: 120px 6px;
    padding: 0px 10px;
    margin-bottom: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    order: 1;
    }

    .main-text h1::before {
    
        right: -30px;
    }

    .even-img , .odd-img{
      display: none;
    }

    .topic h4 {
        font-size: 1em;
    }

    .topic p {
        font-size: 15px;
    }

    .section-topic i {
        left: 0;
        right: -94px;
    }

    .section-two-img {
        width: 75%;
       margin: 0;
       margin-bottom: 20px;
    }

    .section-topic {
        width: 74%;
        position: relative;
    }

    .buttons {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-top: 45px;
    }

    .and-button {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .and-button p {
    margin: 5px 33px; 
    }

    .ios-button p {
        margin: 5px 41px;
    }

footer {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding: 25px 17px;
}

.footer1 {
    display: flex;
    flex-direction: column;
}

.column1 , .column2 , .column3 {
    width: 100%;
    margin-bottom: 20px;
}

.column1 h5 {
    font-size: 1.1em;
}

.column1 p {
    font-size: 0.8em;
}

.column2 ul li {
    margin-bottom: 20px;
}

.column2 ul li p {
    font-size: 0.9em;
}

.column2 ul li a {
    font-size: 0.9em;
}

.column3 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

}
