@media (max-width: 1599.98px) {
}

@media (max-width: 1399.98px) {
  .roadmap_sec .card_left_wrapper::before {
    border-top: 55px solid #fff;
    border-right: 45px solid transparent;
  }

  .roadmap_sec .card_rgt_wrapper::before {
    border-bottom: 55px solid #fff;
    border-left: 45px solid transparent;
  }
}

@media (max-width: 1199.98px) {

  header .navbar-nav {
    gap: 20px;
  }

  header a.nav-link,
  header a.nav-link.active {
    font-size: 16px;
    line-height: 26px;
  }

  .gray_btn {
    font-family: var(--text-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    min-width: 130px;
    padding: 8px 20px;
  }

  .custom_info {
    width: 75%;
    margin: auto;
  }

  .footer .info h2.heading {
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
  }

  .home_bnr {
    height: 500px;
  }

  .info h1.heading {
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
  }

  .ftr_list li,
  .ftr_list li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--gray-text);
  }

  .how_it_works_sec .card-body {
    padding: 30px;
  }

  .card_left {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 90%, 0 10%);
  }

  .card_rgt {
    clip-path: polygon(90% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0 0);
  }

  .card_left_wrapper::before {
    border-top: 55px solid #fff;
    border-right: 35px solid transparent;
  }

  .card_rgt_wrapper::before {
    border-bottom: 55px solid #fff;
    border-left: 35px solid transparent;
  }

  .center-chip {
    height: 350px;
  }

  .card.table_card {
    clip-path: polygon(
      7% 0,
      93% 0,
      100% 20%,
      100% 80%,
      93% 100%,
      7% 100%,
      0 80%,
      0 20%
    );
  }

  .team_card {
    min-height: 500px;
  }

  .team_card h2.heading {
    min-height: 130px;
    font-size: 35px;
    line-height: 45px;
  }

  .team_card .info p.dscp,
  .roadmap_sec .info p.dscp {
    font-size: 16px;
    line-height: 26px;
  }

  .roadmap_sec .card-body {
    padding: 10px;
  }

  .roadmap_sec .card_left_wrapper::before {
    border-top: 55px solid #fff;
    border-right: 35px solid transparent;
  }

  .roadmap_sec .card_rgt_wrapper::before {
    border-bottom: 55px solid #fff;
    border-left: 35px solid transparent;
  }

  .blog_card .info h2.heading {
    font-size: 40px;
    line-height: 50px;
  }

  .blog_detail_img {
    height: 450px;
  }

  .blog_cnt p {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 991.98px) {
  .custom_info {
    width: 100%;
    margin: auto;
  }

  table,
  th,
  tr,
  td {
    font-family: var(--text-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
  }

  .table_card_wrapper::before {
    border-top: 75px solid #fff;
    border-right: 45px solid transparent;
  }

  .table_card_wrapper::after {
    border-bottom: 75px solid #fff;
    border-left: 45px solid transparent;
  }

  table i {
    width: 20px;
    height: 20px;
    font-size: 24px;
  }

  .team_card {
    min-height: unset;
  }

  .roadmap_sec .card-body {
    padding: 0;
  }

  .roadmap_sec .card_left {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 85%, 0 15%);
  }

  .roadmap_sec .card_rgt {
    clip-path: polygon(90% 0, 100% 15%, 100% 85%, 90% 100%, 0 100%, 0 0);
  }

  .roadmap_sec .card_left_wrapper::before {
    border-top: 40px solid #fff;
    border-right: 25px solid transparent;
  }

  .roadmap_sec .card_rgt_wrapper::before {
    border-bottom: 40px solid #fff;
    border-left: 25px solid transparent;
  }

  img.logo_img {
    max-width: 100px;
  }

  header .navbar-nav {
    gap: 0;
    padding-top: 10px;
  }

  img.ftr_logo {
    max-width: 150px;
  }

  .blog_cnt p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
  }
   .login_card {
    padding: 10px;
}
.cardlogin {
    padding: 20px;
}
.login_card .info h2.heading {
    font-size: 28px;
    line-height: 38px;
}
.card_height {
    height: 100%;
    max-height: 100%;
}
}

@media (max-width: 767.98px) {

   .login_card {
    padding: 10px;
}
.cardlogin {
    padding: 20px;
}
.login_card .info h2.heading {
    font-size: 28px;
    line-height: 38px;
}
  .padding_70 {
    padding: 50px 0px;
  }

  .home_bnr {
    height: 450px;
  }

  .timeline-line {
    top: 48px !important;
  }

  .team_card h2.heading {
    min-height: unset;
  }

  .timeline-item::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #f4f4f5;
    border: 3px solid #0d1117;
    border-radius: 50%;
    top: 15px;
    z-index: 3;
    right: unset;
    transform: translateX(-50%);
    left: 20px;
  }

  .card_left_wrapper::before {
    border-top: 70px solid #fff;
    border-right: 70px solid transparent;
  }

  .card_rgt_wrapper::before {
    border-bottom: 70px solid #fff;
    border-left: 70px solid transparent;
  }

  .roadmap_sec .card_left_wrapper::before {
    border-top: 50px solid #fff;
    border-right: 50px solid transparent;
    margin-left: 50px;
  }

  .roadmap_sec .card_rgt_wrapper::before {
    border-bottom: 50px solid #fff;
    border-left: 50px solid transparent;
  }
}

@media (max-width: 575.98px) {
 
  .login_card {
    padding: 10px;
}
.cardlogin {
    padding: 20px;
}
.login_card .info h2.heading {
    font-size: 28px;
    line-height: 38px;
}
  .gray_btn {
    min-width: unset;
    clip-path: unset;
    border-radius: 10px;
  }

  .info h2.heading,
  .footer .info h2.heading {
    font-size: 32px;
    line-height: 42px;
  }

  .footer .info h2.heading {
    text-align: center;
  }

  .input_box {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .cprt_txt {
    text-align: center;
  }

  .social_icons {
    justify-content: center;
  }

  .info h1.heading {
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
    color: #fff;
  }

  .gray_btn_box,
  .btn_box {
    width: 170px;
    height: 50px;
  }

  .form-control,
  .form-control:focus {
    height: 50px;
  }

  .btn_wrapper::before {
    top: 0px;
    left: 0;
    clip-path: polygon(0 0, 75% 0, 0 65%);
  }

  .btn_wrapper::after {
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 100%, 0 130%, 140% 0);
  }

  button.btn {
    font-size: 12px;
  }

  .home_bnr .info p.dscp,
  .info p.dscp {
    font-size: 16px;
    line-height: 26px;
  }

  .card.table_card {
    clip-path: polygon(
      10% 0,
      90% 0,
      100% 10%,
      100% 90%,
      90% 100%,
      10% 100%,
      0 90%,
      0 10%
    );
    padding: 30px;
  }

  .table_card_wrapper::before {
    border-top: 35px solid #fff;
    border-right: 35px solid transparent;
  }

  .table_card_wrapper::after {
    border-bottom: 35px solid #fff;
    border-left: 35px solid transparent;
  }

  .accordion-item .accordion-button {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-button::before {
    right: 15px;
    width: 30px;
    height: 30px;
  }

  .blog_detail_img {
    height: 250px;
  }

  .blog_cnt p {
    font-size: 16px;
    line-height: 26px;
  }

  .cont_box {
    padding: 20px;
  }

  .cont_box .info h2.heading {
    font-size: 35px;
    line-height: 45px;
    color: #fff;
  }
}

@media (max-width: 350px) {
  .gray_btn_box,
  .btn_box {
    width: 140px;
    height: 50px;
  }

  button.btn {
    font-size: 10px;
  }
}

@media (min-width: 576px) {
  .timeline-label-bottom {
    font-size: 0.875rem; /* Bootstrap 'small' */
    min-height: auto;
  }
}
