/* Responsive Code */
@media (max-width: 1549.98px) {
  .nav__container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .single__hero-image {
    width: 380px;
    min-width: 380px;
  }

  .hero__content {
    max-width: 1050px;
  }

  .hero__content h1 {
    font-size: 60px;
    margin-bottom: 30px;
  }

  .hero__images-wrapper {
    min-height: 0px;
    margin-top: 0px;
  }

  .process__area {
    padding-top: 150px;
  }

  .other__white-bg {
    left: -30%;
  }
}

@media (max-width: 1115px) {
  .hero__content h1 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1199.98px) {
  .single__hero-image {
    width: 280px;
    min-width: 280px;
  }

  .hero__images-wrapper {
    min-height: 0px;
  }

  .process {
    gap: 60px;
  }

  .single__project-image {
    height: 245px;
  }

  .single__content h1,
  .single__content h2 {
    font-size: 46px;
    line-height: 1.35;
    margin-bottom: 25px;
  }

  .single__content-image {
    margin-top: 50px;
    height: 500px;
  }

  .qoutes-box h2 {
    font-size: 28px !important;
  }

  .preloader__image {
    height: 150px;
  }

  .think__item-image {
    height: 265px;
    max-height: 265px;
  }

  .think__items {
    gap: 50px;
  }
}

@media (max-width: 991.98px) {
  .hero__content h1 {
    font-size: 44px;
    margin-bottom: 20px;
  }

  .projects__area {
    padding-top: 150px;
  }

  .projects {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
    max-width: 100%;
    width: 100%;
  }

  .single__project-content {
    margin-top: 10px;
  }

  .single__project-image {
    height: 315px;
  }

  .navbar-toggler {
    display: block;
  }

  .mobile__nav {
    position: fixed;
    height: 100vh;
    background: #121212;
  }

  .mobile__nav .navbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }

  .nav__menu {
    display: none;
  }

  .mobile__nav .nav__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav__link {
    font-size: 24px;
  }

  .hero__content h1 span {
    display: inline;
  }

  .features__card {
    height: 467px;
  }

  .team {
    flex-direction: column;
    gap: 30px;
  }

  .other__white-bg {
    width: 100%;
  }

  .think__item {
    flex-direction: column;
  }

  .think__item {
    gap: 35px;
  }

  .think__items {
    margin-top: 30px;
  }

  .think__item-content,
  .think__item-image {
    flex: 1;
  }

  .think__item-image {
    height: 400px;
    max-height: 400px;
  }

  .think__item-image img {
    display: inline-block;
  }

  .think__items {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .nav__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__content h1 {
    font-size: 40px;
  }

  .hero__content p {
    font-size: 18px;
  }

  .process {
    flex-direction: column;
  }

  .process__left {
    position: relative;
    top: auto;
  }

  .process__left h2 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .process__list {
    gap: 60px;
  }

  .section__heading {
    margin-bottom: 30px;
  }

  .section__heading h2 {
    font-size: 26px;
  }

  .single__project-image {
    height: 230px;
  }

  .single__project-content h3 {
    font-size: 22px;
  }

  .footer-content {
    padding: 20px;
    padding-top: 0;
  }

  .nav__logo {
    height: 70px;
  }

  .navbar-toggler {
    top: 12px;
  }

  .nav__link {
    font-size: 20px;
  }

  .process__area,
  .projects__area {
    padding-top: 100px;
  }

  .hero__images-wrapper {
    margin-top: 0px;
  }

  .single__content h1,
  .single__content h2 {
    font-size: 28px;
    line-height: 1.35;
    margin-bottom: 20px;
  }

  .single__content-image {
    margin-top: 30px;
  }

  .single__content-image {
    height: 230px;
  }

  .single__content-subhead h3 {
    font-size: 20px;
  }

  .features__cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .features__card {
    height: auto;
    padding: 40px 30px;
  }

  .team__heading h4 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .team__heading h5 {
    font-size: 18px;
  }

  .teams {
    margin-top: 30px;
  }

  .team {
    gap: 20px;
  }

  .think__item {
    gap: 20px;
  }

  .qoutes-box {
    padding: 30px;
  }

  .qoutes-box h2 {
    font-size: 24px !important;
  }

  .qoutes-box {
    margin-top: 30px;
  }

  .think__items {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .preloader__image {
    height: 100px;
  }

  .think__item-image {
    height: 220px;
    max-height: 220px;
  }
}
/* Responsive Code */
