@media only screen and (max-width: 1410px) {
    .play-video-section::before {
        display: none;
    }

    .header-menu a {
        padding: 10px;
    }

    .footer-call-center a {
        font-size: 22px;
    }

    .call-extension {
        height: 26px;
        font-size: 14px;
    }

    .icon-linline-services {
        width: 32px;
        height: 32px;
    }

    .mb-90 {
        margin-bottom: 90px;
    }

    .articles-title .mb-100 hr {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 1200px) {
    .card-motion {
        margin-top: 20px;
    }

}

@media only screen and (max-width: 1152px) {
    .call-center {
        margin-top: 0;
        margin-bottom: 10px;
    }


    .services-item h4 {
        font-size: 100%;
        margin-right: 5px;
    }

    .icon-linline-services {
        width: 42px;
        height: 42px;
    }

    .play-video-section::before {
        display: none;
    }

    #web-desgin-banner-image {
        right: -20%;
    }

    .footer-call-center {
        flex-wrap: wrap;
    }

    #mg-title {
        font-size: 51px;
    }

    #mg-subtitle {
        font-size: 30px;
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1020px) {
    .city-footer {
        width: 100%;
        background-size: auto 100%;
    }

    #title-mobile-application-desgin {
        margin-top: 0;
    }

    #title-digital-markting-desgin {
        margin-top: 0;
    }

    #voip-banner > * {
        text-align: center;
    }

    .services-item {
        padding-right: 25px;
    }

    footer .footer-title {
        margin-top: 20px;
    }

    .hr-effect-center {
        margin-right: 50%;
        transform: translateX(50%);
    }

    .text-banner {
        padding-top: 0;
        text-align: center;
    }

    .home-article {
        margin-bottom: 45px;
    }

    .banner-apk::after {
        display: none;
    }

    .wide-image {
        margin-top: 20%;
    }

    .portfolio-app img {
        width: 31%;
        height: auto;
        margin: 0 1%;
    }

    .apk-titles-container {
        margin-top: 30px;
    }

    #nemad {
        width: 70%;
    }

    #voip-ipphone-image {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .content-card {
        width: 95%;
    }


    .mt-none {
        margin-top: 40px;
    }

    #mg-title {
        font-size: 50px;
        margin-top: 110px;
        margin-top: 110px;
    }

}

@media only screen and (max-width: 960px) {
    ::-webkit-scrollbar {
        display: none;
    }

    #about-img {
        width: 70%;
    }

    .header-image-digital-markting {
        bottom: -20px;
        top: unset;
    }

    .pt-header-145 {
        padding-top: 145px;
    }

    #search-card-container {
        position: fixed;
        top: 55px;
        z-index: 990;
        right: 0;
        width: 100%;
        border-radius: 0 0 15px 15px;
    }

    #search-card-container .card-header {
        display: none;
    }

    #search-card-container .card-main {
        padding-top: 20px;
    }

    #search-card-container .card-main .form-input-and-btn {
        justify-content: space-between;
    }

    .pt-header {
        padding-top: 75px;
    }

    #about-section {
        margin-bottom: 12px;
    }

    #voip-banner {
        flex-direction: column;
    }

    .banner-homepage {
        background-size: 100% 100%;
    }

    .banner-homepage > nav, .bg-header > nav {
        overflow: hidden;
        position: fixed;
        border-radius: 0 0 15px 15px;
        height: 65px;
        z-index: 999;
        padding: 0;
        right: 0;
        top: 0;
    }

    .header-container {
        right: 0;
        top: 0;
        display: block;
        position: fixed;
        border-radius: 0 0 15px 15px;
        height: 65px;
        width: 100%;
        z-index: 0;
        background-color: #1a2133;
    }

    .header-logo {
        padding: 8px;
        position: relative;
    }

    .banner-container {
        padding-top: 100px;
        display: flex;
    }

    .call-center {
        display: none;
    }

    .hamburger-controller {
        position: relative;
        align-items: flex-end;
        justify-content: center;
        display: flex;
        flex-direction: column;
        width: 65px;
        height: 100%;
        background-image: -moz-linear-gradient(0deg, rgb(41, 50, 74) 0%, rgb(24, 30, 47) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(41, 50, 74) 0%, rgb(24, 30, 47) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(41, 50, 74) 0%, rgb(24, 30, 47) 100%);
        border-radius: 0 0 15px 15px;
        float: left;
        margin-top: 0;
        padding-left: 20px;
        gap: 4px;
    }

    .hamburger-controller-open {
        padding-left: 15px;
    }

    .scrim {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        opacity: 40%;
        background-color: black;
    }

    .scrim-open {
        z-index: 999;
        display: block;
        transition: 0.3s;
    }

    .hamburger-controller .hamburger-controller-line {
        border-radius: 6px;
        height: 4px;
        background-color: #fff;

    }

    .hamburger-controller .hamburger-controller-line {
        transition: 0.45s;
    }

    .hamburger-controller-open .hamburger-controller-line {
        position: absolute;
    }

    .hamburger-controller .line-one {
        width: 50%;
    }

    .hamburger-controller .line-two {
        width: 35%;
    }

    .hamburger-controller .line-tree {
        width: 25%;
    }


    .hamburger-controller-open .line-one {
        top: 50%;

        transform: rotate(45deg);

    }

    .hamburger-controller-open .line-two {
        width: 50%;
        top: 50%;
        transform: rotate(-45deg);
    }

    .hamburger-controller-open .line-tree {
        transition: 0ms;
        opacity: 0;
    }

    .header-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        padding: 100px 0 0;
        margin: 0;
        left: 0;
        overflow: hidden;
        width: 0;
        height: 100%;
        background-color: #2a3248;
        align-items: center;
        visibility: hidden;
        transition: 0.3s;
        gap: 8px;
        z-index: -1;
    }

    .header-menu-open {
        width: 60%;
        visibility: visible;
    }

    .header-menu > li {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-height: 46px;
        width: 90%;
        background-color: #1a2133;
        color: white;
        border-radius: 20px;
        justify-content: flex-start;
        text-align: center;
        transition: max-height 0.7s ease;
    }

    .header-menu .dropdown-active::after {
        transition: 0.3s;
        position: absolute;
        left: 10px;
        top: 22px;

    }


    .header-menu .open {
        max-height: 500px;
    }

    .header-menu .open > .dropdown-menu {

        visibility: visible;
        max-height: 400px;
        border: 1px solid rgb(20 25 38);
    }

    .header-menu .open::after {
        transform: rotate(180deg);
    }

    .header-menu li > .dropdown-menu {
        display: flex;
        position: relative;
        overflow: hidden;
        flex-direction: column;
        top: 0;
        max-height: 0;
        margin: 0;
        padding: 0;
        background-color: #22293b;
        z-index: 990;
        border-radius: 20px;
        border: none;
        flex-basis: 100%;
        transition: 0.5s ease;
    }

    .dropdown-menu li {
        position: relative;
    }

    #web-desgin-banner-image {
        right: -30%;
    }

    #web-desgin-banner-content {
        margin-top: 0;
        padding: 16px 12px;
    }

    #web-desgin-banner-content a {
        margin-top: 0;
    }

    .apk-title-btn {
        font-size: 19.5px;
        padding: 5px;
    }

    .home-article:nth-last-child {
        margin-bottom: 20px;
    }

    .padding-container {
        padding: 25px 15px;
    }

    .wide-image {
        margin-top: 10px;
    }

    .text-align-center {
        text-align: center;
        justify-content: center;
    }

    .call-support {
        justify-content: center;
    }

    .banner-homepage::after {
        display: none;
        margin-bottom: 100px;
    }

    .banner-homepage {
        margin-bottom: 100px;
        overflow: hidden;
    }

    .step-li {
        font-size: 20px;
    }

    .step-li span {
        margin-top: -6px;
    }

    .md-align-center {
        display: flex;
        align-items: center;
    }

    #header-seo-image {
        margin-top: 55px;
    }

    .header-yellow-title {
        font-size: 50px;
        margin-top: 90px;
    }

    .banner-apk img {
        margin-top: 60px;
    }

    .content-card {
        margin-top: 80px;
    }

    #voip-banner::before {
        right: unset;
        top: 90px;
        width: 85%;
        background-repeat: no-repeat;
    }

    .light-mgb {
        height: 480px;
    }

    .digital-markting-subtitle {
        font-size: 31px;
    }

    .subtitle-banner {
        width: fit-content;
        display: block;
    }

    .subtitle-banner svg {
        right: 0;
    }

}

@media only screen and (max-width: 860px) {
    .wrapper-plans {
        flex-wrap: wrap;
    }

    .plan-title {
        height: 120px;
    }

    .plan-feature-status-table {
        padding-top: 22px;
    }

    .btn-plan-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
        padding: 8px;
        margin-top: 8px;
        width: 100%;
    }

    .btn-plan-container .btn-plan {
        cursor: pointer;
        flex: 0 0 auto;
        font-size: 16px;
        width: 23.333%;
        height: 45px;
        padding: 0 24px;
        background-color: #415079;
        border-radius: 20px;
        border: none;
        color: white;
    }

    .btn-plan-container .btn-plan-selected {
        background-color: #0d7a5f;
    }

    .plan-feature-gradient {
        background: none;
    }

    .plan-feature-gradient::after {
        display: none;
    }

    .plan-feature-status {
        width: 100%;
        transition: 500ms;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        position: absolute;
    }

    .plan-feature-status h3 {
        display: none;
    }

    .plan-feature-status .plan-feature-subtitle {
        margin-top: 20px;
    }

    .plan-feature-icon i {
        width: 42px;
        height: 42px;
    }

    .plan-feature-icon::before {
        width: 42px;
        height: 42px;
    }

    .plan-feature-status::before {
        display: none;
    }

    .plan-feature-gradient {
        border-radius: 24px 24px 0 0;
    }

    .plan {
        pointer-events: all;
        opacity: 100%;
        visibility: visible;
    }

    .plan-description {
        font-size: 16px;
        flex: 0 0 auto;
        width: 50%;
    }

    .plan-title p {
        margin-top: 8px;
    }

    .plan-features {
        padding: 14px 8px 0;
    }

    .plan-feature-item {
        padding-bottom: 25px;
    }

    .plans {
        flex: 0 0 auto;
        width: 50%;
        position: relative;
        display: block;
    }

    #mg-title {
        font-size: 48px;
    }

    #mg-subtitle {
        font-size: 28px;
    }

    .digital-markting-subtitle {
        font-size: 27px;
    }

}

@media only screen and (max-width: 768px) {
    .body {
        font-size: 24px;
    }

    .naghshe-jahan-sky {
        width: 300px;
        height: 100px
    }

    .naghshe-jahan-sky-two {
        width: 90px;
        height: 45px;
    }

    .about-position {
        display: none;
    }

    #about-section {
        text-align: center;
    }

    .title-banner {
        font-size: 50px;
    }

    .description-banner {
        font-size: 35px;
    }

    .digital-markting-subtitle {
        font-size: 27px;
    }

    .digital-markting-title-head {
        font-size: 50px;
    }

    .voip-title-head {
        font-size: 50px;

    }

    .voip-subtitle {
        font-size: 35px;
    }

    #voip-ipphone-image {
        margin-bottom: 10px;
    }

    .voip-title-head {
        margin-top: 8px;
    }

    .services-section .services-item {
        padding: 0;
        justify-content: center;
        gap: 4px;
        align-items: center;
        flex-direction: column;
    }

    .services-section .services-item h4 {
        margin: 0;
        text-align: center;
        font-size: 0.8rem;
    }

    .services-section .services-item i {
        width: 32px;
        height: 32px;
    }


    .services-section .services-item .icon-markting {
        margin-right: 8px;
    }

    .title-content {
        text-align: center;
    }

    .flex-btn-services {
        flex-direction: column;
        gap: 12px;
    }

    .flex-btn-services a {
        margin-top: 0;
    }

    .banner-section-home-page {
        height: auto;
    }

    #web-desgin-banner-image {
        height: 250px;
        margin: 0;
        right: 0;
        align-self: flex-end;
    }

    #web-desgin-banner-image img {
        height: 250px;

    }

    .banner-section-home-page .row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #web-desgin-banner-content {
        right: 0;
        margin: 0 !important;
    }

    #web-desgin-banner-content .title-h3 {
        margin-top: -60px;
    }

    #web-desgin-banner-content a {
        margin-top: 0;
    }


    .articles-title + .row > div {
        margin-bottom: 12px;
    }

    .apk-title-head {
        margin-top: -58px;
    }

    .portfolio-app {
        margin-bottom: -70px;
    }

    .mt-70 {
        margin-top: 35px;
    }

    .w-70 {
        width: 70%;
        margin: auto;
    }

    #voip-articles > div {
        padding: 8px;
        margin: 0;
    }

    .wide-image {
        margin-top: 0;
    }

    .title-content {
        margin-top: 8px;
    }

    .row-reverse {
        flex-direction: column-reverse;
        align-items: center;
    }

    .card-plan {
        margin-bottom: 70px;
    }

    .header-yellow-title {
        margin-top: 120px;
        font-size: 46px;
    }

    #header-seo-subtitle {
        font-size: 26px;
    }

    .articles-title h3 {
        font-size: 26px;
    }

    .mt-none {
        margin-top: 0;
    }

    .header-container-row {
        padding-bottom: 0;
        flex-direction: column-reverse;
    }

    .motion-graphic-bicycle {
        top: unset;
        bottom: 230px;
        left: 0;
        width: 200px;
        height: 200px;
        z-index: 2;
    }

    .mg-rayana-properties {
        width: 100%;
        margin-left: auto;
    }

    .naghshe-jahan-square {
        height: 300px;
    }

    .emam-mosque {
        margin-top: 0;
    }

    .light-mgb {
        height: 535px;
    }

    #mg-title {
        font-size: 48px;
        margin-top: 8px;
    }

    #mg-subtitle {
        font-size: 30px;
    }

    #digital-header-image {
        padding-bottom: 0;
        position: relative;
        height: auto;
    }

    #digital-header-image div {
        margin-bottom: -10px;
        height: auto;
        position: relative;
        right: 0;
    }

    #digital-header-image div img {
        position: relative;
        height: auto;
        width: 152%;
        margin-top: -250px;
        right: -44%;
    }

    #digital-header-title {
        padding-top: 15px;
        text-align: center;
    }

    #digital-header-title .call-description {
        margin: 8px 0;

    }

    #contact-img {
        width: 100%;
    }

    #contact-header-title {
        z-index: 1;

    }

    #contact-header-title h1 {
        font-size: 35px;

    }

    #contact-header-title .row {
        font-size: 16px;
    }

    .articles-title .hr-effect {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 576px) {
    #motion-header-content {
        text-align: center;
    }

    .articles-title h3 {
        font-size: 26px;
    }

    .articles-title h4 {
        font-size: 28px;
    }

    .wrapper-steps-title {
        font-size: 26px;
    }

    .title-content {
        font-size: 26px;
    }

    #mg-title {
        font-size: 35px;
    }

    #mg-subtitle {
        font-size: 27px;
    }

    .naghshe-jahan-square {
        height: 240px;
    }

    .title-banner {
        font-size: 35px;
    }

    .description-banner {
        font-size: 28px;
    }

    .voip-title-head {
        font-size: 35px;
    }

    .voip-subtitle {
        font-size: 26px;
    }

    .digital-markting-subtitle {
        font-size: 28px;
    }

    .digital-markting-title-head {
        font-size: 35px;
    }

    #voip-articles > div {
        padding: 4px;
        margin: 0;
    }

    .hover-property {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .hover-property span {
        flex: 0 0 auto;
        width: 75%;
    }

    .hover-property-icon {
        width: 60px;
        height: 60px;
    }

    #web-desgin-banner-image img {
        width: 100%;
        height: auto;
    }

    #web-desgin-banner-content .title-h3 {
        margin-top: -120px;
    }

    .banner-section-home-page::after {
        transform: skewX(310deg) translateX(110%);
        height: 100%;
    }

    .services-section {
        height: 120px;
        display: flex;
        padding: 0 8px;
        flex-direction: row;
        justify-content: center;
        border-radius: 12px;
        margin-top: 35px;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
        background-color: #2a3248;
    }

    .services-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .services-logo-cycle {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 100px;
    }

    .services-logo-cycle i {
        width: 70%;
        height: 70%;
        background-size: 100%;
        background-position: 0 0;
    }

    .services-logo::before {
        width: 130px;
        height: 50px;
        right: unset;
    }

    .services-section .services-item i {
        width: 28px;
        height: 28px;
    }

    footer .row > div {
        margin-bottom: 16px;
    }

    .apk-title-btn {
        font-size: 22px;
        padding: 5px;
    }

    .apk-title-btn i {
        width: 70px;
        height: 70px;
    }

    .portfolio-app {
        flex-direction: column;
        align-items: center;
    }

    .portfolio-app img {
        width: 70%;
        margin: 15px 0;
    }

    .articles-title .hr-effect {
        margin-bottom: 30px;
    }

    .w-70 {
        width: 100%;
    }

    .call-support a {
        font-size: 24px;
    }

    .step-li {
        font-size: 18px;
    }

    .step-li span {
        margin-top: -8px;
    }

    .mg-video-item {
        height: 190px;
    }

    .plan-description {
        font-size: 15px;
    }

    .plan-description .plan-title p {
        font-size: 18px;
    }

    .plan-feature-item {
        padding-bottom: 28px;
    }

    .btn-plan-container .btn-plan {
        width: 48%;
    }

    .mt-sm-16 {
        margin-top: 16px;
    }

    #header-seo-subtitle {
        font-size: 24px;
    }

    .header-yellow-title {
        margin-top: 230px;
        font-size: 32px;
    }

    #header-seo-image {
        margin-top: 60px;
    }

    .apk-title-head {
        font-size: 46px;
    }

    .apk-subtitle {
        font-size: 24px;
    }

    .banner-apk {
        max-height: 100vh;
    }

    #digital-header-image div img {
        margin-top: -160px;
    }

    .banner-homepage {
        margin-bottom: 10px;
    }

    .motion-graphic-bicycle {
        display: none;
    }

    .card-plan-title {
        font-size: 26px;
    }

    .radio-checked li {
        font-size: 18px;
    }

    #voip-articles {
        padding: 0 12px;
    }
}

@media only screen and (max-width: 420px) {

    .naghshe-jahan-square {
        height: 180px;
    }

    #mg-title {
        font-size: 37px;
    }

    #mg-subtitle {
        font-size: 22px;
    }

    .header-yellow-title {
        font-size: 32px;
    }

    .checked-item {
        width: 100%;

    }

    .apk-title-head {
        font-size: 36px;

    }

    .apk-subtitle {
        font-size: 18px;
    }

    .articles-title h3 {
        font-size: 22px;
    }

    .articles-title h4 {
        font-size: 24px;
    }

    .wrapper-steps-title {
        font-size: 22px;
    }

    .title-content {
        font-size: 22px;
    }

    .card-plan-title {
        font-size: 22px;
    }

    .radio-checked li {
        font-size: 16px;
    }

    .card-plan-price {
        font-size: 16px;
    }

    .cpp-title {
        font-size: 18px;
    }

    .cpp-price {
        font-size: 24px;
    }

    .psf-price {
        font-size: 24px;
    }
}

@media only screen and (max-width: 350px) {
    .card-plan-title {
        font-size: 20px;
    }

    .articles-title h3 {
        font-size: 20px;
    }

    .wrapper-steps-title {
        font-size: 20px;
    }

    .title-content {
        font-size: 20px;
    }

    #mg-title {
        font-size: 30px;
    }

    #mg-subtitle {
        font-size: 19px;
    }

    .naghshe-jahan-square {
        height: 145px;
    }

    .title-banner {
        font-size: 36px;
    }

    .description-banner {
        font-size: 21px;
    }

    .voip-title-head {
        font-size: 36px;
    }

    .voip-subtitle {
        font-size: 21px;
    }

    .digital-markting-subtitle {
        font-size: 21px;
    }

    .digital-markting-title-head {
        font-size: 36px;
    }

    .step-li {
        font-size: 16px;
    }

    .step-li span {
        margin-top: -9px;
        margin-right: -8px;
    }

    .icon-call-support {
        background-repeat: no-repeat;
    }

    .hover-property {
        padding: 16px 4px;
    }

    .hover-property-icon {
        width: 45px;
        height: 45px;
    }


    .checked-item {
        width: 100%;
    }

    .plan-description {
        font-size: 12px;
    }

    .plan-description .plan-title p {
        font-size: 16px;
    }

    .plan-feature-status {
        font-size: 14px;
    }

    .plan-feature-status .psf-price {
        font-size: 18px;
    }

    .pfs-td {
        height: 48px;
    }

    #digital-header-image div img {
        margin-top: -110px;
    }

    .content-card {
        text-align: center;
    }

    .header-yellow-title {
        font-size: 30px;
    }

    #header-seo-subtitle {
        font-size: 20px;
    }
}
