@media (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
  .navbar .nav-item {
    margin-inline-end: 1rem;
  }
}

@media (min-width: 1200px) {
  .navbar .nav-link {
    position: relative;
  }
  .navbar-nav {
    margin: auto;
  }
  .navbar .nav-link::before {
    content: "";
    display: block;
    position: absolute;
    width: 70%;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    height: 2px;
    bottom: 0;
    border-radius: 5px;
    background-color: #fff;
    transition: transform 0.3s ease;
    transform-origin: center;
    border-radius: 10px;
  }
  .navbar-collapse {
    justify-content: space-between;
  }
  .navbar .nav-link:hover::before {
    transform: translateX(-50%) scaleX(1) !important;
  }
}

@media (max-width: 1199.98px) {
  .banner h2 {
    font-size: 68px;
  }
  .navbar {
    max-height: 100%;
    overflow-x: auto;
  }
  .banner-text p {
    font-size: 22px;
  }

  header .banner {
    height: 100vh;
    height: 100svh;
    min-height: 550px;
    max-height: 900px !important;
  }
  .sec-title .big-text {
    font-size: 36px;
  }
  .section-text h3 {
    font-size: 32px;
  }
  .section-number {
    font-size: 40px;
  }
  .form-style {
    padding: 1.5rem;
  }
  .form-style.v2 {
    padding: 1.5rem;
  }
  .inner-banner .d-flex h3 {
    font-size: 60px;
  }
  .acc-sec .infos.v2 {
    padding: 1.5rem 1rem;
  }
}

@media (min-width: 992px) {
  .nav-btns .btn-trans {
    border-inline-start: 2px solid rgba(255, 255, 255, 0.2) !important;
    padding-inline-start: 0.75rem;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1;
  }

  .text-container {
    height: 500px;
    overflow: hidden;
  }

  .active .section-number,
  .active .section-text h3 {
    font-weight: 700 !important;
    color: #0079cb;
  }
}

@media (max-width: 991.98px) {
  .main-slider {
    min-height: max(500px, 100vw);
    max-height: 900px;
  }
  .media-col {
    margin-bottom: 2rem;
  }
  .sec-p-y {
    padding: 3.5rem 0;
  }
  .row.stat {
    padding-top: 3.5rem;
  }

  .sec-p-y-sm {
    padding: 2.5rem 0;
  }
  .sec-p-t {
    padding-top: 3rem;
  }
  .site-footer {
    margin-top: 3rem;
  }
  .d-title {
    font-size: 36px;
  }
  .d-info {
    padding: 0 !important;
  }
  .col-lg-5.image-container {
    display: none !important;
  }
  .site-footer .d-flex {
    flex-wrap: wrap;
  }
  .site-footer .d-flex .soc-wr {
    order: 3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
  }
  .depart-sec .col-lg-6.pic-col {
    order: 2;
    padding: 1rem !important;
  }
  .depart-sec .pic-col .img-wr img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .inner-banner .d-flex h3 {
    font-size: 36px;
  }
  .inner-banner .d-flex h3 {
    font-size: 44px;
  }
  .col-lg-8 .accordion {
    margin-bottom: 1rem;
  }
  .serv-d-sec h3 {
    font-size: 1.75rem;
  }
  #tabs .col-lg-8 {
    order: 2;
  }
  #tabs .pills-col {
    order: 1;
  }

  .mega-menu .dropdown-item {
    font-size: 12px;
  }
  .mega-menu .i-wr {
    background-color: #0079cb;
    width: 38px;
    height: 38px;
    margin-inline-end: 8px;
  }

  .mega-menu .i-wr img {
    max-width: 28px;
    height: 28px;
  }
}

@media (max-width: 767.98px) {
  .slide-inner .text-lay h4,
  .slide-inner .text-lay p,
  .slide-inner .text-lay {
    padding-inline-end: 0;
  }
  .main-slider .side-lay {
    display: none;
  }
  .map-col .wr .lable {
    font-size: 10px;
  }
  .map-col .wr .pen {
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
  }
  .sec-title .big-text {
    font-size: 32px;
  }
  .testi-card {
    flex-wrap: wrap;
  }
  .testi-card .c-cont {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .testi-slider .navi-wr .navi {
    transform: translateY(0);
  }
  a.circle {
    width: 150px;
    height: 150px;
    font-size: 12px;
  }

  .blog-card .date {
    font-weight: 200;
    padding: 6px 16px;
    border: 1px solid #ffffffa6;
    display: inline-block;
    margin-bottom: 0.75rem;
    border-radius: 2rem;
  }
  .blog-card .hover-img {
    display: none;
  }
  .small-sec {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .row.stat .col-lg-3 {
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  .device-slider .swiper-slide {
    width: 320px;
  }
}
@media (max-width: 575px) {
  .serv-item {
    flex-wrap: wrap;
  }
  .serv-item > div {
    width: 100%;
  }
  .serv-item > div.img-wr {
    width: 50%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  body,
  html {
    font-size: 14px;
  }
  .blog-card .c-title {
    font-size: 1.2rem;
  }
  .section-text h3 {
    font-size: 28px;
  }
  .section-number {
    font-size: 36px;
  }
  .jobs-sec .sec-title .big-text,
  .team-sec .sec-title .big-text {
    font-size: 2rem;
  }

  .sw-btn {
    width: 32px;
    height: 32px;
  }
  .site-footer .soc-wr a {
    width: 34px;
    height: 34px;
    margin: 0 6px;
  }
  .site-footer .d-flex {
    justify-content: center;
  }
  .site-footer {
    padding: 1.5rem 0;
  }
  .infos .info-item .i-wr {
    margin-inline-end: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .infos .info-item {
    margin-bottom: 12px;
  }
  .num-card h3 {
    font-size: 60px;
  }
  .about-slider {
    min-height: 220px;
  }
  .row.stat {
    padding-top: 2.5rem;
  }
  .site-footer .copy {
    margin-bottom: 0.5rem;
  }
  .depart-sec .sub-title {
    font-size: 28px;
  }
  .small-sec .bg-cont .img-wr img {
    max-width: 98%;
  }
  .jobs-text h1 {
    font-size: 42px;
  }
  .send-your .d-flex h2 {
    font-size: 32px;
  }
  .send-your .d-flex {
    flex-wrap: wrap;
  }
  .send-your .d-flex .btn-style {
    margin-top: 1rem;
    margin-inline-start: auto;
  }
  .text-info-wr h3 {
    font-size: 1.75rem;
  }
  .in-mind-sec .btn.blue {
    margin-inline-start: 0;
  }
  .btn-style {
    padding-left: 14px;
    padding-right: 14px;
  }
  .testi-sec .text-info-wr .item {
    font-size: 1rem;
  }
  .small-sec.blue-bg .btn:nth-child(2) {
    margin-top: 0.5rem;
  }
  .inner-banner .d-flex h3 {
    font-size: 32px;
  }
  .inner-banner .d-flex p {
    font-size: 16px;
  }
  .cards-sec .sec-title .big-text {
    font-size: 1.75rem;
  }

  .device-slider .swiper-slide {
    width: 280px;
  }
}

/* eeeeeeeeeeeeeeeeeeeeeeeeeee */
.section-text .btn {
  flex-shrink: 0;
}
.blue-cards .col-sm-6 {
  padding-bottom: 1rem;
}
