@media only screen and (min-width: 1440px) {
  .navbar.container,
  .contact-img .container {
    max-width: 1550px;
  }
  .swiper-pagination
  {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .menu {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    margin-left: auto;
    margin-right: auto;
    background: none;
    box-shadow: none;
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    margin: 0 auto;
  }

  .menu-link {
    font-size: 18px;
    text-transform: capitalize;
  }

  .burger {
    display: none;
    visibility: hidden;
  }
  .team .row > div:nth-child(odd) {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 90px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  .brand {
    max-width: 130px;
    height: 60px;
  }
  .btn-fill {
    padding: 10px 26px;
  }
  .home-banner .mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-banner .img-box {
    margin-bottom: 32px;
  }
  .home-banner span.title {
    font-size: 100px;
    line-height: 1.1;
    text-align: center;
    display: block;
    margin-bottom: 24px;
  }
  .fs-section {
    padding: 70px 0;
  }

  .btn-fill svg {
    width: 20px;
    height: 20px;
  }
  .service .round-bg {
    width: 600px;
    height: 600px;
    top: 0%;
    left: -300px;
    border: 70px solid rgba(0, 168, 181, 0.15);
    filter: blur(20px);
  }
  .service-box {
    padding: 20px;
    border-radius: 15px;
  }
  .service-box .card-body {
    border-radius: 8px;
  }
  .service-box .card-body {
    margin-top: 40px;
  }
  .choose-inner .left,
  .choose-inner .right {
    width: 100%;
  }
  .choose-inner .left {
    position: relative;
    top: unset;
  }
  .choose-inner {
    gap: 40px;
  }
  .choose .round-bg {
    width: 600px;
    height: 600px;
    bottom: 0%;
    right: -300px;
    border: 70px solid rgba(0, 168, 181, 0.15);
    filter: blur(20px);
  }
  .project-box .img-box2 {
    height: 300px;
    border-radius: 15px;
  }
  .project-box .img-box1 {
    height: 350px;
    border-radius: 15px;
  }
  .project-content > div:nth-child(even) {
    padding-top: 100px;
  }
  .review-box-inner {
    padding: 40px 30px;
  }
  .testimonials-left .top {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
  .testimonials-left .top {
    padding: 20px;
  }
  .testimonials-left {
    gap: 0;
  }
  .testimonials-left .bottom {
    padding: 20px;
  }
  .reviews-box .bg-icon {
    position: absolute;
    top: 40px;
    right: 60px;
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  footer .form-group .form-control::placeholder {
    font-size: 16px;
  }
  .marqueeSwiper .swiper-slide {
    font-size: 60px;
  }
  /* <========== about page start ==========> */
  .main-heading h2 {
    font-size: 70px;
  }
  .aboutus .home-heading {
    margin-bottom: 40px;
  }
  .aboutus-left .img-box {
    height: 400px;
  }
  .aboutus-left .img-box,
  .aboutus-right .img-box {
    border-radius: 24px;
  }
  .parallax-section .container {
    bottom: -3px;
  }
  .parralax-box {
    min-height: 80vh;
  }
  .aboutus .round-bg {
    width: 600px;
    height: 600px;
    bottom: 0%;
    right: -300px;
    border: 70px solid rgba(0, 168, 181, 0.15);
    filter: blur(20px);
  }
  .accordion-item {
    padding: 15px 24px;
  }
  .accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
  .accordion-button:not(.collapsed)::after {
    background-position: right;
  }
  .team .round-bg {
    width: 600px;
    height: 600px;
    top: 0%;
    left: -300px;
    border: 70px solid rgba(0, 168, 181, 0.15);
    filter: blur(20px);
  }
  /* <========== service page start ==========> */
  .service .round-circle,.home-project .round-circle
   {
    width: 350px;
    height: 350px;
    bottom: 5%;
    left: -150px;
    filter: blur(85px);
  }
  .service-page .round-circle {
    width: 350px;
    height: 350px;
    right: -150px;
  }
  .main-heading {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner span.title {
    font-size: 70px;
  }
  .footer-row2 {
    align-items: start;
    flex-direction: column;
    gap: 24px;
  }
  .footer-row2 .row-divider {
    display: none;
  }
  footer .left,
  footer .right {
    width: 100%;
  }
  footer::before {
    content: "";
    position: absolute;
    top: -350px;
    right: -300px;
    width: 600px;
    height: 600px;
    border-radius: 100%;
    border: 50px solid rgba(205, 205, 205, 0.15);
  }
  .footer-inner {
    gap: 30px;
  }

  .process-box {
    padding-right: 20px;
    border-radius: 15px;
  }
  .process-box .img-box {
    height: 160px;
    border-top-right-radius: 15px;
  }
  .process-box .card-body {
    padding: 20px;
  }
  .team-box .img-box {
    height: 280px;
  }
}
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 12px;
  }
  .fs-section {
    padding: 60px 0;
  }

  .brand {
    height: 50px;
  }
  .navbar {
    padding: 10px 25px;
  }
  .header {
    padding: 10px 20px 0;
  }
  .home-banner .img-box {
    height: 150px;
  }
  .btn-fill svg {
    width: 16px;
    height: 16px;
  }
  .home-banner .round-box {
    top: 85%;
    transform: translate(-50%, -15%);
  }
  .choose-inner .left .text-box,
  .choose-inner .img-box1,
  .choose-inner .img-box2 {
    height: 280px;
  }
  .choose-inner .right .icon-box {
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
  }
  .project-content > div:nth-child(even) {
    padding-top: 0px;
  }
  .project-box .img-box1,
  .project-box .img-box2 {
    height: 250px;
  }
  .testimonials-left .main-img-box .img-box {
    width: 45px;
    height: 45px;
  }
  footer::before {
    content: "";
    position: absolute;
    top: -400px;
    right: -400px;
    width: 600px;
    height: 600px;
    border-radius: 100%;
    border: 50px solid rgba(205, 205, 205, 0.15);
  }
  .service .round-bg {
    width: 450px;
    height: 450px;
    top: 0%;
    left: -300px;
    border: 70px solid rgba(0, 168, 181, 0.15);
    filter: blur(20px);
  }
  .marqueeSwiper .swiper-slide {
    font-size: 50px;
  }
  footer .logo
  {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
 
  }
  /* <========== about page start ==========> */
  .main-heading h2 {
    font-size: 54px;
  }

  .process-box .img-box {
    height: 180px;
  }
  .parallax-section .container .top,
  .parallax-section .container .bottom {
    padding: 20px;
  }
  .team-box .img-box {
    height: 390px;
  }
  .main-heading {
    padding-bottom: 0;
  }
  
}
