@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@media (max-width: 576px) {
  #main-body #our-projects #videoGrid {
    grid-template-columns: 1fr !important;
  }
  #main-body #our-projects #imageGrid {
    grid-template-columns: 1fr !important;
    display: grid !important;
  }
  #main-body #our-projects #imageGrid .img-grid-item {
    width: 100% !important;
  }
}
@media (min-width: 576px) {
  #main-body #our-projects #videoGrid {
    grid-template-columns: repeat(3, 1fr);
  }
  #main-body #our-projects #videoGrid .grid-item {
    flex: 1 1 calc(33.33% - 16px);
    box-sizing: border-box;
  }
  #main-body #our-projects #imageGrid {
    grid-template-columns: repeat(3, 1fr);
  }
  #main-body #our-projects #imageGrid .img-grid-item {
    flex: 1 1 calc(33.33% - 16px);
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-brand img {
    height: 70px;
  }
  .nav-link {
    text-transform: uppercase;
  }
  .nav-link .active::after {
    content: "";
    display: block;
    color: #28AE5D !important;
  }
  #values .value-card {
    min-height: 380px;
  }
  #aboutPage #aboutUs .image-wrapper img {
    width: 74% !important;
  }
  #contactPage #contactUs iframe {
    height: 200px !important;
  }
  #main-content .image-wrapper {
    display: flex;
    justify-content: center;
  }
  #main-content .image-wrapper img {
    width: 60% !important;
  }
  #packages .package-card .card-overlay .card-title {
    font-size: 26px !important;
  }
}
@media (min-width: 1024px) {
  * {
    font-size: 16px;
  }
  .nav-link {
    color: #171717 !important;
    text-transform: uppercase;
  }
  .nav-link .active::after {
    content: "";
    display: block;
    color: #28AE5D !important;
  }
  #hero {
    height: 424px;
  }
  #heroContent {
    height: 680px;
  }
  #heroContent .hero-content {
    position: absolute;
    top: 55%;
    left: 25% !important;
    transform: translate(-50%, -50%);
  }
  #aboutPage #hero {
    background-position: top !important;
  }
  #aboutPage #aboutUs .about-heading {
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
  }
  #aboutPage #aboutUs .explore-our-work {
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
  }
  .heading {
    font-size: 40px;
    font-weight: 700;
    font-family: "IBM Plex Sans";
  }
  .bold-text {
    font-size: 17px;
    font-weight: 500;
  }
  .low-text {
    font-size: 16px;
    font-weight: 400;
    color: #9B9B9B;
  }
  #values {
    position: relative;
    top: 0;
    width: 100%;
    height: 746px;
  }
  #values .value-card {
    min-height: 310px;
  }
  #main-body #our-projects .grid-item {
    flex: 1 1 calc(33.33% - 16px);
    box-sizing: border-box;
  }
  #main-body #our-projects #videoGrid {
    grid-template-columns: repeat(3, 1fr);
  }
  #main-body #our-projects #videoGrid .grid-item {
    flex: 1 1 calc(25% - 16px);
    box-sizing: border-box;
  }
  #main-body #our-projects #imageGrid {
    grid-template-columns: repeat(4, 1fr);
  }
  #main-body #our-projects #imageGrid .img-grid-item {
    flex: 1 1 calc(25% - 16px);
    box-sizing: border-box;
  }
  #contactPage #hero {
    background-position: center !important;
  }
  #contactPage #contactUs iframe {
    height: 320px !important;
  }
}
@media (min-width: 1200px) {
  #aboutPage #aboutUs .image-wrapper img {
    width: 83% !important;
  }
  #main-content {
    padding-bottom: 0 !important;
  }
  #main-content .image-wrapper img {
    width: 78% !important;
  }
  #contactPage #contactUs h2 {
    font-size: 26px !important;
  }
}
@media (min-width: 1400px) {
  .nav-link {
    color: #171717;
    text-transform: uppercase;
  }
}
@media (min-width: 1024px) {
  #main-body #our-projects #imageGrid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

/*# sourceMappingURL=responsive.css.map */
