@font-face {
    font-family: 'Lalezar';
    src: url('https://khorshidneshan.ir/CDN/Fonts/Lalezar.eot');
    src: local('?'), url('https://khorshidneshan.ir/CDN/Fonts/Lalezar.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    src: url('https://khorshidneshan.ir/CDN/Fonts/Poppins-Medium.eot');
    src: local('☺'), url('https://khorshidneshan.ir/CDN/Fonts/Poppins-Medium.woff') format('woff'), url('https://khorshidneshan.ir/CDN/Fonts/Poppins-Medium.ttf') format('truetype');
}

* {
    font-family: Poppins,tahoma;
    font-size: 16px;
}

body {
    margin: 0;
    background-color: #111111;
    background: #111111 url(File.aspx?t=icon&s=patternBack.png);
    background-size: contain;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #1b1b1b;
}

::-webkit-scrollbar-thumb {
    background: #d69c13;
}

/*tags*/
a {
    text-decoration: none;
}

/*public*/
.container {
    padding: 10vh 6vw;
    box-sizing: border-box;
}

.containerTwo {
    padding: 5vh 1vw;
    box-sizing: border-box;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000c9;
    z-index: -1;
}

.topTitle {
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: normal;
}


.itemSkin7 .title a,
.itemSkin7 .abstract a,
.itemSkin10003 .title a,
.itemSkin10003 .abstract,
.itemSkin4 .title a,
.itemSkin4 .abstract a,
.itemSkin4 .title a,
.itemSkin4 .abstract a,
.itemSkin6 .abstract a,
.itemSkin6 .body a,
.itemSkin108 .abstract a,
.itemSkin108 .title a,
.itemSkin6 .title a,
.products .Offer b,
main .categorySkin2 .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itemSkin7 .title a,
.itemSkin10003 .title a,
.itemSkin108 .title a,
.itemSkin4 .title a,
.itemSkin6 .abstract a,
.itemSkin6 .title a,
.membersDetail .itemSkin7 .title a,
.membersDetail .itemSkin7 .abstract a,
.products .Offer b,
main .categorySkin2 .title {
    -webkit-line-clamp: 1;
}

.itemSkin7 .abstract a,
.itemSkin10003 .abstract,
.itemSkin4 .abstract a,
main .itemSkin10003 .abstract,
.itemSkin108 .abstract a {
    -webkit-line-clamp: 3;
    height: 4.1em;
    line-height: 1.35em;
}

.aboutCompany .left img,
.itemSkin10003 img,
.itemSkin108 .image img,
.itemSkin10003 img,
.itemSkin4 img,
.itemSkin6 img,
.itemSkin7 img,
.ImageSkin1 img,
main .categorySkin2 img {
    min-height: 150px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.main {
    position: relative;
    margin: 20px 0;
    z-index: 0;
}

    .main::before {
        content: attr(data-title);
        text-align: center;
    }

    .main h2 {
        background: linear-gradient(to right, rgb(244 113 33) 0%, rgb(214 156 19) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 50px;
        display: inline-block;
        margin: 5px;
        position: relative;
        font-family: Lalezar;
        font-weight: normal;
    }

.moreDiv {
    text-align: right;
}

.moreBtn {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    display: inline-block;
    transition: .6s;
    position: relative;
    margin-top: 25px;
    z-index: 1;
}

    .moreBtn:hover {
        color: #111;
    }

    .moreBtn::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        z-index: -1;
        transform-origin: left;
        transform: scale3d(0, 1, 1);
        transition: .6s;
    }

    .moreBtn:hover::before {
        transform: scale3d(1, 1, 1);
    }

.bodyWebsite {
    position: relative;
    z-index: 1;
    margin-bottom: 60vh;
    background: #111;
}

.aboutCompany, .products:not(main .products),
.samples {
    background: #111111 url(File.aspx?t=icon&s=patternBack.png);
    background-size: contain;
}

/*loading*/
.loadingArea {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
    background: #fff;
}

    .loadingArea .loadred {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #1b1b1b;
    }

.loadingLogo img {
    width: 200px;
    height: auto;
    display: block;
}

.loadingLogo {
    animation: zoom 1.6s;
}

@keyframes zoom {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.loadingArea .loadred .load-text .text-load {
    display: inline-block;
    position: relative;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    user-select: none;
    text-transform: uppercase;
}

.loadingArea .loadred .load-text:not(.description) .text-load {
    color: #e6ae4a1f;
    font: 50px Lalezar;
}

.loadingArea .loadred .description .text-load {
    color: #ffffff1f;
    font-size: 25px;
    font-weight: 900;
}

.loadingArea .loadred .load-text .text-load:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    text-transform: uppercase;
}

.loadingArea .loadred .load-text:not(.description) .text-load::before {
    background: linear-gradient(to right, rgb(244 113 33) 0%, rgb(214 156 19) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.loadingArea .loadred .description .text-load::before {
    color: #fff;
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

/*header*/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

    header.headerFixed {
        background-color: #111;
        box-shadow: 0 0 10px #4949494d;
        animation: showMenu .6s;
    }

@keyframes showMenu {
    0% {
        opacity: .5;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

header .logo, header nav {
    display: inline-block;
    vertical-align: middle;
}

header .logo {
    padding: 0 25px;
}

    header .logo img {
        width: 110px;
        vertical-align: middle;
    }

.insideHeader .logo img,
.headerFixed .logo img {
    vertical-align: middle;
    margin-bottom: -20px;
}

header .logo span {
    font-family: Lalezar;
    font-size: 20px;
    background: linear-gradient(to right, rgb(244 113 33) 0%, rgb(214 156 19) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: none;
}

.insideHeader .logo span,
.headerFixed .logo span {
    display: block;
}

header nav {
    width: 70%;
    text-align: center;
}

.insideHeader nav,
.headerFixed nav {
    width: 76%;
}

header nav a {
    color: #fff;
    padding: 0 8px;
}

header .contact {
    position: absolute;
    right: 20px;
}

    header .contact a {
        border: 1px solid #fff;
        padding: 5px 12px;
        border-radius: 50px;
        transition: .5s;
    }

        header .contact a:first-child {
            color: #fff;
        }

        header .contact a:last-child {
            background-color: #fff;
            color: #000;
        }

        header .contact a:hover:first-child {
            background-color: #fff;
            color: #000;
        }

header .logoPhone {
    display: none;
}

/*slider*/
.slider {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .slider .sliderImage {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        object-fit: cover;
    }

    .slider .text {
        text-align: center;
    }

        .slider .text .nameComp {
            font-size: 4.5vw;
            color: #ffff;
            background: linear-gradient(to right, rgb(244 113 33) 0%, rgb(214 156 19) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .slider .text h1 a {
            color: #fff;
            font-family: Lalezar;
            font-size: 2.5vw;
            font-weight: normal;
        }

/* products */
.products:not(main .products) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products .right,
.products .left {
    display: inline-block;
    vertical-align: middle;
}

.products .right {
    width: 28%;
    padding-left: 40px;
    box-sizing: border-box;
}

.products .moreDiv {
    text-align: left;
}

.products .main {
    display: inline-block;
}

    .products .main::before {
        right: -3%;
        font-size: 40px;
        width: auto;
    }

.products .right .offerTitle {
    font-size: 50px;
}

.products .left {
    width: 78%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.products .itemSkin4 {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 20px;
    margin: 5px;
    box-sizing: border-box;
    position: relative;
    min-height: 100px;
    z-index: 1;
}

    .products .itemSkin4::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to left, rgb(244 113 33) 0%, rgb(214 156 19) 100%);
        opacity: 0;
        z-index: -1;
        transition: .8s;
    }

    .products .itemSkin4:hover::before {
        opacity: 1;
    }

    .products .itemSkin4 img {
        width: 50px;
        min-height: 50px;
        height: 50px;
        display: block;
        padding: 10px 0;
        filter: invert(58%) sepia(97%) saturate(394%) hue-rotate(4deg) brightness(90%) contrast(96%);
    }

    .products .itemSkin4:hover img {
        filter: invert(1);
    }

    .products .itemSkin4 .title a {
        color: #fff;
        font-size: 16px;
    }

    .products .itemSkin4 .abstract a {
        color: #9c9ca4;
        margin: 10px 0 24px;
    }

    .products .itemSkin4:hover .abstract a {
        color: #fff;
    }

    .products .itemSkin4 .more a {
        display: block;
        text-align: right;
        color: #d69c13;
        border-bottom: 1px solid;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px;
        transition: .5s;
    }

    .products .itemSkin4:hover .more a {
        color: #060606;
        font-weight: bold;
    }

/*aboutCompany*/
.aboutCompany > div {
    display: inline-block;
    vertical-align: middle;
}

.aboutCompany h3 {
    font-size: 30px;
    width: 700px;
}

.aboutCompany .right {
    width: 33%;
    color: #fff;
}

.aboutCompany .left {
    width: 65%;
}

/*samples*/
.samples .topTitle,
.samples .main h2,
.samples .morDiv {
    text-align: center;
    display: block;
}

.samples .ContentsItems,
.samplesDetail .ContentsItems {
    display: flex;
    flex-wrap: wrap;
}

.samples .itemSkin7,
.samplesDetail .itemSkin7 {
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
    width: 50%;
    box-sizing: border-box;
}

    .samples .itemSkin7:nth-child(even),
    .samplesDetail .itemSkin7:nth-child(even) {
        flex-direction: row-reverse;
    }

    .samples .itemSkin7:nth-child(odd),
    .samplesDetail .itemSkin7:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .samples .itemSkin7 .image,
    .samplesDetail .itemSkin7 .image {
        width: 55%;
        height: 40vh;
    }

    .samples .itemSkin7:nth-child(odd) .image,
    .samplesDetail .itemSkin7:nth-child(odd) .image {
        margin-right: 9px;
    }

    .samples .itemSkin7:nth-child(even) .text,
    .samplesDetail .itemSkin7:nth-child(even) .text {
        margin-right: 9px;
    }

    .samples .itemSkin7 img,
    .samplesDetail .itemSkin7 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        transition: 20s;
        display: block;
    }

        .samples .itemSkin7 img:hover,
        .samplesDetail .itemSkin7 img:hover {
            object-position: bottom;
        }

    .samples .itemSkin7 .text,
    .samplesDetail .itemSkin7 .text {
        width: 45%;
        height: 40vh;
        background-color: #060606;
        text-align: center;
        padding: 15px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .samples .itemSkin7 .title,
    .samplesDetail .itemSkin7 .title {
        margin: 0;
    }

        .samples .itemSkin7 .title a,
        .samplesDetail .itemSkin7 .title a {
            font-size: 16px;
            color: #fff;
            -webkit-line-clamp: 2;
            height: 2.9em;
        }

    .samples .itemSkin7 .abstract a,
    .samplesDetail .itemSkin7 .abstract a {
        color: #9c9ca4;
        -webkit-line-clamp: 4;
        height: 5.5em;
        text-align: left;
    }

    .samples .itemSkin7 .more,
    .samplesDetail .itemSkin7 .more {
        display: inline-block;
        padding: 10px 20px;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        transition: .5s;
        margin: 0 auto;
    }

        .samples .itemSkin7 .more:hover,
        .samplesDetail .itemSkin7 .more:hover {
            background-color: #fff;
            color: #000;
        }

/* counting */
.counting .item {
    display: inline-block;
    width: 23%;
    position: relative;
}

    .counting .item .count, .counting .item .plus {
        color: #fff;
        font-size: 35px;
        padding: 10px 0;
        font-family: Poppins;
    }

    .counting .item .betweenLine {
        width: 20px;
        height: 2px;
        background: linear-gradient(to right,rgba(230,127,80,0) 0%, rgb(244 113 33) 50%, rgb(214 156 19) 75%, rgba(145,56,41,0) 100%);
        display: block;
        padding: 0 36px;
        margin: 10px auto;
    }

    .counting .item .text {
        color: #fff;
        font-size: 15px;
        padding: 8px 0;
        display: block;
    }

/* social */
.social {
    /*background: url('File.aspx?t=image&s=backImage.jpg') #111;*/
    background: url('File.aspx?t=image&s=countingBack.jpg') #111;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    z-index: 2;
    /* margin-bottom: 47vh; */
    padding: 100px 6vw;
}

    .social .backImg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.8);
    }

    .social > .text {
        position: relative;
        padding-top: 40px;
        margin-top: 40px;
        border-top: 1px solid #fff;
    }

    .social .text .topTitle {
        color: #fff;
    }

    .social .text .socialMain {
        color: #fff;
        font-size: 25px;
        margin: 15px 0;
        font-family: Lalezar;
        font-weight: normal;
    }

    .social .text .socialItem {
        border-radius: 50%;
        display: inline-block;
        margin: 0 4px;
        transition: .5s;
        border: 1px solid #fff0;
    }

        .social .text .socialItem:hover {
            border-radius: unset;
        }

    .social .text a#instagram {
        background-color: #c72947;
    }

        .social .text a#instagram:hover {
            border: 1px solid #c72947;
            background: unset;
        }

    .social .text a#whatsApp {
        background: #44c052;
    }

        .social .text a#whatsApp:hover {
            border: 1px solid #44c052;
            background: unset;
        }

    .social .text a#youtube {
        background: #f70000;
    }

        .social .text a#youtube:hover {
            border: 1px solid #f70000;
            background: unset;
        }

    .social .text a#aparat {
        background: #FFF;
    }

        .social .text a#aparat:hover {
            border: 1px solid #FFF;
            background: unset;
        }

    .social .text a#linkedin {
        background: #0c61bf;
    }

        .social .text a#linkedin:hover {
            border: 1px solid #0c61bf;
            background: unset;
        }

    .social .text a img {
        width: 15px;
        height: 15px;
        padding: 12px;
        display: block;
    }

/* footer */
footer:not(.footerInner) {
    position: fixed;
    z-index: -1;
    width: 100%;
    bottom: 0;
}

footer .footerTop {
    display: flex;
    justify-content: space-between;
}

    footer .footerTop .item {
        display: inline-block;
        vertical-align: top;
        padding: 1vh 10px;
        box-sizing: border-box;
    }

footer .company {
    width: 33%;
}

footer .contactUs {
    width: 22%;
}

footer .tags {
    width: 33%;
}

footer .item b {
    display: block;
    color: #fff;
    padding: 1vh 0;
    font-family: Lalezar;
    font-weight: normal;
    font-size: 16px;
}

footer .company img {
    width: 170px;
    height: 100%;
    display: block;
}

footer .company a {
    font-family: Lalezar;
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 5px 0;
}

footer .company p {
    color: #9c9ca4;
    margin: 0;
}

footer .item .contact {
    padding: 1vh 0;
    color: #9c9ca4;
}

    footer .item .contact a {
        color: #9c9ca4;
    }

        footer .item .contact a:hover {
            color: #d69c13;
        }

    footer .item .contact img {
        width: 14px;
        vertical-align: middle;
        padding: 0 5px;
        filter: invert(58%) sepia(97%) saturate(394%) hue-rotate(4deg) brightness(90%) contrast(96%);
    }

footer .tags a {
    color: #fff;
    background: #d69c13;
    padding: 0.5vw;
    margin: 2px 0px;
    display: inline-block;
    transition: .5s;
    vertical-align: top;
    border: 2px solid transparent;
    box-sizing: border-box;
    font-size: 12px;
}

    footer .tags a:hover {
        background: #000;
        border-color: #d69c13;
        cursor: pointer;
        box-sizing: border-box;
    }

.footerPhone {
    display: none;
}

/* main */
main {
    padding: 87px 13vw;
    background-color: #161616;
    background: #161616 url(File.aspx?t=icon&s=patternBack.png);
    background-size: contain;
    position: relative;
    z-index: 1;
    min-height: 70vh;
}

    main .ContentsTitle,
    main .ContentTitle {
        color: #fff;
        font-size: 25px;
        text-align: center;
        font-weight: bold;
        margin: 45px 0;
        padding-bottom: 5px;
        position: relative;
    }

        main .ContentsTitle::before,
        main .ContentTitle::before,
        .main::before {
            position: absolute;
            color: #eceff4;
            width: 100%;
            top: -10px;
            left: 0;
            font-weight: 900;
            font-size: 80px;
            background: linear-gradient(180deg, rgb(25 25 25) 5%, rgb(36 37 38) 95%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            z-index: -1;
            text-transform: uppercase;
            direction: ltr;
            line-height: 80px;
            white-space: nowrap;
            font-family: Poppins;
        }

        main .ContentsTitle::before,
        main .ContentTitle::before {
            content: 'Web design';
        }

/* news */
.news {
    text-align: center;
}

    .news .main h2 {
        display: block;
    }

    .news .itemSkin4 {
        width: 18%;
        display: inline-block;
        background-color: #000;
        margin: 16vh 10px 0;
        border-radius: 12px;
    }

        .news .itemSkin4 .image {
            width: 92%;
            height: 30vh;
            margin: -70px auto 0;
            overflow: hidden;
            padding: 15px 0;
            position: relative;
        }

            .news .itemSkin4 .image::before {
                position: absolute;
                top: 15px;
                bottom: 15px;
                left: -85%;
                z-index: 2;
                display: block;
                content: '';
                width: 50%;
                background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
                transform: skewX(-25deg);
                pointer-events: none;
                box-sizing: border-box;
            }

            .news .itemSkin4 .image:hover::before {
                animation: shine 1s;
            }

@keyframes shine {
    100% {
        left: 100%;
    }
}

.news .itemSkin4 img {
    border-radius: 12px;
    box-shadow: 0 0 15px #222222d1;
    object-fit: cover;
    transition: .3s;
}

.news .itemSkin4 .image a:hover img {
    transform: perspective(800px) rotateY(-10deg);
}

.news .itemSkin4 .title {
    padding: 10px;
}

    .news .itemSkin4 .title a {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
    }

.news .itemSkin4 .abstract {
    text-align: left;
    padding: 0px 10px;
}

    .news .itemSkin4 .abstract a {
        color: #9c9ca4;
    }

.news .itemSkin4 .more {
    text-align: right;
    padding: 10px;
}

    .news .itemSkin4 .more a {
        color: #d69c13;
        transition: .5s;
        transform-origin: left;
        display: inline-block;
    }

        .news .itemSkin4 .more a:hover {
            transform: scale(1.1);
        }

/**/
.learn .ContentsItems,
.tagContents .ContentsItems,
.products .ContentsItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.products:not(main .products) .ContentsItems {
    justify-content: flex-start;
}

.learn .itemSkin7,
.tagContents .itemSkin7 {
    display: flex;
    width: 19%;
    margin: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 40px #00000063;
}

    .learn .itemSkin7:nth-child(odd),
    .tagContents .itemSkin7:nth-child(odd) {
        flex-direction: column;
    }

    .learn .itemSkin7:nth-child(even),
    .tagContents .itemSkin7:nth-child(even) {
        flex-direction: column-reverse;
    }

    .learn .itemSkin7 .image,
    .tagContents .itemSkin7 .image {
        height: 50%;
        position: relative;
        overflow: hidden;
    }

        .learn .itemSkin7 .image::before,
        .tagContents .itemSkin7 .image::before,
        .oldSamples .itemSkin4 .image::before {
            position: absolute;
            top: 0;
            left: -85%;
            z-index: 2;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: linear-gradient(to right,rgb(255 255 255 / 0%) 0%,rgb(255 255 255 / 30%) 100%);
            transform: skewX(-25deg);
            pointer-events: none;
            box-sizing: border-box;
        }

        .learn .itemSkin7 .image:hover:before,
        .tagContents .itemSkin7 .image:hover:before,
        .oldSamples .itemSkin4 .image:hover:before {
            animation: shine 1s;
        }

@keyframes shine {
    100% {
        left: 100%;
    }
}

.learn .itemSkin7 .text,
.tagContents .itemSkin7 .text {
    height: 50%;
    background-color: #232323;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.learn .itemSkin7 .title,
.tagContents .itemSkin7 .title {
    margin: 0;
}

    .learn .itemSkin7 .title a,
    .tagContents .itemSkin7 .title a {
        color: #fff;
        transition: .5s;
    }

.learn .itemSkin7:hover .title a,
.tagContents .itemSkin7:hover .title a,
.oldSamples .itemSkin4:hover .title a,
.oldSamples .itemSkin4 .more:hover a {
    color: #d69c13;
}

.learn .itemSkin7 .abstract,
.tagContents .itemSkin7 .abstract {
    margin: 10px 0;
}

    .learn .itemSkin7 .abstract a,
    .tagContents .itemSkin7 .abstract a {
        color: #ddd;
    }

.learn .itemSkin7 .more,
.tagContents .itemSkin7 .more {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    padding: 3px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    width: 60%;
    margin: auto;
    transition: .5s;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #0000, rgb(244 113 33), rgb(214 156 19), #0000) 100% 1;
}

    .learn .itemSkin7 .more:hover,
    .tagContents .itemSkin7 .more:hover {
        transform: scale(1.3);
    }

.oldSamples .ContentsItems {
    text-align: center;
}

.oldSamples .itemSkin4 {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin: 8px;
    box-sizing: border-box;
    background-color: #1b1b1b
}

    .oldSamples .itemSkin4 .image {
        height: 224px;
        position: relative;
        overflow: hidden;
    }

    .oldSamples .itemSkin4 img {
        transition: .5s;
        object-position: top;
    }

    .oldSamples .itemSkin4:hover img {
        transform: scale(1.4) rotate(10deg);
    }

    .oldSamples .itemSkin4 .title {
        margin: 10px;
        box-sizing: border-box;
    }

        .oldSamples .itemSkin4 .title a {
            font-weight: bold;
        }

        .oldSamples .itemSkin4 .title a,
        .oldSamples .itemSkin4 .more a {
            color: #fff;
            transition: .5s;
        }

    .oldSamples .itemSkin4 .abstract a {
        color: #a7a7a7;
        margin: 10px;
    }

    .oldSamples .itemSkin4 .more {
        text-align: left;
        padding: 10px;
    }

.faqItems .ContentsItems .itemSkin106 .title,
.contenItem .contenItemTitle {
    position: relative;
    cursor: pointer;
    background: #222;
    padding: 10px 10px 10px 25px;
    border-bottom: 1px solid #fff;
}

    .faqItems .ContentsItems .itemSkin106 .title a,
    .contenItem .contenItemTitle strong {
        color: #fff;
    }

    .faqItems .ContentsItems .itemSkin106 .title::after,
    .contenItem .contenItemTitle::after {
        content: "";
        position: absolute;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        right: 10px;
        font-size: 18px;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        background: url(File.aspx?t=icon&s=arrow.png) no-repeat;
        background-size: contain;
        width: 15px;
        height: 15px;
    }

.faqItems .itemSkin106.open .title:after,
.contenItem.open .contenItemTitle::after {
    -webkit-transform: translateY(-50%) rotate(270deg);
    -ms-transform: translateY(-50%) rotate(270deg);
    -o-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
}

.faqItems .ContentsItems .itemSkin106 .body,
.contenItem .contenItemBody {
    background: #cdcdcd;
    padding: 20px 30px;
    height: 0;
    padding: 0 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    color: #000;
    transform: scale3d(1, 0, 1);
    transform-origin: top;
}

.faqItems .ContentsItems .itemSkin106.open .body,
.contenItem.open .contenItemBody {
    visibility: visible;
    opacity: 1;
    transform: scale3d(1, 1, 1);
    height: 100%;
    padding: 20px 30px;
}

    .faqItems .ContentsItems .itemSkin106 .body P,
    .contenItem.open .contenItemBody p {
        margin: 0;
        color: #000;
    }

.faqItems .ContentsItems .itemSkin106 .body a {
    color: #f47221;
}

main .ContentAbstract {
    text-align: center;
    color: #d9d9d9;
    line-height: 2em;
}

main .ContentBody {
    color: #cecece;
    line-height: 1.5em;
}

    main .ContentBody a {
        color: rgb(214 156 19);
    }

    main .ContentBody img {
        max-width: 100%;
        border-radius: 5px;
        box-shadow: 0 0 16px #313131;
    }

    main .ContentBody iframe {
        width: 33% !important;
        max-width: 100% !important;
        min-height: 60vh;
        border: none;
        padding: 3px;
        box-sizing: border-box;
    }

.contentImagesDiv {
    padding: 10px 0;
}

.ImageSkin1 {
    width: 25%;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    box-sizing: border-box;
}

main .table {
    overflow: auto;
}

.ContentBody table {
    margin: 10px 0;
    border-color: #c7c8c9;
    border-collapse: collapse;
}

.ContentBody table {
    margin: auto;
}

    .ContentBody table tr {
        white-space: normal;
    }

    .ContentBody table td,
    .ContentBody table th {
        padding: 5px;
        text-align: center;
    }

/*features-table*/
.parentTable {
    overflow: auto;
}

.features-table {
    border: none;
    background: #202020;
    overflow: hidden;
    min-width: 65%;
}

    .features-table thead tr,
    .features-table tr.title-row {
        background: linear-gradient(to right, rgb(244 113 33) 0%, rgb(214 156 19) 100%);
    }

    .features-table .price {
        font-size: 22px;
        color: #d69c13;
        font-weight: bold;
    }

        .features-table .price > div {
            color: #fff;
            font-weight: normal;
            display: inline-block;
        }

.ContentBody .features-table td,
.ContentBody .features-table th {
    border: none;
    padding: 8px 10px;
    text-align: left;
    user-select: none;
    cursor: auto;
    line-height: initial;
}

    .ContentBody .features-table th * {
        margin: auto;
    }

.features-table tr {
    border-bottom: 4px solid #161616;
}

.features-table tbody tr:not(.title-row) {
    transition: .5s;
}

    .features-table tbody tr:not(.title-row):hover {
        background: #464545;
        transform: scale(1.01);
    }

.features-table td {
    color: #d7d7d7;
}

    .features-table thead th:last-of-type,
    .features-table td:last-of-type,
    .features-table .title-row th {
        border-left: none;
    }

/*.features-table tr.title-row th {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
    border-bottom: none;
    background: #3e3e3e9e;
    text-align: center;
    background: #d69c13;
    border-top: 40px solid #161616;
}*/

.features-table tr.title-row-description td {
    color: #8d8d8d;
    font-size: 14px;
}

.features-table tr td .checked,
.features-table tr td .notChecked {
    width: 20px;
    height: 20px;
    background-size: cover;
}

.features-table tr td .checked {
    background-image: url(File.aspx?t=icon&s=checkmark.png);
}

.features-table tr td .notChecked {
    background-image: url(File.aspx?t=icon&s=notCheckmark.png);
}

.aspaPricing {
    min-width: 50%;
}

    .aspaPricing td div {
        direction: ltr;
        font-family: Poppins, shabnam,tahoma;
    }

.planDetail .ContentsItems {
    text-align: center;
}

.planDetail .itemSkin106 .title {
    font-weight: bold;
    font-size: 20px;
}

/*karma page*/
.moduleItem .ContentAbstract {
    display: none;
}

.modules .ContentsItems {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modules .itemSkin10003 {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
    padding: 6px 4px;
    box-sizing: border-box;
}

    .modules .itemSkin10003 img {
        border-radius: 5px;
        min-height: 150px;
    }

    .modules .itemSkin10003 .title, .modules .itemSkin10003 .abstract {
        background: #060606;
        width: 95%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        transition: .5s;
    }

    .modules .itemSkin10003:hover .title, .modules .itemSkin10003:hover .abstract {
        transform: translateY(-10px);
    }

    .modules .itemSkin10003 .title {
        border-radius: 5px 5px 0 0;
        margin: -43px auto 0;
        border-bottom: 1px solid;
        border-image: linear-gradient( to left, #fff0, #fff, #fff0 ) 100% 1;
    }

    .modules .itemSkin10003 .abstract {
        margin: 0 auto;
        border-radius: 0 0 5px 5px;
        text-align: right;
    }

    .modules .itemSkin10003 .title a, .modules .itemSkin10003 .abstract {
        color: #fff;
    }

/*modulePricing*/
.modulePricing .itemSkin11 {
    cursor: pointer;
}

.modulePricing .itemSkin11, .modulePricingTop {
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    user-select: none;
}

    .modulePricing .itemSkin11 .top {
        position: relative;
    }

        .modulePricing .itemSkin11 .top::before {
            content: 'مشاهده جزئیات';
            width: 17%;
            height: 19px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 15px;
            text-align: left;
            transition: .5s;
            color: #fff;
        }

        .modulePricing .itemSkin11 .top:hover::before {
            color: #d69c13;
        }

        .modulePricing .itemSkin11 .top::after {
            content: '';
            position: absolute;
            top: 50%;
            left: -4px;
            transform: translateY(-50%);
            background: url(File.aspx?t=icon&s=arrow.png) no-repeat;
            background-size: 10px;
            transition: transform .5s;
            width: 12px;
            height: 18px;
            cursor: pointer;
        }

        .modulePricing .itemSkin11 .top:hover::after {
            filter: invert(46%) sepia(12%) saturate(4554%) hue-rotate(10deg) brightness(117%) contrast(85%);
        }

    .modulePricing .itemSkin11.open::after {
        transform: rotate(-90deg)
    }

    .modulePricing .itemSkin11:nth-child(odd) {
        background-color: #2a2a2a;
    }

    .modulePricing .itemSkin11:nth-child(even) {
        background-color: #5c5c5c;
    }

.modulePricing .col {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: center;
    margin: 0;
    color: #fff;
    line-height: initial;
    direction: ltr;
    font-family: Poppins, shabnam,tahoma;
}

.modulePricing .itemSkin11 h2 {
    font-weight: normal;
}

.modulePricing .DetailSkin1 .ContentAbstract, .modulePricing .DetailSkin1 .contentImagesDiv, .modulePricing:not(.modulePricingTop) .ContentsTitle {
    display: none;
}

.modulePricing .modulePricingTop {
    background: linear-gradient(to right, rgb(244 113 33) 0%, rgb(214 156 19) 100%);
    font-weight: bold;
    padding: 12px 10px;
    width: 60em;
    margin: auto;
}

.modulePricing:nth-child(2) .ContentsItems {
    width: 61.5em;
    margin: auto;
}

.modulePricing .modulePricingTop .col {
    font-size: 18 px;
    vertical-align: middle;
    font-family: Poppins, shabnam,tahoma;
}

    .modulePricing .modulePricingTop .col > div {
        font-weight: normal;
        margin-top: 5px;
    }

.modulePricing .itemSkin11 .body {
    transition: transform .5s;
    transform-origin: top;
    transform: scale3d(1, 0, 1);
    height: 0;
    margin: -7px;
    text-indent: 12px;
}

.modulePricing .itemSkin11.open .body {
    transform: scale3d(1, 1, 1);
    height: auto;
    padding: 10px;
    margin: 10px 0;
    border-top: 1px solid #ddd;
    color: #fff;
    line-height: 2.5em;
}

.lowContent .ContentTitle,
.form .formTitle,
.form .title {
    display: none;
}

.form {
    padding: 10px;
    box-sizing: border-box;
    width: 35%;
    margin: auto;
    text-align: center;
    position: relative;
}

    .form .formDescription {
        color: #fff;
    }

    .form div:nth-child(3), .form div:nth-child(4), .form .buttonItem {
        margin: 10px auto;
    }

    .form textarea, .form .field input {
        background: transparent;
        resize: none;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 5px;
        box-sizing: border-box;
        color: #fff;
    }

    .form textarea {
        width: 100%;
    }

    .form .field input, .form canvas {
        vertical-align: middle;
    }

    .form .buttonItem input {
        width: 100%;
        border: none;
        border-radius: 5px;
        padding: 6px 10px;
        background: #d69c13;
        color: #000;
        font-weight: bold;
    }

    .form .field span {
        position: absolute;
        color: #f00;
        right: 71%;
        top: 6px;
    }

    .form img {
        width: 30px;
        display: inline-block;
        vertical-align: middle;
        filter: invert(44%) sepia(104%) saturate(394%) hue-rotate(4deg) brightness(92%) contrast(102%);
    }

#_divCatalog {
    display: none;
    background-color: #d69c13;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    width: 80px;
    height: 80px;
    padding: 4px;
    animation: changeBgColor 1s infinite alternate;
}

@keyframes changeBgColor {
    from {
        background-color: #d69c13;
    }

    to {
        background-color: #d65f13;
    }
}

#_divCatalog::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    border: 1px solid #d69c13;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    transform: scale(1);
    transition: all .5s;
    animation: animBorder 3s infinite;
}

@keyframes animBorder {
    0% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: 0;
    }
}

#_divCatalog img {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

#_divCatalog svg.popup-bg,
#_divCatalog .popup-outline {
    position: absolute;
    top: -102px;
    right: 5px;
}

    #_divCatalog .popup-outline .popup-outline-left {
        stroke-dashoffset: 1px;
        animation: popup-outline-left-anim 2s infinite alternate;
    }

    #_divCatalog .popup-outline .popup-outline-right {
        stroke-dasharray: 352px 352px;
        animation: popup-outline-right-anim 2s infinite alternate;
    }

@keyframes popup-outline-right-anim {
    from {
        stroke-dashoffset: -352px;
        transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    to {
        stroke-dashoffset: 0;
        transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@keyframes popup-outline-left-anim {
    from {
        stroke-dasharray: 0 426px;
        transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    to {
        stroke-dasharray: 426px 426px;
        transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1);
    }
}

#_divCatalog span {
    color: #fff;
    padding: 5px;
    display: block;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    top: -56px;
    right: 10px;
    width: 130px;
    font-weight: bold;
    animation: showTitle 2s infinite alternate;
    text-align: center;
    font-size: 19px;
}

@keyframes showTitle {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.textSpecial, .textSpecial * {
    color: #d69c13;
    font-size: 16px;
    text-align: center;
}

    .textSpecial .number {
        font-size: 25px;
        color: #fff;
        animation: showText 2s infinite alternate;
    }

@keyframes showText {
    from {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}

main .ContentBody .support {
    background-color: #d69c13;
    border-radius: 50%;
    padding: 10px;
    position: fixed;
    bottom: 14px;
    left: 10px;
    z-index: 1;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
}

    main .ContentBody .support::before,
    main .ContentBody .support::after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        -webkit-animation: button-ripple 3s infinite;
        animation: button-ripple 3s infinite;
        opacity: .6;
        z-index: -1;
        color: #d69c13;
    }

    main .ContentBody .support::before {
        -webkit-animation-delay: .9s;
        animation-delay: .9s;
    }

    main .ContentBody .support::after {
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }

@-webkit-keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

main .ContentBody .support .text {
    width: 134px;
    display: block;
    text-align: center;
    animation: showSupportText 2s infinite alternate;
    background: #fff;
    padding: 15px;
    border-radius: 10px 10px 10px 0;
    position: absolute;
    bottom: 81px;
    left: 18px;
    font-weight: bold;
}

@keyframes showSupportText {
    0% {
        color: #000;
    }

    100% {
        color: #d69c13;
    }
}

main .ContentBody .support .text::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #ffffff;
}

main .ContentBody .support img {
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: none;
    animation: rotateImage 7s infinite;
    filter: invert(14%) sepia(3%) saturate(66%) hue-rotate(95deg) brightness(101%) contrast(94%);
}

@keyframes rotateImage {
    0% {
        transform: rotateY(0);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.SendMessageForm {
    width: 50%;
    float: left;
    margin-right: 10vw;
}

    .SendMessageForm h3 {
        font-size: 2.77vw;
        font-weight: 500;
        margin: 40px 0;
        color: #fff;
    }

    .SendMessageForm .messageForm div:not(.sendMessageSendBtnDiv) input, .SendMessageForm textarea {
        background: none;
        border: none;
        border-bottom: 1px solid #ddd;
        width: 100%;
        height: 5vh;
        color: #fff;
    }

    .SendMessageForm textarea {
        max-width: 100%;
        min-width: 100%;
        min-height: 100%;
        box-sizing: border-box;
    }

    .SendMessageForm div {
        margin-bottom: 10px;
        color: #b4b4b4;
    }

main .SendMessageForm .messageForm {
    width: 100%;
    text-align: left;
}

.SendMessageForm .messageForm .phone {
    display: none;
}

.SendMessageForm .messageForm .captcha {
    width: 80%;
    text-align: left;
}

.sendMessageSendBtnDiv {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
}

    .sendMessageSendBtnDiv::before,
    .sendMessageSendBtnDiv::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 20vh;
        background-color: #c1c1c1;
        transform: rotate(45deg);
        z-index: 0;
        transition: 2s;
    }

    .sendMessageSendBtnDiv::before {
        left: -70%;
        top: -500%;
    }

    .sendMessageSendBtnDiv:hover::before {
        left: 100%;
        top: 100%;
    }

    .sendMessageSendBtnDiv::after {
        right: -70%;
        bottom: -500%;
    }

    .sendMessageSendBtnDiv:hover::after {
        right: 100%;
        bottom: 100%;
    }

    .sendMessageSendBtnDiv input {
        border-radius: 5px;
        border: none;
        padding: 5px 10px;
        transition: .5s;
        background-color: transparent;
        cursor: pointer;
        z-index: 1;
        position: relative;
    }

main .contactUsDetail .ContentTitle {
    visibility: hidden;
}

main .ContentBody .contactDetail a {
    color: #fff;
    font-size: 20px;
}

.contactDetail p {
    color: #b4b4b4;
    font-size: 16px;
}

.contactDetail {
    background: #1b1b1b;
    display: inline-block;
    padding: 0 30px;
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) and (min-width: 0) {
    .container, .containerTwo {
        padding: 40px 10px;
    }

    .loadingArea .loadred .load-text:not(.description) .text-load {
        font-size: 40px;
    }

    .loadingArea .loadred .description .text-load {
        font-size: 20px;
    }

    .bodyWebsite {
        margin-bottom: 0;
    }

    .main h2 {
        font-size: 40px;
    }

    /*.proceeds .itemSkin7,*/
    .products .left, .products .Offer,
    .products .itemSkin4,
    .learn .itemSkin7,
    .tagContents .itemSkin7,
    .membersDetail .itemSkin7,
    .planDetail .itemSkin106 {
        width: 100%;
        margin: 10px 0;
    }

    main .ContentsTitle::before,
    main .ContentTitle::before,
    .main::before,
    .products .main::before {
        font-size: 50px;
    }

    .main {
        margin: 15px 0;
    }

    header {
        padding: 0;
        height: 70px;
        min-height: auto;
    }

        header .menuIconPhone {
            width: 40px;
            display: inline-block;
            margin: 10px;
            vertical-align: top;
            position: relative;
            z-index: 1;
        }

            header .menuIconPhone .line {
                width: 100%;
                height: 2px;
                background: #fff;
                display: block;
                margin: 8px 0;
            }

        header .logo {
            text-align: center;
            width: 63%;
            display: inline-block;
            position: relative;
            z-index: 1;
        }

            header .logo img {
                vertical-align: top;
            }

    .insideHeader .logo,
    .headerFixed .logo {
        width: 70%;
    }

    header nav {
        width: 100%;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        transform: translateY(-120%);
        transition: 2s;
        padding-top: 90px;
        box-sizing: border-box;
        overflow: auto;
        background: rgb(0 0 0 / 85%);
    }

    .insideHeader nav, .headerFixed nav {
        width: 100%;
    }

    .headerFixed nav {
        width: 100%;
    }

    header.openMenu nav {
        transform: translateY(0);
        width: 100%;
    }

    header.openMenu .logo img {
        width: 80px;
    }

    .headerFixed.openMenu .logo img {
        width: 62px;
    }

    header nav a {
        text-align: center;
        display: block;
        color: #fff;
        font-size: 25px;
        padding: 10px 0;
    }

    header .logoPhone {
        display: block;
        text-align: center;
        width: 90%;
    }

        header .logoPhone img {
            display: inline-block;
            width: 100px;
            margin: auto;
            vertical-align: middle;
            margin-left: -38px;
        }

    header.headerFixed .logoPhone img {
        width: 75px;
        margin-left: 0;
    }

    header .logoPhone span {
        display: none;
    }

    .headerFixed .logoPhone span {
        display: inline-block;
        color: #fff;
        padding: 0 10px;
    }

    header .contact {
        right: unset;
        position: fixed;
        left: 10px;
        bottom: -50px;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        transition-delay: 0;
    }

    .openMenu .contact {
        opacity: 1;
        visibility: visible;
        bottom: 18px;
        transition-delay: 2s;
    }

    header nav .logo {
        display: none;
    }

    .slider .top {
        text-align: center;
        margin-top: 8vh;
    }

        .slider .top .nameComp {
            font-size: 40px;
        }

        .slider .top h1 a {
            font-size: 24px;
            display: block;
        }

    .slider .moreBtn {
        margin: 10px auto;
        display: block;
        width: 65%;
    }

        .slider .moreBtn:last-child {
            display: none;
        }

    .slider .property {
        width: 49%;
        text-align: right;
        padding: 10px;
    }

        .slider .property p {
            display: none;
        }

    .slider .text .nameComp {
        font-size: 56px;
        line-height: 1.2em;
    }

    .slider .text h1 a {
        font-size: 25px;
    }

    .aboutCompany {
        display: flex;
        flex-direction: column-reverse;
    }

        .aboutCompany .right {
            width: 100%;
        }

        .aboutCompany h3 {
            width: unset;
            font-size: 20px;
        }

        .aboutCompany .left {
            width: 100%;
            height: 70vh;
            object-fit: cover;
            padding-bottom: 30px;
        }

    .learn .itemSkin7:nth-child(even),
    .tagContents .itemSkin7:nth-child(even) {
        flex-direction: column;
        padding: 0;
    }

    .learn .itemSkin7 .text,
    .learn .itemSkin7 .image,
    .tagContents .itemSkin7 .text,
    .tagContents .itemSkin7 .image {
        height: auto;
    }

    .learn .itemSkin7 .more,
    .tagContents .itemSkin7 .more {
        position: unset;
    }

    .products {
        flex-direction: column;
    }

        .products .right {
            width: 100%;
            padding-left: 0;
            text-align: center;
        }

        .products .main {
            margin: 0;
        }

            .products .main::before {
                left: -12%;
                right: unset;
            }

        .products .moreDiv {
            display: none;
        }

        .products .Offer p {
            padding: 0;
        }

    .samples .itemSkin7,
    .samplesDetail .itemSkin7 {
        display: block;
        padding: 10px 0;
        width: 100%;
    }

        .samples .itemSkin7 .image,
        .samplesDetail .itemSkin7 .image {
            width: 100%;
            margin: 0;
            height: 40vh;
        }

        .samples .itemSkin7 .text,
        .samplesDetail .itemSkin7 .text {
            width: 100%;
            height: auto;
            display: block;
            text-align: center;
            margin: 0;
        }

        .samples .itemSkin7:nth-child(even) .text,
        .samplesDetail .itemSkin7:nth-child(even) .text {
            margin: 0;
        }

        .samples .itemSkin7 .text .title,
        .samplesDetail .itemSkin7 .text .title {
            padding: 0;
        }

    .news .itemSkin4 {
        width: 100%;
        margin: 8vh 0;
    }

    .news:not(main .news) .itemSkin4 .image,
    .news:not(main .news) .itemSkin4 img {
        display: none;
    }

    .news .itemSkin4 .image {
        height: auto;
    }

    .comments .itemSkin6, main .itemSkin6 {
        width: 100%;
        padding: 4em 0 0;
        display: none;
    }

        .comments .itemSkin6.show {
            display: block;
        }

    .counting .item {
        width: 49%;
        padding: 15px 0;
    }

    .social {
        margin-bottom: 0;
        background-position: right bottom;
    }

        .social .text .socialMain {
            font-size: 20px;
        }

    footer:not(.footerInner) {
        position: unset;
    }

    footer .footerTop {
        display: none;
    }

    /*footer .footerTop .item:not(.enamad) {
            display: none;
        }
*/
    footer .enamad {
        padding: 0;
        margin: auto;
    }

        footer .enamad img {
            position: unset;
            transform: none;
        }

    .footerPhone {
        display: block;
        background-color: #1b1b1b;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
    }

        .footerPhone a {
            color: #fff;
        }

        .footerPhone img {
            width: 30px;
            display: inline-block;
            vertical-align: middle;
            filter: invert(44%) sepia(104%) saturate(394%) hue-rotate(4deg) brightness(92%) contrast(102%);
        }

        .footerPhone .phoneNumber {
            color: #d69c13;
            font-weight: bold;
        }

    main {
        padding: 70px 10px 40px;
    }

        main .ContentsTitle::before, main .ContentTitle::before {
            top: -15px;
            font-size: 55px;
        }

        main .ContentsTitle, main .ContentTitle {
            margin: 15px 0;
        }

        main .ContentBody iframe {
            width: 100% !important;
        }

    .ImageSkin1 {
        width: 50%;
    }

    .categorySkin2 {
        width: 50%;
    }

        .categorySkin2:nth-child(even) .child {
            flex-direction: column;
        }

        .categorySkin2 .image {
            height: 20vh;
        }

    .ContentBody table.features-table {
        width: 100%;
    }

    .ContentBody .features-table tbody th {
        padding-left: 15px;
    }

    .learn .itemSkin7 .image::before, .tagContents .itemSkin7 .image::before, .oldSamples .itemSkin4 .image::before {
        display: none;
    }

    .modules .itemSkin10003 {
        width: 100%;
        padding: 8px 0;
    }

    .modulePricing .modulePricingTop,
    .modulePricing:nth-child(2) .ContentsItems {
        width: auto;
    }

    .modulePricing .col {
        width: 23%;
    }

    .modulePricing .itemSkin11 .top::before {
        display: none;
    }

    .form {
        width: 100%;
    }

    .modules .itemSkin10003 img {
        min-height: auto;
    }

    .features-table .price > div {
        margin-right: 0;
        display: block;
        margin-top: -7px;
    }

    .form div:nth-child(3), .form .buttonItem {
        width: 100%;
    }

    .form textarea {
        padding: 10px 5px;
    }

    .form .buttonItem input {
        padding: 10px;
    }

    main .ContentBody .support .text {
        padding: 5px;
        border-radius: 5px 5px 5px 0;
    }

    .SendMessageForm {
        width: 100%;
    }

        .SendMessageForm h3 {
            font-size: 10vw;
            margin: 30px 0;
        }

    main .SendMessageForm .messageForm {
        padding: 0;
    }

    .contactDetail {
        width: 100%;
        margin-bottom: 64px;
    }

}
