@media (max-width: 1300px) and (min-width: 701px) {
  .dfooter {
    display: none;
  }
  .menu-wrap {
    display: none;
  }
  .tmfooter {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 100;
    margin-top: 120px;
    height: 150px;
    left: 0;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.672);
    -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
    border-radius: 40px;
    border-radius: 40px 40px 0 0;
    text-align: center;
    z-index: 1;
  }
  .tmfooter h3 {
    margin-top: 40px;
    font-size: 2rem;
  }
  .floatmail {
    position: absolute;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80%;
    height: 100px;
    background: #705df2;
    z-index: 999;
    margin-top: -150px;
    border-radius: 32px;
    margin-left: 50px;
  }
  .floatmail h2 {
    color: #fff;
    float: left;
    padding: 40px;
  }
  .floatmail .button {
    float: right;
    width: 60px;
    height: 20px;
    margin-top: -5px;
    padding: 40px;
  }
  .floatmail a {
    text-align: center;
    float: right;
    width: 60px;
    height: 35px;
    background-color: #fff;
    padding: 9px;
    border-radius: 25px;
  }
  .tmsocial {
    font-size: 2rem;
    margin-top: 43px;
    padding: 20px;
  }
  .mobile-nav {
    display: none;
  }
  .backimage {
    position: absolute;
    margin-left: 1000px;
    height: 500px;
    width: 1000px;
  }
  nav {
    display: none;
  }
  .blog-slider {
    display: none;
  }
  .imageChooser {
    position: absolute;
    left: 62%;
    top: 13%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .imageChooser .imageLi {
    margin: 5px;
    list-style: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .imageChooser .imageLi:hover {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  #p1 {
    border: 2px solid #ffffff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.385);
    -webkit-box-shadow: 0 8px 32px 4px rgba(31, 38, 135, 0.165);
            box-shadow: 0 8px 32px 4px rgba(31, 38, 135, 0.165);
  }
  .profile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -100px;
  }
  .profile .profile-text {
    margin: 60px;
  }
  .profile h1 {
    margin-top: 200px;
    text-align: center;
    width: 40vw;
  }
  .profile .about-dev {
    margin: 30px;
    width: 40vw;
  }
  .-img {
    margin-top: 5.6051227321238vh;
    width: 400px;
    height: 400px;
    margin-left: 60vw;
    -webkit-transform: translateY(-50%, -50%);
            transform: translateY(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 4;
    -webkit-box-shadow: 0px 5px 50px 0px #436df5, 0px 0px 0px 7px rgba(107, 74, 255, 0.5);
            box-shadow: 0px 5px 50px 0px #436df5, 0px 0px 0px 7px rgba(107, 74, 255, 0.5);
    top: 30px;
  }
  .-img img {
    width: 400px;
    height: 400px;
    margin: auto;
    -webkit-box-shadow: 0px 8px 60px -10px rgba(13, 28, 39, 0.6);
            box-shadow: 0px 8px 60px -10px rgba(13, 28, 39, 0.6);
    border-radius: 30px;
  }
}

@media (max-width: 1300px) and (min-width: 701px) and (max-width: 1000px) and (min-width: 701px) {
  .background {
    background: #512c6a;
    background: radial-gradient(circle, #fc2c6a 0%, #fc5a1d 50%, #fabe45 100%);
    background-size: 200% 200%;
    -webkit-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: circle(400px at right 1px);
            clip-path: circle(400px at right 1px);
  }
  .-img {
    margin-top: 5.6051227321238vh;
    width: 300px;
    height: 300px;
    margin-left: 53vw;
    -webkit-transform: translateY(-50%, -50%);
            transform: translateY(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 4;
    -webkit-box-shadow: 0px 5px 50px 0px #436df5, 0px 0px 0px 7px rgba(107, 74, 255, 0.5);
            box-shadow: 0px 5px 50px 0px #436df5, 0px 0px 0px 7px rgba(107, 74, 255, 0.5);
    top: 30px;
  }
  .-img img {
    width: 300px;
    height: 300px;
    margin: auto;
    -webkit-box-shadow: 0px 8px 60px -10px rgba(13, 28, 39, 0.6);
            box-shadow: 0px 8px 60px -10px rgba(13, 28, 39, 0.6);
    border-radius: 30px;
  }
}

@media (max-width: 1300px) and (min-width: 701px) {


  .skill-tag{
    font-size: small;
  }

  .dmt {
    -webkit-box-shadow: black 1px 2px 5px;
            box-shadow: black 1px 2px 5px;
    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;
    position: absolute;
    background: rgba(255, 255, 255, 0.275);
    -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
    width: 50.635416666666664vw;
    height: 80px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 80px;
    margin-top: 60px;
    z-index: 4;
    border-radius: 32px;
  }
  .dmt h1 {
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    color: black;
    font-size: 1.5rem;
  }
  .dmt .share-button {
    -webkit-box-shadow: rgba(0, 0, 0, 0.439) 1px 2px 5px;
            box-shadow: rgba(0, 0, 0, 0.439) 1px 2px 5px;
    background-color: black;
    color: black;
    font-size: 0.96rem;
    text-align: center;
    width: 200px;
    height: 40px;
    margin-top: 100px;
    margin-left: -146px;
    margin-right: -20px;
    border-radius: 40px;
    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;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .dmt .share-button:hover {
    background-color: rgba(255, 255, 255, 0.159);
  }
  .dmt .share-button:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .dmt .share-button span {
    position: absolute;
    margin: 0;
    width: 300px;
    height: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    font-weight: 60;
    z-index: 999;
    -webkit-transition: 0.6s linear;
    transition: 0.6s linear;
    border-radius: 40px;
  }
  .dmt .share-button:hover span {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .dmt .share-button a {
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 26px;
    color: #000000;
    text-align: center;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .dmt .share-button:hover a {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .dmt .share-button a:nth-of-type(1) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .dmt .share-button a:nth-of-type(2) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .dmt .share-button a:nth-of-type(3) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .dmt .share-button a:nth-of-type(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px;
    width: 80.5vw;
    height: 450px;
    margin-left: 60px;
    margin-top: 250px;
    margin-bottom: 50px;
  }
  .skill-hb {
    margin-bottom: 70px;
    background-color: black;
    width: 300px;
    height: 100px;
    color: black;
    border: 1px solid black;
    border-radius: 10px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .container {
    width: 100%;
    border-radius: 15px;
    background-color: white;
  }
  .skills {
    background-color: black;
    height: 25px;
    border-radius: 15px;
    text-align: right;
    color: white;
  }
  .html {
    width: 97%;
    -webkit-animation: html 1s both;
            animation: html 1s both;
  }
  @-webkit-keyframes html {
    from {
      width: 0px;
    }
    to {
      width: 97%;
    }
  }
  @keyframes html {
    from {
      width: 0px;
    }
    to {
      width: 97%;
    }
  }
  .css {
    width: 85%;
    -webkit-animation: css 1s forwards;
            animation: css 1s forwards;
  }
  @-webkit-keyframes css {
    from {
      width: 0px;
    }
    to {
      width: 85%;
    }
  }
  @keyframes css {
    from {
      width: 0px;
    }
    to {
      width: 85%;
    }
  }
  .js {
    width: 65%;
    -webkit-animation: js 1s forwards;
            animation: js 1s forwards;
  }
  @-webkit-keyframes js {
    from {
      width: 0px;
    }
    to {
      width: 65%;
    }
  }
  @keyframes js {
    from {
      width: 0px;
    }
    to {
      width: 65%;
    }
  }
  .node {
    width: 40%;
    -webkit-animation: node 1s forwards;
            animation: node 1s forwards;
  }
  @-webkit-keyframes node {
    from {
      width: 0px;
    }
    to {
      width: 40%;
    }
  }
  @keyframes node {
    from {
      width: 0px;
    }
    to {
      width: 40%;
    }
  }
  .services {
    width: 77.5vw;
    height: 400px;
    margin-left: 79px;
    background: #ffffff19;
    background: rgba(255, 255, 255, 0.275);
    -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
    border-radius: 32px;
  }
  .services #wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
    /*height: 80vh;
      min-height:20em;*/
    width: 80%;
    margin: 0 auto;
  }
  .services .innerdiv {
    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;
    outline: none;
  }
  .services svg {
    width: 100%;
  }
  .services circle {
    fill: none;
    stroke-width: 3;
    stroke: #0000006d;
  }
  .services path {
    fill: transparent;
    stroke-width: 3;
    stroke-linecap: round;
  }
  .services #aPath {
    stroke: #000000;
  }
  .services #bPath {
    stroke: #000000;
  }
  .services #gPath {
    stroke: #000000;
  }
  .services #mPath {
    stroke: #000000;
  }
  .services text {
    dominant-baseline: central;
    text-anchor: middle;
    font-size: 5px;
    fill: rgba(99, 97, 97, 0.508);
  }
}

@media only screen and (max-width: 1300px) and (min-width: 701px) and (min-width: 480px) {
  .services #wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 20vh;
    min-height: 25em;
  }
  .services .h1 {
    text-align: center;
    margin: 50px auto 120px;
    color: #fff;
    text-transform: uppercase;
  }
}

@media (max-width: 1300px) and (min-width: 701px) {
  .services-div {
    padding: 1px;
    width: 90.5vw;
    height: 450px;
    margin-bottom: 50px;
    /* Mengatur posisi logo service */
    /* Membuat border title */
    /* membuat shadow untuk service */
  }
  .services-div .main {
    width: 100%;
    min-height: 380px;
    text-align: center;
    position: relative;
    cursor: pointer;
  }
  .services-div .service {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
  .services-div .service-logo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: -90px auto 0;
    background: #fff;
    border: 18px solid #007bff;
    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;
  }
  .services-div .service h4 {
    height: 35px;
    width: 80%;
    margin: 50px auto;
    background: #fff;
    position: relative;
  }
  .services-div .service h4::after,
  .services-div .service h4::before {
    content: "";
    width: 40px;
    height: 30px;
    position: absolute;
    z-index: -1;
  }
  .services-div .service h4::after {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#007bff));
    background: linear-gradient(to right, #fff, #007bff);
    right: -5px;
    top: -5px;
  }
  .services-div .service h4::before {
    background: -webkit-gradient(linear, left top, right top, from(#007bff), to(#fff));
    background: linear-gradient(to right, #007bff, #fff);
    left: -5px;
    bottom: -5px;
  }
  .services-div .main::after {
    content: "";
    height: 200px;
    width: 80%;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    left: 10%;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px -15px #030380;
            box-shadow: 0 0 20px -15px #030380;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
  .services-div .main::before {
    content: "";
    height: 200px;
    width: 64%;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    left: 18%;
    z-index: -2;
  }
  .services-div .main:hover .service {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .services-div .main:hover::after {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  .services-div .service-logo img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .services-div .main:hover .service-logo img {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .services-div .projects-section {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    background-color: var(--projects-section);
    border-radius: 32px;
    padding: 32px 32px 0 32px;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: rgba(255, 255, 255, 0.576);
    -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
  }
  .services-div .projects-section-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 32px;
  }
  .services-div .projects-section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
    color: var(--main-color);
  }
  .services-div .projects-section-header p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    opacity: 0.9;
    margin: 0;
    color: var(--main-color);
    margin-left: 10px;
  }
  .services-div .projects-section-header .time {
    font-size: 20px;
  }
  .services-div .projects-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services-div .item-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 16px;
  }
  .services-div .item-status:not(:last-child) .status-type:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid var(--secondary-color);
  }
  .services-div .status-number {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: var(--main-color);
  }
  .services-div .status-type {
    position: relative;
    padding-right: 24px;
    color: var(--secondary-color);
  }
  .services-div .view-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services-div .view-btn {
    width: 36px;
    height: 36px;
    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;
    padding: 6px;
    border-radius: 4px;
    background-color: transparent;
    border: none;
    color: var(--main-color);
    margin-left: 8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .services-div .view-btn.active {
    background-color: var(--link-color-active-bg);
    color: var(--link-color-active);
  }
  .services-div .view-btn:not(.active):hover {
    background-color: var(--link-color-hover);
    color: var(--link-color-active);
  }
  .services-div .messages-section {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-bottom: 32px;
    background-color: var(--projects-section);
    margin-left: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    border-radius: 30px;
    position: relative;
    overflow: auto;
    -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
    transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
  }
  .services-div .messages-section .messages-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    border: none;
    background-color: transparent;
    color: var(--main-color);
    display: none;
  }
  .services-div .messages-section.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    margin-left: 0;
  }
  .services-div .messages-section .projects-section-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 32px 24px 0 24px;
    background-color: var(--projects-section);
  }
  .services-div .message-box {
    border-top: 1px solid var(--message-box-border);
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .services-div .message-box:hover {
    background-color: var(--message-box-hover);
    border-top-color: var(--link-color-hover);
  }
  .services-div .message-box:hover + .message-box {
    border-top-color: var(--link-color-hover);
  }
  .services-div .message-box img {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 40px;
    height: 40px;
  }
  .services-div .message-header {
    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;
    width: 100%;
  }
  .services-div .message-header .name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--main-color);
    margin: 0;
  }
  .services-div .message-content {
    padding-left: 16px;
    width: 100%;
  }
  .services-div .star-checkbox input {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
  }
  .services-div .star-checkbox label {
    width: 24px;
    height: 24px;
    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;
    cursor: pointer;
  }
  .services-div .dark .star-checkbox {
    color: var(--secondary-color);
  }
  .services-div .dark .star-checkbox input:checked + label {
    color: var(--star);
  }
  .services-div .star-checkbox input:checked + label svg {
    fill: var(--star);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .services-div .message-line {
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0;
    color: var(--secondary-color);
    opacity: 0.7;
  }
  .services-div .message-line.time {
    text-align: right;
    margin-bottom: 0;
  }
  .services-div .project-boxes {
    margin: 0 -8px;
    overflow-y: auto;
  }
  .services-div .project-boxes.jsGridView {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .services-div .project-boxes.jsGridView .project-box-wrapper {
    width: 33.3%;
  }
  .services-div .project-boxes.jsListView .project-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    position: relative;
  }
  .services-div .project-boxes.jsListView .project-box > * {
    margin-right: 24px;
  }
  .services-div .project-boxes.jsListView .more-wrapper {
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .services-div .project-boxes.jsListView .project-box-content-header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 120px;
  }
  .services-div .project-boxes.jsListView .project-box-header {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .services-div .project-boxes.jsListView .project-box-footer {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .services-div .project-boxes.jsListView .project-box-footer:after {
    display: none;
  }
  .services-div .project-boxes.jsListView .participants {
    margin-bottom: 8px;
  }
  .services-div .project-boxes.jsListView .project-box-content-header p {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .services-div .project-boxes.jsListView .project-box-header > span {
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-size: 12px;
  }
  .services-div .project-boxes.jsListView .box-progress-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .services-div .project-box {
    --main-color-card: #dbf6fd;
    border-radius: 30px;
    padding: 16px;
    background-color: var(--main-color-card);
  }
  .services-div .project-box-header {
    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;
    margin-bottom: 16px;
    color: var(--main-color);
  }
  .services-div .project-box-header span {
    color: #4a4a4a;
    opacity: 0.7;
    font-size: 14px;
    line-height: 16px;
  }
  .services-div .project-box-content-header {
    text-align: center;
    margin-bottom: 16px;
  }
  .services-div .project-box-content-header p {
    margin: 0;
  }
  .services-div .project-box-wrapper {
    padding: 8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .services-div .project-btn-more {
    padding: 0;
    height: 14px;
    width: 24px;
    height: 24px;
    position: relative;
    background-color: transparent;
    border: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /*&:after, &:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: var(--main-color);
        opacity: .8;
        left: 50%;
        transform: translatex(-50%);
      }
    
      &:before { top: 0;}
      &:after { bottom: 0; }*/
  }
  .services-div .more-wrapper {
    position: relative;
  }
  .services-div .box-content-header {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    opacity: 0.7;
  }
  .services-div .box-content-subheader {
    font-size: 14px;
    line-height: 24px;
    opacity: 0.7;
  }
  .services-div .box-progress {
    display: block;
    height: 4px;
    border-radius: 6px;
  }
  .services-div .box-progress-bar {
    width: 100%;
    height: 4px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    margin: 8px 0;
  }
  .services-div .box-progress-header {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
  }
  .services-div .box-progress-percentage {
    text-align: right;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
  }
  .services-div .project-box-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 16px;
    position: relative;
  }
  .services-div .project-box-footer:after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    width: calc(100% + 32px);
    top: 0;
    left: -16px;
    height: 1px;
  }
  .services-div .participants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services-div .participants img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .services-div .participants img:not(:first-child) {
    margin-left: -8px;
  }
  .services-div .add-participant {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    margin-left: 6px;
    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;
    padding: 0;
  }
  .services-div .days-left {
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    border-radius: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 6px 16px;
    font-weight: 700;
  }
  .services-div .mode-switch.active .moon {
    fill: var(--main-color);
  }
  .services-div .messages-btn {
    border-radius: 4px 0 0 4px;
    position: absolute;
    right: 0;
    top: 58px;
    background-color: var(--message-btn);
    border: none;
    color: var(--main-color);
    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;
    padding: 4px;
    display: none;
  }
}

@media screen and (max-width: 1300px) and (min-width: 701px) and (max-width: 980px) {
  .services-div .project-boxes.jsGridView .project-box-wrapper {
    width: 50%;
  }
  .services-div .status-number,
  .services-div .status-type {
    font-size: 14px;
  }
  .services-div .status-type:after {
    width: 4px;
    height: 4px;
  }
  .services-div .item-status {
    margin-right: 0;
  }
}

@media screen and (max-width: 1300px) and (min-width: 701px) and (max-width: 880px) {
  .services-div .messages-section {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    position: absolute;
    opacity: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
  }
  .services-div .messages-section .messages-close {
    display: block;
  }
  .services-div .messages-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1300px) and (min-width: 701px) and (max-width: 720px) {
  .services-div .app-name,
  .services-div .profile-btn span {
    display: none;
  }
  .services-div .add-btn,
  .services-div .notification-btn,
  .services-div .mode-switch {
    width: 20px;
    height: 20px;
  }
  .services-div .add-btn svg,
  .services-div .notification-btn svg,
  .services-div .mode-switch svg {
    width: 16px;
    height: 16px;
  }
  .services-div .app-header-right button {
    margin-left: 4px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 701px) and (max-width: 520px) {
  .services-div .projects-section {
    overflow: auto;
  }
  .services-div .project-boxes {
    overflow-y: visible;
  }
  .services-div .app-sidebar,
  .services-div .app-icon {
    display: none;
  }
  .services-div .app-content {
    padding: 16px 12px 24px 12px;
  }
  .services-div .status-number,
  .services-div .status-type {
    font-size: 10px;
  }
  .services-div .view-btn {
    width: 24px;
    height: 24px;
  }
  .services-div .app-header {
    padding: 16px 10px;
  }
  .services-div .search-input {
    max-width: 120px;
  }
  .services-div .project-boxes.jsGridView .project-box-wrapper {
    width: 100%;
  }
  .services-div .projects-section {
    padding: 24px 16px 0 16px;
  }
  .services-div .profile-btn img {
    width: 24px;
    height: 24px;
  }
  .services-div .app-header {
    padding: 10px;
  }
  .services-div .projects-section-header p,
  .services-div .projects-section-header .time {
    font-size: 18px;
  }
  .services-div .status-type {
    padding-right: 4px;
  }
  .services-div .status-type:after {
    display: none;
  }
  .services-div .search-input {
    font-size: 14px;
  }
  .services-div .messages-btn {
    top: 48px;
  }
  .services-div .box-content-header {
    font-size: 12px;
    line-height: 16px;
  }
  .services-div .box-content-subheader {
    font-size: 12px;
    line-height: 16px;
  }
  .services-div .project-boxes.jsListView .project-box-header > span {
    font-size: 10px;
  }
  .services-div .box-progress-header {
    font-size: 12px;
  }
  .services-div .box-progress-percentage {
    font-size: 10px;
  }
  .services-div .days-left {
    font-size: 8px;
    padding: 6px 6px;
    text-align: center;
  }
  .services-div .project-boxes.jsListView .project-box > * {
    margin-right: 10px;
  }
  .services-div .project-boxes.jsListView .more-wrapper {
    right: 2px;
    top: 10px;
  }
  .services-div span {
    font-size: 12px;
  }
  .services-div a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
  }
  .services-div button {
    border-radius: 20px;
    border: 1px solid #ff4b2b;
    background-color: #ff4b2b;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform 80ms ease-in;
    transition: -webkit-transform 80ms ease-in;
    transition: transform 80ms ease-in;
    transition: transform 80ms ease-in, -webkit-transform 80ms ease-in;
  }
  .services-div button:active {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .services-div button:focus {
    outline: none;
  }
  .services-div button.ghost {
    background-color: transparent;
    border-color: #ffffff;
  }
  .services-div form {
    background-color: #ffffff;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
  }
  .services-div input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
  }
  .services-div .container {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
  }
  .services-div .form-container {
    position: absolute;
    top: 0;
    height: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .services-div .sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
  }
  .services-div .container.right-panel-active .sign-in-container {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .services-div .sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
  }
  .services-div .container.right-panel-active .sign-up-container {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    -webkit-animation: show 0.6s;
            animation: show 0.6s;
  }
  @-webkit-keyframes show {
    0%,
    49.99% {
      opacity: 0;
      z-index: 1;
    }
    50%,
    100% {
      opacity: 1;
      z-index: 5;
    }
  }
  @keyframes show {
    0%,
    49.99% {
      opacity: 0;
      z-index: 1;
    }
    50%,
    100% {
      opacity: 1;
      z-index: 5;
    }
  }
  .services-div .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    z-index: 100;
  }
  .services-div .container.right-panel-active .overlay-container {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .services-div .overlay {
    background: #ff416c;
    background: -webkit-gradient(linear, left top, right top, from(#ff4b2b), to(#ff416c));
    background: linear-gradient(to right, #ff4b2b, #ff416c);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #ffffff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  .services-div .container.right-panel-active .overlay {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .services-div .overlay-panel {
    position: absolute;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  .services-div .overlay-left {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  .services-div .container.right-panel-active .overlay-left {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .services-div .overlay-right {
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .services-div .container.right-panel-active .overlay-right {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  .services-div .social-container {
    margin: 20px 0;
  }
  .services-div .social-container a {
    border: 1px solid #dddddd;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 1300px) and (min-width: 701px) {
  .swiper-container {
    background-color: rgba(255, 255, 255, 0.123);
    -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
    width: 77.5vw;
    height: 400px;
    margin-left: 80px;
    border-radius: 32px;
    margin-top: 40px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1300px) and (min-width: 701px) and (max-width: 890px) and (min-width: 700px) {
  .swiper-container {
    -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
    width: 77.5vw;
    height: 350px;
    margin-left: 80px;
    border-radius: 32px;
    margin-top: 40px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1300px) and (min-width: 701px) and (max-width: 1270px) and (min-width: 100px) {
  .morph {
    margin-top: -15px;
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.254);
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.254);
    width: 35.833333333333332vw;
    border-radius: 32px;
    margin-left: -75px;
  }
}

@media (max-width: 1300px) and (min-width: 701px) {
  .swiper
.swiper-slide {
    -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
    border-radius: 32px;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .projects {
    margin-top: 15px;
    width: 77.5vw;
    height: 400px;
    padding: 30px;
    margin-left: 80px;
    border-radius: 32px;
  }
  div.proj-container {
    margin: 50px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .morph-title {
    margin: 3px;
  }
  .left {
    width: 30vw;
  }
  .morph {
    margin-top: 20px;
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.254);
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.254);
    width: 43.833333333333332vw;
    border-radius: 32px;
    margin-left: -75px;
  }
  .visit {
    margin-top: 20px;
    background-color: #000000;
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.254);
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.254);
    color: #fcfcfc;
    width: 130px;
    height: 30px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 10px;
  }
  .visit:hover {
    -webkit-transform: scale(110%);
            transform: scale(110%);
  }
  .contactUS {
    width: 77vw;
    margin-top: 50px;
    margin-left: 90px;
    height: 500px;
    background: #ffffff19;
    background: rgba(255, 255, 255, 0.275);
    -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
    border-radius: 32px;
  }
  .contactUS svg {
    position: relative;
    margin-top: 360px;
    width: 77vw;
    border-radius: 30px;
  }
  .contactUS h1 {
    margin-top: -510px;
    margin-left: 80px;
  }
  .contactUS h5 {
    margin-left: 80px;
  }
  .contactUS .inner-part {
    position: absolute;
    margin-top: 30px;
  }
  .contactUS input {
    font-size: large;
    background: rgba(255, 255, 255, 0.275);
    -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
    width: 30.833333333333332vw;
    height: 50px;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    margin-left: 80px;
    padding: 19px;
  }
  .contactUS textarea {
    position: relative;
    background: rgba(255, 255, 255, 0.672);
    -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.165);
    width: 40.833333333333332vw;
    height: 100px;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    margin-left: 80px;
    padding: 20px;
    margin-top: 20px;
  }
  .contactUS ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
  }
  .contactUS button {
    background-color: #000000;
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.254);
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.254);
    color: #fcfcfc;
    width: 120px;
    height: 30px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin-left: 10px;
    margin-left: 100px;
    margin-top: 10px;
   
 
  }
}


/*# sourceMappingURL=media-tablet.css.map */