.mobile-nav {
  position: fixed;
  width: 80%;
  height: 100%;
  overflow-y: scroll;
  top: 0;
  right: -80%;
  z-index: 12;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background: #1f3053;
}

.mobile-nav .logo-main {
  font-size: 16px;
  color: var(--black);
  padding: 10px 80px 15px 24px;
  display: inline-block;
  background-color: transparent;
}

.mobile-nav .logo-main img {
  width: 100%;
}

.mobile-nav nav {
  height: 100%;
}

.mobile-nav nav li a {
  color: #fff;
  font-weight: 400 !important;
  display: block;
  padding: 15px 24px;
  border-top: 1px solid #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 15px;
  text-decoration: none;
}

.mobile-nav nav li a .fa {
  font-size: 20px;
  float: right;
}

.mobile-nav nav li ul {
  /* background: #fff; */
}

.mobile-nav nav li ul li a {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.app-container {
  position: relative;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  display: none;
}

.app-container {
  display: block;
}

.mobile-nav-btn {
  display: none !important;
  position: absolute;
  top: 4px;
  height: 30px;
  padding: 6px 7px;
  border-radius: 4px;
  right: 2%;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 14;
}

.mobile-nav-btn {
  display: block;
  z-index: 99999;
  top: -10px;
}

/* .mobile-nav-btn.active {
  right: 80%;
  z-index: 999999999;
  top: 0;
} */

.mobile-nav-btn span {
  display: none;
  height: 3px;
  width: 22px;
  background-color: var(--primary-color);
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 8px;
}

.lines:before,
.lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition:
    top 0.3s 0.6s ease,
    -webkit-transform 0.3s ease;
  transition:
    top 0.3s 0.6s ease,
    transform 0.3s ease;
}

.mobile-nav-btn .lines:before {
  top: 10px;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 0;
  padding: 5px 15px;
  border-radius: 5px;
  background: var(--theme-btn);
}

.mobile-nav-btn-close .lines:before {
  top: 15px;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #000;
  position: absolute;
  right: 20px;
  padding: 0px 10px;
  border-radius: 5px;
  background: var(--white);
}

/* .mobile-nav-btn.active .lines:before {
  content: "\f00d";
  background: var(--primary_color);
  color: #fff;
} */

.mobile-nav.active {
  z-index: 9999999;
}

.mobile-nav.active {
  height: 100%;
  right: 0;
}

.mobile-nav ul {
  /* padding-top: 40px; */
}

p.mobile-menu {
  background: #d5ecfb;
  margin: 0px;
}

.mobile_drop_down {
  display: none;
}

.mobile_drop_down.active {
  display: block;
}

.toggle-menu i {
  transition: 0.3s;
}

.toggle-menu i.rotate {
  transform: rotate(180deg);
}

h4.mobile-menu {
  padding: 19px 24px;
}

@media (max-width: 1366px) {
  html,
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 1024px) {
  html,
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 992px) {
  html,
  body {
    overflow-x: hidden;
  }

  .mobile-text-center {
    text-align: center;
  }

  .digitalstates {
    margin-top: 15px;
  }

  img.trust-img {
    margin-top: 20px;
  }

  .service-box-wrapper {
    margin-top: 40px;
  }

  .ft__nav h4::after {
    width: 40%;
    left: 30%;
  }

  .mobile-nav-btn {
    display: block !important;
  }

  .main-navigation {
    display: none !important;
  }

  .ct-head-buttons {
    display: none !important;
  }

  .service-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

  .process-line {
    display: none;
  }

  .process-text {
    margin-bottom: 70px;
  }

  .process-sec {
    padding: 40px 0 80px;
  }
}

@media (max-width: 380px) {
  .goal-thumb1-1 .thumb {
    height: 300px;
  }
}

@media (max-width: 576px) {
  html,
  body {
    overflow-x: hidden;
  }

  p {
    font-size: 14px;
  }

  h2 {
    font-size: 30px !important;
  }

  section.hero {
    padding: 80px 0 15px 0;
  }

  section.hero h1 {
    font-size: 30px !important;
  }

  .mobile-text-center {
    text-align: center;
  }

  .list li {
    text-align: left;
  }

  section.process {
    padding: 15px 0 0px 0;
  }

  .process-wrap {
    margin-bottom: 20px;
  }

  section.build-trust {
    padding: 15px 0 35px 0;
  }

  section.build-trust h2 {
    margin-top: 20px !important;
  }

  .introsec {
    padding: 20px 0 20px;
  }

  .digitalstates {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 10px;
    margin-top: 30px;
  }

  /* .box img {
    display: none;
  } */

  section.book-editing-section {
    padding: 30px 0 0px 0;
  }

  .tab-content {
    text-align: center;
  }

  section.whychooseussec {
    padding: 20px 0 20px 0;
  }

  .center {
    margin: 0;
  }

  section.cta {
    margin: 0 10px;
    border-radius: 20px;
    padding: 30px 0 25px;
  }

  section.cta:before {
    border-radius: 20px;
  }

  .btnWrap {
    justify-content: center;
  }

  .theme-btn {
    width: 100%;
    margin-top: 10px !important;
  }

  section.future-sec {
    padding: 20px 0 20px 0;
  }

  img.trust-img {
    margin-top: 20px;
  }

  .ft__nav h4::after {
    width: 70%;
    left: 17%;
  }

  .ft__nav {
    margin-bottom: 25px;
  }

  .footer-top {
    padding: 20px 0 0px;
  }

  ul.policy-link {
    display: block;
  }

  section.inner-page-banner {
    padding: 80px 0 15px 0;
  }

  .digital-card {
    margin-bottom: 20px;
  }

  section.inner_service_sec {
    padding: 30px 0 0px 0;
  }

  section.future-sec h2 {
    padding: 20px 0 20px 0;
  }

  .service-box {
    text-align: left;
    margin-top: 25px;
  }

  .contact-section {
    padding: 50px 0px 10px 0px;
  }

  .contact-section h1 {
    padding: 30px 0;
    font-size: 30px !important;
  }

  .form {
    padding: 10px;
  }

  .form-group {
    text-align: left;
    margin-bottom: 20px;
  }

  .form-btn {
    margin-top: 0px;
  }

  .contact-form-box {
    padding: 20px;
    margin-top: 20px;
  }

  button.theme-btn {
    justify-content: center;
  }

  .service-inner {
    grid-template-columns: 1fr;
  }

  .section-service-process > .container > .row:first-child p {
    margin: 0 auto 20px;
  }

  section.think {
    padding: 20px 0;
  }

  .policy-h h1 {
    font-size: 30px !important;
    padding: 10px 0 30px 0;
  }

  .service-item {
    text-align: center;
  }

  section.service-sec {
    padding: 20px 0 40px 0;
  }

  .servcie-detail {
    margin-top: 20px;
  }

  .inner-text h1 {
    font-size: 30px !important;
  }

  .banner-form {
    margin-top: 20px;
  }

  form.form-get-quote h3 {
    text-align: left;
  }

  .inner-page-h h1 {
    padding: 10px 0px 15px;
    text-align: center;
    font-size: 30px !important;
  }

  /*  */

  .process-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 100px;
  }

  .process-item {
    width: 100%;
    max-width: 260px;
  }

  .process-text {
    margin-bottom: 70px;
  }

  .process-sec {
    padding: 40px 0 50px;
  }

  .process-item.mobile-size-small::before {
    width: 130px;
    height: 130px;
  }

  .process-item:nth-child(2) {
    right: 93px;
  }

  .process-item:nth-child(3) {
    left: 70px;
    bottom: 60px;
  }

  .process-item:nth-child(4) {
    right: 80px;
    bottom: 50px;
  }

  .process-item:nth-child(5) {
    left: 30px;
  }

  .process-item:nth-child(6) {
    right: 60px;
    top: 50px;
  }

  .process-item:nth-child(7) {
    left: 90px;
  }

  .process-item.large::before {
    width: 210px;
    height: 210px;
  }

  .about-grid-card {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .goal-thumb1-1 .img-bg-shape {
    width: 100%;
    height: -webkit-fill-available;
  }

  .goal-thumb1-1 .thumb {
    width: auto;
    height: 400px;
  }

  .quote-row {
    margin-top: 40px;
    animation: none;
    gap: 0px;
  }

  .about-thumb1-1 {
    margin-top: 50px;
  }

  section.about-area {
    padding: 30px 0px;
  }

  .image-anim {
    margin-bottom: 30px;
  }

  .card-slider-wrapper {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .slider-card {
    position: relative !important;
    transform: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .card-slider-wrapper:hover .main-card,
  .card-slider-wrapper:hover .back-card,
  .card-slider-wrapper:hover .back-card-1 {
    transform: none !important;
  }

  .card {
    margin: 0 auto;
  }

  .book {
    width: 300px;
    height: 420px;
    margin-top: 20px;
  }

  .quote__group label {
    text-align: left;
  }

  .form-get-quote input {
    height: 45px;
  }

  .popupform {
    max-width: calc(100% - 30px);
    padding: 25px;
  }

  .infographic-wrapper {
    position: relative;
    width: 300px;
    height: 350px;
    margin: auto;
  }

  .step {
    display: none;
  }

  .footer-iframe {
    margin-bottom: 20px;
  }

  .inner-text-genre h1 {
    font-size: 30px !important;
  }

  section.genre-inner-banner .genre-image {
    position: static;
    margin-top: 18px;
  }

  .genre-inner-banner .genre-image:before {
    display: none;
  }

  section.genre-inner-banner {
    padding: 100px 0px 20px 0px;
  }

  section.ghost-await {
    padding: 0px 0px 30px 0px;
  }

  .ghost-await .box {
    padding: 20px 20px;
    margin: 50px 10px 0px;
  }

  section.about-purpose {
    padding: 20px 0px 20px 0px;
  }

  .offset-1 {
    margin-left: 0px !important;
  }

  .about-purpose .box.right h3 {
    margin-top: 20px !important;
  }

  section.profeading-service {
    padding: 30px 0px;
  }

  .edit-type ul li {
    width: 100%;
  }

  section.black-sec {
    padding: 20px 0;
  }

  .social-media {
    display: flex;
    justify-content: center;
  }

  .inner-page-form {
    margin-top: 20px;
    padding: 25px;
  }

  div#counter {
    padding: 20px 0px;
  }

  .item {
    padding: 0px 15px;
  }

  .popup-left img {
    display: none;
  }

  .popupform .form-group {
    margin-bottom: 10px;
  }

  .popup-right-shape img {
    display: none;
  }

  .blog-img {
    margin-top: 20px;
  }
  .tab-content {
    padding: 10px;
  }

  section.thankyou-banner {
    height: 200px !important;
  }

  .contact-form-box .form-group label {
    margin-left: 10px;
  }
  .popupform .form-group label {
    margin-left: 10px;
  }

  .clients-box {
    justify-content: center;
  }

  .diamond-box {
    height: 180px;
    margin: 0px auto;
  }

  .service-prev,
  .service-next {
    display: none !important;
  }

  .footer-bottom .ft__nav ul {
    display: flex;
    gap: 0px;
    flex-direction: column;
  }
  .footer-bottom .ft__nav {
    margin-bottom: 0px;
  }

  .social-icons {
    display: flex;
    justify-content: center;
  }

  .cta .cta-form .paper-plane {
    display: none;
  }

  img.curved-arrow-1,
  img.curved-arrow-2,
  img.curved-arrow-3,
  img.curved-arrow-4,
  img.curved-arrow-5 {
    display: none;
  }

  .process-section {
    padding: 30px 0px 30px 0px;
  }
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  .digitalstates {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 10px;
    margin-top: 30px;
  }

  .card-slider-wrapper {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .slider-card {
    position: relative !important;
    transform: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .card-slider-wrapper:hover .main-card,
  .card-slider-wrapper:hover .back-card,
  .card-slider-wrapper:hover .back-card-1 {
    transform: none !important;
  }

  .section-title {
    font-size: 32px;
  }

  .crypto-section {
    padding: 50px 0px 50px 0px;
  }

  .section-desc {
    margin-bottom: 30px;
  }
}
