/* XX-Large devices (larger desktops, 1400px and up) */
@media screen and (max-width: 1499px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media screen and (max-width: 1399px) {
  .hero-content h1 {
    font-size: 88px;
    line-height: 109px;
    margin-bottom: 20px;
  }

  .feature-title h3 {
    font-size: 27px;
    line-height: 38px;
  }

  .feature-item {
    padding: 27px 20px 36px;
    min-height: 390px;
  }

  .work-area,
  .features-area {
    padding: 160px 0px 160px;
  }

  .faq-accordion .accordion-button {
    font-size: 23px;
  }

  .get-in-touch-wrapper .section-heading {
    font-size: 72px !important;
  }

  .get-in-touch-wrapper {
    max-width: 750px;
  }

  .engagement-number {
    font-size: 100px;
  }


}

/* X-Large devices (large desktops, 1200px and up) */
@media screen and (max-width: 1199px) {
  .header .navbar-nav {
    gap: 56px;
    padding-left: 70px;
  }

  .engagement-section,
  .get-in-touch-section,
  .faq-section {
    padding: 125px 0;
  }

  .git-obj img {
    max-height: 400px;
  }

  .git-obj {
    margin-right: -90px;
  }

}

/* Large devices (desktops, 992px and up) */
@media screen and (max-width: 991px) {

  .footer-content h2 a img {
    max-width: 170px;
  }

  .header .navbar-nav {
    gap: 44px;
    padding-left: 0px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 49px 0px;
  }

  .work-item {
    max-width: 310px;
  }

  .work-item h2 {
    font-size: 40px;
    line-height: 42px;
    color: #F0ECE4;
    margin-bottom: 21px;
  }

  .work-area,
  .features-area {
    padding: 100px 0px 110px;
  }

  .features-title {
    margin-bottom: 57px;
  }

  .work-title h2,
  .features-title h2 {
    font-size: 40px;
    line-height: 60px;
  }

  .features-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(3, 1fr) !important;
  }

  .engagement-title {
    font-size: 25px;
  }



}

/*  Medium devices (tablets, 768px and up) */
@media screen and (max-width: 767px) {
  .hero-content {
    text-align: center;
  }

  .hero-content h1 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 12px;
  }

  .hero-cotnent--desc p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .navbar-brand img {
    max-width: 75px;
  }

  .header .navbar {
    padding: 13px 0px;
  }

  .hero-bg-text h2 {
    font-size: 298.17px;
  }

  .footer-content {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-content h2 {
    margin-bottom: 22px;
  }

  .footer-menu li a {
    text-align: center;
  }

  .footer-copy {
    padding: 30px 0px;
  }

  .footer-end a.btn {
    width: auto !important;
  }

  .work-item {
    max-width: 310px;
    margin: 0 auto;
    text-align: center;
  }

  .work-inner .work-item:nth-child(2n+1) {
    margin: 0 auto;
  }

  .work-inner::after {
    left: 18px;
    display: none;
  }



  .work-item h2 {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 16px;
  }

  .work-item--text p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0px;
  }

  .work-title h2,
  .features-title h2 {
    font-size: 30px;
    line-height: 41px;
  }

  .work-title span.pretitle,
  .features-title span.pretitle {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 11px;
  }

  .work-title {
    max-width: 625px;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .work-area,
  .features-area {
    padding: 60px 0px 75px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .svg-anim img {
    bottom: -10px;
  }

  .hero-cotnent--desc {
    max-width: 432px;
    margin: 0 auto;
  }

  .engagement-number {
    font-size: 85px;
    padding: 16px 0;
  }

  .get-in-touch-wrapper .section-heading {
    font-size: 56px !important;
    margin-bottom: 50px !important;
  }

  .engagement-section,
  .get-in-touch-section,
  .faq-section {
    padding: 100px 0;
  }

  .faq-text {
    text-align: center;
  }

}

/* Small devices  */
@media screen and (max-width: 576px) {

  .features-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .engagement-content .section-heading {
    margin-bottom: 50px;
  }

  .fs-2 {
    font-size: 32px !important;
  }

  .engagement-number {
    font-size: 56px;
  }

  .engagement-section,
  .get-in-touch-section,
  .faq-section {
    padding: 75px 0;
  }

  .engagement-title {
    font-size: 24px;
  }

  .get-in-touch-wrapper .section-heading {
    font-size: 38px !important;
  }

  .git-obj img {
    max-height: 300px;
  }

  .faq-pretitle {
    font-size: 25px;
  }

  .faq-accordion .accordion-button {
    font-size: 18px;
  }

  .accordion-icon img {
    max-width: 16px;
  }

  .faq-accordion .accordion-para {
    font-size: 16px;
  }

  .feature-item {
    padding: 27px 20px 36px !important;
    min-height: auto !important;
  }

  .features-title {
    margin-bottom: 31px;
  }


}