/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 10 version
*/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}


/* 

- Grid System

*/

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row>* {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.col-1 {
    width: 8.333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-2 {
    width: 16.666666%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-3 {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-4 {
    width: 33.333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-5 {
    width: 41.666666%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-6 {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-7 {
    width: 58.333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-8 {
    width: 66.666666%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-9 {
    width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-10 {
    width: 83.333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-11 {
    width: 91.666666%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-12 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

/* sm */

@media (min-width: 576px) {

    .container {
        width: 540px;
    }
    .col-sm-1 {
        width: 8.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-2 {
        width: 16.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-3 {
        width: 25%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-4 {
        width: 33.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-5 {
        width: 41.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-6 {
        width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-7 {
        width: 58.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-8 {
        width: 66.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-9 {
        width: 75%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-10 {
        width: 83.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-11 {
        width: 91.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-12 {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
}


/* md */

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
    .col-md-1 {
        width: 8.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-2 {
        width: 16.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-3 {
        width: 25%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-4 {
        width: 33.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-5 {
        width: 41.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-6 {
        width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-7 {
        width: 58.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-8 {
        width: 66.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-9 {
        width: 75%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-10 {
        width: 83.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-11 {
        width: 91.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-12 {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
}


/* lg */

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
    .col-lg-1 {
        width: 8.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-2 {
        width: 16.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-3 {
        width: 25%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-4 {
        width: 33.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-5 {
        width: 41.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-6 {
        width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-7 {
        width: 58.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-8 {
        width: 66.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-9 {
        width: 75%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-10 {
        width: 83.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-11 {
        width: 91.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-12 {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
}


/* xl */

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
    .col-xl-1 {
        width: 8.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-2 {
        width: 16.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-3 {
        width: 25%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-4 {
        width: 33.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-5 {
        width: 41.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-6 {
        width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-7 {
        width: 58.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-8 {
        width: 66.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-9 {
        width: 75%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-10 {
        width: 83.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-11 {
        width: 91.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-12 {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
}


/* xxl */

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
    .col-xxl-1 {
        width: 8.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-2 {
        width: 16.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-3 {
        width: 25%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-4 {
        width: 33.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-5 {
        width: 41.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-6 {
        width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-7 {
        width: 58.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-8 {
        width: 66.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-9 {
        width: 75%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-10 {
        width: 83.333333%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-11 {
        width: 91.666666%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-12 {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
}

@font-face {
    font-family: "Vazir";
    src: url("../fonts/Vazir.ttf") format("truetype");
}

@font-face {
    font-family: "Vazir Medium";
    src: url("../fonts/Vazir-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Vazir Bold";
    src: url("../fonts/Vazir-Bold.ttf") format("truetype");
}

 /* :root {
    --text-color: #333333;
    --app-bg-color: #fff;
    --section-bg-color: #fff;
    --primary-color: #0ABEAD;
} */




:root{
    --text-color: #dce0e7;
    --app-bg-color: #161D26;
    --section-bg-color: #404448; 
    --primary-color:#0ABEAD;
}

:root .nav__social-phone-img,
.nav__social-mobile-img,
.nav__social-insta-img {
    color: #e3dcdc;
}
:root .nav__social-insta-img,
:root .nav__social-mobile-img,
:root .nav__social-phone-img{
    background-color: #a49696;
    border-radius: 50%;
}


:root .nav__logo {
    background-color: var(--section-bg-color);
}

:root .about__title,
:root .footer ,
:root .header{
    color: var(--text-color);
    background-color: var(--section-bg-color);
}

:root .header,
:root .about,
:root .traning__content,
:root .change-theme  {
    -webkit-box-shadow: none;
            box-shadow: none;
} 


/*

-- Reset Styles

*/
a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}


/*

-- Helper Classes

*/
.align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.skew-reset {
    -webkit-transform: translateZ(0) skewY(6deg);
            transform: translateZ(0) skewY(6deg);
}

.h-full {
    height: 100%;
}

.justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/*

-- App

*/
html {
    font-size: 10px;
}

body {
    font-family: "Vazir";
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--text-color);
    background-color: var(--app-bg-color);
    padding-top: 14rem;
}



/*

 - Header -

*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 12rem;
    background-color: var(--section-bg-color);
    -webkit-box-shadow: 0 0.5rem 4rem rgba(4, 195, 255, 16%);
            box-shadow: 0 0.5rem 4rem rgba(4, 195, 255, 16%);
    z-index: 100;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem 0;
}

.nav__logo {
    width: 8rem;
    height: 8rem;
    overflow: hidden;
}

.nav__logo-img {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 2rem;
}

/* .change-theme {
    background-color: #fff;
    width: 4rem;
    height: 4rem;
    -webkit-box-shadow: 0 0 2rem rgba(4, 195, 255, 0.2);
            box-shadow: 0 0 2rem rgba(4, 195, 255, 0.2);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.change-theme svg {
    width: 3rem;
    height: 3rem;
} */

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    z-index: 100;
}

.menu__item {
    margin-left: 3rem;
}

.menu__item2 {
    margin-left: 2rem;
}

.menu__item:last-child {
    margin-left: 0;
}

.menu__item--active {
    color: var(--primary-color);
}

.menu__link {
    display: inline-block;
    color: inherit;
    font-size: 1.5rem;
    font-family: "Vazir Medium";
    -webkit-transition: color 150ms ease-in;
    -o-transition: color 150ms ease-in;
    transition: color 150ms ease-in;
}

.menu__link:hover {
    color: var(--primary-color);
}

.nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .5rem;
}

.nav__social-insta {
    width: 12rem;
    margin: 0 auto;
}

.nav__social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .5rem;
}

.nav__social-insta,
.nav__social-phone,
.nav__social-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .5rem;
}

.nav__social-phone-img,
.nav__social-mobile-img,
.nav__social-insta-img {
    color: #fff;
    width: 2.2rem;
    height: 2.2rem;
}

.nav__toggle-icon {
    display: none;
    width: 5.5rem;
    height: 5.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.nav__toggle-line {
    position: relative;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.nav__toggle-line,
.nav__toggle-line::before,
.nav__toggle-line::after {
    content: "";
    width: 4rem;
    height: .4rem;
    background-color: var(--primary-color);
    border-radius: 2rem;
}

.nav__toggle-line::before {
    bottom: 1.2rem;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    position: absolute;
}

.nav__toggle-line::after {
    top: 1.2rem;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    position: absolute;
}

.nav__toggle-icon--open .nav__toggle-line {
    background-color: transparent;
}

.nav__toggle-icon--open .nav__toggle-line::before {
    -webkit-transform: translateY(1.2rem) rotate(45deg);
        -ms-transform: translateY(1.2rem) rotate(45deg);
            transform: translateY(1.2rem) rotate(45deg);
}

.nav__toggle-icon--open .nav__toggle-line::after {
    -webkit-transform: translateY(-1.2rem) rotate(-45deg);
        -ms-transform: translateY(-1.2rem) rotate(-45deg);
            transform: translateY(-1.2rem) rotate(-45deg);
}


.home {
    margin: 8rem auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}

.home__img {
    width: 35rem;
    height: 35rem;
    -webkit-box-shadow: 0 0 4rem rgba(4, 195, 255, 0.08);
            box-shadow: 0 0 4rem rgba(4, 195, 255, 0.08);
    border-width: .2rem;
    border-radius: 2rem;
}

.home__content {
    margin-right: -15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 2.5rem;
}

.home__content-title {
    font-size: 1.8rem;
    margin: 0;
}

.home__content p {
    font-size: 1.5rem;
}

.traning {
    margin-top: 6rem;
}

.traning__content {
    -webkit-box-shadow: 0 0 4rem rgba(4, 195, 255, 0.08);
            box-shadow: 0 0 4rem rgba(4, 195, 255, 0.08);
    padding: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;

}

.traning__content-title {
    display: block;
    font-size: 2rem;
    font-family: "Vazir Bold";

}

.traning__content-subtitle {
    margin-top: 1rem;
    display: inline-block;
    color:var(--text-color);
}

.traning__application {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4rem;
}



.traning__application-android {
    background-color: rgb(0, 97, 0);
}

.traning__application-window {
    background-color: rgb(86, 86, 162);
}

.traning__application-android,
.traning__application-window,
.traning__application-ios,
.traning__application-education {
    padding: 1.5rem 2rem;
    border-radius: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 31rem;
}

.wrapper-img {
    margin-top: 2rem;
}

.img-android {
    width: 15rem;
    height: 15rem;
}

.traning__application-ios {
    background-color: var(--primary-color);
}

.traning__application-education {
    background-color: #5d5151;
}

.traning__application span {
    color: #fff;
    margin-right: 1rem;

}

.traning__icon {
    width: 4rem;
    height: 4rem;
}

.traning__icon--ios {
    fill: aqua;
}


.about-us {
    margin-top: 6rem;
}

.about {
    padding: 2rem;
    -webkit-box-shadow: 0 0 1rem rgba(97, 192, 221, 0.08);
            box-shadow: 0 0 1rem rgba(97, 192, 221, 0.08);
    border-radius: .5rem;
}

.about__title {
    display: inline-block;
    font-size: 2rem;
    font-family: "Vazir Bold";
    background-color: var(--primary-color);
    border-radius: .5rem;
    width: 100%;
    padding: .5rem 1.8rem;
    margin-bottom: 1rem;
}

.about__caption {
    font-family: "Vazir Medium";
    font-size: 1.5rem;
}

.footer {
    min-height: 18rem;
    background-color: var(--primary-color);
    padding: 1rem 1.5rem;
    border-top-right-radius: 8rem;
    border-top-left-radius: 8rem;
}

.footer__title {
    font-family: "Vazir Bold";
}

.footer__icon {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 1.2rem;
}



.footer__phone,
.footer__location,
.footer__mobile-main,
.footer__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.2rem;
}

.footer__mobile-main {
    margin-bottom: 1rem;
}

.footer__icon--mobile {
    width: 2.5rem;
    height: 2.5rem;
}

.footer__mobile--text {
    display: inline-block;
    margin-right: .5rem;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
    height: 100%;
    color: #907979;
}

.footer__social a{
    color: var(--text-color);
}
.footer__social-insta,
.footer__social-google {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: .5rem;
    padding: .6rem 1rem;
    background-color: var(--app-bg-color);
    -webkit-box-shadow: 0 0 4rem rgba(4, 195, 255, 0.08);
            box-shadow: 0 0 4rem rgba(4, 195, 255, 0.08);
}

.footer__social-insta-icon,
.footer__social-google-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 1rem;
}


.access{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.5rem;
}
.access__title{
    font-size: 1.7rem;
    font-family: "Vazir Bold";
}
.access__link{
    text-decoration: underline;
    color: var(--text-color);
    margin-top: 1.3rem;
}

.header-content{
    margin-top: 3rem;
}

.content{
    padding: 2rem 4rem;
    -webkit-box-shadow: 0 0 4rem rgba(4, 195, 255, 0.08);
            box-shadow: 0 0 4rem rgba(4, 195, 255, 0.08);
    margin-bottom: 2rem;
}

.source{
    background-color: #67a0b1;
    padding: 1rem 4rem;
    border-radius: 1rem ;
    margin-bottom: 2rem;
}


.footer__copy-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.3rem;
    text-align: center;
}

.content__blog{
    margin-top: 3rem;
}

.content h1{
    font-size: 2.2rem;
}
.img-content{
        border-radius: 1rem;
}
.img{
    width: 70rem;
    height: 70rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            border-radius: 1rem;
}

@media screen and (max-width:1400px) {
    .home__img {
        width: 31rem;
        height: 31rem;
    }
}

@media screen and (max-width:1200px) {
    .menu {
        padding-right: 1rem;
    }

    .menu__item {
        margin-left: 2rem;
    }

    .menu__link {
        font-size: 1.4rem
    }

    .home__img {
        width: 28rem;
        height: 28rem;
    }

    .home__content {
        margin-right: -10rem;
    }

}

@media screen and (max-width:992px) {
    .nav {
        margin-bottom: -3rem;
    }



    .nav__social{
        display: none;
    }

    .menu__item {
        margin-left: 1.5rem;
    }

    .nav__social {
        font-size: 1.3rem;
    }

    .home {
        margin-top:6rem;
    }

    .home__img {
        width: 25rem;
        height: 30rem;
    }

    .home__content {
        margin-right: -3rem;
    }



   .img{
    width: 45rem;
    height: 45rem;
   }

   .img-content{
    width: 65rem;
    height: 65rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
   }
}

@media screen and (max-width:768px) {
    .menu {
        position: absolute;
        background-color: var(--section-bg-color);
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 0;
        overflow: hidden;
        -webkit-transition: all 150ms ease-in;
        -o-transition: all 150ms ease-in;
        transition: all 150ms ease-in;
    }

    .menu--open {
        height: 24rem;
    }

    .menu__item2{
        margin-bottom: 1rem;
        margin-left: 0;
    }

    .menu__item {
        margin-left: 0;
        margin-bottom: 1rem;
    }

    .menu__link {
        font-size: 1.6rem;
    }

    .menu__item:first-child {
        margin-top: 2rem;
    }

    .nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav__toggle-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .nav__social {
        display: none;
    }

    .nav__logo {
        display: block;
        width: 8rem;
        height: 8rem;
    }

    .cover {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        background-color: rgba(0, 0, 0, 10%);
    }

    .cover--show {
        opacity: 1;
        z-index: 99;
    }
    
    .home {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .home .container{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .home__img {
        width: 40rem;
        height: 32rem;
        margin: 0 auto;
    }

    .home__content-title {
        font-size: 1.7rem;
    }

    .img-content{
        width: 50rem;
        height: 45rem;
    }

}

@media screen and (max-width:576px) {

    .main{
        margin-top: 4rem;
    }
    .home__img {
        height: 30rem;
        margin: 0 auto;
    }

    .home__content{
        margin-right: 0;
    }

    .home__content-title {
        font-size: 1.6rem;
    }
    .img{
        width: 35rem;
        height: 35rem;
    }
    .img-content{
        width: 35rem;
        height: 35rem;
    }
}

@media screen and (max-width:470px) {
    .home__img {
        width: 100%;
        height: 30rem;
    }

    .footer__social{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .img{
        width: 100%;
        height: 100%;
    }

    .img-content{
        width: 100%;
        height: 100%;
    }
}
