/* PCs */
@media screen and (max-width: 1200px) {
  nav .menu-navbar-nav {
    margin-right: -8%;
  }
  #landing_page .img-fluid {
    height: 88% !important;
  }
  .bckg::before {
    bottom: 10%;
  }
  .banner_wrapper .banner-title,
  .banner_wrapper .banner-title span {
    font-size: 38px !important;
  }
}
/* LAPTOPS */
@media screen and (max-width: 991px) {
  .about_number {
    margin-left: 43%;
  }
  nav .menu-navbar-nav {
    margin-right: -10%;
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0px 4px 3px grey;
    width: 100%;
  }
  nav li {
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 1;
  }
  nav li a {
    line-height: 1;
    margin-top: 15px;
    font-size: 18px;
  }
  nav .nav-item .nav-link {
    font-size: 18px;
  }
  nav .menu-navbar-nav {
    padding: 2% 0%;
  }
  #landing_page .img-fluid {
    height: 82% !important;
  }
  .landing_page .cta {
    padding: 1em 2em;
    width: 115%;
  }
  .about_wrapper {
    padding-top: 0%;
  }
  .about_wrapper .txt_left {
    padding: 0% !important;
  }
  .about_wrapper .txt_right {
    padding: 0% !important;
  }
  .about_wrapper .about_title {
    text-align: center !important;
  }
  .about_wrapper .txt_left .row {
    flex-direction: column-reverse;
  }
  #cta .cta-text {
    font-size: 2rem;
  }
}
/* STANDARD PHONES/TABLETS */
@media screen and (max-width: 860px) {
  .bckg::before {
    bottom: 0%;
  }
  #cta .cta-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 650px) {
  #landing_page .img-fluid {
    height: auto !important;
  }
  .bckg::before {
    bottom: -9%;
  }
  .about_wrapper {
    margin-top: 30%;
  }
  footer ul {
    padding-left: 34%;
  }
  .single-footer-widget .widget-title {
    text-align: center;
    margin-top: 15%;
  }
  .footer_social_area {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .banner_wrapper {
    padding: 100px 0 100px;
  }
  .banner_wrapper .row {
    flex-direction: column-reverse;
  }
  #response {
    width: 100% !important;
  }
  #landing_page_button {
    justify-content: center;
  }
  .projects .proj .row {
    display: block;
  }
  .projects .proj .row div {
    width: 100%;
  }
}
/* MINI PHONES */
@media screen and (max-width: 573px) {
  .footer-logo.mb-3 {
    text-align: center;
  }
  .copywrite-text.mb-5 {
    text-align: center;
  }
  .footer_area {
    padding: 0%;
    padding-top: 7% !important;
  }
  footer ul {
    padding-left: 26%;
  }
}
@media screen and (max-width: 450px) {
  #cta .cta-text {
    font-size: 1.2rem;
  }
  .logo-text {
    font-size: 22px !important;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .projects .proj {
    max-width: 870px !important;
  }
}
