/* navbar */
@media screen and (max-width: 1200px) {
  nav {
    position: fixed;
    z-index: 3;
    background: linear-gradient(180deg, #075a4f 0%, #014437 100%);
  }

  .nav-links.open {
    clip-path: circle(1500px at 100% 0%);
    -webkit-clip-path: circle(1500px at 100% 0%);
    pointer-events: all;
  }

  .nav-links li {
    opacity: 0;
  }

  .nav-links.open li {
    opacity: 1;
  }

  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }

  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }

  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }

  .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  }

  .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  }

  .nav-links li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }

  .nav-links li:nth-child(7) {
    transition: all 0.5s ease 1s;
    margin: 0;
  }

  li.fade {
    opacity: 1;
  }

  .desktop-buttons {
    display: none;
  }

  .mobile-buttons {
    display: flex;
  }

  .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
  }
.header{
  z-index: 9999;
}
  .nav-links {
    clip-path: circle(0 at 100% 0%);
    -webkit-clip-path: circle(0 at 100% 0%);
    pointer-events: none;
    position: fixed;
    background: linear-gradient(180deg, #075a4f 0%, #014437 100%);
    height: 100%;
    width: 100%;
    flex-direction: column;
    transition: all 1s ease-out;
    top: 0;
    right: 0;
    z-index: 1;
    padding-left: 0;
    align-items: center;
  }
  .nav-links li.fade {
    opacity: 1;
  }

  .nav-links.open .mobile-logo {
    display: block;
    margin-bottom: 30px;
  }
  .follow-up-section {
    background: none;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .hero-list li {
    position: static;
    padding-left: 0;
  }
  .hero-list li::before,
  .hero-list li::after {
    display: none;
  }
  .land-card,
  .follow-img,
  .step-badge {
    display: none;
  }
  .step-circle {
    width: 100px;
    height: 100px;
  }
  .step-card p {
    font-size: 11px;
  }
  .step-badge {
    left: -30px;
  }
  .center-card,
  .core-features-logo {
    display: none;
  }
  .step-wrap::after {
    display: none;
  }
  .demo-img-shadow {
    display: none;
  }
  .follow-shadow{
    display: none;
  }
  .core-features-section {
    padding: 0;
  }
  .pricing-section,
  .demo-section,
  .clients,
  .why-section,
  .top-benefits-section,
  .integration-section {
    padding: 20px 0;
  }
  footer {
    text-align: center;
    padding: 0 0 20px 0;
  }
  .demo-form {
    max-width: inherit;
  }
  #book-demo-Modal{
    z-index: 99999;;
  }
}
@media (max-width: 991px) {
  .integration-hub {
    transform: scale(0.85);
  }
}
@media (max-width: 767.98px) {
  footer .footer-social-block li {
    margin-right: 10px;
  }

  footer .footer-social-block li:nth-last-child(2) {
    padding-left: 0;
  }
}
/* heading */
@media (max-width: 992px) {
  .section-heading-h1 {
    font-size: 48px;
  }
  .section-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section-heading-h1 {
    font-size: 32px;
  }
  .section-title h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .pricing-card {
    margin-bottom: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .milestone .year {
    font-size: 36px;
    position: static;
    opacity: 0.2;
    margin-top: 10px;
  }
  .tablist {
    display: block;
  }
  .tablist span {
    display: inline-block;
    margin-bottom: 10px;
  }

  .copyright-block span {
    display: block;
    margin: 10px 0;
  }
  .demo-form {
    padding: 20px;
  }
  .demo-form small {
    margin-top: 0;
  }
  .top-benefits-section h4 {
    padding-top: 20px;
  }
  .b-card {
    min-height: 160px;
    padding: 10px;
  }
  .b-card p {
    font-size: 14px;
    font-weight: normal;
  }
  .b-card .text-accent.fs-1.mb-3.text-end {
    text-align: center !important;
  }
  .b-card .text-accent.fs-1.mb-3.text-end img {
    max-width: 80px;
  }
}
@media (max-width: 536px) {
  .dashbord-main-row {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .logo-slider .swiper-slide img {
    height: 45px;
  }

  .pricing-card ul {
    margin: 0 0 20px 0;
}
.pricing-card ul li {
   font-size: 12px;
}
  .price{
        margin-bottom: 0;
  }
  .plan{
        margin: 0 auto;
  }
  .pricing-card{
            margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .copyright-block p {
    margin-bottom: 10px !important;
  }
  .how-it-works::after {
    height: 460px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-card h5 {
    margin: 20px 0 20px 0;
  }
  .pricing-card ul {
    margin-bottom: 15px;
  }
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .demo-section::after {
	height: 1020px;
}
.land-card img {
	width: 150px;
} 
/* heading 
.land-card2{
      left: -130px;
}
.land-card5{
      right: -130px;
}*/
img.img-fluid.demo-main-img{width:75%; } 
}

@media (min-width: 1400px) {
  .container {
    max-width: 1440px;
  }
  .section-title h2 {
    font-size: 50px;
  }
  .section-title p {
    font-size: 20px;
  }

  .step-circle {
    width: 200px;
    height: 200px;
  }
  .step-circle img {
    width: auto;
  }
  .core-features-logo {
    top: 187px;
    width: 169px;
    height: 169px;
    padding-top: 65px;
  }
  .core-features-logo img {
    width: 105px;
  }
  img.img-fluid.demo-main-img{width:75%; } 
}
